Chapter 16 — Quiz
Twenty-four self-check questions: sixteen multiple choice, then eight short answer. Answer them before you open the key at the bottom. This quiz tests the three vitals, the field-versus-lab distinction, and — most important — the honest weight of Core Web Vitals as a ranking factor.
Part 1 — Multiple choice
Q1. The three Core Web Vitals are: - A. LCP, TTFB, and CrUX - B. LCP, INP, and CLS - C. Speed, Stability, and SEO - D. Lighthouse, PageSpeed, and Search Console
Q2. Largest Contentful Paint (LCP) measures: - A. The total time until the last byte of the page loads - B. How long until the largest visible content element is painted (the "loading feel") - C. How fast the page responds to a tap - D. How much the layout shifts
Q3. A "good" LCP is: - A. ≤ 100 ms - B. ≤ 0.1 - C. ≤ 2.5 seconds - D. ≤ 4 seconds
Q4. Interaction to Next Paint (INP) measures: - A. Visual stability - B. Server response time - C. Responsiveness — the delay from a user interaction to the next painted frame - D. The size of the largest image
Q5. A "good" INP is: - A. ≤ 200 milliseconds - B. ≤ 2.5 seconds - C. ≤ 0.1 - D. ≤ 500 milliseconds
Q6. Cumulative Layout Shift (CLS) measures: - A. How much visible content moves unexpectedly (visual stability) - B. How many layouts the page uses - C. The time to first byte - D. Cumulative page views
Q7. A "good" CLS is: - A. ≤ 2.5 seconds - B. ≤ 0.1 - C. ≤ 200 ms - D. ≥ 0.25
Q8. In 2024, INP replaced which older metric as a Core Web Vital? - A. Time To First Byte (TTFB) - B. First Contentful Paint (FCP) - C. First Input Delay (FID) - D. Speed Index
Q9. Field data (as used for the Core Web Vitals ranking assessment) comes from: - A. A single synthetic Lighthouse test on a simulated device - B. Real Chrome users on their real devices and networks (CrUX) - C. Your own browser when you visit the page - D. Google's internal servers guessing your speed
Q10. The 0-to-100 performance score in a Lighthouse / PageSpeed Insights report is: - A. Your Core Web Vitals ranking signal - B. A lab score from one synthetic run — useful for diagnosis, not what Google ranks on - C. The percentage of users who had a good experience - D. A Google-issued grade that guarantees a ranking
Q11. For the ranking question, when field data and the lab score disagree, you should believe: - A. The lab score, because it is a single crisp number - B. Whichever is higher - C. The field data, because that is what Google's signal uses - D. Neither; rankings ignore speed entirely
Q12. TTFB (Time To First Byte) matters for LCP because: - A. It is the last segment of LCP - B. It is the opening segment of LCP, so a slow TTFB caps how fast LCP can be - C. It only affects CLS - D. It measures JavaScript execution
Q13. Which fix most directly improves CLS? - A. Adding a CDN - B. Reducing Time To First Byte - C. Setting explicit width/height (or aspect-ratio) and reserving space for late content - D. Deferring JavaScript
Q14. Bad INP is most often caused by: - A. Large images - B. A slow server - C. JavaScript hogging the main thread (heavy or third-party scripts) - D. Missing image dimensions
Q15. Core Web Vitals as a ranking factor is best described as: - A. The single most important ranking factor - B. A confirmed but modest signal — a tiebreaker among comparable results - C. Not a ranking factor at all - D. A guarantee of a top-three position if green
Q16. A page has a slow, "poor" LCP but is the most relevant, highest-quality result for the query. According to Google's stated framing, it will most likely: - A. Be excluded from the results entirely - B. Still rank well — relevance and quality outweigh a poor page experience - C. Rank #1 only if it also fixes CLS - D. Be replaced by a faster but less relevant page
Part 2 — Short answer
Q17. Name the three Core Web Vitals, what each measures in plain terms, and each "good" threshold.
Q18. Explain the difference between field data and lab data, and give the job each is best suited for.
Q19. Why does the chapter argue for fixing speed "for users first, rankings second"? Give the business reason that holds even if rankings never move.
Q20. A caching plugin and a CDN are installed. Which vital do they most help, and which vital(s) do they not meaningfully help — and why?
Q21. What does it mean that CrUX reports at the "75th percentile," and why does Google weight it toward your slower users rather than your median?
Q22. State the myth this chapter is required to bust, and give two distinct reasons it is false.
Q23. A low-traffic location page shows "insufficient field data" in PageSpeed Insights. What does that mean, and why is it a limitation you must handle honestly?
Q24. Give the honest, evidence-tiered answer to "Does Core Web Vitals affect rankings?" — naming what is confirmed by Google and what the important caveat is.