Unity Ads Certified Associate Game Developer Practice Exam, Exams of Technology

This exam targets intermediate developers and covers Unity Ads integration within complete game development pipelines. Topics include monetization strategy design, player engagement analytics, A/B testing of ad formats, optimizing ad frequency, and balancing revenue with user satisfaction. Scenario-based questions simulate real production decision-making.

Typology: Exams

2025/2026

Available from 01/06/2026

shilpi-jain-1
shilpi-jain-1 🇮🇳

4.2

(5)

29K documents

1 / 92

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Unity Ads Certified Associate Game Developer
Practice Exam
**Question 1. Which monetization model relies primarily on selling virtual items directly to
players?**
A) Subscription
B) InApp Advertising (IAA)
C) InApp Purchases (IAP)
D) Sponsorship
Answer: C
Explanation: IAP involves players buying virtual goods, currencies, or upgrades inside the app,
which is the core of the freetoplay revenue strategy.
**Question 2. ARPDAU stands for:**
A) Average Revenue Per Daily Active User
B) Average Requests Per Data Access Unit
C) Aggregate Revenue Per Device User
D) Automated Revenue Projection for Daily Users
Answer: A
Explanation: ARPDAU measures the average revenue generated per daily active user, a key
metric for evaluating ad performance.
**Question 3. In Unity Ads, what is the primary purpose of a Placement ID?**
A) To identify a user’s device model
B) To specify where an ad format will be shown in the game
C) To encrypt ad traffic
D) To store user consent information
Answer: B
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c

Partial preview of the text

Download Unity Ads Certified Associate Game Developer Practice Exam and more Exams Technology in PDF only on Docsity!

Practice Exam

Question 1. Which monetization model relies primarily on selling virtual items directly to players? A) Subscription B) In‑App Advertising (IAA) C) In‑App Purchases (IAP) D) Sponsorship Answer: C Explanation: IAP involves players buying virtual goods, currencies, or upgrades inside the app, which is the core of the free‑to‑play revenue strategy. Question 2. ARPDAU stands for: A) Average Revenue Per Daily Active User B) Average Requests Per Data Access Unit C) Aggregate Revenue Per Device User D) Automated Revenue Projection for Daily Users Answer: A Explanation: ARPDAU measures the average revenue generated per daily active user, a key metric for evaluating ad performance. Question 3. In Unity Ads, what is the primary purpose of a Placement ID? A) To identify a user’s device model B) To specify where an ad format will be shown in the game C) To encrypt ad traffic D) To store user consent information Answer: B

Practice Exam

Explanation: Placement IDs map a specific ad placement (rewarded, interstitial, banner) defined in the dashboard to the code that triggers it. Question 4. Which of the following best describes a real‑time bidding (RTB) auction in Unity Ads? A) Fixed price contracts negotiated monthly B) Advertisers submit bids for each impression, and the highest wins instantly C) Ads are served based on the developer’s manual selection D) Bids are only accepted during off‑peak hours Answer: B Explanation: RTB allows advertisers to bid for each individual ad impression, with the highest bid winning the right to serve the ad. Question 5. When initializing the Unity Ads SDK on iOS, which method must be called first? A) Advertisement.Initialize(gameId, true) B) Monetization.Initialize(gameId, false) C) Advertisement.Initialize(gameId, testMode) D) AdsSDK.Start(gameId) Answer: C Explanation: Advertisement.Initialize with the correct Game ID and a testMode flag is required to start the SDK on iOS. Question 6. What file should be added to both Android and iOS builds to help prevent ad fraud? A) privacy.txt B) app‑ads.txt C) ads‑policy.xml

Practice Exam

B) Click‑Through Rate (CTR) C) Conversion Rate D) Retention Rate Answer: A Explanation: Fill Rate is calculated as (filled impressions ÷ total ad requests) × 100, showing inventory availability. Question 10. When should interstitial ads ideally be displayed to minimize disruption? A) During active gameplay B) At the start of a level C) At natural pause points such as level completion D) Continuously in the background Answer: C Explanation: Showing interstitials at natural pauses respects the player’s flow and reduces annoyance. Question 11. Which Unity Ads policy forbids encouraging users to repeatedly watch the same ad for extra rewards? A) Placement Policy B) Rewarded Inventory Policy C) Invalid Activity Policy D) Content Rating Policy Answer: C Explanation: The Invalid Activity Policy bans artificial inflation of ad views, such as prompting repeated watches.

Practice Exam

Question 12. What is the primary benefit of using Unity LevelPlay mediation? A) It removes the need for a Unity account B) It allows multiple ad networks to compete for impressions, increasing fill and eCPM C) It guarantees 100 % fill rate D) It automatically disables banner ads Answer: B Explanation: Mediation lets several networks bid on each impression, often improving fill rates and revenue. Question 13. Which user‑segmentation strategy is most useful for maximizing ad revenue? A) Treating all users identically B) Separating paying users from non‑paying users and adjusting ad frequency C) Showing ads only to players who have never made a purchase D) Randomly assigning ad frequencies Answer: B Explanation: Paying users typically receive fewer or less intrusive ads, preserving their experience while monetizing non‑paying players. Question 14. In Unity Ads, what does eCPM stand for? A) Estimated Cost Per Minute B) Effective Cost Per Mille (thousand impressions) C) Earned Credits Per Month D) External Cost Per Marketing Answer: B Explanation: eCPM measures revenue earned per 1,000 ad impressions, indicating profitability of a placement.

