Amazon Web ServicesAssociate levelSOA-C02Page 3 of 4

SOA-C02 exam dumps: questions 201 to 300 of 340

Page 3 of the free SOA-C02 question bank for the AWS Certified SysOps Administrator - Associate exam. Questions 201 to 300 are listed below, the first 5 in full with answers and explanations. Back to page 1 for the exam overview and FAQ.

Question bank last updated December 2024

Free SOA-C02 practice questions

Questions 201 to 205 of 340

Pick an answer before you open the explanation. Each question also has its own page with a permalink.

SOA-C02 Question 201

Select 2

Your organization has implemented a data classification scheme requiring resources to be tagged as 'Confidential', 'Internal', or 'Public'. You need to ensure that S3 buckets storing 'Confidential' data have server-side encryption enabled and are not publicly accessible. Which combination of actions should you take to enforce this policy?

  1. A

    Use AWS Config with a managed rule to check if S3 buckets with the 'Confidential' tag have server-side encryption enabled.

  2. B

    Enable S3 bucket versioning to protect data integrity for buckets tagged as 'Confidential'.

  3. C

    Use an S3 bucket policy to explicitly deny public access to buckets tagged as 'Confidential'.

  4. D

    Set up an AWS Lambda function triggered by S3 events to log access to buckets tagged as 'Confidential'.

  5. E

    Create an IAM policy that denies actions on S3 buckets tagged as 'Confidential' if they are not encrypted.

Show answer and explanation

Correct answers: A, C

Explanation

To enforce the data classification scheme, AWS Config can be used to monitor and ensure compliance with encryption policies, while an S3 bucket policy can enforce restrictions on public access. Together, these solutions address the requirements for buckets tagged as 'Confidential'.

  • A. Correct.

    This is correct because AWS Config can monitor compliance with encryption requirements for S3 buckets based on defined tags like 'Confidential'.

  • B. Incorrect.

    While versioning is a good practice, it does not directly enforce the required data classification scheme or ensure encryption or access restrictions.

  • C. Correct.

    This is correct because an S3 bucket policy can explicitly deny public access to buckets tagged as 'Confidential', ensuring compliance with the classification scheme.

  • D. Incorrect.

    Logging access is useful for auditing but does not enforce encryption or public access restrictions.

  • E. Incorrect.

    IAM policies cannot enforce conditional encryption based on tags in the way described. AWS Config or bucket policies are better suited for this use case.

SOA-C02 Question 202

Select 3

Your company has implemented a data classification scheme with three levels: Confidential, Internal, and Public. You need to enforce this classification scheme for data stored in Amazon S3. Which actions should you take to ensure compliance with the scheme?

  1. A

    Use S3 bucket policies to deny access to data labeled 'Confidential' unless accessed from approved IAM roles.

  2. B

    Tag S3 objects with a 'DataClassification' key and values like 'Confidential', 'Internal', or 'Public'.

  3. C

    Enable S3 Object Lock to prevent deletion of objects classified as 'Internal' or 'Confidential'.

  4. D

    Configure AWS Config rules to ensure that all S3 buckets have default encryption enabled.

  5. E

    Set up Amazon Macie to automatically detect and classify sensitive data within S3 buckets.

Show answer and explanation

Correct answers: A, B, D

Explanation

To enforce a data classification scheme in Amazon S3, you need mechanisms to control access based on classification (e.g., bucket policies), track classification metadata (e.g., object tagging), and ensure compliance with security policies (e.g., encryption via AWS Config rules). While Amazon Macie and S3 Object Lock are helpful for security and data protection, they do not directly enforce your classification scheme.

  • A. Correct.

    Using S3 bucket policies to deny access to specific data classifications ensures that access control is enforced based on your data classification scheme.

  • B. Correct.

    Tagging objects with a 'DataClassification' key helps maintain metadata about the classification level of each object, enabling streamlined management and compliance.

  • C. Incorrect.

    While S3 Object Lock prevents deletion or overwriting of objects, it is not directly related to enforcing a data classification scheme.

  • D. Correct.

    AWS Config rules can be used to ensure that encryption is enabled for all S3 buckets, which aligns with protecting sensitive data classifications like 'Confidential'.

  • E. Incorrect.

    Amazon Macie detects and classifies sensitive data, but it is a detection tool rather than an enforcement mechanism for a predefined data classification scheme.

