Link to this document:

**https://bit.ly/tips2025-genai-zero-to-hero**

AWS Quiz Generator:

https://partyrock.aws/u/cloudmind/yy0r15zTq/AWS-Quiz-Generator-simple

Prompt 1: General prompt to generate “a quiz”.

Generate a quiz for the “Architecting on AWS” course.

Prompt 2: Getting more specific: number of questions and answers.

Generate a quiz for the “Architecting on AWS” course **with 5 questions and 4 potential answers.**

Prompt 3: Even more specific. Generate a quiz for a specific AWS service.

Generate a quiz about **AWS S3 service**, **only include basic features covered in Architecting on AWS - level 200 course** with 5 questions and 4 potential answers. 

Version 1: We want those questions to be more personal. Let’s give the model some examples.

Generate a quiz about AWS S3 service, only include basic features covered in Architecting on AWS - level 200 course with 5 questions and 4 potential answers. 

**Here are some examples:**
Question:
**You need to upload** a 100GB file to S3. Which S3 feature you need to use to make it as fast as possible?
Answer:
Using multipart upload.

Question:
**Your clients** are uploading files to an S3 bucket from different locations around the world. How would you optimize those uploads to minimize latence?
Answer:
Use S3 Transfer Accelaeration.

Model added Question: text to each question and doesn’t seem to follow the example phrasing.