API GW

API GW

Professional Development

6 Qs

quiz-placeholder

Similar activities

CCNP-Sec-SISAS-Post-Assessment

CCNP-Sec-SISAS-Post-Assessment

Professional Development

10 Qs

Chapter 5 Review Questions

Chapter 5 Review Questions

Professional Development

10 Qs

Post Trainee Quiz

Post Trainee Quiz

Professional Development

10 Qs

Section A - 8 - Computer Software - Role of the Kernel

Section A - 8 - Computer Software - Role of the Kernel

Professional Development

8 Qs

DP 203 M2

DP 203 M2

Professional Development

10 Qs

Cloud Computing

Cloud Computing

University - Professional Development

10 Qs

Securing Source Code

Securing Source Code

Professional Development

10 Qs

AZ-104_Module-1

AZ-104_Module-1

Professional Development

10 Qs

API GW

API GW

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Tú Nguyễn

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

To create a serverless API, you should integrate Amazon API Gateway with ......................

EC2 Instance

Elastic Load Balancing

AWS Lambda

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When you are using an Edge-Optimized API Gateway, your API Gateway lives in CloudFront Edge Locations across all AWS Regions.

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

You are running an application in production that is leveraging DynamoDB as its datastore and is experiencing smooth sustained usage. There is a need to make the application run in development mode as well, where it will experience the unpredictable volume of requests. What is the most cost-effective solution that you recommend?

Use Provisioned Capacity Mode with Auto Scaling enabled for both development and production

Use Provisioned Capacity Mode with Auto Scaling enabled for production and use On-Demand Capacity Mode for development

Use Provisioned Capacity Mode with Auto Scaling enabled for development and use On-Demand Capacity Mode for production

Use On-Demand Capacity Mode for both development and production

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

The maximum size of an item in a DynamoDB table is ...................

1MB

500 KB

400 KB

400MB

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

A social media application is hosted on an EC2 server fleet running behind an Application Load Balancer. The application traffic is fronted by a CloudFront distribution. The engineering team wants to decouple the user authentication process for the application, so that the application servers can just focus on the business logic.

As a Solutions Architect, which of the following solutions would you recommend to the development team so that it requires minimal development effort?

Use Cognito Authentication via Cognito User Pools for your Application Load Balancer

Use Cognito Authentication via Cognito Identity Pools for your Application Load Balancer

Use Cognito Authentication via Cognito User Pools for your CloudFront distribution

Use Cognito Authentication via Cognito Identity Pools for your CloudFront distribution

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

You have been hired as a Solutions Architect to advise a company on the various authentication/authorization mechanisms that AWS offers to authorize an API call within the API Gateway. The company would prefer a solution that offers built-in user management.

Which of the following solutions would you suggest as the best fit for the given use-case?

Use Amazon Cognito User Pools

Use AWS_IAM authorization

Use API Gateway Lambda authorizer

Use Amazon Cognito Identity Pools