option
Cuestiones
ayuda
daypo
buscar.php

SOLUTIONS ARCHITECT ASSOCIATE - 34

COMENTARIOS ESTADÍSTICAS RÉCORDS
REALIZAR TEST
Título del Test:
SOLUTIONS ARCHITECT ASSOCIATE - 34

Descripción:
Preguntas

Fecha de Creación: 2023/09/02

Categoría: Otros

Número Preguntas: 25

Valoración:(0)
COMPARTE EL TEST
Nuevo ComentarioNuevo Comentario
Comentarios
NO HAY REGISTROS
Temario:

A Solutions Architect is creating a design for a two-tier application with a MySQL RDS back-end. The performance requirements of the database tier are hard to quantify until the application is running and the Architect is concerned about right-sizing the database. What methods of scaling are possible after the MySQL RDS database is deployed? (choose 2). Vertical scaling for read and write by choosing a larger instance size. Horizontal scaling for read capacity by creating a read-replica. Horizontal scaling for write capacity by enabling Multi-AZ. Vertical scaling for read and write by using Transfer Acceleration. Horizontal scaling for read and write by enabling Multi-Master RDS DB.

The development team in a media organization is moving their SDLC processes into the AWS Cloud. Which AWS service can a Solutions Architect recommend that is primarily used for software version control?. CodeCommit. CloudHSM. CodeStar. Step Functions.

A Solutions Architect needs to migrate an Oracle database running on RDS onto Amazon RedShift to improve performance and reduce cost. Which combination of tasks using AWS services should be used to execute the migration? (choose 2). Migrate the database using the AWS Database Migration Service (DMS). Convert the schema using the AWS Schema Conversion Tool. Take a snapshot of the Oracle database and restore the snapshot onto RedShift. Configure API Gateway to extract, transform and load the data into RedShift. Enable log shipping from the Oracle database to RedShift.

Enable log shipping from the Oracle database to RedShift. Use an encrypted Amazon EBS volume and use Data Lifecycle Manager to automate snapshots. Use an encrypted Amazon EFS filesystem and use an Amazon CloudWatch Events rule to start a backup copy of data using AWS Lambda. Use server-side encryption on an Amazon S3 bucket and use Cross-Region-Replication to backup on a schedule. Use an encrypted Amazon EC2 instance store and copy the data to another EC2 instance using a cron job and a batch script.

A company runs an application on-premises that must consume a REST API running on Amazon API Gateway. The company has an AWS Direct Connect connection to their Amazon VPC. The solutions architect wants all API calls to use private addressing only and avoid the internet. How can this be achieved?. Use a private virtual interface and create a VPC Endpoint for Amazon API Gateway. Use a hosted virtual interface and create a VPC Endpoint for Amazon API Gateway. Use a transit virtual interface and an AWS VPN to create a secure tunnel to Amazon API Gateway. Use a public virtual interface and an AWS VPN to create a secure tunnel to Amazon API Gateway.

A company has an eCommerce application that runs from multiple AWS Regions. Each region has a separate database running on Amazon EC2 instances. The company plans to consolidate the data to a columnar database and run analytics queries. Which approach should the company take?. Use the COPY command to load data into an Amazon RedShift data warehouse and run the analytics queries there. Run an AWS Batch job to copy and process the data into a columnar Amazon RDS database. Use Amazon Athena to analyze the data. Launch Amazon Kinesis Data Streams producers to load data into a Kinesis Data stream. Use Kinesis Data Analytics to analyze the data. Create an AWS Lambda function that copies the data onto Amazon S3. Use Amazon S3 Select to query the data.

A three-tier web application that is deployed in an Amazon VPC has been experiencing heavy load on the database layer. The database layer uses an Amazon RDS MySQL instance in a multi-AZ configuration. Customers have been complaining about poor response times. During troubleshooting it has been noted that the database layer is experiencing high read contention during peak hours of the day. What are two possible options that could be used to offload some of the read traffic from the database to resolve the performance issues? (choose 2). Add RDS read replicas in each AZ. Deploy ElastiCache in each AZ. Use an ELB to distribute load between RDS instances. Migrate to DynamoDB. Use a larger RDS instance size.

An application stack is being created which needs a message bus to decouple the application components from each other. The application will generate up to 300 messages per second without using batching. A Solutions Architect needs to ensure that a message is delivered only once and duplicates are not introduced into the queue. It is not necessary to maintain the order of the messages. Which SQS queue type should be used?. FIFO queues. Standard queues. Long polling queues. Auto Scaling queues.

There has been an increase in traffic to an application that writes data to an Amazon DynamoDB database. Thousands of random tables reads occur per second and low-latency is required. What can a Solutions Architect do to improve performance for the reads without negatively impacting the rest of the application?. Use Amazon DynamoDB Accelerator to cache the reads. Increase the number of Amazon DynamoDB write capacity units. Add an Amazon SQS queue to decouple the requests. Use an Amazon Kinesis Data Stream to decouple requests.

A Solutions Architect is creating a multi-tier application that includes loosely-coupled, distributed application components and needs to determine a method of sending notifications instantaneously. Using Amazon SNS which transport protocols are supported? (choose 2). HTTPS. Email-JSON. Amazon SWF. FTP. AWS Lambda.

An application is running in a private subnet of an Amazon VPC and must have outbound internet access for downloading updates. The Solutions Architect does not want the application exposed to inbound connection attempts. Which steps should be taken?. Create a NAT gateway and attach an internet gateway to the VPC. Create a NAT gateway but do not create attach an internet gateway to the VPC. Attach an internet gateway to the private subnet and create a NAT gateway. Attach an internet gateway to the VPC but do not create a NAT gateway.

