QUESTION 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. A) 3 – 4ms B) 5 – 6ms C) 7 – 8ms D) 9 – 10ms The correct answer […]
What is it that the App shell helps with
QUESTION What is it that the App shell helps with Making the full page load faster Creating a fully optimized site Making transitions between pages faster Improves elements of the UX The correct answer is: Making transitions between pages faster Explanation: An application shell is the minimal HTML, CSS, and JavaScript powering a user interface. […]
Which is the best way to discover and prioritize landing pages for UX improvement potential?
QUESTION Which is the best way to discover and prioritize landing pages for UX improvement potential? Checking Landing Pages Report focusing on Bounce Rate metric Checking Exit Pages Report focusing on Page Views metric Checking All Pages Report focusing on Unique Page Views metric Checking All Pages Report on Average Time on Page metric The […]
Google Mobile Sites Certification Assessment Exam Answers 2018
QUESTION Google Mobile Sites Certification Assessment Exam Answers 2018 It requires a phone number with a fingerprint reader It replaces your payment processor It is designed for external card readers It bypasses the checkout form Get in Mobile Sites Certified Now! a photo carousel on the homepage that allows the visitor to preview multiple photos […]
Which of these should be minimized to deliver the fastest possible time to firstrender?
QUESTION Which of these should be minimized to deliver the fastest possible time to firstrender? The number of critical JavaScript functions The number of critical resources The number of critical HTML classes the number of CSS classes The correct answer is: Explanation: To deliver the fastest possible time to first render, we need to […]
What performance metrics are affected by slow pagespeed?
QUESTION What performance metrics are affected by slow pagespeed? Clickthrough rate Viewthrough rate Conversion rate Impressions The correct answer is: Conversion rate Explanation: Optimizing the critical rendering path allows the browser to paint the page as quickly as possible: faster pages translate into higher engagement, more pages viewed, and improved conversion. Read more here: https://support.google.com/partners/answer/7336587 […]
What makes a notification good?
QUESTION What makes a notification good? It has a default action It can be dismissed it is relevant It delivers in the background The correct answer is: it is relevant Explanation: Push notifications are one of the most valuable capabilities of native apps, and this capability is now available on the web. To get the […]
What is a benefit of mobile site over an app for businesses?
QUESTION What is a benefit of mobile site over an app for businesses? Shorter development timelines. Mobile sites allow for easy updating (for example, users don’t need to accept or install your updates. You have to build a separate site for tablets and phones Mobile sites require approvals before one can gain access Mobile sites […]
Why can lie-fie result in a poor experience?
QUESTION Why can lie-fie result in a poor experience? Some assets might not be loaded It is less secure than WIFI It uses more data Enabling WIFI reduces battery life The correct answer is: Some assets might not be loaded Explanation: Your browser behaves as if it has connectivity when, for whatever reason, it doesn’t. […]
True or false: Images should never change when rotating a device screen or between different device sizes
QUESTION True or false: Images should never change when rotating a device screen or between different device sizes True False The correct answer is: False Explanation: Design your mobile site so that users won’t ever need to change the size. Some mobile sites even disable pinch-to-zoom on their screens; if your site is designed correctly, […]