Amazon Web ServicesProfessional levelSAP-C02Page 4 of 7

SAP-C02 exam dumps: questions 301 to 400 of 677

Page 4 of the free SAP-C02 question bank for the AWS Certified Solutions Architect - Professional exam. Questions 301 to 400 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 SAP-C02 practice questions

Questions 301 to 305 of 677

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

SAP-C02 Question 301

Single answer

A company is running a global e-commerce platform hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). They recently observed a significant increase in HTTP 502 errors during peak traffic hours. Upon investigation, the team found that the issue is related to the backend EC2 instances becoming overwhelmed during traffic spikes. The company wants to ensure high availability and scalability while minimizing costs. What is the MOST appropriate solution to address this issue?

  1. A

    Increase the instance sizes of the backend EC2 instances to handle more traffic.

  2. B

    Configure an Auto Scaling group with appropriate scaling policies for the backend EC2 instances.

  3. C

    Enable HTTP/2 support on the Application Load Balancer to reduce load on backend instances.

  4. D

    Use an AWS Global Accelerator to redirect traffic to a less loaded AWS Region.

Show answer and explanation

Correct answer: B

Explanation

The issue arises due to backend EC2 instances being unable to handle traffic spikes. Using an Auto Scaling group with appropriate scaling policies ensures that the number of instances can dynamically adjust based on traffic, providing both scalability and cost optimization. Other options either temporarily address the problem or do not directly solve the issue of overwhelmed backend instances.

  • A. Incorrect.

    Increasing the instance sizes may temporarily resolve the issue but does not provide elasticity or cost optimization for fluctuating traffic. This is not the best solution as it does not scale dynamically with demand.

  • B. Correct.

    Configuring an Auto Scaling group with scaling policies allows the backend EC2 instances to scale out during traffic spikes and scale in during low traffic, ensuring high availability and cost efficiency. This is the most appropriate solution.

  • C. Incorrect.

    Enabling HTTP/2 support on the ALB improves performance by reducing latency between the client and the load balancer, but it does not address the issue of backend EC2 instances being overwhelmed.

  • D. Incorrect.

    AWS Global Accelerator improves global performance by routing traffic to the nearest region, but it does not solve the problem of backend EC2 instances being overwhelmed in a single region.

SAP-C02 Question 302

Select 4

A company is running a critical web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The company's operations team has reported intermittent latency issues during peak traffic hours, but they are unable to determine the root cause. As a Solutions Architect, which combination of AWS services and features would you recommend to monitor and diagnose the performance issues effectively?

  1. A

    Enable ALB access logs and analyze the logs for latency patterns.

  2. B

    Use AWS X-Ray to trace requests and identify bottlenecks in application components.

  3. C

    Set up Amazon CloudWatch Synthetics to simulate user interactions and detect latency issues.

  4. D

    Launch EC2 instances in multiple Availability Zones to balance the load.

  5. E

    Enable Enhanced Monitoring on the EC2 instances to capture detailed instance-level metrics.

Show answer and explanation

Correct answers: A, B, C, E

Explanation

To effectively monitor and diagnose performance issues in a web application, a combination of tools is needed to analyze different layers of the architecture. ALB access logs help identify issues at the load balancer level, AWS X-Ray provides insights into application-level bottlenecks, and CloudWatch Synthetics ensures end-user experience is monitored. Additionally, Enhanced Monitoring on EC2 instances allows for a detailed examination of instance-level metrics. Together, these solutions provide a comprehensive approach to identifying and resolving performance issues. However, launching EC2 instances in multiple Availability Zones is a scalability and fault tolerance strategy, not a monitoring or diagnostic tool.

  • A. Correct.

    Enabling ALB access logs provides detailed information about incoming requests, including latency data, which can help identify patterns and potential performance bottlenecks.

  • B. Correct.

    AWS X-Ray is a distributed tracing tool that helps analyze and debug the performance of applications, making it a suitable choice for identifying specific bottlenecks in the application flow.

  • C. Correct.

    Amazon CloudWatch Synthetics simulates user interactions with the application, enabling proactive monitoring and the detection of latency or availability issues from an end-user perspective.

  • D. Incorrect.

    While launching EC2 instances in multiple Availability Zones improves fault tolerance and scalability, it does not directly address the monitoring or diagnosis of performance issues.

  • E. Correct.

    Enhanced Monitoring on EC2 instances provides detailed metrics such as disk I/O, network, and CPU utilization, which are useful for diagnosing instance-level performance issues.

