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 311–320 of 483

Q311

A company needs to manage access permissions in AWS. Which service should they use?

  • A AWS IAM
  • B AWS Lambda
  • C Amazon DynamoDB
  • D Amazon RDS
Explanation AWS IAM is specifically designed for managing access permissions, unlike the other services listed.
Q312

What happens when you stop an Amazon EC2 instance?

  • A Data in EBS is lost
  • B Instance still accrues charges
  • C Public IP is released
  • D EBS volumes are deleted
Explanation Stopping an EC2 instance releases its public IP if it’s not an Elastic IP, while the other statements are false regarding instance stopping behavior.
Q313

Which service allows you to automate AWS tasks based on triggers?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon S3
  • D AWS CloudFormation
Explanation AWS Lambda executes code in response to events, while the others do not primarily serve this function.
Q314

A company needs a scalable file storage solution for multiple users. Which service should they select?

  • A Amazon EFS
  • B Amazon S3
  • C AWS RDS
  • D Amazon SQS
Explanation Amazon EFS is designed for scalable file storage, unlike the other options which serve different purposes.
Q315

What happens when you terminate an Amazon EC2 instance that is part of an Auto Scaling group?

  • A Another instance is launched
  • B The Auto Scaling group is deleted
  • C Manual intervention is required
  • D Instance shutdown is permanent
Explanation Auto Scaling groups automatically launch a new instance to maintain desired capacity, which is not true for other options.
Q316

Which service primarily provides serverless computing in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Batch
Explanation AWS Lambda allows you to run code without provisioning servers, while the others are not serverless.
Q317

A company needs to control access for multiple users across various AWS accounts. Which AWS service should they use?

  • A Amazon Cognito
  • B AWS Organizations
  • C AWS Direct Connect
  • D AWS IAM Roles
Explanation AWS Organizations allows consolidation of accounts and centralized management while the others focus on identity management or networking.
Q318

You are configuring an AWS EC2 instance with a security group. What happens if you set inbound rules to allow traffic from 0.0.0.0/0?

  • A Allow all inbound traffic
  • B Block all inbound traffic
  • C Allow traffic from a private subnet
  • D Limit traffic to port 443 only
Explanation Setting inbound rules to 0.0.0.0/0 opens access to all traffic, whereas the others misrepresent the impact of the configuration.
Q319

Which AWS service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D Amazon S3
Explanation AWS Lambda is a serverless computing service, while the others require server management.
Q320

A company needs to quickly deploy a web application across multiple AWS regions. Which service should they use?

  • A AWS CloudFormation
  • B Amazon Route 53
  • C AWS Elastic Beanstalk
  • D Amazon CloudFront
Explanation Elastic Beanstalk enables quick deployments, while the other options serve different purposes.