Desarrollador prueba 2

Desarrollador prueba 2

Professional Development

65 Qs

quiz-placeholder

Similar activities

AWS Cloud Practitioner Q5

AWS Cloud Practitioner Q5

Professional Development

65 Qs

AWS Cloud Practitioner Q3

AWS Cloud Practitioner Q3

Professional Development

65 Qs

AWS Cloud Practitioner Q6

AWS Cloud Practitioner Q6

Professional Development

65 Qs

CLF-C01 - Quiz 3

CLF-C01 - Quiz 3

Professional Development

60 Qs

TESTING

TESTING

Professional Development

70 Qs

Test-dump65

Test-dump65

Professional Development

65 Qs

BootCamp AWS Practitioner

BootCamp AWS Practitioner

Professional Development

65 Qs

AWS CP Exam 02

AWS CP Exam 02

Professional Development

60 Qs

Desarrollador prueba 2

Desarrollador prueba 2

Assessment

Quiz

Computers

Professional Development

Medium

Created by

ALFREDO CARRACEDO

Used 3+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A developer is troubleshooting an application on EC2 that writes logs to CloudWatch Logs. The company needs to receive SNS notifications when the number of error messages exceeds a defined threshold in a 5‑minute period. Which solution meets these requirements?
Rewrite the application to stream logs directly to SNS.
Configure a subscription filter on the CloudWatch Logs group to trigger SNS notifications.
Install Amazon Inspector on the EC2 instances and configure it to send SNS notifications.
Create a CloudWatch metric filter to detect error patterns; set up a CloudWatch alarm on the metric; configure the alarm to send an SNS notification.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A developer registers a Lambda function as a target for an Application Load Balancer (ALB) using the CLI, but the function is not invoked when requests are sent through the ALB.
Lambda functions cannot be registered as ALB targets.
Lambda functions can only be registered via the AWS Console.
The permissions to invoke the Lambda function are missing.
Cross‑zone load balancing is not enabled on the ALB.

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A company wants to deploy static websites on AWS with phased releases (development, staging, UAT, production) triggered by code merges from various version control systems (CodeCommit, Bitbucket, GitHub), ensuring HTTPS sin servidores en ejecución continua. Which solution meets these requirements with minimal operational overhead?
Use AWS Amplify with a serverless backend, connecting repository branches to the respective environments, and trigger deployments via code merges.
Deploy each website using AWS Elastic Beanstalk with multiple environments linked via the EB CLI and automate deployments using CodePipeline.
Host each website in separate Amazon S3 buckets for each environment, with deployments managed by CodePipeline and CodeBuild.
Deploy each website on individual Amazon EC2 instances using custom deployment scripts triggered by code merges.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A company is building a web application that generates reports on demand. Reports are available within one hour, remain accessible for 8 hours, and are deleted after 2 days. Which solution meets these requirements with minimal operational overhead?
Generate reports and store them as items in DynamoDB with TTL; generate a URL for retrieval.
Generate reports and store them in an S3 bucket with server‑side encryption; generate presigned URLs; add S3 Lifecycle rules to delete reports older than 2 days.
Generate reports and store them in an RDS database; generate a URL for retrieval; schedule a Lambda function to delete old records.
Generate reports and store them in an RDS database; attach reports to SNS messages and notify customers.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A developer is creating an application that processes transaction data asynchronously with a Lambda function. The application sometimes fails, and the developer wants a second Lambda function to be invoked automatically to handle errors and log details when a failure occurs.
Configure a Lambda function destination for failures; specify the error-handling Lambda function’s ARN.
Enable AWS X‑Ray tracing and have the function send stack traces to a second Lambda function.
Configure a Lambda function trigger with a failure condition; specify the error-handling function’s ARN.
Create a CloudWatch alarm that triggers the error-handling Lambda function when failures occur.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A company receives food orders from various partners through a microservices architecture using API Gateway and AWS Lambda. Each partner calls a customized API that triggers a shared Lambda function to process orders. Partners must be notified only for their own orders, and the solution should allow easy addition of new partners with minimal code changes. Which approach is the most scalable?
Create separate SNS topics for each partner and have the Lambda function publish order updates to the respective SNS topic.
Develop distinct Lambda functions for each partner to send notifications directly to their service endpoints.
Create a single SNS topic, have the Lambda function publish messages with partner‑specific attributes, and subscribe each partner with an SNS filter policy to receive only their messages.
Use a single SNS topic and subscribe all partners to it without filtering.

7.

MULTIPLE SELECT QUESTION

2 mins • 1 pt

A developer is processing clickstream data using Amazon Kinesis Data Streams. The data experiences periodic spikes, and PutRecords API calls sometimes fail with capacity errors. Which techniques will help mitigate these exceptions? (Choose two.)
Implement retries with exponential backoff.
Use a PutRecord API instead of PutRecords.
Reduce the frequency and/or size of the requests.
Use Amazon SNS instead of Kinesis.
Reduce the number of KCL consumers.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?