SOA-C02 Question 203

Select 2

A company has implemented a data classification scheme to categorize its data into 'Confidential', 'Restricted', and 'Public'. They want to enforce this classification scheme across their AWS account to ensure that objects in Amazon S3 buckets are appropriately tagged and comply with the classification policy. Which combination of solutions should the SysOps administrator implement to meet this requirement?

  1. A

    Use AWS Config with a custom rule to check if S3 objects have the correct classification tags.

  2. B

    Enable S3 Object Lock to automatically enforce data classification on all objects.

  3. C

    Create an S3 bucket policy that requires all uploaded objects to include specific classification tags.

  4. D

    Use Amazon Macie to automatically classify and tag sensitive data stored in S3 buckets.

  5. E

    Set up an S3 Lifecycle policy to enforce tagging based on data classification rules.

Show answer and explanation

Correct answers: A, C

Explanation

To enforce a data classification scheme, AWS Config with a custom rule is suitable for checking compliance with tagging requirements, while an S3 bucket policy can enforce tagging by preventing non-compliant uploads. These solutions work together to ensure that the classification scheme is adhered to. Other options, like S3 Object Lock and Amazon Macie, do not directly enforce tagging or classification rules, and S3 Lifecycle policies are unrelated to tagging enforcement.

  • A. Correct.

    AWS Config with a custom rule can evaluate whether S3 objects have the required tags, helping to enforce the data classification scheme.

  • B. Incorrect.

    S3 Object Lock is designed to enforce WORM (Write Once, Read Many) protection and does not enforce tagging or classification policies.

  • C. Correct.

    An S3 bucket policy can be used to enforce tagging by denying uploads of objects that do not include required tags, ensuring compliance with the classification scheme.

  • D. Incorrect.

    Amazon Macie is a tool for discovering and identifying sensitive data, but it does not enforce tagging or apply pre-defined classification schemes directly.

  • E. Incorrect.

    S3 Lifecycle policies are used for managing the lifecycle of objects, such as transitioning them to different storage classes or deleting them, but they do not enforce tagging or classification rules.

SOA-C02 Question 204

Select 3

Your company has recently implemented a data classification policy to categorize data as 'Confidential,' 'Internal,' and 'Public.' You are tasked with enforcing this classification policy for data stored in Amazon S3. Which combination of actions should you take to ensure the classification is consistently applied and monitored?

  1. A

    Use S3 bucket tags to apply classification labels like 'Confidential,' 'Internal,' and 'Public' to each bucket.

  2. B

    Implement S3 Object Tags to apply classification labels on individual objects within the buckets.

  3. C

    Set up an Amazon Macie job to automatically discover and classify sensitive data in your S3 buckets.

  4. D

    Use IAM policies to restrict access to buckets based on classification labels using condition keys for tags.

  5. E

    Enable S3 Versioning to track changes to objects and ensure data classification is preserved.

Show answer and explanation

Correct answers: B, C, D

Explanation

To enforce a data classification scheme in S3, you should apply classification labels at the object level using S3 Object Tags. Amazon Macie can help discover and classify sensitive data, while IAM policies can enforce access control based on those classification tags. These methods together ensure that the classification policy is consistently applied and monitored.

  • A. Incorrect.

    Using S3 bucket tags for data classification is not specific enough, as classification often needs to be applied at the object level, not just the bucket level.

  • B. Correct.

    S3 Object Tags allow you to label individual objects with classifications like 'Confidential,' making it a suitable option for enforcing data classification schemes.

  • C. Correct.

    Amazon Macie can automatically discover and classify sensitive data, which helps ensure compliance with your data classification policy.

  • D. Correct.

    IAM policies can leverage tags in condition keys to restrict or allow access based on data classification labels, enforcing the policy effectively.

  • E. Incorrect.

    While S3 Versioning is useful for data recovery and tracking changes, it does not directly enforce or monitor data classification schemes.

