AWS Cloud has revolutionized the way businesses operate, providing scalable, flexible, and cost-effective solutions. Understanding AWS core services, regions and availability zones, and key principles like the Well-Architected Framework is essential for architecting secure, high-performing systems. This quiz will test your knowledge of AWS fundamentals, Shared Responsibility Model, and IAM best practices.
Chapter 1: Introduction to AWS Cloud and Architecture
Topic 1: Overview of AWS Cloud – Core Services, Regions, and Availability Zones
Your organization needs a highly available architecture. Which AWS service combination ensures durability and regional redundancy for your critical data?
A. Amazon S3 with Cross-Region Replication
B. AWS Lambda with S3 Lifecycle Policies
C. EC2 Auto Scaling with Route 53
D. RDS Multi-AZ Deployment
E. CloudFront with Regional Edge Caches
When designing an application for global users, which AWS services or features should be considered for performance and availability?
A. AWS Direct Connect
B. AWS Global Accelerator
C. Amazon CloudFront
D. Elastic Load Balancing (ELB) with Availability Zones
E. Amazon DynamoDB Global Tables
An application is deployed in an AWS region but has users in a geographically distant region experiencing latency. Which solution is most effective in addressing the latency issue?
A. Deploy the application in another AWS region
B. Use Amazon RDS Read Replicas
C. Enable CloudFront caching
D. Increase the EC2 instance size
E. Implement Amazon Route 53 geolocation routing
Which of the following accurately describe AWS regions and availability zones?
A. An availability zone is a logical grouping of data centers in a region
B. Regions are independent, isolated locations
C. All regions offer the same set of services
D. Availability zones within a region are connected by low-latency links
E. Data replication across regions is automatic by default
Your workload requires compliance with local data residency laws. Which AWS service can assist in ensuring data remains within a specific region?
A. Amazon S3
B. Amazon CloudFront
C. AWS Organizations
D. AWS Outposts
E. AWS Global Accelerator
Topic 2: AWS Well-Architected Framework – Pillars and Principles
Which pillar of the AWS Well-Architected Framework focuses on ensuring system recovery and prevention of data loss?
A. Security
B. Operational Excellence
C. Reliability
D. Performance Efficiency
E. Cost Optimization
A company is optimizing its infrastructure to reduce costs while maintaining performance. Which recommendations align with the Well-Architected Framework?
A. Right-sizing resources
B. Using Spot Instances for non-critical workloads
C. Implementing Auto Scaling
D. Storing frequently accessed data in Amazon Glacier
E. Enabling Consolidated Billing in AWS Organizations
Which design principles fall under the “Operational Excellence” pillar?
A. Automate manual tasks
B. Test recovery procedures
C. Use a code repository for tracking changes
D. Plan for disaster recovery
E. Design loosely coupled architectures
An organization has a requirement to regularly monitor, audit, and log events in their AWS environment. This practice aligns with which Well-Architected Framework pillar?
A. Security
B. Reliability
C. Operational Excellence
D. Cost Optimization
E. Performance Efficiency
Which of these practices contribute to ensuring “Performance Efficiency” in your AWS architecture?
A. Use Multi-AZ deployments
B. Evaluate newer instance types
C. Enable Auto Scaling
D. Leverage managed services
E. Store archived data in Amazon S3 Glacier
Topic 3: Shared Responsibility Model
In the Shared Responsibility Model, what is AWS responsible for?
A. Patch management of the underlying host OS
B. Customer application code vulnerabilities
C. Configuration of Security Groups
D. Physical security of data centers
E. Securing customer IAM roles and policies
A customer is using Amazon RDS. Which tasks are the customer’s responsibility under the Shared Responsibility Model?
A. Backup management
B. Patching the database engine
C. Encrypting data at rest
D. Performance optimization of queries
E. Networking configuration
Which scenarios fall under a customer’s responsibility in the Shared Responsibility Model?
A. Encrypting application data using AWS KMS
B. Managing firewall settings
C. Ensuring strong password policies in IAM
D. Securing root user credentials
E. Updating firmware on AWS hardware
AWS provides compliance certifications such as SOC and ISO/IEC 27001. What does this imply for the Shared Responsibility Model?
A. Customers automatically inherit compliance for their workloads
B. AWS secures the infrastructure, but customers must ensure application-level compliance
C. AWS performs all necessary audits
D. Customers have no compliance obligations
E. Compliance is shared equally between AWS and the customer
How does the Shared Responsibility Model change when using AWS Lambda for serverless applications?
A. AWS secures the runtime environment
B. Customers are responsible for securing code and dependencies
C. Customers manage the underlying OS
D. AWS handles data encryption
E. Customers ensure the IAM permissions of the function are secure
Topic 4: Account Management – Billing, Organizations, and IAM Best Practices
Which AWS service provides consolidated billing and hierarchical account management?
A. AWS Organizations
B. AWS Budgets
C. Amazon CloudWatch
D. AWS Cost Explorer
E. AWS Resource Access Manager
To follow IAM best practices, which of the following should you implement?
A. Enable Multi-Factor Authentication (MFA) for all users
B. Use the root account for daily operations
C. Grant least privilege permissions
D. Rotate IAM credentials regularly
E. Monitor access logs with AWS CloudTrail
What feature of AWS Organizations allows you to apply service control policies (SCPs) across multiple accounts?
A. Consolidated Billing
B. Linked Accounts
C. Organizational Units (OUs)
D. IAM Roles
E. AWS Identity Center
A company wants to track and allocate costs for individual teams. Which AWS features can be used?
A. AWS Cost Explorer
B. AWS Resource Groups
C. AWS Budgets
D. AWS Tags
E. Service Control Policies
Which of the following IAM best practices enhances security?
A. Avoid hardcoding AWS credentials in applications
B. Use IAM access keys for the root account
C. Review IAM policies regularly
D. Apply role-based access control (RBAC)
E. Share IAM users among team members to simplify management
Answer Key
Qno
Answer
1
A. Amazon S3 with Cross-Region Replication
2
B. AWS Global Accelerator, C. Amazon CloudFront, D. ELB with Availability Zones
3
C. Enable CloudFront caching
4
B. Regions are independent, isolated locations, D. Availability zones are low-latency linked
5
A. Amazon S3
6
C. Reliability
7
A. Right-sizing resources, B. Using Spot Instances, C. Implementing Auto Scaling
8
A. Automate manual tasks, B. Test recovery procedures, C. Use a code repository
9
A. Security
10
B. Evaluate newer instance types, C. Enable Auto Scaling, D. Leverage managed services
11
A. Patch management, D. Physical security
12
C. Encrypting data, D. Performance optimization
13
A. Encrypting data, B. Managing firewall settings, C. Strong password policies
14
B. AWS secures infrastructure but compliance at application level is customer responsibility
15
A. AWS secures runtime, B. Customer ensures secure code
16
A. AWS Organizations
17
A. Enable MFA, C. Grant least privilege, D. Rotate IAM credentials
18
C. Organizational Units (OUs)
19
A. AWS Cost Explorer, D. AWS Tags, C. AWS Budgets
20
A. Avoid hardcoding, C. Review IAM policies, D. Apply RBAC