COURSE 4 – BUILDING SERVERLESS APPLICATIONS QUIZ ANSWERS

Spread the love

AWS Building Serverless Applications Week 4 INTRODUCTION

By this module, you will be asked to assess the importance of the above-mentioned skills learned in the course.

Learning Objectives

  • Fuse your front-end website with your back-end application.

END OF COURSE ASSESSMENT

1. What is a slot?

  • The response from Amazon Lex back to the user.
  • Data that the user must provide to fulfill the intent. (CORRECT)

2. What is an “intent”?

  • A particular goal that the user wants to achieve. (CORRECT)
  • An Amazon Lex feature that does natural langauge processing.
  • The response from Amazon Lex back to the user.

3. Static websites created with Amazon S3 can be interactive.

  • True (CORRECT)
  • False

Correct: “Taking advantage of client-side processing tools, like JavaScript.”

4. What service does Amazon Lex use for text-to-speech?

  • Amazon Rekognition
  • Amazon Poly (CORRECT)
  • Amazon Alexa

5. From which of the following services can Amazon CloudFront retrieve content? Select all that apply.

  • Amazon Lex
  • Amazon EC2 (CORRECT)
  • Amazon S3 (CORRECT)
  • Your own datacenter (CORRECT)

6. AWS WAF allows you to specify restrictions on access to content based upon IP address.

  • True (CORRECT)
  • False

7. Amazon API Gateway is used to create a content distribution network.

  • True
  • False (CORRECT)

Correct: “The content delivery network is built with the help of Amazon CloudFront.”

8. With Amazon CloudFront, your S3 bucket permissions must be Public Read Access.

  • True
  • False (CORRECT)

9. CORS is configured in which Amazon service?

  • AWS Lambda
  • Amazon CloudFront
  • Amazon API Gateway (CORRECT)
  • Amazon S3

10. IAM roles provide authentication to login to your application.

  • True
  • False (CORRECT)

Correct: “It’s all about access provision to AWS resources to users and services here through IAM roles.”

11. What is AWS Lambda?

  • A fully managed data analytics service
  • An event-driven, serverless computing platform that runs code in response to events and automatically manages the compute resources required by that code. (CORRECT)
  • A queuing service that automatically scales up and down

12. Select the two things that need to be provided when you are creating a table in DynamoDb.

  • Sort key
  • DB Subnet Group
  • DB Cluster
  • Primary key (CORRECT)
  • Table name (CORRECT)

13. IAM Roles are associated with a specific user or group.

  • True
  • False (CORRECT)

Correct: “Look at the video ‘IAM’ belonging to this module after skipping to 1:55 for more insight.”

14. Amazon DynamoDB is what type of database solution?

  • Relational, SQL database
  • Non-relational, NoSQL database (CORRECT)

15. What access do you need to provide on your Amazon S3 bucket for website access?

  • Public Read and Write access
  • Public Read access (CORRECT)

CONCLUSION

To be written

Leave a Comment