Developing on AWS - review 2nd Day

Developing on AWS - review 2nd Day

Professional Development

8 Qs

quiz-placeholder

Similar activities

AWS L3

AWS L3

Professional Development

10 Qs

AWS hehe

AWS hehe

University - Professional Development

13 Qs

Implementing Cloud Security

Implementing Cloud Security

Professional Development

10 Qs

M5 - Mulesoft Deploying apis

M5 - Mulesoft Deploying apis

Professional Development

5 Qs

Introduction to AI and Azure Custom Vision

Introduction to AI and Azure Custom Vision

Professional Development

10 Qs

Web server

Web server

Professional Development

10 Qs

SOAP x REST x GraphQL

SOAP x REST x GraphQL

University - Professional Development

10 Qs

SAA-C03 - Módulo 13

SAA-C03 - Módulo 13

Professional Development

10 Qs

Developing on AWS - review 2nd Day

Developing on AWS - review 2nd Day

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Su Trinh

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have been asked to design a serverless chat application. The solution requires bidirectional capability between the client and service. Which type of API should you deploy?

HTTP API

Websocket API

Edge Optimized API

REST API

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

You are looking to lower the latency of application connections to your REST API. The requests to your API are originating from Amazon EC2 instances within the same region as where the API is deployed. Which Amazon API Gateway configuration should you choose?
Create a private API endpoint that is exposed through a VPC endpoint.
Create a REST API with an Endpoint Type set to Private
Create a REST API with an Endpoint Type set to Regional
Create a REST API with an Endpoint Type set to Edge Optimized

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about DynamoDB Global Secondary Index (GSI)?
It has its own provisioned throughput
The index is located on the same table partition as the items that have a given partition key value
It can be created only when a table is created
It cannot be deleted

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A client is being throttled when sending 1100 updates per second on different primary keys. The Amazon DynamoDB table is configured with the Read/Write Capacity mode set to Provisioned Mode and the RCU and WCU settings are set to 2000. What could be a solution to this issue?
Enable DynamoDB Accelerator and send the traffic through DAX
The Read/Write Capacity Mode should be configured with On-Demand
Increase the amount of WCU for the table
The maximum throughput per partition has been reached for the partition key so another partition key should be used

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

After a recent review of your microservice, you have determined that the API Gateway needs to be optimized to improve responsiveness. Your goal is to reduce the number of calls made to your endpoint and to improve the latency of the requests. How can you achieve this?
Enable API caching on the API Gateway for GET and PUT requests
Deploy your API Gateway as a Regional gateway
Enable API caching on the API Gateway
Deploy your API Gateway as an Edge Optimized gatewa

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is AWS Lambda
A serverless computing services
A service that runs code without provsioning or managing servers
A server-based service
A service that runs and scales code with high-availability

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

As a severless service, a Lambda functions located in AWS-managed VPC so it can not interact with RDS database in customer-managed VPC. TRUE or FALSE?
True
False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lambda integrates with EFS. TRUE of FALSE?

True

False