Amazon AWS

AWS Certified Solutions Architect – Associate

SAA-C03
Popular Trending

The AWS Certified Solutions Architect – Associate (SAA-C03) exam tests your ability to design distributed systems on AWS. It is one of the most sought-after certifications in the cloud domain.

483 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 231–240 of 483

Q231

What happens when an S3 bucket policy denies access to an IP range?

  • A Access is always denied.
  • B Access is allowed unless denied explicitly.
  • C Access is allowed based on other rules.
  • D Bucket owner can override the policy.
Explanation S3 bucket policies deny any access that matches the denial criteria, which takes precedence over any allow rules.
Q232

Which service provides managed Docker containers?

  • A Amazon ECS
  • B AWS Lambda
  • C EC2 Instances
  • D Amazon Lightsail
Explanation Amazon ECS orchestrates Docker containers, while Lambda runs code without required container management, EC2 is for virtual machines, and Lightsail simplifies resource management but not specific to Docker.
Q233

A company needs to allow temporary access to AWS resources for contractors. Which solution is MOST appropriate?

  • A IAM roles with temporary credentials
  • B IAM users with long-term access keys
  • C AWS Directory Service
  • D Amazon Cognito
Explanation IAM roles with temporary credentials provide secure, controlled access while long-term credentials are less secure and Directory Service and Cognito serve different purposes.
Q234

What happens when an Auto Scaling group reaches its maximum size limit?

  • A No more instances are launched
  • B New instances immediately terminate
  • C Existing instances will be terminated
  • D Scaling policies are disabled
Explanation When maximum size is reached, Auto Scaling will not launch new instances; the other options describe incorrect behaviors of Auto Scaling.
Q235

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Fargate
  • D Amazon S3
Explanation AWS Lambda is designed for serverless execution; the others require server management.
Q236

You are configuring an RDS instance in a Multi-AZ deployment. What benefit do you gain?

  • A Higher throughput
  • B Automatic failover
  • C Lower costs
  • D More storage
Explanation Automatic failover is a key benefit; the other options do not apply to Multi-AZ deployments.
Q237

What happens when an S3 bucket policy is misconfigured?

  • A Data replication fails
  • B Bucket becomes readonly
  • C Unauthorized access to bucket
  • D Access logging stops
Explanation A misconfigured policy may allow unauthorized access; the others are not directly tied to a policy error.
Q238

Which service is best for real-time data analytics?

  • A Amazon Kinesis
  • B Amazon EC2
  • C AWS Lambda
  • D Amazon RDS
Explanation Amazon Kinesis is designed for real-time data processing, while others serve different purposes.
Q239

A company needs to ensure application data is replicated across multiple geographic locations. Which AWS service should they use?

  • A Amazon S3 Cross-Region Replication
  • B AWS Direct Connect
  • C Amazon EFS
  • D AWS CloudFormation
Explanation Amazon S3 Cross-Region Replication provides automated, asynchronous replication across regions.
Q240

You are configuring an Auto Scaling group. What happens when CPU utilization of instance exceeds 80%?

  • A New instance launches
  • B Instance is terminated
  • C Scaling policy is disabled
  • D No action taken
Explanation If specified, Auto Scaling launches new instances when CPU usage exceeds the defined threshold.