- Which of the following statements is true about the mobile experience of users?
- Users are willing to accept longer load times for high-resolution images
- It’s important to show as much information as possible on the visible part of a mobile site
- It’s important to show a prominent “Full site” label on a mobile site
- it’s important to use call-to-action buttons to keep users in the same browser window
100% Correct Answer - Which of the following is NOT a best practice to optimize forms on mobile?
- Exposing options instead of using a drop-down menu
- Using a real-time validation for errors in forms
- Offering users a numerical keyboard for telephone number field
- Showing labels inside form fields for convenience
100% Correct Answer - What makes a notification good?
- it is relevant
- It delivers in the background
- It has a default action
- It can be dismissed
100% Correct Answer - Keeping CSS independent of HTML allows us to treat_______and _______as separate concerns.
- user experience; speed
- analytics; optimization
- content; design
- images; articles
100% Correct Answer - What performance metrics are affected by slow pagespeed?
- Conversion rate
- Clickthrough rate
- Viewthrough rate
- Impressions
100% Correct Answer - If you’re in an animation like scrolling, you should ideally be looking to keep your JavaScript to something in the region of ______. Any longer than that and you risk taking up too much time.
- 5 – 6ms
- 3 – 4ms
- 9 – 10ms
- 7 – 8ms
100% Correct Answer - Which is the best way to discover and prioritize landing pages for UX improvement potential?
- Checking All Pages Report focusing on Average Time on Page metric
- Checking All Pages Report focusing on Unique Page Views metric
- Checking Exit Pages Report focusing on Page Views metric
- Checking Landing Pages Report focusing on Bounce Rate metric
100% Correct Answer - Which is true about calls-to-action usage on mobile homepages?
- Use only menus
- Keep call to action on the second page
- Calls-to-action should be prominent on the visible area of the mobile homepage
- Same calls-to-action should be used both on mobile and desktop sites
100% Correct Answer - What is it that the App shell helps with
- Creating a fully optimized site
- Improves elements of the UX
- Making transitions between pages faster
- Making the full page load faster
100% Correct Answer - Which of these features is part of a Progressive Web App?
- Add to home screen
- Location API
- UX API
- Call API
100% Correct Answer - Which is NOT true about Responsive Sites?
- Responsive Sites usually have faster load times vs Separate (m.dot) Sites
- Responsive Sites are easier to maintain
- Responsive Sites are cost-effective
- Responsive Sites have one codebase, deployment and URL
100% Correct Answer - Google Optimize does NOT currently allow you to:
- use your existing goals and metrics in Google Analytics as experiment objectives
- do heatmap analysis to better understand to user behaviour on your site
- test new website designs, layouts and content with a subset of your visitors
- serve experiments to specific groups of users that you’ve defined as Audiences in Google Analytics
100% Correct Answer - Before introducing mobile site design best practices to your clients, you should examine their.
- existing mobile sites
- staffing and budget
- page speed scores
- design process
100% Correct Answer - What’s the fastest and best-optimized resource?
- Javascript
- Web fonts
- The one not sent
- An image
100% Correct Answer - True or false: Using a mix of desktop and mobile-optimized pages on mobile sites improves the user experience since some users are more familiar with the desktop version of the site.
- TRUE
- FALSE
100% Correct Answer - To optimize for speed, you shouldn’t use too many webfonts and you should minimize the number of _____.
- dingbats
- ligatures
- descenders
- variants
100% Correct Answer - Why do CSS @imports harm performance?
- @import loads files less efficiently than <link>
- They create a less efficient CSSOM
- They can introduce unwanted dependencies
- They require additional CPU time to parse
100% Correct Answer - Why did Facebook create “2G Tuesdays”?
- Facebook didn’t create “2G Tuesdays”
- To run a random experiment
- To understand how people on 2G use their product
- Most users are on 2G
100% Correct Answer - True or false: You can experiment with Google Analytics features by using the Google Merchandise Store demo account.
- TRUE
- FALSE
100% Correct Answer - At a minimum, what page weight should you be aiming for?
- More than 3MB
- 2.1MB
- 2MB
- Less than 1MB
100% Correct Answer - Which most accurately describes the purpose of compression?
- Combining files
- Minimizing file size
- Fitting more into the cache
- Making the code faster
100% Correct Answer - At a minimum, what Speed Index score should you be aiming for?
- Within 10% of similar sites
- Less than 5000
- Greater than 5000
- Greater than 95%
100% Correct Answer - What is a tool that you can use to emulate and simulate a site that’s experiencing poor or unreliable connectivity?
- Pingdom.com
- Speedtest.net
- Webpagetest.org
- Speedguide.net
100% Correct Answer - True or false: To instruct the browser to use the default device width, you would use <meta name="viewport" content="width=device-width">.
- FALSE
- TRUE
100% Correct Answer - AMP ______ the page ______ waiting for resources to download:
- lays out; without
- caches; before
- indexes; while
- displays; after
100% Correct Answer - For each font on your website you should:
- Minimize the number of used variants.
- Add CSS
- Make sure to add as many as possible
- Minimize the HTML
100% Correct Answer - When using Chrome devtools, what should you limit the connectivity to?
- Regular 3G
- Regular 4G
- Regular 2G
- No Throttling
100% Correct Answer - Which changes to “geometric properties” affect the layout?
- Top
- All of the above
- Heights
- Widths
100% Correct Answer - Which of the following is NOT a best practice for a financial company to keep users from dropping out of the funnel?
- Letting users convert as a guest
- Remembering and prefilling preferences of registered users in forms
- Asking for registration to use the site
- Using click-to-call buttons for complicated forms or complex tasks
100% Correct Answer - Why can lie-fie result in a poor experience?
- It uses more data
- It is less secure than WiFi
- Some assets might not be loaded
- Enabling WiFi reduces battery life
100% Correct Answer - Which of the following describes an App shell?
- It comprises of all page elements which are dependant of the specific page contents
- None
- It discourages caching of content that overlaps across pages of the website
- It provides a fast first impression gracefully transitioning to a fully loaded page
100% Correct Answer - Which describes how a Service Worker operates?
- It doesn’t handle network requests coming from the navigation on the website
- None of these answer options describe a Service Worker
- It runs a programmable network proxy
- It can be used only when the user is browsing the website
100% Correct Answer - What does “Variant A” in A/B Testing usually represent?
- Original version of the web page
- Test version of the web page that is modified from the original
100% Correct Answer - Which of these are NOT part of AMP:
- Analytics
- Custom Fonts
- Inline CSS
- AMP HTML
100% Correct Answer - True or false: JavaScript can block DOM construction unless explicitly declared as async.
- TRUE
- FALSE
100% Correct Answer - The render tree contains:
- content of the page
- the styles of the page
- the DOM
- visible content
100% Correct Answer - According to a Google poll, what is the top frustration when users browse the web on their mobile device?
- Watching a video
- Being shown interstitials
- Waiting for slow pages to load
- Not knowing where to click
100% Correct Answer - Which allows for efficient font reuse between pages?
- WOFF2 fonts
- The local() directive
- Revalidation token
- The font matching algorithm
100% Correct Answer - The first step to optimize the critical rendering path is:
- minimize number of critical resources: eliminate them, defer their download, mark them as async, and so on
- optimize the order in which the remaining critical resources are loaded: download all critical assets as early as possible to shorten the critical path length.
- optimize the number of critical bytes to reduce the download time (number of roundtrips)
- analyze and characterize your critical path: number of resources, bytes, length.
100% Correct Answer - A Progressive Web App:
- slows experience and therefore decreases advertisers conversion rate
- is the same as Accelerated Mobile Page
- needs high bandwidth environments
- works even with unreliable network through service worker
100% Correct Answer - In the layout step, the browser:
- displays the on-screen elements in their new positions
- first resizes elements before computing their position
- computes the size and position of render tree elements
- forces the DOM to be rebuilt
100% Correct Answer - Which components often account for most of the downloaded bytes on a web page?
- Images
- Fonts
- Articles
- JavaScript
100% Correct Answer - Research shows that mobile users expect to:
- tap the logo at the top of a mobile page to take them to new products
- see the logo below the fold on mobile sites
- tap the logo at the top of a mobile page to take them back to the homepage
- tap the logo at the top of a mobile page to take them to a “Contact Us” page
100% Correct Answer - Some users are not comfortable converting on their mobile device. What could be an action you can take to improve their experience?
- Showing the desktop version of the site on mobile devices
- Offering secondary call-to-action buttons, like social sharing
- Asking the user to register to save their details
- Making your primary call-to-action buttons more prominent
100% Correct Answer - How can you make the job a lot simpler for the browser?
- Change the selector to a class
- Create more complex CSS
- Add more parents
- Follow the style guide
100% Correct Answer - Image _____ can be sacrificed to reduce the file size, and chances are the user will still like the resulting image.
- rendering speed
- color range
- quality
- compression
100% Correct Answer - Which of these should be minimized to deliver the fastest possible time to firstrender?
- The number of critical HTML classes
- The number of CSS classes
- The number of critical JavaScript functions
- The number of critical resources
100% Correct Answer - Which is an example of a situation when an unnecessary resource negatively impacts the user experience.
- Optimized images
- One web font
- A photo carousel on the homepage that allows the visitor to preview multiple photos with a quick click
- Lazy loading
100% Correct Answer - True or false: Mobile pages that load 1s faster see up to a 27% increase in CvR.
- FALSE
- TRUE
100% Correct Answer - What is a benefit of mobile site over an app for businesses?
- Mobile sites only work on Android
- You have to build a separate site for tablets and phones
- Shorter development timelines. Mobile sites allow for easy updating (for example, users don’t need to accept or install your updates.
- Mobile sites require approvals before one can gain access
100% Correct Answer - In which of the following situations can a high bounce rate be interpreted as a good metric?
- Campaign landing page brings the user to a page where the company promotes their phone number to receive calls
- Campaign landing page brings the user to the first step of a 3-step lead generation form
- Campaign landing page brings the user to the product detail page
100% Correct Answer - True or false: Constructing the DOM requires style information.
- TRUE
- FALSE
100% Correct Answer - Which format is preferred for the multi-device and high-resolution icons?
- Vector (SVG)
- PNG
- Data URLs
- JPEG
100% Correct Answer - Resources with responses that are ______ for all users are great candidates to be cached by a CDN.
- identical
- different
- sized
- variants
100% Correct Answer - Before the browser can render the page, it needs to construct the:
- HTML and JavaScript
- DOM and CSSOM trees
- Pixel pipeline
- UX trees
100% Correct Answer - How do you prioritize optimization of the mobile site for browser versions or screen resolutions:
- Prioritize the site with the highest conversion rates
- Look for the highest number of sessions and lowest conversion rates (or highest bounce rates)
- Look for the oldest version of your site
- Optimize all at the same time
100% Correct Answer - Image information such as location and camera description can often be deleted to reduce image sizes. This type of information is called:
- GZIP
- metadata
- vector
- raster
100% Correct Answer - Mobile sites:
- are accessed through the desktop device’s web browser
- need to be downloaded or installed to a device
- have specific functionality for mobile devices
- require approvals to access
100% Correct Answer - What is a valid event for a Service Worker to emit when it’s registered?
- Stop
- Canceled
- Idle
- Install
100% Correct Answer - Which of the following is NOT true about site search experience on mobile sites?
- Users rely on filters to narrow down search results
- Positioning site search at the top of a mobile page with an open-text search box is a best practice
- Comprehensive search results are better than concise results
- Smart-search features like auto-complete and corrected misspelling are especially important to have on small screens
100% Correct Answer - True or false: Images should never change when rotating a device screen or between different device sizes.
- FALSE
- TRUE
100% Correct Answer - Which of the following describes the Payment API correctly?
- It bypasses the checkout form
- It requires a phone with a fingerprint reader
- It replaces your payment processor
- It is designed for external card readers
100% Correct Answer - Why are push notifications important for advertisers?
- The information they deliver can be acted on immediately
- They give users the opportunity to re-engage with content they are interested in
- All of the answer options are correct
- They deliver timely updates to users
100% Correct Answer - When referring to the critical rendering path in site performance, a critical resource is:
- any resource that returns 404
- a resource that could block initial display of the page
- any resource that must be loaded
- a resource that takes more than 500ms to load
100% Correct Answer - True or false: A/B testing allows you to test two or more elements on the site to understand their effects on each other
- FALSE
- TRUE
100% Correct Answer - Which of the following reports in Google Analytics helps you to identify leakages from the conversion funnel?
- Product Performance Report
- Checkout Behavior Analysis Report
- Device Usage Report
- Top Landing Pages Report
100% Correct Answer - How many times per second do most devices refresh their screens?
- 20
- 35
- 100
- 60
100% Correct Answer - How does AMP work?
- Doesn’t let extension mechanisms block rendering
- Keeps all third-party JavaScript out of the critical path
- All of the above
- Allows only asynchronous scripts
100% Correct Answer
Google Analytics Certification (GAIQ) The Google Analytics individual qualification exam covers basic and advanced Google Analytics concepts. This includes topics such as 1) planning and principles, 2) implementation and data collection, 3) configuration and administration, 4) conversion and attribution, 5) reports, metrics, and dimensions. 90 minutes 70 questions 80% passing score Validity period of 18 months Disclaimer: All questions below are from live exams within the Q2 of 2016. Using these answers resulted in 90% (63 out of 70) on the test, so they are not all correct. Double check your answers when taking the exam! related post: Adwords Fundamentals Exam Answers Which of the following is a valid tagged custom campaign? A) www.example.com?utm_campaign=fall&utm_medium=email&utm_source=newsletter1&utm_content=a1 B) www.example.com?utm_medium=referral&utm_source=example&utm_campaign=winter C) www.example.com?utm_medium=cpc&utm_source=mysea...
Comments
Post a Comment