SAP-C02 Question 303

Select 3

You are managing a distributed web application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). Users report intermittent latency issues during peak traffic hours. You need to monitor and analyze the performance of the application and identify potential bottlenecks. Which combination of AWS services and features should you use to effectively diagnose and resolve the issue?

  1. A

    Enable ALB access logs and analyze them using Amazon Athena.

  2. B

    Use Amazon CloudWatch metrics to monitor CPU utilization of the EC2 instances.

  3. C

    Set up AWS X-Ray to trace requests through the application and identify high-latency components.

  4. D

    Deploy Amazon Inspector to scan the EC2 instances for vulnerabilities.

  5. E

    Use Amazon CloudTrail to monitor API activity across your AWS account for unusual behavior.

Show answer and explanation

Correct answers: A, B, C

Explanation

To address intermittent latency issues in a distributed application, you need a combination of tools that provide visibility into traffic patterns, resource utilization, and application-level performance. Enabling ALB access logs and analyzing them with Amazon Athena helps identify load balancer-related issues. Monitoring EC2 instance metrics with Amazon CloudWatch ensures that resource constraints are accounted for. Finally, AWS X-Ray traces help you pinpoint specific components within the application that may be causing high latency. Together, these solutions provide comprehensive diagnostics for resolving performance bottlenecks.

  • A. Correct.

    Enabling ALB access logs and analyzing them using Amazon Athena allows you to track request patterns, response times, and errors, helping you identify latency issues related to the load balancer.

  • B. Correct.

    Amazon CloudWatch metrics provide visibility into resource utilization, such as CPU usage, which can indicate whether the EC2 instances are under-provisioned during peak traffic.

  • C. Correct.

    AWS X-Ray enables you to trace requests through your distributed application, helping to pinpoint latency bottlenecks in specific components of your architecture.

  • D. Incorrect.

    Amazon Inspector is used to assess security vulnerabilities, not for performance monitoring or diagnosing latency issues.

  • E. Incorrect.

    Amazon CloudTrail is primarily used for logging API activity and user actions for security and compliance purposes, not for performance troubleshooting.

SAP-C02 Question 304

Select 3

A media streaming company is experiencing performance issues with their application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB). Users are reporting intermittent high latency. As a Solutions Architect, you need to identify the cause and recommend a solution. Which AWS performance monitoring technologies would be the most appropriate to diagnose the issue?

  1. A

    Amazon CloudWatch metrics for the ALB and EC2 instances

  2. B

    VPC Flow Logs to analyze network traffic patterns

  3. C

    AWS X-Ray to trace request paths through the application

  4. D

    AWS Trusted Advisor to get recommendations for security and cost optimization

  5. E

    Amazon CloudTrail logs to audit API calls to the application

Show answer and explanation

Correct answers: A, B, C

Explanation

To diagnose the performance issues effectively, you need to use tools that provide deep insights into application behavior and resource performance. CloudWatch metrics help you monitor key performance indicators (KPIs), VPC Flow Logs help analyze network traffic, and AWS X-Ray helps trace requests to identify bottlenecks in the application. Trusted Advisor and CloudTrail do not provide the detailed performance diagnostics required for this scenario.

  • A. Correct.

    Amazon CloudWatch metrics can help monitor resource utilization, request count, and latency for both the ALB and EC2 instances, making it a key tool for diagnosing performance issues.

  • B. Correct.

    VPC Flow Logs provide network-level insights such as traffic patterns, dropped packets, and unexpected network behavior, which could be contributing to latency issues.

  • C. Correct.

    AWS X-Ray allows you to trace requests as they flow through your application, helping you identify bottlenecks and performance issues in the code or architecture.

  • D. Incorrect.

    AWS Trusted Advisor is focused on best practices across cost, performance, and security, but it does not provide real-time performance monitoring or diagnostics for application latency issues.

  • E. Incorrect.

    Amazon CloudTrail logs focus on auditing API activity for AWS resources, which is useful for security and compliance but not for diagnosing performance issues.

