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 361–370 of 483

Q361

Which service provides serverless computing in AWS?

  • A AWS Lambda
  • B Amazon EC2
  • C Amazon RDS
  • D AWS Elastic Beanstalk
Explanation AWS Lambda allows execution of code without provisioning servers, while others require server management.
Q362

A company wants to securely share documents with external partners. Which AWS service should they use?

  • A AWS Secrets Manager
  • B Amazon S3
  • C AWS Transfer Family
  • D AWS CodeCommit
Explanation Amazon S3 allows secure storage and sharing with appropriate permissions, unlike the other services which are not intended for document sharing.
Q363

You are configuring an Amazon RDS database instance with Multi-AZ. What happens during a failover?

  • A Traffic is redirected to a read replica
  • B Database instance experiences no downtime
  • C Traffic is diverted to a different region
  • D Automatic backups are delayed
Explanation Multi-AZ configurations ensure that failover occurs seamlessly with minimal disruption, unlike the other options which are incorrect behaviors.
Q364

Which service provides managed databases with minimal administration?

  • A Amazon RDS
  • B Amazon EC2
  • C Amazon EBS
  • D Amazon S3
Explanation Amazon RDS automates database management tasks, unlike EC2 and EBS.
Q365

A company needs real-time data processing for streaming data. Which service should they use?

  • A Amazon Kinesis
  • B AWS Lambda
  • C Amazon S3
  • D AWS Batch
Explanation Amazon Kinesis is designed for real-time data processing, unlike S3 and AWS Batch.
Q366

What happens when an EC2 instance is stopped?

  • A Data on EBS volumes is lost
  • B Instance retains its IP address
  • C Instance state saved to EBS
  • D Instance charges continue as running
Explanation Stopped instances save their state in EBS; data on EBS volumes is retained.
Q367

Which AWS service is best for data lake creation?

  • A AWS Lake Formation
  • B Amazon S3
  • C Amazon RDS
  • D AWS CodePipeline
Explanation AWS Lake Formation specifically facilitates data lake creation, while the others serve different functions.
Q368

A company needs to ensure high availability for their web application. What should they configure?

  • A Single EC2 instance
  • B Load balancer with multiple EC2s
  • C S3 static site hosting
  • D VPC peering connections
Explanation Using a load balancer with multiple EC2 instances provides redundancy and high availability.
Q369

What happens when an IAM user is created without any policies attached?

  • A User can access all resources
  • B User has restricted access
  • C User cannot access any resources
  • D User can only access S3
Explanation An IAM user without policies attached has no permissions to access any resources.
Q370

Which service can be used to deploy, monitor, and manage applications in multiple regions seamlessly?

  • A AWS Elastic Beanstalk
  • B Amazon S3
  • C AWS Lambda
  • D Amazon EC2
Explanation AWS Elastic Beanstalk automates deployment and management, while the others serve different purposes.