SOA-C02 Question 205

Single answer

A company is using AWS Key Management Service (KMS) to encrypt sensitive data in an S3 bucket. The SysOps Administrator is tasked with ensuring that the encryption keys are rotated automatically to meet compliance requirements. What is the MOST effective way to achieve this using AWS KMS?

  1. A

    Enable automatic key rotation for the customer-managed key (CMK) in AWS KMS.

  2. B

    Manually create a new key in KMS every year and update the S3 bucket with the new key.

  3. C

    Use an AWS-managed key (AWS-KMS) as it rotates automatically without any configuration.

  4. D

    Configure an S3 bucket policy to automatically rotate KMS keys every 365 days.

Show answer and explanation

Correct answer: A

Explanation

To ensure compliance with encryption key rotation policies, enabling automatic key rotation for customer-managed keys (CMKs) in AWS KMS is the most efficient and reliable approach. This feature ensures keys are rotated automatically every year without requiring manual intervention, reducing the risk of human error.

  • A. Correct.

    Correct: AWS KMS supports automatic key rotation for customer-managed keys (CMKs). Enabling this feature ensures compliance with key rotation policies without manual intervention.

  • B. Incorrect.

    Incorrect: Manually creating and updating keys is prone to human error and does not meet the requirement for automation.

  • C. Incorrect.

    Incorrect: While AWS-managed keys are automatically rotated, they cannot be managed or controlled directly by the customer, which may not meet compliance requirements for customer-managed keys.

  • D. Incorrect.

    Incorrect: S3 bucket policies do not support automatic rotation of KMS keys. Key rotation must be configured within AWS KMS.

Timed practice exam

Take a SOA-C02 practice test under exam conditions

65 questions in 130 minutes, drawn from this bank, with a score report and a per-question review when you finish.

Start timed exam

SOA-C02 practice questions 201 to 300 of 340