Practice Exam

Answer: C Explanation: High eCPM is a positive factor; blocking should be based on poor user experience or inappropriate content. Question 18. When calculating Lifetime Value (LTV), which of these components is essential? A) Daily active user count only B) Total revenue from a cohort divided by the number of users in that cohort C) Number of ad impressions served per day D) Average session length Answer: B Explanation: LTV is computed by dividing the total revenue generated by a specific user cohort by the number of users in that cohort. Question 19. Which Unity Ads placement type is best suited for displaying a small logo at the top of the main menu? A) Rewarded Video B) Interstitial C) Banner D) Native Answer: C Explanation: Banners are small, persistent ads ideal for UI areas like menus. Question 20. What does the term “fill” refer to in the context of ad serving? A) The amount of data a user consumes while watching an ad B) The percentage of ad requests that are successfully served with an ad

Practice Exam

C) The time it takes for an ad to load D) The number of clicks an ad receives Answer: B Explanation: Fill rate reflects how often the ad network can provide an ad for a request. Question 21. Which Unity Ads feature allows developers to test ad flow without affecting real revenue? A) Live Mode B) Sandbox Mode C) Test Mode D) Debug Mode Answer: C Explanation: Test Mode serves non‑monetized mock ads, enabling safe testing. Question 22. In the Unity Ads dashboard, which tab provides insight into eCPM trends over time? A – Overview B – Placements C – Performance D – Settings Answer: C Explanation: The Performance tab displays detailed metrics such as eCPM, fill rate, and impression volume. Question 23. Which of the following best describes “rewarded inventory” in Unity Ads policy?

Practice Exam

Question 26. Which of the following is a key difference between non‑mediated and mediated Unity Ads implementations? A) Non‑mediated uses only Unity Ads; mediated can combine multiple ad networks B) Mediated requires no SDK integration C) Non‑mediated supports rewarded videos, mediated does not D) Mediated eliminates the need for placement IDs Answer: A Explanation: Non‑mediated relies solely on Unity Ads, while mediation allows other networks to compete for impressions. Question 27. When implementing a rewarded video, which Unity Ads callback indicates the user watched the ad to completion? A) OnAdFailedToLoad B) OnAdShowFailed C) OnUnityAdsShowComplete with UnityAdsShowCompletionState.COMPLETED D) OnUnityAdsReady Answer: C Explanation: The OnUnityAdsShowComplete callback with COMPLETED state confirms full view, allowing reward delivery. Question 28. Which metric is most directly impacted by increasing the reward value for a rewarded video? A) Fill Rate B) eCPM C) Completion Rate D) Click‑Through Rate

Practice Exam

Answer: C Explanation: Larger rewards often boost the likelihood that users will watch the ad to completion, raising the completion rate. Question 29. What is the recommended way to handle ad loading failures for interstitials? A) Crash the game to force a reload B) Immediately attempt to show another interstitial C) Log the error and fallback to gameplay without showing an ad D) Disable all ads for the session Answer: C Explanation: Graceful handling—logging and proceeding without the ad—maintains user experience. Question 30. Which of the following best describes the “Placement Policy” for Unity Ads? A) Ads must be placed only in menu screens B) Ads cannot obstruct core gameplay or be misleadingly positioned C) Ads must be shown every 30 seconds D) Ads must always be rewarded videos Answer: B Explanation: The Placement Policy ensures ads are not deceptive and do not interfere with gameplay mechanics. Question 31. What is the primary advantage of using Unity’s “User Segmentation” feature? A) It automatically increases ARPDAU for all users B) It allows developers to tailor ad experiences based on player behavior (e.g., paying vs. non‑paying)

Practice Exam

A) Children’s Online Privacy Protection Act; it requires parental consent for collecting data from children under 13 B) Commercial Online Payment Processing Agreement; it governs ad payments C) Community Operations Policy and Practice Agreement; it dictates ad content standards D) Content Optimization and Placement Protocol; it guides ad placement rules Answer: A Explanation: COPPA protects children’s privacy; Unity Ads must obtain parental consent before serving personalized ads to users under 13. Question 35. Which Unity Ads dashboard feature allows developers to set a maximum number of ads per user per day? A) Frequency Capping B) Revenue Forecasting C) Placement Builder D) Creative Tester Answer: A Explanation: Frequency Capping lets developers limit daily ad impressions per user to avoid over‑exposure. Question 36. If an ad network’s fill rate drops dramatically, what is the most likely immediate impact on eCPM? A) eCPM will increase automatically B) eCPM will stay the same because it’s unrelated to fill rate C) eCPM may decrease because fewer impressions are being monetized D) eCPM will become negative Answer: C