A Solutions Architect just completed the implementation of a 2-tier web application for a client. The application uses Amazon EC2 instances, Amazon ELB and Auto Scaling across two subnets. After deployment the Solutions Architect noticed that only one subnet has EC2 instances running in it. What might be the cause of this situation?. The Auto Scaling Group has not been configured with multiple subnets. The ELB is configured as an internal-only load balancer. Cross-zone load balancing is not enabled on the ELB. The AMI is missing from the ASG’s launch configuration.

A Solutions Architect created a new subnet in an Amazon VPC and launched an Amazon EC2 instance into it. The Solutions Architect needs to directly access the EC2 instance from the Internet and cannot connect. Which steps should be undertaken to troubleshoot the issue? (choose 2). Check that the instance has a public IP address. Check that the route table associated with the subnet has an entry for an Internet Gateway. Check that there is a NAT Gateway configured for the subnet. Check that Security Group has a rule for outbound traffic. Check that you can ping the instance from another subnet.

An operations team would like to be notified if an RDS database exceeds certain metric thresholds. How can a Solutions Architect automate this process for the operations team?. Create a CloudWatch alarm and associate an SNS topic with it that sends an email notification. Create a CloudWatch alarm and associate an SQS queue with it that delivers a message to SES. Setup an RDS alarm and associate an SNS topic with it that sends an email. Create a CloudTrail alarm and configure a notification event to send an SMS.

A Solutions Architect is creating an application design with several components that will be publicly addressable. The Architect would like to use Alias records. Using Route 53 Alias records what targets can you specify? (choose 2). CloudFront distribution. Elastic Beanstalk environment. ElastiCache cluster. EFS filesystems. On-premise web server.

An Amazon ElastiCache for Redis cluster runs across multiple Availability Zones. A solutions architect is concerned about the security of sensitive data as it is replicated between nodes. How can the solutions architect protect the sensitive data?. Enable in-transit encryption. Issue a Redis AUTH command. Enable at-rest encryption. Set up MFA and API logging.

A company has deployed an API using Amazon API Gateway. There are many repeat requests and a solutions architect has been asked to implement measures to reduce request latency and the number of calls to the Amazon EC2 endpoint. How can this be most easily achieved?. Create a cache for a stage and configure a TTL. Create a cache for a method and configure a TTL. Configure an edge-optimized endpoint with CloudFront. Configure a private endpoint place ElastiCache in front.

An event in CloudTrail is the record of an activity in an AWS account. What are the two types of events that can be logged in CloudTrail? (choose 2). Data Events which are also known as data plane operations. Management Events which are also known as control plane operations. Platform Events which are also known as hardware level operations. System Events which are also known as instance level operations. Control Events which are also known as data plane operations.

There is new requirement for a database that will store a large number of records for an online store. You are evaluating the use of DynamoDB. Which of the following are AWS best practices for DynamoDB? (choose 2). Store objects larger than 400KB in S3 and use pointers in DynamoDB. Store more frequently and less frequently accessed data in separate tables. Use separate local secondary indexes for each item. Use for BLOB data use cases. Use large files.

A client has requested a design for a fault tolerant database that can failover between AZs. You have decided to use RDS in a multi-AZ configuration. What type of replication will the primary database use to replicate to the standby instance?. Synchronous replication. Continuous replication. Asynchronous replication. Scheduled replication.

An application regularly uploads files from an Amazon EC2 instance to an Amazon S3 bucket. The files can be a couple of gigabytes in size and sometimes the uploads are slower than desired. What method can be used to increase throughput and reduce upload times?. Use Amazon S3 multipart upload. Turn off versioning on the destination bucket. Randomize the object names when uploading. Upload the files using the S3 Copy SDK or REST API.

A Solutions Architect is designing a migration strategy for a company moving to the AWS Cloud. The company use a shared Microsoft filesystem that uses Distributed File System Namespaces (DFSN). What will be the MOST suitable migration strategy for the filesystem?. Use AWS DataSync to migrate to Amazon FSx for Windows File Server. Use the AWS Server Migration Service to migrate to Amazon FSx for Lustre. Use AWS DataSync to migrate to an Amazon EFS filesystem. Use the AWS Server Migration Service to migrate to an Amazon S3 bucket.

A manager is concerned that the default service limits my soon be reached for several AWS services. Which AWS tool can a Solutions Architect use to display current usage and limits?. AWS Trusted Advisor. AWS Systems Manager. AWS Dashboard. Amazon CloudWatch.

An application analyzes images of people that are uploaded to an Amazon S3 bucket. The application determines demographic data which is then saved to a .CSV file in another S3 bucket. The data must be encrypted at rest and then queried using SQL. The solution should be fully serverless. Which actions should a Solutions Architect take to encrypt and query the data?. Use AWS KMS encryption keys for the S3 bucket and use Amazon Athena to query the data. Use Amazon S3 server-side encryption and use Amazon RedShift Spectrum to query the data. Use AWS KMS encryption keys for the S3 bucket and use Amazon Kinesis Data Analytics to query the data. Use Amazon S3 server-side encryption and Amazon QuickSight to query the data.

A Solutions Architect is designing the compute layer of a serverless application. The compute layer will manage requests from external systems, orchestrate serverless workflows, and execute the business logic. The Architect needs to select the most appropriate AWS services for these functions. Which services should be used for the compute layer? (choose 2). Use AWS Step Functions for orchestrating serverless workflows. Use Amazon API Gateway with AWS Lambda for executing the business logics. Use Amazon ECS for executing the business logic. Use AWS CloudFormation for orchestrating serverless workflows. Use AWS Elastic Beanstalk for executing the business logic.

Denunciar Test