Practice exams for Certified Generative AI Engineer Associate
45 questions ยท 90 min
- Application Development 14 questions
- Assembling and Deploying Applications 10 questions
- Design Applications 6 questions
- Data Preparation 6 questions
- Evaluation and Monitoring 5 questions
- Governance 4 questions
25 free questions across all domains, no account required.
The full set of 45 questions is included in the All certifications subscription. Subscribe
How to prepare for Certified Generative AI Engineer Associate with InfraPrep
The 45 questions cover 6 domains: Application Development, Assembling and Deploying Applications, Design Applications, Data Preparation, Evaluation and Monitoring, Governance. 25 of them are free, without an account.
Study mode
Answer at your pace: each answer is corrected straight away, with an explanation and the link to the documentation it relies on.
Exam mode
A timed exam of 90 minutes, with a question map to flag and come back to questions before you submit.
Results by domain
Your score is broken down by domain, so you know what to review first.
Original questions
Every question is written from the public documentation, never copied from the exam. You can contest an answer from study mode.
Sample question
Design Applications
A Generative AI Engineer is building a pipeline that sends product reviews to a chat model served by Foundation Model APIs. A downstream job parses every reply and fails whenever a field is missing or named differently. The team may later switch to a model from another provider and does not want to rewrite the request. What should the engineer do so that each reply follows a fixed set of JSON fields?
- Lower the temperature to 0 so that every reply uses the same field names
- Set max_tokens to a small value so the model cannot add extra fields
- Pass a JSON schema in the response_format field of the chat request
- Enable inference tables so malformed replies are logged and retried
Show the answer and the explanation
Correct answer: C
Databricks structured outputs are requested through the response_format field, which can carry a JSON schema, and the same request format works regardless of the model provider.
More AI certifications
Azure AI Apps and Agents Developer Associate
Microsoft
View certification – Azure AI Apps and Agents Developer Associate