Every question has a page with the answer and explanation. Numbers are stable, so you can bookmark or share them. The bank is split into 4 pages of up to 100 questions.

  1. 201.Your organization has implemented a data classification scheme requiring resources to be tagged as...
  2. 202.Your company has implemented a data classification scheme with three levels: Confidential, Internal, and...
  3. 203.A company has implemented a data classification scheme to categorize its data into 'Confidential',...
  4. 204.Your company has recently implemented a data classification policy to categorize data as 'Confidential,'...
  5. 205.A company is using AWS Key Management Service (KMS) to encrypt sensitive data in an S3 bucket. The SysOps...
  6. 206.An organization uses AWS Key Management Service (KMS) to manage its encryption keys. The SysOps Administrator...
  7. 207.An organization uses AWS Key Management Service (KMS) to manage encryption keys for securing sensitive data....
  8. 208.An organization is using AWS Key Management Service (KMS) to encrypt sensitive data in their application....
  9. 209.You are managing an Amazon S3 bucket that stores sensitive customer data. Your compliance team requires that...
  10. 210.A company uses Amazon S3 to store sensitive customer data. As a SysOps Administrator, you are tasked with...
  11. 211.Your organization stores sensitive data in Amazon S3 buckets and must ensure that the data is encrypted at...
  12. 212.You are managing an Amazon S3 bucket that stores sensitive financial data. The compliance team requires that...
  13. 213.Your company has a web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  14. 214.Your organization has a web application hosted on Amazon EC2 instances behind an Application Load Balancer...
  15. 215.Your company has a web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  16. 216.An organization is hosting a web application on Amazon EC2 instances behind an Application Load Balancer...
  17. 217.A company needs to securely store database credentials and rotate them automatically. They want to ensure...
  18. 218.An organization needs to securely store database credentials and ensure that these credentials can be...
  19. 219.A company is using AWS Secrets Manager to store database credentials for an application. The security team...
  20. 220.A company is developing an application that requires access to a database password stored securely. The...
  21. 221.Your organization uses AWS Security Hub to monitor and enhance the security posture of your AWS environment....
  22. 222.Your company uses AWS Security Hub to monitor security standards compliance across multiple AWS accounts. A...
  23. 223.Your organization uses AWS Security Hub to monitor compliance and Amazon GuardDuty for threat detection....
  24. 224.Your organization uses multiple AWS services, and you have enabled AWS Security Hub, Amazon GuardDuty, AWS...
  25. 225.A company has deployed a web application for global users using an Application Load Balancer (ALB) in front...
  26. 226.Your company has deployed a web application behind an Application Load Balancer (ALB) in a single AWS Region....
  27. 227.A company is hosting a web application behind an Application Load Balancer (ALB) in a single AWS Region. The...
  28. 228.Your company operates a global e-commerce platform hosted on AWS. Customers in different regions report slow...
  29. 229.Your company has deployed a web application in a VPC with public and private subnets. The application servers...
  30. 230.Your company hosts a web application in an Amazon VPC with two public subnets and two private subnets. The...
  31. 231.You are managing an application hosted in a private subnet within a VPC. The application needs to download...
  32. 232.A company has deployed a web application in a VPC that needs to securely connect to a third-party API over...
  33. 233.You are setting up a new VPC for your organization’s web application. The application requires public-facing...
  34. 234.An organization is hosting a web application in a VPC on AWS. The application servers are deployed in a...
  35. 235.You are setting up a VPC in AWS for a web application that will have public-facing web servers and private...
  36. 236.You are tasked with designing a VPC in AWS for a web application. The application requires public access to...
  37. 237.Your company has deployed an application on an Amazon EC2 instance within a private subnet in a VPC. The...
  38. 238.An organization is running a web application hosted on Amazon EC2 instances in a private subnet within a VPC....
  39. 239.You are managing an application hosted in a private subnet within a VPC. The application needs to securely...
  40. 240.You are managing a private application hosted in an Amazon VPC that communicates with an AWS service (Amazon...
  41. 241.Your company runs a web application behind an Application Load Balancer (ALB) in AWS. Recently, your...
  42. 242.Your company hosts a web application on an Amazon CloudFront distribution fronting an Application Load...
  43. 243.Your company has deployed a web application on Amazon EC2 instances behind an Application Load Balancer...
  44. 244.Your organization hosts a web application on AWS using an Application Load Balancer (ALB) in front of...
  45. 245.A company is hosting a static website on Amazon S3 and wants to ensure fast content delivery to users across...
  46. 246.Your company has launched a new web application hosted on an Amazon EC2 instance behind an Application Load...
  47. 247.Your company has a website hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). You are...
  48. 248.A company is hosting a static website on Amazon S3 and wants to use a custom domain name (e.g.,...
  49. 249.A company has a website hosted on an EC2 instance behind an Application Load Balancer (ALB) in a single AWS...
  50. 250.You are setting up a new Route 53 hosted zone for a domain your company recently purchased: example.com. The...
  51. 251.A company is hosting a web application in an AWS environment using an Auto Scaling group of EC2 instances...
  52. 252.Your company has recently acquired a new domain, 'example.com', and plans to host its content on an Amazon S3...
  53. 253.Your company operates a global web application hosted on AWS, and you want to direct users to the nearest...
  54. 254.Your company operates in multiple regions and wants to direct users to different web servers based on their...
  55. 255.Your company operates a global e-commerce platform and has users from multiple continents. To improve user...
  56. 256.Your company has a global audience and hosts a web application on Amazon EC2 instances behind an Application...
  57. 257.Your company has multiple VPCs in a single AWS Region, and each VPC uses its own private hosted zone in...
  58. 258.Your company has deployed an application across two VPCs in the same AWS Region. VPC A hosts the...
  59. 259.Your company has deployed an internal application running on EC2 instances in a VPC. To ensure secure...
  60. 260.Your company has a hybrid cloud architecture with on-premises servers and resources hosted in AWS. You are...
  61. 261.You are setting up a website that serves content via Amazon CloudFront with an Amazon S3 bucket as the...
  62. 262.You are setting up an Amazon CloudFront distribution with an Amazon S3 bucket as the origin. You want to...
  63. 263.You are tasked with configuring an Amazon CloudFront distribution to serve content securely from an Amazon S3...
  64. 264.You are setting up a CloudFront distribution to serve content from an Amazon S3 bucket. To ensure secure...
  65. 265.Your company wants to host a static website using Amazon S3. You have created an S3 bucket named...
  66. 266.You have been tasked with hosting a static website on Amazon S3. You have created a bucket named...
  67. 267.You are tasked with hosting a static website on Amazon S3. You have created an S3 bucket named...
  68. 268.Your company has created a static website consisting of HTML, CSS, and JavaScript files. They want to host...
  69. 269.An application hosted on an EC2 instance in a public subnet of a VPC is unable to connect to the internet....
  70. 270.A company has an Amazon EC2 instance in a public subnet of a VPC, and the instance is unable to connect to...
  71. 271.An application running in an Amazon VPC is experiencing intermittent connectivity issues when communicating...
  72. 272.A company is running a web application on an EC2 instance in a public subnet within a VPC. The instance is...
  73. 273.You are managing a VPC with two public subnets and one private subnet in the us-east-1 region. Instances in...
  74. 274.You are tasked with troubleshooting connectivity issues for an Amazon EC2 instance in a private subnet within...
  75. 275.An organization has a VPC configured with two public subnets and two private subnets. The VPC has an internet...
  76. 276.You are troubleshooting connectivity issues for an instance in a private subnet within your VPC. The instance...
  77. 277.You have been tasked with troubleshooting intermittent connectivity issues reported by users accessing an...
  78. 278.Your organization is investigating unusual traffic spikes on a web application hosted on AWS. You are tasked...
  79. 279.Your company is experiencing unexpected network traffic spikes, and you have been tasked with identifying the...
  80. 280.Your organization has deployed an application behind an Application Load Balancer (ALB) in AWS. Users are...
  81. 281.Your company is using Amazon CloudFront to distribute static assets for a web application. Users report that...
  82. 282.A company is using Amazon CloudFront to distribute their dynamic and static web content. Users are reporting...
  83. 283.A company is using Amazon CloudFront to distribute content for their web application. Users are reporting...
  84. 284.You manage a website hosted on Amazon S3 that is served through an Amazon CloudFront distribution. Users...
  85. 285.A company has configured a Site-to-Site VPN connection between their on-premises data center and their VPC on...
  86. 286.An organization has set up an AWS Direct Connect connection to establish a hybrid connection between their...
  87. 287.Your organization has a hybrid infrastructure setup with an AWS Direct Connect connection. Users are...
  88. 288.Your company has a hybrid cloud architecture with an AWS Direct Connect connection established between your...
  89. 289.Your company runs an application on Amazon EC2 instances behind an Auto Scaling group. The application...
  90. 290.Your company runs a web application that experiences unpredictable traffic spikes. The application is...
  91. 291.Your company has an application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB) that...
  92. 292.Your organization runs an application on Amazon EC2 instances behind an Application Load Balancer (ALB). The...
  93. 293.A company has deployed a web application on Amazon EC2 instances using an Auto Scaling group. The application...
  94. 294.Your company has several EC2 instances running non-critical batch processing tasks. These instances are...
  95. 295.Your company runs an application on a fleet of Amazon EC2 instances behind an Application Load Balancer...
  96. 296.A company is running multiple EC2 instances in an Auto Scaling group to handle variable web traffic. They...
  97. 297.Your organization uses AWS to host multiple applications across various accounts within an organization. As a...
  98. 298.Your organization wants to track monthly AWS costs across different business units. To achieve this, you have...
  99. 299.Your organization wants to better understand its AWS costs by department. As a SysOps Administrator, you are...
  100. 300.Your organization wants to implement cost allocation tags in AWS to track expenses across different...