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 301–310 of 483

Q301

Which service helps in automating the deployment of applications?

  • A AWS Elastic Beanstalk
  • B Amazon CloudWatch
  • C AWS Lambda
  • D AWS IAM
Explanation AWS Elastic Beanstalk automates application deployment, while the others serve different purposes.
Q302

A company needs to connect its on-premises network to AWS. Which service should they use?

  • A AWS Direct Connect
  • B VPC Peering
  • C AWS VPN
  • D AWS Transit Gateway
Explanation AWS Direct Connect provides dedicated network connections, unlike the other options which are used for specific connectivity needs.
Q303

You are configuring a new Amazon RDS instance. What happens when you enable Multi-AZ deployment?

  • A Automatic scaling of storage
  • B Data replication to a standby instance
  • C Increased latency for requests
  • D Automatic backup configuration
Explanation Multi-AZ deployment ensures high availability through standby replication, while the others do not relate to Multi-AZ benefits.
Q304

Which service allows you to schedule AWS Lambda functions?

  • A Amazon CloudWatch Events
  • B AWS Step Functions
  • C AWS Glue
  • D Amazon S3
Explanation Amazon CloudWatch Events can trigger Lambda functions on a schedule; the other options do not provide scheduling capabilities.
Q305

A company needs to allow access to certain S3 buckets only from specific IP addresses. Which feature should they use?

  • A IAM Policies
  • B S3 Bucket Policy
  • C AWS Shield
  • D VPC Endpoint
Explanation S3 Bucket Policies can restrict access based on IP; IAM Policies are more general and do not specifically target IP addresses.
Q306

You are configuring an Amazon RDS database. What happens when you enable Multi-AZ deployment?

  • A Data is stored only in one AZ
  • B Backup is taken more frequently
  • C Database can withstand a single AZ failure
  • D Performance is significantly improved
Explanation Multi-AZ deployment replicates data synchronously for high availability, while the other options describe different functionalities or incorrect outcomes.
Q307

Which service provides scalable object storage?

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

A company needs to restrict access to its S3 buckets to specific IP addresses. What should they use?

  • A Bucket Policies
  • B IAM Roles
  • C CloudFront
  • D VPC Peering
Explanation Bucket Policies allow for IP-based access controls, while IAM Roles are for permissions, not IP restrictions.
Q309

You are configuring a Lambda function that interacts with DynamoDB. What happens if the Lambda execution exceeds the DynamoDB write capacity?

  • A It silently drops writes
  • B It throws an exception
  • C It queues the writes
  • D It auto-scales DynamoDB
Explanation Exceeding write capacity results in an exception being thrown, while the other options do not accurately describe the behavior.
Q310

Which service would you use for automating deployments?

  • A AWS CodeDeploy
  • B Amazon S3
  • C AWS CloudTrail
  • D AWS IAM
Explanation AWS CodeDeploy automates application deployments, while the others serve different purposes.