Practice Exam

Explanation: Lower fill reduces the number of paid impressions, often lowering the effective CPM. Question 37. When integrating Unity Ads, which Unity package should be avoided if you plan to use the latest SDK? A) Advertisement Legacy package B) Unity Monetization package (v4.x) C) Unity Mediation package D) Unity Analytics package Answer: A Explanation: The Advertisement Legacy package is deprecated; the current Unity Ads SDK provides better features and support. Question 38. Which of the following best explains why an A/B test of rewarded ad reward values is useful? A) It determines which reward causes the highest crash rate B) It identifies the optimal balance between user satisfaction and revenue generation C) It automatically disables the lower‑performing ad format D) It ensures all users receive the same reward every time Answer: B Explanation: A/B testing different reward amounts helps find the sweet spot where users feel rewarded without cannibalizing IAP revenue. Question 39. What is the correct order of steps to display a rewarded video ad in Unity? A) Initialize SDK → Load ad → Show ad → Grant reward after completion B) Show ad → Initialize SDK → Load ad → Grant reward C) Grant reward → Initialize SDK → Load ad → Show ad

Practice Exam

B) Rewarded Video C) Interstitial (Full‑Screen) D) Native Answer: C Explanation: Interstitials often command higher CPMs due to their full‑screen, high‑visibility nature. Question 43. When a user opts out of personalized ads, which Unity Ads mode must be used? A) Test Mode B) Non‑Personalized Ads mode (NPAs) C) Debug Mode D) Premium Mode Answer: B Explanation: NPAs ensure ads are served without using personal data, complying with GDPR/CCPA opt‑out requests. Question 44. Which of the following is a recommended practice for handling banner ad visibility during gameplay? A) Keep the banner visible at all times, even during intense action B) Hide the banner during core gameplay and show it on menus or pause screens C) Rotate the banner every second to keep users engaged D) Display the banner only when the player loses a life Answer: B Explanation: Hiding banners during active gameplay prevents distraction and maintains immersion.

Practice Exam

Question 45. What does “fill” refer to in the context of ad serving? A) The amount of data a user consumes while watching an ad B) The percentage of ad requests that are successfully served with an ad C) The time it takes for an ad to load D) The number of clicks an ad receives Answer: B Explanation: Fill rate measures how often the ad network can provide an ad for a request. Question 46. Which Unity Ads dashboard view allows developers to see revenue broken down by placement type? A) Overview B) Placements C) Performance D) Settings Answer: B Explanation: The Placements view groups revenue metrics per placement (rewarded, interstitial, banner). Question 47. In Unity Ads, what is the purpose of the “Placement ID” field in the code? A) To store the player’s unique ID B) To reference the specific ad placement configured in the dashboard C) To encrypt ad traffic D) To set the ad’s expiration time Answer: B Explanation: The Placement ID connects the code to the corresponding placement definition (e.g., “rewardedVideo”).

Practice Exam

Explanation: LevelPlay’s Ad Quality tools let developers filter out creatives based on rating, genre, and user experience. Question 51. Which of the following is NOT a valid way to increase ARPDAU? A) Improving ad placement relevance B) Raising the price of in‑app purchases without adding value C) Offering attractive rewarded video incentives D) Optimizing frequency capping to avoid ad fatigue Answer: B Explanation: Simply increasing IAP prices can harm user satisfaction and may reduce overall revenue. Question 52. When using Unity Ads mediation, what does the term “waterfall” refer to? A) A visual effect applied to ads B) The order in which ad networks are called when an impression request is made C) The process of loading multiple ads simultaneously D) The metric that measures ad latency Answer: B Explanation: In mediation, a waterfall defines the priority sequence of networks to attempt filling an ad request. Question 53. Which of the following statements about the “Rewarded Video” ad format is FALSE? A) Users must voluntarily opt‑in to watch the ad B) The reward is delivered only after the ad is fully watched C) Rewarded videos can be shown automatically after every level without user consent

Practice Exam

D) They are effective for increasing user engagement and retention Answer: C Explanation: Rewarded videos require explicit user consent; they cannot be forced upon the player. Question 54. What is the primary purpose of Unity’s “Analytics” integration with Ads? A) To replace the Ads SDK entirely B) To provide detailed insights into how ad events affect player behavior and revenue C) To automatically generate new ad creatives D) To block all non‑rewarded ads Answer: B Explanation: Unity Analytics tracks ad impressions, clicks, and revenue, linking them to gameplay metrics for deeper analysis. Question 55. Which of the following best describes “eCPM” in ad monetization? A) The total number of clicks divided by impressions B) The average revenue earned per 1,000 ad impressions C) The cost to the developer for each ad served D) The number of users who see an ad each day Answer: B Explanation: eCPM (effective Cost Per Mille) calculates revenue per thousand impressions, a standard performance metric. Question 56. Which policy violation could result in an immediate suspension of a Unity Ads account? A. Using banner ads on a menu screen