




















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
AWS Certified Solutions Architect - Associate Practice Test 1 Exams set 2024
Typology: Exams
1 / 60
This page cannot be seen from the preview
Don't miss anything!
Amazon Redshift is being used by a business to perform analytics and generate customer reports. The corporation has recently obtained an additional 50 terabytes of demographic data on its customers, which is stored in CSV files on Amazon S3. The organization requires a system that can efficiently merge this data and visualize the findings. What recommendation should an architect make to satisfy these requirements?
A company stores 200 GB of data on Amazon S3 every month. At the end of each month, the company needs to analyze this data to calculate the number of items sold in each sales territory during the previous month. Which analytics approach is the most cost-effective option for the company? Explanation: check the second use case: https://aws.amazon.com/glue/?whats-new-cards.sort- by=item.additionalFields.postDateTime&whats-new-cards.sort-order=desc "You can use the AWS Glue Data Catalog to quickly discover and search multiple AWS datasets without moving the data. Once the data is cataloged, it is immediately available for search and query with Amazon Athena, Amazon EMR, and Amazon Redshift Spectrum"
A company intends to push a TCP-based application to the company's virtual private cloud (VPC). The application is available to the public through an unsupported TCP port via a physical device in the company's data center. This public endpoint has a latency of less than 3 milliseconds and can handle up to 3 million requests per second. The enterprise needs the new public endpoint in AWS to achieve the same performance. Which solution architecture approach should be recommended to meet this requirement? Explanation: https://aws.amazon.com/elasticloadbalancing/network-load-balancer Network Load Balancer operates at the connection level (Layer 4), routing connections to targets (Amazon EC2 instances, microservices, and containers) within Amazon VPC, based on IP protocol data. The Network Load Balancer is ideal for load balancing TCP and UDP traffic and can handle millions of requests per second with extremely low latency. Network Load Balancer is optimized to handle sudden and volatile traffic patterns and uses a single static IP address per Availability Zone. It integrates with other popular AWS services such as Auto Scaling, Amazon EC2 Container Service (ECS), Amazon CloudFormation, and AWS Certificate Manager (ACM).
Deploy a network load balancer (NLB). Configure the NLB to be publicly accessible through the TCP port required by the application.
An enterprise has two VPCs within the same AWS account that are located in the us-west-2 region. The company needs to allow network communication between these VPCs. Approximately 500 GB of data is transferred between the VPCs each month. Which approach is the most cost effective for connecting these VPCs? Explanation:
How can the organization satisfy the requirements of transferring its storage system to AWS, minimizing bandwidth costs, and ensuring quick and free data retrieval, given that its on-premises data center has reached its storage limit? Explanation: correct answer is A. Aurora uses a single reader endpoint for all replica nodes, and custom endpoints can be created for specific workloads. Therefore, the three nodes can share the same custom endpoint to serve the reports. Option B is incorrect because creating a 3-node cluster clone does not make sense in this context, and it does not address the requirement of using a single endpoint for all replica nodes. Option C is also incorrect because it refers to RDS, not Aurora. In RDS, instance endpoints exist, and applications need to be updated with connection strings to access the database. Option D is incorrect because using the same endpoint for all six replica nodes would not meet the requirement of using a single endpoint for all nodes.
A newly acquired company is required to establish its infrastructure on AWS and transfer multiple applications to the cloud within a month of being purchased. The transfer of each application involves transmitting approximately 50 TB of data. Once the transfer is complete, the company and its parent organization require a secure network connection with constant throughput between their data centers and applications. A solutions architect needs to ensure that the data transfer occurs only once and the network connection is maintained. What solution can meet these requirements? Explanation: the correct solution that meets the requirements is C, which involves using AWS Direct Connect to establish a secure network connection between the company's data centers and its applications. AWS Direct Connect is a dedicated network connection that does not use the public internet, providing better security compared to Site-to-Site VPN, which is transmitted over the internet. Direct Connect also offers better connection options and performance, reducing the likelihood of latency issues and bottlenecks. Since the cost is not mentioned in the given scenario, Direct Connect can be considered the better option over VPN. According to AWS, "While in transit, your network traffic remains on the AWS global network and never touches the public internet. This reduces the chance of hitting bottlenecks or unexpected increases in latency." [source: https://aws.amazon.com/directconnect/]
The objective is to identify a service that would enable a business to deploy file storage for an upcoming project that can be mounted as a disk on on- premises desktop computers. To access this storage, the file server must first authenticate users against an Active Directory domain. Which service can facilitate the deployment of storage as a drive on workstations while also allowing for Active Directory authentication? Which service allows Active Directory users to deploy storage on their workstations as a drive? Explanation: A. Glacier for data archive. B. For large file transfers from On-Prem to VPC. DataSync agent SW is preinstalled in AWS Snowcone for offline data transfer to VPC. C. For offline large data transfer to VPC. D. Hybrid Cloud Storage Svc that facilitates the ongoing update of copied data (data to be transferred cannot be large amount) between On-Prem and an AWS Storage Svc.
An organisation with an on-premises application moves to AWS to increase application flexibility and availability. The current design makes heavy use of a Microsoft SQL Server database. The company wants to investigate other database solutions and, if necessary, migrate the database engines. The development team runs a full copy of the production database every four hours to create a test database. During this period, users experience delays. Which database should a solution architect suggest as a replacement?ete copy of the production database every four hours in order to create a test database. Users will encounter delay during this time period. What database should a solution architect propose as a replacement? Explanation: Answer D Snapshot is taken by the secondary db instance. "The I/O suspension typically lasts about one minute. You can avoid the I/O suspension if the source DB instance is a Multi-AZ deployment, because in that case the snapshot is taken from the secondary DB instance." https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html
A business has launched a mobile multiplayer game. Real-time monitoring of players' latitude and longitude positions is necessary for the game, which requires data storage capable of quick updates and location retrieval. Currently, the game stores location data on an Amazon RDS for PostgreSQL DB instance with read replicas, but during high usage times, the database is unable to handle the speed required for reading and writing changes. The game's user base is rapidly growing. What should a solutions architect do to optimize the data tier's performance? Explanation: Correct option is D. https://aws.amazon.com/elasticache/redis/ "Amazon ElastiCache for Redis offers purpose-built in-memory data structures and operators to manage real-time geospatial data at scale and speed. You can use ElastiCache for Redis to add location-based features such as drive time, drive distance, and points of interests to your applications."
Implement an AWS Site-to-Site VPN connection. single Q: 15 To ensure that a business's web-based application can handle times of heavy demand, a solutions architect must guarantee that the text document storage component can scale to meet the application's demand at all times. The online application will operate on Amazon EC2 instances distributed across several Availability Zones and provide access to a collection of over 900 TB of text content. However, the corporation is concerned about the total cost of the solution. Which storage system best satisfies these criteria in terms of cost- effectiveness?
The development team requires a website that is accessible to other teams, containing HTML, CSS, client-side JavaScript and graphics. What is the most cost-effective form of website hosting for this purpose? Explanation: Option B Static vs Dynamic Website : In Static Websites, Web pages are returned by the server which are prebuilt. They use simple languages such as HTML, CSS, or JavaScript. There is no processing of content on the server (according to the user) in Static Websites. Web pages are returned by the server with no change therefore, static Websites are fast. There is no interaction with databases. Also, they are less costly as the host does not need to support server-side processing with different languages. In Dynamic Websites, Web pages are returned by the server which are processed during runtime means they are not prebuilt web pages but they are built during runtime according to the user’s demand. These use server-side scripting languages such as PHP, Node.js, ASP.NET and many more supported by the server. So, they are slower than static websites but updates and interaction with databases are possible.
Enable cross-Region snapshots.
Design a REST API using Amazon API Gateway that accepts the item names. API Gateway passes item names to AWS Lambda for tax computations.
A solutions architect is designing a VPC architecture with multiple subnets, including six subnets that will be deployed across two Availability Zones. The subnets are categorized as public, private, and database-specific, and access to the database must be restricted to Amazon EC2 instances running on private subnets. What solution meets these requirements? Explanation: Answer C is correct Security groups are stateful. All inbound traffic is blocked by default. If you create an inbound rule allowing traffic in, that traffic is automatically allowed back out again. You cannot block specific IP addresses using Security groups (instead use Network Access Control Lists).
A business is implementing a web gateway and aims to restrict public access to the application's online component only. To achieve this, the VPC has been created with two public subnets and two private subnets. The application will be hosted on multiple Amazon EC2 instances managed through an Auto Scaling group, and SSL termination must be delegated to a separate EC instance. What steps should a solutions architect take to ensure compliance with these requirements? Explanation: option C is the answer https://aws.amazon.com/elasticloadbalancing/application-load-balancer/: "Application Load Balancer simplifies and improves the security of your application, by ensuring that the latest SSL/TLS ciphers and protocols are used at all times." So that would mean SSL termination; A and B are out Placing the application load balancers are to be at the public subnet so D is out.