Front End Development Research & Evidence-Based Practice 2 — Questions and Answers
Question 1: What is the primary purpose of A/B testing in front-end development?
- To compare two versions of a UI element to determine which performs better with real users (Correct answer)
- To test a page on two different browsers simultaneously
- To evaluate code quality between two developers
- To split server load between two hosting environments
Correct answer: To compare two versions of a UI element to determine which performs better with real users
A/B testing exposes different user segments to variant designs and uses statistical data to determine which version better achieves a goal.
Question 2: Which metric is MOST useful when evaluating the effectiveness of a call-to-action button redesign?
- Page load time
- Conversion rate (Correct answer)
- Number of HTTP requests
- CSS file size
Correct answer: Conversion rate
Conversion rate directly measures how many users completed the desired action, making it the most relevant metric for evaluating a CTA redesign.
Question 3: What does a high bounce rate on a landing page most likely indicate?
- The page loads too many JavaScript files
- Users are not finding the content relevant or engaging enough to explore further (Correct answer)
- The server response time is too slow
- The page has too many external links
Correct answer: Users are not finding the content relevant or engaging enough to explore further
A high bounce rate typically signals a mismatch between user expectations and the content or experience delivered on the page.
Question 4: In the context of front-end performance research, what does the 'Time to Interactive' (TTI) metric measure?
- The time it takes for the first byte of data to arrive from the server
- The time until the page is fully interactive and responds reliably to user input (Correct answer)
- The duration of CSS animations on page load
- The time between clicking a link and the next page starting to load
Correct answer: The time until the page is fully interactive and responds reliably to user input
TTI measures how long it takes for a page to become fully interactive, meaning it can respond to user events within 50ms.
Question 5: Which research method involves observing users as they complete tasks on a website without giving them guidance?
- Card sorting
- Moderated usability testing
- Unmoderated usability testing (Correct answer)
- Contextual inquiry
Correct answer: Unmoderated usability testing
Unmoderated usability testing has participants complete tasks independently without a researcher present, capturing natural behavior.
Question 6: What is the purpose of eye-tracking studies in front-end UX research?
- To measure server response times
- To understand where users visually focus their attention on a page (Correct answer)
- To test color blindness accessibility
- To track mouse cursor movement patterns
Correct answer: To understand where users visually focus their attention on a page
Eye-tracking records where users look on a screen, revealing attention patterns, gaze paths, and areas that are ignored or attract focus.
Question 7: What does the '5-second test' research method evaluate?
- How quickly a page loads below 5 seconds
- What users remember and perceive about a design after a 5-second exposure (Correct answer)
- Whether a form can be submitted within 5 seconds
- The first 5 errors found in a usability audit
Correct answer: What users remember and perceive about a design after a 5-second exposure
The 5-second test shows participants a design for 5 seconds then asks questions, measuring first impressions and immediate comprehension.
What is the primary purpose of A/B testing in front-end development?