SAP-C02 Question 305

Select 3

An organization runs a large-scale e-commerce platform on AWS. They notice periodic performance degradation during peak traffic hours. As an AWS Certified Solutions Architect, you are tasked with implementing a solution to monitor application performance, identify bottlenecks, and provide insights to optimize the infrastructure. Which combination of AWS services should you use to achieve this?

  1. A

    Amazon CloudWatch to monitor metrics and logs

  2. B

    AWS X-Ray to trace requests and identify latency bottlenecks

  3. C

    Amazon Macie to classify sensitive data and monitor access patterns

  4. D

    AWS CloudTrail to track API calls and detect unusual activity

  5. E

    Amazon RDS Performance Insights to analyze database performance

Show answer and explanation

Correct answers: A, B, E

Explanation

To monitor and optimize application performance, you need a combination of tools that provide metrics, tracing, and database performance analysis. Amazon CloudWatch monitors application metrics and logs, AWS X-Ray traces requests to identify latency bottlenecks, and Amazon RDS Performance Insights analyzes database performance issues. Together, these services address the key areas of performance monitoring, while options like Amazon Macie and AWS CloudTrail focus on security and compliance rather than performance.

  • A. Correct.

    Amazon CloudWatch is essential for monitoring application metrics, logs, and alarms to identify performance trends and issues.

  • B. Correct.

    AWS X-Ray helps trace requests through your application, allowing you to pinpoint latency issues and bottlenecks in the architecture.

  • C. Incorrect.

    Amazon Macie is focused on data classification and monitoring access to sensitive data, which is not directly related to application performance monitoring.

  • D. Incorrect.

    AWS CloudTrail is useful for tracking API activity and security-related events but does not provide insights into application performance or bottlenecks.

  • E. Correct.

    Amazon RDS Performance Insights is designed to help analyze and improve database performance, making it a key tool for addressing performance issues in database-driven applications.

Timed practice exam

Take a SAP-C02 practice test under exam conditions

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

Start timed exam

