Author Archives: krcmic.com

In the layout step, the browser:

Below is the answer for the question In the layout step, the browser:

In the layout step, the browser:

  • first resizes elements before computing their position
  • computes the size and position of render tree elements ✅
  • displays the on-screen elements in their new positions
  • forces the DOM to be rebuilt

Correct answer

computes the size and position of render tree elements ✅

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

 

Which is not true about responsive sites?

Below is the answer for the question which is not true about responsive sites?

Which is NOT true about responsive sites?

  • Responsive Sites are easier to maintain
  • Responsive Sites are cost-effective
  • Responsive Sites usually have faster load times vs separate (m.dot) sites ✅
  • Responsive Sites have one codebase, deployment and URL

Correct answer

Responsive Sites usually have faster load times vs separate (m.dot) sites ✅

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

When using Chrome devtools, what should you limit the connectivity to?

Below is the answer and explanation for the question when using Chrome devtools, what should you limit the connectivity to?

When using Chrome devtools, what should you limit the connectivity to?

  • Regular 2G
  • Regular 3G ✅
  • Regular 4G
  • No Throttling

Correct answer

Regular 3G 

Explanation

 DevTools throttles the network connection to simulate a regular 3G experience. This is how mobile users experience your site in places with poor connections.
Read more here: https://support.google.com/partners/answer/7336687[1234]

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

What is a valid event for a service worker to emit when it’s registered?

Below is the answer and explanation for the question what is a valid event for a service worker to emit when it’s registered?

What is a valid event for a service worker to emit when it’s registered?

  • Canceled
  • Install ✅
  • Idle
  • Stop

Correct answer

Install ✅

Explanation

To install a service worker for your site, you need to register it, which you do in your page’s JavaScript. Registering a service worker will cause the browser to start the service worker install step in the background.

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

Which of the following describes an App shell?

Below is the answer and explanation for the question which of the following describes an app shell?

Which of the following describes an App shell?

  • t comprises of all page elements which are dependant of the specific page contents
  • 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 ✅
  • None

Correct answer

It provides a fast first impression gracefully transitioning to a fully loaded page ✅

Explanation

An application shell is the minimal HTML, CSS, and JavaScript powering a user interface. The application shell should:

  • Load fast
  • Be cached
  • Dynamically display content

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

To instruct the browser to use the default device width, you would use meta name=”viewport” content=”width=device-width”.

Below is the answer and explanation for the question to instruct the browser to use the default device width, you would use meta name=”viewport” content=”width=device-width”.

To instruct the browser to use the default device width, you would use meta name=”viewport” content=”width=device-width”.

  • False ✅
  • True

Correct answer

False ✅

Explanation

Using the meta viewport value [width=device-width] instructs the page to match the screen’s width in device independent pixels. This allows the page to reflow content to match different screen sizes

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

In which of the following situations can a high bounce rate be interpreted as a good metric?

Below is the answer  for the question In which of the following situations can a high bounce rate be interpreted as a good metric?

In which of the following situations can a high bounce rate be interpreted as a good metric?

  • 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
  • Campaign landing page brings the user to a page where the company promotes their phone number to receive calls ✅

Correct answer

Campaign landing page brings the user to a page where the company promotes their phone number to receive calls ✅

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

A Progressive Web App

Below is the answer and explanation for the question a progressive web app

A progressive web app

  • works even with unreliable network through service worker ✅
  • slows experience and therefore decreases advertisers conversion rate
  • needs high bandwidth environments
  • is the same as Accelerated Mobile Page

Correct answer

works even with unreliable network through service worker ✅

Explanation

Progressive web apps are user experiences that have the reach of the web, and are:

  • Reliable – Load instantly and never show the downasaur, even in uncertain network conditions.
  • Fast – Respond quickly to user interactions with silky smooth animations and don’t use poor quality scrolling.
  • Engaging – Feel like a natural app on the device, with an immersive user experience.

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

Which is the best way to discover and prioritize landing pages for UX improvement potential?

Below is the answer and explanation for the question which is the best way to discover and prioritize landing pages for UX improvement potential?

Which is the best way to discover and prioritize landing pages for UX improvement potential?

  • Checking Exit Pages Report focusing on Page Views metric
  • Checking All Pages Report focusing on Unique Page Views metric
  • Checking All Pages Report focusing on Average Time on Page metric
  • Checking Landing Pages Report focusing on Bounce Rate metric ✅

Correct answer

Checking Landing Pages Report focusing on Bounce Rate metric ✅

Explanation

Prioritize landing pages for UX improvements: By looking at the Bounce Rate (the percentage of single-page sessions i.e. sessions in which the person left your site from the entrance page without interacting with the page) you can see how relevant or engaging your site is to users. If you have a high bounce rate for some of your entrance (or landing) pages, you consider redesigning and optimizing them so they correlate better with the search terms that bring users to your site, with ads you’re running, or with keywords you’ve purchased.

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.

At a minimum, what page weight should you be aiming for?

Below is the answer and explanation for the question at a minimum, what page weight should you be aiming for?

At a minimum, what page weight should you be aiming for?

  • 2MB
  • 1MB
  • More than 3MB
  • Less than 1MB ✅

Correct answer

Less than 1MB ✅

Explanation

 Page weight – All the resources that are necessary to build out a page should not be larger than 1 mb. If you find that the site is larger than this goal, you should consider removing resources or compressing where possible.
Read more herehttps://support.google.com/partners/answer/7336284?hl=en&ref_topic=7327830[1234]

The above answer and explanation are related to Google mobile sites. You can find all the updated questions and answers related to Google mobile sites exam on the “Google mobile sites HYPERLINK “https://www.krcmic.com/google-certification-questions-and-answers/google-mobile-sites-assessment-answers/”assessment answers” page. If you find any error or update in questions or answers, do comment below and let us know. We will update the answers as soon as possible.