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 61–70 of 483

Q61

Which service allows for managed relational databases?

  • A Amazon RDS
  • B AWS Lambda
  • C AWS S3
  • D Amazon EC2
Explanation Amazon RDS provides managed relational database services, while the others serve different purposes.
Q62

A company needs to ensure that only specific IPs can access their S3 buckets. What should they use?

  • A Bucket Policies
  • B CloudTrail Logs
  • C IAM Roles
  • D EC2 Security Groups
Explanation Bucket Policies can restrict IP access specifically, unlike IAM Roles and other options.
Q63

You are configuring an Auto Scaling group. What happens if you set the desired capacity higher than the maximum capacity?

  • A All instances will run.
  • B Auto Scaling ignores the desired capacity.
  • C Scaling will fail immediately.
  • D Instances will be terminated.
Explanation Auto Scaling will cap desired capacity at the maximum limit.
Q64

Which AWS service provides scalable object storage?

  • A Amazon S3
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Lambda
Explanation Amazon S3 is designed for scalable object storage, while the others serve different purposes.
Q65

A company needs a highly available and fault-tolerant database solution. Which AWS service should they choose?

  • A Amazon DynamoDB
  • B Amazon RDS with Multi-AZ
  • C Amazon Redshift
  • D Amazon Aurora with single instance
Explanation Amazon RDS with Multi-AZ offers high availability and fault tolerance, while the others either lack it or are not suitable.
Q66

You are configuring an IAM policy. What happens when you grant 'Allow' permissions along with 'Deny' permissions on the same resource?

  • A Allow permissions take precedence
  • B Deny permissions take precedence
  • C Both permissions cancel each other
  • D Permissions are ignored
Explanation Deny permissions always take precedence over allow permissions in IAM policies.
Q67

Which AWS service helps you monitor AWS resources?

  • A CloudWatch
  • B S3
  • C EC2
  • D RDS
Explanation CloudWatch is specifically designed for monitoring AWS resources; S3 is for storage, EC2 is for compute, and RDS is for databases.
Q68

A company needs a scalable way to host a website with variable traffic. Which method is ideal?

  • A EC2 instances with Auto Scaling
  • B Static S3 website hosting
  • C Elastic Load Balancing only
  • D On-premises web servers
Explanation EC2 with Auto Scaling adjusts capacity to match traffic; S3 is not ideal for dynamic content, Elasti Load Balancing alone lacks scaling, and on-premises cannot easily scale.
Q69

What happens when an IAM role is deleted that is currently attached to an EC2 instance?

  • A Instance crashes immediately
  • B Instance loses access to resources
  • C Instance terminates automatically
  • D Nothing happens to the instance
Explanation The EC2 instance loses permissions tied to the deleted role; it does not crash, terminate, or function normally without those permissions.
Q70

Which AWS service automatically scales your applications?

  • A AWS Elastic Beanstalk
  • B AWS CodeDeploy
  • C AWS CloudFormation
  • D AWS CloudTrail
Explanation AWS Elastic Beanstalk manages scaling for applications, while the others focus on deployment or resource tracking.