98-374 Gaming Development Fundamentals: Exam Guide and Retirement-Aware Study Plan
Microsoft exam 98-374, Gaming Development Fundamentals, validates foundational knowledge of gaming development across game design, hardware, graphics, and animation. It was aimed primarily at students in high school and two-year college programs, and it assumes training or some hands-on practice rather than professional employment experience. The most important decision for a current reader is not simply how to study: Microsoft retired the MTA exams on June 30, 2022. Use this guide to understand the former objective scope, judge the value of archived preparation, and choose an appropriate current learning or credential path.
Is 98-374 still available?
No. Exam 98-374 is a retired Microsoft Technology Associate exam, so a new candidate cannot schedule it or earn its associated certification now. Microsoft announced that MTA certifications and exams would retire on June 30, 2022, and its retirement guidance states that retired exams can no longer be taken and their associated certifications can no longer be earned.
This changes the practical purpose of any 98-374 material found online. The official objectives remain useful as a historical outline of introductory gaming-development topics, but they should not be treated as a current booking page or as evidence that a testing appointment is available. Do not purchase a voucher or plan a study calendar around taking this exam without first verifying current Microsoft information.
Microsoft says certifications already earned remain on a candidate’s Microsoft Learn transcript after retirement, although retired certifications move to the Certification History section two years after the certifications retire. That status protects the record of an already-earned credential; it does not reopen the exam for new candidates.
Check the current retirement information before making a credential decision. Microsoft’s certification-retirement guidance says that information about scheduled retirements can change, so a current Microsoft page is the appropriate place to confirm status rather than a third-party listing.
What the retirement means for an existing holder
If you passed the required exam before it expired, Microsoft states that the certification was earned and appeared on the certification transcript. Microsoft also says an already-earned certification remains on the transcript and remains printable after the exams retire.
The retirement does not create a new renewal route. Microsoft’s retirement guidance says that a person eligible to renew before retirement should consider doing so because renewal is not available after the certification retires.
What the retirement means for a new learner
A new learner can still use the 98-374 objective document to study foundational concepts, compare older curriculum coverage with current game-development training, or understand the background of an existing MTA credential. The learner cannot use it as a current exam registration route.
What did 98-374 validate?
98-374 assessed foundational knowledge of gaming development concepts rather than professional-level employment experience. Its intended audience was primarily students attending high schools and two-year colleges. The official description expects foundational knowledge of game design, hardware, graphics, and animation, while allowing for preparation through training or hands-on practice.
The exam belonged to Microsoft’s Microsoft Technology Associate program and carried the title “Gaming Development Fundamentals.” Microsoft Support placed Exam 374 among the MTA developer certifications, alongside subjects such as software development, web development, .NET development, HTML5 app development, software testing, mobility and devices, and cloud fundamentals.
The scope is broad because the exam was designed to establish vocabulary and conceptual grounding across a game project, not to certify mastery of one engine, one programming language, or one production job. A sensible learner should therefore study relationships between systems: how design choices affect hardware, how a rendering pipeline supports graphics, and how animation and collision behavior affect the game state.
Who was the intended candidate?
The official audience was students in high schools and two-year colleges, but the stated experience expectation is more useful than the audience label alone. Candidates were expected to have some hands-on experience or training, while professional on-the-job experience was not assumed.
That profile suits a learner who has completed introductory programming or game-development coursework, followed guided projects, or experimented with a small interactive prototype. It does not imply that a candidate needed commercial studio experience.
What the exam did not establish
The objective outline does not establish that a candidate could ship a commercial game, manage a production team, optimize a complete title, or demonstrate current proficiency with a modern engine. Treat the credential as foundational evidence, not as a substitute for a portfolio or current role-based training.
Which skills were measured?
The official objective domains were game design, hardware, graphics, and animation. Study each domain as a connected set of decisions rather than as an isolated glossary. The outline names specific tasks and concepts within every area, giving a practical checklist for reviewing archived material or planning equivalent foundational study.
Game design fundamentals
The game-design objectives include differentiating game types and genres, understanding player motivation, designing user interfaces, understanding game components, capturing user data, and working with XNA.
Preparation should connect terminology to design decisions. For example, distinguish a genre from a platform, identify why a user interface supports a particular player task, and explain what information a game may capture for analysis or interaction. XNA appears in the historical outline, so learners should recognize it as part of the exam’s period-specific technology coverage rather than assume that studying it alone represents current game-development practice.
A useful review exercise is to take a simple game concept and describe its genre, intended player motivation, core components, interface needs, and data points. This exposes gaps more effectively than copying definitions into flashcards.
Hardware fundamentals
The hardware objectives include selecting input and output devices, working with networks, managing game performance, and understanding game platforms.
Study hardware in terms of constraints and trade-offs. Ask which input device supports the intended interaction, which output device communicates game information, how network communication can affect an interactive experience, and which platform assumptions influence a design. Performance review should include the relationship between available resources and the workload created by graphics, animation, audio, and game logic.
The external objective outline also references video and audio compression. Review why compression matters to storage, transmission, and playback, but keep the focus on the underlying concept rather than memorizing an unsupported implementation detail.
Graphics fundamentals
The graphics objectives include understanding rendering engines, planning game state, and drawing objects. The external outline also references DirectX, display initialization, Vsync, graphics pipelines, game loops, and frame-rate handling.
A strong study sequence follows the path from state to image. First identify the game state that must be represented. Then consider how objects are prepared and passed through a graphics pipeline, how a rendering engine contributes, and how the display is initialized. Finally, connect the game loop and frame-rate handling to the repeated process of updating state and drawing the current scene.
Vsync belongs in this systems discussion because it concerns the relationship between rendered frames and display presentation. Study the purpose and interaction of these concepts instead of treating each term as an unrelated definition.
Animation and collision fundamentals
The animation objectives include animating basic characters, transforming objects, and working with collisions, including collision detection and response.
Practice describing the difference between changing an object’s position, changing its orientation or scale, and producing a sequence that conveys character movement. Then separate collision detection—the determination that objects intersect or meet a condition—from collision response—the behavior that follows that determination.
A small paper or code exercise can model two moving objects, identify their relevant boundaries, detect an overlap, and specify what happens next. The goal is to make the logic explicit: which objects participate, what condition is checked, and how the game state changes after the collision.
How should you prepare from the objective outline?
Start with the official objective documents, then build small demonstrations around the concepts you cannot explain. Because 98-374 is retired, the best preparation approach is diagnostic rather than exam-date driven: use the outline to locate foundational gaps, learn the concept through documentation or a controlled exercise, and record how it connects to the other domains.
Do not begin by collecting large question banks or memorizing answer patterns. Archived material may be incomplete, outdated, or unrelated to the official objectives. It cannot restore access to a retired exam, and memorization does not demonstrate that you understand game systems.
Step 1: Establish the baseline
Read the official Gaming Development Fundamentals objective document and the external objective outline once without trying to memorize every term. Mark each objective as familiar, partly understood, or unknown.
Then test yourself without notes. Explain what a game loop does, why a rendering pipeline exists, how collision response differs from collision detection, and how a platform can influence hardware decisions. If you cannot give a clear explanation and a simple example, classify the topic as a study priority.
Step 2: Study in dependency order
Begin with game components and game state, because later work on graphics, animation, and collisions depends on understanding what the game must represent and update. Move next to hardware and platform constraints, then graphics and rendering, and finish with animation and collision behavior.
This order is a practical recommendation, not an official exam sequence. The official materials identify domains and objectives but do not prescribe a personal timetable. Change the order if your coursework or project exposes a more urgent gap.
Step 3: Build one small reference project
Use a modest prototype or simulation rather than attempting a full game. Represent a basic game state, update it in a loop, draw simple objects, apply a transformation, and add a collision condition with a defined response. The project can be conceptual or implemented with tools you currently use; the purpose is to make the relationships observable.
Keep a short technical journal. For each feature, write the input, state change, rendering consequence, and performance consideration. This creates revision material that tests understanding rather than reproducing a source’s wording.
Step 4: Revisit the historical technologies carefully
DirectX and XNA appear in the official 98-374 objectives, as do display initialization, Vsync, compression, graphics pipelines, and frame-rate handling. Learn enough historical context to understand the terms and their role in the outline, but do not assume that an older technology list is a current recommendation for building games.
For current development work, consult current Microsoft Learn content and current tools separately. Microsoft Learn provides current documentation, training, and credentials, but its general availability does not mean that every current resource is a replacement for 98-374.
What should a practical study roadmap look like?
A four-stage roadmap works well for historical objective review: map the scope, learn the systems, apply the concepts, and make a next-path decision. Give more time to topics that remain unclear after application. Since there is no current 98-374 booking decision to make, the final stage should end with current learning or portfolio action rather than an exam appointment.
Stage 1: Map the objectives
Create four pages or digital notes labeled game design, hardware, graphics, and animation. Under each label, copy only the objective topics from the official documents. Add your own explanation and one example beside each topic.
At this stage, avoid adding unrelated engine features or advanced production subjects. Extra material can be useful later, but it makes it harder to see whether the foundational outline has been covered.
Stage 2: Learn the connected systems
Study game design and game state first. Identify the player goal, game components, interface actions, and data that the system must maintain. Next, relate platform, input, output, network, compression, and performance decisions to that design.
Then trace a frame through the loop: state is updated, objects are prepared, the graphics pipeline and rendering engine produce a scene, and the display presents it. Add animation transformations and collision detection and response to the same model.
Stage 3: Apply and explain
Build or diagram a small interactive scenario. Explain what happens when a player provides input, the game state changes, an object is transformed, a collision occurs, and a frame is rendered. Repeat the explanation without notes, then inspect the parts where you use vague language.
A useful checkpoint is transfer: can you apply the same idea to a different genre, input device, platform, or object? If not, you may know a term without understanding the principle behind it.
Stage 4: Choose the next credential or learning route
If your goal is historical knowledge, preserve your notes and complete the prototype. If your goal is a current Microsoft credential, compare current Microsoft Learn fundamentals, role-based certifications, or Applied Skills with the skills you actually want to develop. Microsoft’s MTA retirement FAQ recommends that learners pivot toward the newer generation of certifications and identifies fundamentals credentials as a starting point for broader areas such as Azure, AI, Data, Power Platform, Microsoft 365, and Dynamics.
If your goal is game development rather than a Microsoft credential, prioritize a current engine workflow, programming practice, graphics fundamentals, animation, collision systems, and a portfolio project. The 98-374 outline can inform that foundation, but it is not a current certification target.
Which study mistakes should you avoid?
The most costly mistake is treating a retired exam as if it were still schedulable. Confirm status before spending money or setting a deadline. The next mistake is studying isolated vocabulary without tracing how design, hardware, graphics, and animation interact in a running game.
Avoid relying on dumps, leaked questions, or claims that memorization guarantees a pass. Such material cannot establish a legitimate route to a retired credential and may contain stale or inaccurate content. Use the official objective documents as the scope boundary and use legitimate documentation, training, and practice work to develop understanding.
Do not assume that a modern tool automatically covers the historical objective list, or that an old technology named in the outline is still the best current implementation choice. Separate three questions: what the former exam described, what you can explain now, and what current work requires.
Mistake: confusing domains with a complete curriculum
Four domains provide an assessment scope, not a complete professional game-development curriculum. You may need additional programming, mathematics, tools, source control, debugging, audio, accessibility, design iteration, and portfolio practice for current work. Those subjects should be added according to your goal rather than presented as 98-374 requirements.
Mistake: ignoring the nonprofessional experience assumption
The exam assumed some training or hands-on experience but did not assume professional on-the-job experience. A beginner should not conclude that commercial studio experience was required; equally, an experienced developer should not assume that workplace familiarity automatically covers every foundational objective. Use a diagnostic review in either case.
Mistake: using bare topic recognition as proof
Recognizing words such as Vsync, game loop, rendering engine, or collision detection is not the same as explaining their role. For each term, write a purpose, a relationship to game state or presentation, and a small example. This exposes misconceptions that a vocabulary-only review can hide.
What delivery details are verified?
The supplied official research verifies the exam title, audience, experience assumptions, objective domains, and retirement status, but it does not verify a current delivery method, testing location, duration, language list, question count, passing score, price, or booking process. Those details should not be inferred from old third-party listings.
Because the exam retired on June 30, 2022, current candidates should not use historical delivery claims to plan an appointment. If an archived page displays old registration information, treat it as historical and confirm any alternative credential through the current official provider page.
How to handle conflicting listings
Compare any listing with the official retirement pages and the official objective documents. A page that presents 98-374 as available may be outdated, may describe a legacy voucher, or may omit the retirement notice. Availability is a current operational fact, so it requires current official confirmation.
Do not infer that a learning module, archived PDF, or search result means an exam can be booked. Microsoft explains that retired course pages may be removed while Learning Paths and Modules can remain available for reference; retained learning content is not the same as an active exam.
Where should you verify the information?
Use the official Certiport objective documents for the historical scope and Microsoft Learn retirement guidance for status and transcript consequences. For a current replacement direction, begin with Microsoft Learn’s current credentials and training information, then select a path based on your intended role rather than assuming that one credential replaces every part of 98-374.
The following sources are the evidence base for this guide: the Gaming Development Fundamentals objective document, the external objective outline, Microsoft’s MTA Retirement FAQs, Microsoft’s exam-retirement guidance, Microsoft’s retired-course information, Microsoft Learn, and Microsoft Support’s historical MTA overview.
What to do next
First, decide whether your purpose is historical study, current game-development skill building, or a current Microsoft credential. Second, download or save the official objective documents for reference. Third, mark your strengths and gaps across game design, hardware, graphics, and animation. Fourth, complete a small system-based exercise and document what you learned. Finally, verify any current credential or training choice on Microsoft Learn before registering or paying.
How should you use 98-374 material now?
Use 98-374 as a historical foundation map, not as an available exam promise. It is most useful when it helps a learner organize core ideas—player and interface design, platform and performance constraints, rendering and game loops, transformations, and collision behavior—then move into current tools or credentials with a clear understanding of what has and has not been validated.
An existing MTA credential can still document an earlier achievement: Microsoft says earned certifications remain on the transcript after retirement. A learner who has not earned it should describe completed training and projects accurately rather than implying that preparation alone produced the certification.
A final decision checklist
Confirm that you are not trying to schedule a retired exam. Identify whether you need foundational game-development knowledge, a portfolio artifact, or a current Microsoft credential. Use the official objectives to diagnose knowledge, not to predict unsupported exam questions. Build one small project or technical model that links design, hardware, graphics, and animation. Then choose current learning resources that match your intended role.
This approach preserves the useful technical structure of the former exam while avoiding the central error: treating an archived MTA objective outline as a live certification opportunity.
Conclusion
Exam 98-374 remains a useful historical outline for introductory gaming-development concepts, but it is not a current certification route. Study its four official domains by connecting design decisions to hardware, game state, rendering, animation, and collision behavior. Then convert that foundation into a current project, current training plan, or current credential decision. Verify availability and requirements through Microsoft’s current pages before spending money, registering, or describing the credential on a résumé.