Import JSON
Validate and import questions
Home
Quiz
Question JSON
[ { "question": "Which AWS service is best suited for hosting serverless compute logic in response to API events?", "options": [ "AWS Lambda", "Amazon EC2", "Amazon S3", "Amazon RDS", "AWS CloudFormation" ], "categories": [ "serverless", "aws developer associate" ] }, { "question": "Which AWS service helps you store and version source code for application development?", "options": [ "AWS CodeCommit", "Amazon DynamoDB", "Amazon SNS", "AWS Direct Connect", "Amazon Route 53" ], "categories": [ "developer tools", "aws developer associate" ] }, { "question": "Which AWS service is commonly used to deploy and manage application infrastructure as code?", "options": [ "AWS CloudFormation", "AWS X-Ray", "Amazon CloudWatch", "Amazon CloudFront", "AWS IAM" ], "categories": [ "infrastructure", "aws developer associate" ] }, { "question": "Which AWS service can be used to decouple components by sending messages between application parts?", "options": [ "Amazon SQS", "Amazon EBS", "Amazon EC2 Auto Scaling", "AWS Batch", "Amazon Inspector" ], "categories": [ "messaging", "aws developer associate" ] } ]
Validate & Import