SAP-C02 practice questions 301 to 400 of 677

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 7 pages of up to 100 questions.

  1. 301.A company is running a global e-commerce platform hosted on Amazon EC2 instances behind an Application Load...
  2. 302.A company is running a critical web application on Amazon EC2 instances behind an Application Load Balancer...
  3. 303.You are managing a distributed web application hosted on Amazon EC2 instances behind an Application Load...
  4. 304.A media streaming company is experiencing performance issues with their application hosted on Amazon EC2...
  5. 305.An organization runs a large-scale e-commerce platform on AWS. They notice periodic performance degradation...
  6. 306.A company has deployed a web application on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  7. 307.A large e-commerce company needs to store millions of product images. These images vary in size and are...
  8. 308.A company is building a new data lake on AWS to store and analyze large volumes of structured and...
  9. 309.A media company is building a data lake architecture on AWS to store and process large volumes of...
  10. 310.A company is running a data analytics workload that requires high-throughput access to large datasets stored...
  11. 311.A media company is designing a video streaming platform that requires high availability, low latency, and the...
  12. 312.A company is planning to run a memory-intensive application workload in AWS. The workload involves frequent...
  13. 313.A company is running a large-scale high-performance computing (HPC) workload that requires low-latency...
  14. 314.A company is running a machine learning workload that processes large datasets in memory and performs complex...
  15. 315.A company is building a real-time video processing application that requires high GPU performance for...
  16. 316.Your organization runs a high-performance web application that requires low latency and high throughput for...
  17. 317.A company is building a new application for a global e-commerce platform. The application requires a database...
  18. 318.A company is building an analytics platform to process and analyze structured, semi-structured, and...
  19. 319.A company is designing a new application that requires high throughput for time-series data ingestion,...
  20. 320.A company is designing a new e-commerce platform and has identified the need for a database solution that can...
  21. 321.A company is developing a new application for managing e-commerce transactions. The application requires...
  22. 322.A company runs a fleet of Amazon EC2 instances in an Auto Scaling group to support a web application. The...
  23. 323.A company is running a web application that uses Amazon EC2 instances behind an Application Load Balancer...
  24. 324.A large e-commerce company is running a monolithic application on a fleet of EC2 instances behind an...
  25. 325.A company is running a web application in AWS, leveraging an Auto Scaling group of Amazon EC2 instances...
  26. 326.A company is running a batch processing workload on a fleet of Amazon EC2 instances in an Auto Scaling group....
  27. 327.An organization is building a multi-tier web application on AWS. The application must handle unpredictable...
  28. 328.A company is running a real-time analytics application on AWS. The application processes large volumes of...
  29. 329.A company is migrating its on-premises data warehouse to AWS. Their primary goal is to leverage a scalable,...
  30. 330.An organization is migrating its on-premises multi-tier application to AWS. The application has strict...
  31. 331.A company is deploying a web application that requires low-latency access to frequently accessed data. The...
  32. 332.A rapidly growing e-commerce company is experiencing unpredictable spikes in traffic during sales events and...
  33. 333.A company has a multi-account AWS environment managed through AWS Organizations. The finance team has noticed...
  34. 334.A large e-commerce company has noticed a significant increase in its monthly AWS bill. The company uses...
  35. 335.A company has noticed a significant increase in its AWS usage costs over the past two months. As the AWS...
  36. 336.Your company has multiple AWS accounts under an AWS Organization. The finance team has requested detailed...
  37. 337.A company is running multiple compute-heavy applications on Amazon EC2 instances with predictable, consistent...
  38. 338.A company is running multiple EC2 instances in their production and development environments. The production...
  39. 339.An e-commerce company runs a web application on Amazon EC2 instances behind an Application Load Balancer. The...
  40. 340.A company has a steady workload that runs 24/7 on Amazon EC2 instances. The team wants to optimize their...
  41. 341.A company is running multiple workloads on Amazon EC2 instances across various regions. The workloads have...
  42. 342.A company is migrating its on-premises data to Amazon S3 and wants to optimize costs by using storage...
  43. 343.A company is running a data analytics workload on AWS that processes large volumes of data. The data is...
  44. 344.An e-commerce company stores its product images in an Amazon S3 bucket. These images are frequently accessed...
  45. 345.An e-commerce company is using Amazon S3 to store millions of image files for their product catalog. Most of...
  46. 346.A company has a highly dynamic workload where data is frequently accessed for a short period and then rarely...
  47. 347.A company is running a multi-tier web application hosted in AWS. The application involves an Amazon EC2-based...
  48. 348.Your organization has deployed a multi-tier web application on AWS. The application consists of an...
  49. 349.Your company is running a multi-tier web application hosted on AWS. The application consists of an Amazon EC2...
  50. 350.A company has a multi-region application hosted in AWS. The application uses an Amazon EC2 instance in Region...
  51. 351.Your organization has deployed an application in AWS that serves global users. The application is hosted in...
  52. 352.An e-commerce company wants to build a highly available and scalable environment for its web application...
  53. 353.Your company is migrating a legacy on-premises data analytics application to AWS. The application requires a...
  54. 354.A company is building a scalable web application that requires a managed database solution for handling...
  55. 355.A company is migrating its on-premises data lake to AWS and is looking for a managed service that can handle...
  56. 356.An organization is planning to migrate its on-premises data analytics workload to AWS. They require a fully...
  57. 357.A company uses an Amazon RDS Multi-AZ deployment for its critical production database to ensure high...
  58. 358.Your organization has an existing monolithic application hosted on Amazon EC2 instances behind an Application...
  59. 359.A company runs an e-commerce platform on a fleet of Amazon EC2 instances behind an Application Load Balancer...
  60. 360.Your company has an e-commerce platform hosted on AWS, which handles millions of user transactions daily....
  61. 361.A company has a web application running in an Auto Scaling group of Amazon EC2 instances behind an...
  62. 362.Your organization is running a microservices-based application on AWS. The team has observed that deployments...
  63. 363.A company has a multi-account AWS environment managed using AWS Organizations. The operations team is...
  64. 364.A financial services company is running its critical applications on AWS and is experiencing intermittent...
  65. 365.A large e-commerce company is experiencing inconsistent application performance during peak shopping seasons....
  66. 366.A rapidly growing e-commerce company is struggling with operational issues such as slow incident response...
  67. 367.A company is hosting a multi-tier web application on AWS with an Auto Scaling group for the application...
  68. 368.A company is migrating a critical application to AWS that requires high availability and disaster recovery...
  69. 369.A company is migrating its on-premises data warehouse to Amazon Redshift. The solution architect has been...
  70. 370.A company is running a large-scale web application on AWS using an Auto Scaling group behind an Application...
  71. 371.Your organization is building a highly available and scalable web application that runs on Amazon EC2...
  72. 372.A company has a multi-account setup in AWS and uses AWS Organizations. The security team wants to ensure that...
  73. 373.Your company has a fleet of EC2 instances in an Auto Scaling group serving a high-traffic web application....
  74. 374.An organization operates a mission-critical application on AWS. They want to ensure that if a critical EC2...
  75. 375.A company has deployed a mission-critical application on AWS and wants to ensure that any unexpected changes...
  76. 376.Your company has deployed a serverless web application using AWS Lambda, Amazon API Gateway, and Amazon...
  77. 377.Your company operates a critical financial application on AWS, and the business requires a disaster recovery...
  78. 378.A company has a business-critical application running in a single AWS Region, and they want to implement a...
  79. 379.Your company is hosting a critical financial application on AWS. The application requires a disaster recovery...
  80. 380.A financial institution is designing a disaster recovery (DR) strategy for its critical workloads hosted on...
  81. 381.You are designing a monitoring solution for an application running on Amazon EC2 instances in an Auto Scaling...
  82. 382.A company is running a distributed application across multiple AWS accounts in an AWS Organization. They want...
  83. 383.You are an AWS Solutions Architect designing a monitoring solution for a web application hosted on Amazon EC2...
  84. 384.A company is running a multi-tier application on AWS. The application uses Amazon EC2 instances in an Auto...
  85. 385.Your organization runs a distributed application across multiple AWS accounts and regions. You need a...
  86. 386.A company is using AWS CodePipeline to deploy a web application hosted on Amazon ECS. They want to minimize...
  87. 387.A company is using Amazon ECS to host its containerized application. The application has a strict...
  88. 388.A company is developing a new web application and wants to implement a CI/CD pipeline to deploy updates with...
  89. 389.Your team is using AWS CodePipeline to automate deployments for a web application hosted on Amazon ECS. The...
  90. 390.You are designing a CI/CD pipeline for a microservices-based application deployed on an Amazon ECS cluster....
  91. 391.An organization is using AWS Systems Manager to manage a fleet of EC2 instances across multiple environments...
  92. 392.A company wants to automate the patching of its fleet of Amazon EC2 instances across multiple AWS Regions....
  93. 393.A company is managing a fleet of Amazon EC2 instances across multiple regions. They want to ensure that all...
  94. 394.A company wants to automate the patch management process across its fleet of Amazon EC2 instances spread...
  95. 395.A company wants to automate the configuration management of its fleet of Amazon EC2 instances to ensure...
  96. 396.A company is hosting a multi-tier application on AWS. The application uses Amazon EC2 instances in private...
  97. 397.An organization uses multiple AWS accounts for its workloads and has recently discovered unauthorized access...
  98. 398.Your company has an AWS environment hosting multiple applications across different accounts, all managed...
  99. 399.An organization has an application hosted on Amazon EC2 instances behind an Application Load Balancer (ALB)....
  100. 400.A company is deploying a multi-tier web application on AWS in a highly available and fault-tolerant manner....