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 331–340 of 483

Q331

Which service allows monitoring of application health in AWS?

  • A CloudWatch
  • B CloudTrail
  • C AWS Config
  • D AWS Shield
Explanation CloudWatch provides monitoring capabilities for applications, while the others serve different purposes.
Q332

A company needs low-latency access to frequently accessed data. Which AWS service should they use?

  • A S3 Glacier
  • B Amazon EFS
  • C Amazon RDS
  • D Amazon S3
Explanation Amazon EFS provides low-latency file storage whereas the others do not offer the same performance.
Q333

What happens when an AWS IAM user is deleted?

  • A User's permissions get revoked
  • B User's policies are deactivated
  • C User's access keys remain active
  • D User can still use temporary credentials
Explanation Deleting an IAM user revokes all permissions associated with that user instantly, while the other options are incorrect regarding the user status.
Q334

Which service provides a dedicated network connection to AWS?

  • A AWS Direct Connect
  • B AWS VPN
  • C AWS Transit Gateway
  • D AWS CloudFront
Explanation AWS Direct Connect offers a dedicated network connection, while others do not provide this specific feature or use public internet.
Q335

A company needs to limit IAM user access to only specific S3 buckets. What should you do?

  • A Attach policy to user
  • B Use role assumption for access
  • C Change bucket ownership
  • D Disable all public access
Explanation Attaching a policy directly to the user grants specific bucket permissions, while other options do not accomplish this in the same way.
Q336

What happens when you delete an Amazon RDS database instance?

  • A Data is permanently deleted
  • B Instance can be restored later
  • C Automated backups are preserved
  • D None of the above
Explanation Deleting an RDS instance permanently removes its data unless you create a snapshot beforehand, while the others are incorrect based on RDS behavior.
Q337

Which service allows you to run code without provisioning servers?

  • A AWS Lambda
  • B Amazon EC2
  • C AWS Batch
  • D Amazon RDS
Explanation AWS Lambda runs code on demand, while the others require server management.
Q338

A company needs to store data that needs high durability and is accessed infrequently. Which storage class should they choose?

  • A S3 Standard
  • B S3 Intelligent-Tiering
  • C S3 Glacier
  • D S3 One Zone-IA
Explanation S3 Glacier is designed for infrequent access with durability.
Q339

You are configuring IAM roles in your application. What happens if the specified trusted entity is incorrect?

  • A Permissions are granted.
  • B Access is denied.
  • C Role activation fails.
  • D Temporary credentials succeed.
Explanation An incorrect trusted entity results in role activation failure.
Q340

Which service is best for real-time event processing?

  • A Amazon Kinesis
  • B Amazon S3
  • C Amazon RDS
  • D Amazon EC2
Explanation Amazon Kinesis supports real-time data streaming, while S3 is for storage.