DAA Certified Web Analyst (CWA) — Questions and Answers
Question 1: What differentiates Mixpanel from Google Analytics in terms of data modeling?
- Mixpanel is user-centric while GA4 was historically session-centric (Correct answer)
- Mixpanel is session-based while GA4 is event-based
- Mixpanel only tracks mobile apps
- Mixpanel requires no SDK
Correct answer: Mixpanel is user-centric while GA4 was historically session-centric
Mixpanel centers its model on individual users and their event streams, whereas traditional GA was built around sessions and pageviews.
Question 2: What is 'checkout abandonment rate'?
- The percentage of users who initiated checkout but did not complete the purchase (Correct answer)
- The rate at which users leave the site during checkout
- The refund rate for completed purchases
- The percentage of carts with zero value
Correct answer: The percentage of users who initiated checkout but did not complete the purchase
Checkout abandonment rate measures what percentage of users who started the checkout process did not finish and place their order.
Question 3: What is 'purpose limitation' as a GDPR principle for analytics?
- Limiting analytics tracking to desktop users
- Only using personal data for the specific purposes disclosed at collection and not repurposing it (Correct answer)
- Limiting the number of analytics tools used
- Restricting analytics to first-party data only
Correct answer: Only using personal data for the specific purposes disclosed at collection and not repurposing it
Purpose limitation requires that data collected for analytics cannot be repurposed for incompatible uses like personalized advertising without additional consent.
Question 4: What does 'Revenue per Visitor' (RPV) measure in e-commerce analytics?
- Average revenue generated per website visitor (Correct answer)
- Revenue per paid ad click
- Revenue from returning visitors only
- Total revenue divided by number of products sold
Correct answer: Average revenue generated per website visitor
RPV is calculated by dividing total revenue by total visitors, giving a single metric that combines conversion rate and average order value.
Question 5: What is 'Consent Mode' in GA4?
- A framework to adjust GA4 behavior based on user consent signals (Correct answer)
- A setting to enable GDPR mode
- A feature to block all tracking
- A report showing cookie consent rates
Correct answer: A framework to adjust GA4 behavior based on user consent signals
Consent Mode allows GA4 to adapt tracking behavior based on whether users have granted analytics and advertising consent.
Question 6: What is 'referral traffic' in web analytics?
- Traffic from internal website navigation links
- Traffic from users who personally referred others to the site
- Traffic generated from email referral campaigns
- Visitors who arrive by clicking a link on another external website (Correct answer)
Correct answer: Visitors who arrive by clicking a link on another external website
Referral traffic consists of visitors who arrive at your site by clicking a hyperlink on another external website, not through search engines or direct URL entry.
Question 7: What is 'Return on Ad Spend' (ROAS) in e-commerce?
- Profit margin minus ad cost
- Total ad spend divided by revenue
- Ad impressions divided by revenue
- Revenue generated divided by ad spend (Correct answer)
Correct answer: Revenue generated divided by ad spend
ROAS measures how many dollars of revenue you earn for every dollar spent on advertising.
Question 8: Simply said, a log file is a record of all activity on your server. Each click is recorded. One way to gather your data is to just use these log files. What is the greatest drawback of collecting data through log files?
- None of the aforementioned are negative aspects of collecting data through log files.
- Since you do not own the data, gathering is a major problem.
- One error code cannot be distinguished from another in log files.
- Due to the size of the log files, maintenance and cleanup take a lot of time. (Correct answer)
Correct answer: Due to the size of the log files, maintenance and cleanup take a lot of time.
The greatest drawback of collecting data through log files is the significant time and effort required for maintenance and cleanup due to their massive size. Log files record every single server request, quickly accumulating vast amounts of data that need extensive processing, filtering, and storage. This can be resource-intensive and complex to manage.
Question 9: What is the goal of 'personalization' in CRO?
- Personalizing email sender names only
- Tailoring page content or offers to specific user segments to improve relevance and conversions (Correct answer)
- Showing every user the same optimized content
- Collecting more personal data from users
Correct answer: Tailoring page content or offers to specific user segments to improve relevance and conversions
Personalization delivers segment-specific content, messages, or offers to increase relevance, which typically improves conversion rates.
Question 10: What is 'cohort analysis' used for in web analytics?
- Comparing performance across different geographic regions
- Tracking behavior of user groups defined by a shared characteristic over time (Correct answer)
- Measuring page load speed for different browsers
- Segmenting traffic by acquisition channel
Correct answer: Tracking behavior of user groups defined by a shared characteristic over time
Cohort analysis groups users by a shared attribute (e.g., acquisition week) and tracks their behavior across subsequent time periods.
Question 11: What does 'direct traffic' typically represent in analytics reports?
- Traffic sourced from search engine results pages
- Traffic generated from paid advertisements
- Visitors who typed the URL directly, used bookmarks, or had an untracked source (Correct answer)
- Traffic driven by social media platform posts
Correct answer: Visitors who typed the URL directly, used bookmarks, or had an untracked source
Direct traffic generally represents users who typed the URL directly into their browser, used a bookmark, or arrived via a source that couldn't be tracked by the analytics tool.
Question 12: What is the purpose of the 'debug_mode' parameter in GA4?
- It sends events to DebugView for real-time testing (Correct answer)
- It exports data to BigQuery
- It pauses data processing
- It disables data collection
Correct answer: It sends events to DebugView for real-time testing
Setting debug_mode=true routes events to GA4's DebugView so you can validate tracking in real time.
Question 13: In e-commerce analytics, what does 'new vs. returning customer ratio' help marketers understand?
- Product inventory turnover rates
- Whether the website needs a redesign
- The balance between acquisition and retention performance (Correct answer)
- Email subscriber growth rate
Correct answer: The balance between acquisition and retention performance
Tracking new vs. returning customer ratios helps marketers evaluate whether their acquisition and retention strategies are appropriately balanced.
Question 14: What does 'time on page' indicate in a CRO context?
- How many users viewed a page
- How fast a page loads
- How long a user spends on a specific page, suggesting engagement level (Correct answer)
- How many conversions occurred on a page
Correct answer: How long a user spends on a specific page, suggesting engagement level
Time on page measures user engagement depth; longer times often indicate content relevance, while very short times may suggest poor fit.
Question 15: What data model does Google Analytics 4 use instead of the session-based model?
- Hit-based model
- Event-based model (Correct answer)
- Transaction-based model
- Pageview-based model
Correct answer: Event-based model
GA4 uses an event-based data model where every interaction is recorded as an event.
Question 16: A social post received 500 impressions and 50 likes, 10 comments, and 5 shares. What is the engagement rate?
- 10%
- 26%
- 13% (Correct answer)
- 65%
Correct answer: 13%
Engagement rate = (50+10+5)/500 Ă— 100 = 65/500 Ă— 100 = 13%.
Question 17: What does 'statistical significance' mean in a CRO experiment?
- The variation had more traffic than the control
- The test ran for more than 30 days
- The result is unlikely to be due to random chance, making it reliable (Correct answer)
- The winning version had a higher bounce rate
Correct answer: The result is unlikely to be due to random chance, making it reliable
Statistical significance (typically p < 0.05) means there is less than a 5% probability the observed difference occurred by chance.
Question 18: What is the main purpose of Optimizely in a web analytics and optimization stack?
- Tracking organic search rankings
- Hosting analytics dashboards
- Running A/B and multivariate experiments to optimize UX (Correct answer)
- Managing marketing email campaigns
Correct answer: Running A/B and multivariate experiments to optimize UX
Optimizely is an experimentation platform that lets teams run A/B and multivariate tests to make data-driven UX and conversion improvements.
Question 19: Which metric in GA4 measures the average number of events per session?
- Engagement rate
- Events per user
- Average session duration
- Events per session (Correct answer)
Correct answer: Events per session
GA4's 'Events per session' metric divides total events by total sessions to show interaction intensity.
Question 20: Which analytics tool is best known for product analytics with funnel, retention, and A/B test features targeted at SaaS companies?
- Amplitude (Correct answer)
- Ahrefs
- Semrush
- Google Tag Manager
Correct answer: Amplitude
Amplitude is a product analytics platform popular with SaaS teams for its advanced funnel, retention, and experimentation features.
Question 21: Why are third-party cookies being phased out and what is the analytics industry's primary response?
- They slow websites down; the fix is faster CDNs
- They enable cross-site tracking raising privacy concerns; the response is server-side and first-party data strategies (Correct answer)
- They conflict with GDPR consent banners; the fix is consent mode
- They are insecure; the fix is SSL certificates
Correct answer: They enable cross-site tracking raising privacy concerns; the response is server-side and first-party data strategies
Third-party cookie deprecation is driven by privacy concerns; analytics teams are shifting to first-party data, server-side tagging, and privacy-preserving APIs.
Question 22: Which of the following best describes a 'macro conversion' in web analytics?
- A user visiting more than 5 pages in one session
- A primary goal completion such as a purchase or form submission (Correct answer)
- A returning visitor making their second visit
- A small engagement action like a video play
Correct answer: A primary goal completion such as a purchase or form submission
A macro conversion is a primary business goal, like a purchase or lead form completion, as opposed to minor micro conversions.
Question 23: What does a 'tag management system' (TMS) like Google Tag Manager do for analytics?
- Creates visual heatmaps of user behavior
- Blocks spam bots from inflating analytics data
- Allows marketers to deploy and manage tracking codes without editing website code directly (Correct answer)
- Automatically generates SEO meta tags
Correct answer: Allows marketers to deploy and manage tracking codes without editing website code directly
A TMS centralizes all tracking scripts in one container, letting non-developers add or update tags without code deployments.
Question 24: What is the primary purpose of a landing page in CRO?
- To improve organic search rankings
- To show personalized ads
- To display the full product catalog
- To convert a specific segment of traffic by focusing on a single call to action (Correct answer)
Correct answer: To convert a specific segment of traffic by focusing on a single call to action
A landing page is designed with a single focused goal—removing distractions so visitors take one specific action.
Question 25: What does 'right to erasure' (right to be forgotten) require under GDPR?
- Analytics data must be stored no more than 30 days
- Companies must delete all data every year
- Organizations must delete an individual's personal data upon request under certain conditions (Correct answer)
- Cookies must be cleared when users log out
Correct answer: Organizations must delete an individual's personal data upon request under certain conditions
GDPR's right to erasure allows individuals to request deletion of their personal data when it is no longer necessary or consent has been withdrawn.
Question 26: What is 'engagement rate' in GA4?
- Percentage of returning users
- Percentage of engaged sessions divided by total sessions (Correct answer)
- Percentage of sessions with a conversion
- Average time on page divided by total sessions
Correct answer: Percentage of engaged sessions divided by total sessions
Engagement rate is the percentage of sessions that qualify as engaged sessions (lasting 10+ seconds, having a conversion, or having 2+ pageviews).
Question 27: What is the role of a 'Consent Management Platform' (CMP) in web analytics?
- It blocks bot traffic from analytics reports
- It encrypts analytics data in transit
- It collects, stores, and enforces user consent choices for cookies and data processing (Correct answer)
- It manages user authentication and passwords
Correct answer: It collects, stores, and enforces user consent choices for cookies and data processing
A CMP presents cookie consent notices to users, records their choices, and signals those preferences to analytics and advertising tools to adjust data collection.
Question 28: In GA4, what is a 'Predictive Audience'?
- An audience based on demographic data
- An audience created using machine learning to predict future behavior (Correct answer)
- An audience imported from Google Ads
- An audience built from historical data only
Correct answer: An audience created using machine learning to predict future behavior
Predictive Audiences in GA4 use machine learning to segment users likely to take actions such as purchasing or churning.
Question 29: What is the role of 'key events' (formerly conversions) in GA4?
- They segment new vs returning users
- They track server downtime
- They flag important user actions to measure business success (Correct answer)
- They filter spam traffic
Correct answer: They flag important user actions to measure business success
Key events in GA4 mark critical user interactions—like purchases or form submissions—that indicate business success.
Question 30: What is 'uplift' in the context of A/B testing results?
- The percentage improvement of the variation over the control (Correct answer)
- The confidence interval of the test
- The increase in page load speed
- The number of additional sessions in the test
Correct answer: The percentage improvement of the variation over the control
Uplift is the relative percentage improvement in the conversion rate of the variation compared to the control.
Question 31: In GA4, what is the default session timeout duration?
- 60 minutes
- 45 minutes
- 30 minutes (Correct answer)
- 15 minutes
Correct answer: 30 minutes
GA4 defaults to a 30-minute session timeout, after which a new session begins if there is activity.
Question 32: What does a 'Do Not Track' (DNT) browser signal request?
- Enables privacy mode in the browser automatically
- Blocks all JavaScript on a page
- Deletes cookies upon browser close
- Requests that websites and analytics tools not collect or track the user's browsing behavior (Correct answer)
Correct answer: Requests that websites and analytics tools not collect or track the user's browsing behavior
DNT is a browser header that signals a user's preference not to be tracked, though compliance is voluntary and not legally mandated in the US.
Question 33: In e-commerce analytics, what is a 'product list report'?
- A catalog of discontinued products
- A report showing impressions, clicks, and CTR for products displayed in category or search lists (Correct answer)
- An inventory management report
- A list of best-selling products by revenue
Correct answer: A report showing impressions, clicks, and CTR for products displayed in category or search lists
Product list reports in enhanced e-commerce show how products in list views (category pages, search results) are being viewed and clicked.
Question 34: What is 'IP anonymization' in Google Analytics, and why is it used?
- Truncating the last octet of a user's IP address to reduce personally identifiable information (Correct answer)
- Encrypting all IP data in transit
- Blocking certain IPs from appearing in reports
- Replacing IP addresses with random identifiers
Correct answer: Truncating the last octet of a user's IP address to reduce personally identifiable information
IP anonymization (anonymize_ip) removes the last octet of a visitor's IP address before it is stored, reducing the risk of tracking identifiable individuals.
Question 35: Which framework prioritizes CRO tests based on potential impact and ease of implementation?
- AIDA
- RACE
- PIE (Potential, Importance, Ease) (Correct answer)
- SMART goals
Correct answer: PIE (Potential, Importance, Ease)
The PIE framework scores test ideas on Potential (how much improvement is possible), Importance (traffic/value), and Ease (how hard it is to implement).
Question 36: Which UTM parameter specifically identifies the social platform (e.g., facebook, instagram) driving traffic?
- utm_term
- utm_campaign
- utm_content
- utm_source (Correct answer)
Correct answer: utm_source
utm_source identifies the origin of traffic, such as the specific social platform sending visitors.
Question 37: In US privacy law, which state enacted the first comprehensive consumer privacy law similar to GDPR?
- California (Correct answer)
- New York
- Washington
- Texas
Correct answer: California
California enacted the CCPA in 2018 (effective 2020), the first comprehensive US state privacy law, later strengthened by the CPRA.
Question 38: In CRO, what is a 'call to action' (CTA)?
- A retargeting ad format
- A prompt that encourages users to take a specific desired action (Correct answer)
- A customer support phone number
- An exit-intent popup
Correct answer: A prompt that encourages users to take a specific desired action
A CTA is a button, link, or instruction that directs users to take a specific action such as 'Buy Now,' 'Sign Up,' or 'Get a Free Quote.'
Question 39: What is 'scroll depth tracking' and why is it valuable?
- Tracking how fast pages load as users scroll down
- Measuring how far down a page users scroll to gauge content engagement (Correct answer)
- Monitoring server response times during high scroll velocity
- Tracking mouse scroll wheel hardware metrics
Correct answer: Measuring how far down a page users scroll to gauge content engagement
Scroll depth tracking measures what percentage of a page users actually read, revealing whether content below the fold receives engagement.
Question 40: What does 'Customer Lifetime Value' (CLV or LTV) represent?
- Total revenue from all customers in one year
- The predicted total revenue a business can expect from a single customer account (Correct answer)
- Average purchase value Ă— return rate
- Revenue per product category lifetime
Correct answer: The predicted total revenue a business can expect from a single customer account
CLV estimates the total net revenue a customer will generate over their entire relationship with the business.
Question 41: An analyst notices that 'Not Provided' accounts for 95% of organic keyword data in Google Analytics. What is the reason?
- Google blocked keyword data for privacy reasons for authenticated users' searches (Correct answer)
- Google Search Console integration is not enabled
- The analytics tracking code is missing from landing pages
- UTM parameters are overriding organic source attribution
Correct answer: Google blocked keyword data for privacy reasons for authenticated users' searches
Google encrypts search query data for privacy, reporting it as 'Not Provided,' which has been near-universal since 2013 for organic searches.
Question 42: What is 'session recording' used for in CRO research?
- Logging API call sequences
- Replaying individual user sessions to understand behavior and identify friction (Correct answer)
- Capturing email open sequences
- Recording server response times
Correct answer: Replaying individual user sessions to understand behavior and identify friction
Session recordings capture and replay actual user interactions on a site, helping teams spot confusion, bugs, and drop-off points.
Question 43: What is an A/B test in the context of CRO?
- A multivariate test with more than 10 variables
- A test comparing two different websites
- A user survey with two answer options
- A controlled experiment comparing two versions of a page to see which performs better (Correct answer)
Correct answer: A controlled experiment comparing two versions of a page to see which performs better
An A/B test splits traffic between a control (A) and a variation (B) to determine which version achieves a higher conversion rate.
Question 44: What is 'data anonymization' in web analytics?
- Deleting all user data after 30 days
- Irreversibly transforming personal data so individuals cannot be identified from it (Correct answer)
- Removing personally identifiable fields from reports only
- Storing analytics data in encrypted form
Correct answer: Irreversibly transforming personal data so individuals cannot be identified from it
Anonymization permanently alters personal data so that re-identification is impossible, removing it from the scope of GDPR obligations.
Question 45: What is a 'micro-conversion' in CRO analytics?
- A conversion worth less than $1
- A mobile-only conversion event
- A conversion that happens within 1 minute
- A small engagement step that indicates progress toward the primary conversion goal (Correct answer)
Correct answer: A small engagement step that indicates progress toward the primary conversion goal
Micro-conversions are smaller actions like email sign-ups or video plays that signal user engagement on the path to a macro-conversion.
Question 46: In Google Analytics 4, what does the 'engaged session' metric require to qualify?
- Session with at least one goal completion
- Session lasting at least 30 seconds with no bounce
- Session lasting at least 10 seconds, a conversion event, or 2+ page views (Correct answer)
- Any session where the user clicked a link
Correct answer: Session lasting at least 10 seconds, a conversion event, or 2+ page views
GA4 defines an engaged session as one lasting 10+ seconds, having a conversion event, or containing 2 or more page/screen views.
Question 47: What is 'pseudonymization' in the context of analytics data?
- Anonymizing IP addresses only
- Replacing all analytics data with fictional data for testing
- Replacing direct identifiers with pseudonyms so data cannot be attributed to a specific individual without additional info (Correct answer)
- Using fake user IDs in all reports
Correct answer: Replacing direct identifiers with pseudonyms so data cannot be attributed to a specific individual without additional info
Pseudonymization replaces identifiers (like names or emails) with artificial codes, so the data can only be re-linked to a person with a separate key.
Question 48: In GA4, which metric measures the percentage of sessions where users engaged with your site for more than 10 seconds, had a conversion event, or viewed 2+ pages?
- Engagement Rate (Correct answer)
- Bounce Rate
- Session Duration Rate
- Active User Rate
Correct answer: Engagement Rate
Engagement Rate in GA4 is the percentage of sessions classified as 'engaged sessions' — those lasting over 10 seconds, containing a conversion event, or including 2 or more page/screen views. It replaced the traditional bounce rate as the primary session quality metric.
Question 49: What is 'coupon analytics' in e-commerce tracking?
- Measuring the revenue impact, usage rate, and order value lift from discount codes (Correct answer)
- Monitoring coupon fraud rates only
- A/B testing coupon design
- Tracking email open rates for coupon emails
Correct answer: Measuring the revenue impact, usage rate, and order value lift from discount codes
Coupon analytics tracks which discount codes are used, how they affect AOV and conversion rate, and the net revenue impact of promotions.
Question 50: In GA4, what does 'data retention' setting control?
- How long reports are cached
- How long raw data is stored before deletion (Correct answer)
- How long sessions last
- How often data is sampled
Correct answer: How long raw data is stored before deletion
Data retention in GA4 determines how long user-level and event-level data is kept before automatic deletion.
Question 51: Which Google Analytics feature allows you to track user interactions across multiple devices?
- Real-Time reports
- Enhanced Ecommerce tracking
- Cross-Device Reports using User-ID or Google Signals (Correct answer)
- Custom dimensions at the session scope
Correct answer: Cross-Device Reports using User-ID or Google Signals
User-ID linking and Google Signals both enable cross-device measurement by associating sessions from different devices to the same user.
Question 52: Which GA4 feature allows raw event data to be exported to Google Cloud for advanced analysis?
- Data API
- BigQuery Export (Correct answer)
- Looker Studio integration
- Measurement Protocol
Correct answer: BigQuery Export
GA4's BigQuery Export sends raw, unsampled event data to Google Cloud for SQL-based analysis.
Question 53: What does 'cross-sell rate' measure in e-commerce?
- The percentage of orders that include a product recommended in addition to the primary item (Correct answer)
- The rate of returning purchases
- The conversion rate of cross-platform users
- Revenue from international customers
Correct answer: The percentage of orders that include a product recommended in addition to the primary item
Cross-sell rate measures how often customers purchase recommended complementary products alongside their primary selection.
Question 54: What is 'segment analysis' used for in e-commerce analytics?
- Splitting a product catalog into categories
- Analyzing behavioral or demographic subgroups of customers to find patterns and differences (Correct answer)
- Dividing ad budgets across channels
- Segmenting server traffic by geography
Correct answer: Analyzing behavioral or demographic subgroups of customers to find patterns and differences
Segment analysis breaks customers into groups (new vs. returning, mobile vs. desktop, high LTV vs. low LTV) to uncover different behaviors and opportunities.
Question 55: What is 'sentiment analysis' used for in social media analytics?
- Tracking competitor ad budgets
- Classifying mentions as positive, negative, or neutral in tone (Correct answer)
- Measuring post scheduling intervals
- Counting total hashtag uses
Correct answer: Classifying mentions as positive, negative, or neutral in tone
Sentiment analysis uses NLP to categorize social mentions by emotional tone, helping brands gauge public perception.
Question 56: Which GA4 property type is required to enable Advertising features like Google Signals?
- Any property with data sharing enabled (Correct answer)
- Standard property with consent mode
- Web property
- App property
Correct answer: Any property with data sharing enabled
Enabling data sharing with Google products is required to activate Google Signals and advertising features in GA4.
Question 57: What is 'session stitching' in modern analytics platforms?
- Combining data from multiple analytics tools into one dashboard
- Joining fragmented sessions from the same user into a continuous journey (Correct answer)
- Reprocessing historical data after a tracking change
- Merging A/B test results after an experiment ends
Correct answer: Joining fragmented sessions from the same user into a continuous journey
Session stitching reassembles user activity across sessions or devices into a single, unified user journey for accurate analysis.
Question 58: Which metric directly measures how effectively a page turns visitors into leads or customers?
- Conversion rate (Correct answer)
- Session duration
- Exit rate
- Bounce rate
Correct answer: Conversion rate
Conversion rate directly measures the percentage of visitors who complete the desired action, making it the core CRO performance metric.
Question 59: Which Google Analytics metric measures the percentage of sessions in which users viewed only one page and left without interacting?
- Abandonment Rate
- Churn Rate
- Exit Rate
- Bounce Rate (Correct answer)
Correct answer: Bounce Rate
Bounce Rate is the percentage of single-page sessions where users left without any interaction.
Question 60: What does 'cart abandonment rate' measure in e-commerce analytics?
- Percentage of users who added items to cart but did not complete purchase (Correct answer)
- Revenue lost per abandoned cart
- Average items left in cart per session
- Percentage of users who never viewed a product
Correct answer: Percentage of users who added items to cart but did not complete purchase
Cart abandonment rate is the percentage of shoppers who add items to their cart but leave before completing the checkout.
DAA Certified Web Analyst (CWA)
The Digital Analytics Association Certified Web Analyst certification validates professional knowledge across web analytics disciplines including data collection, analysis, reporting, and digital optimization. It is recognized as the professional standard for digital analytics practitioners worldwide.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds