Desarrollador prueba 2

Desarrollador prueba 2

Professional Development

65 Qs

quiz-placeholder

Similar activities

MBI CSEC IT Computer fundamentals

MBI CSEC IT Computer fundamentals

7th Grade - Professional Development

60 Qs

EXCEL

EXCEL

University - Professional Development

60 Qs

OS CH_7

OS CH_7

12th Grade - Professional Development

65 Qs

SCSU IMPORTANT Question 01 by SHUKLA SIR

SCSU IMPORTANT Question 01 by SHUKLA SIR

Professional Development

60 Qs

HARDWARE TEST 01

HARDWARE TEST 01

Professional Development

60 Qs

FC0-U61(758) Quiz 12

FC0-U61(758) Quiz 12

Professional Development

66 Qs

Azure Fundamentals

Azure Fundamentals

Professional Development

67 Qs

Network and Security Foundations

Network and Security Foundations

University - Professional Development

66 Qs

Desarrollador prueba 2

Desarrollador prueba 2

Assessment

Quiz

Computers

Professional Development

Medium

Created by

ALFREDO CARRACEDO

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?