AWS SAM Quiz

5 questions Pass: 70% +25 pts

Quiz covering Infrastructure as Code Fundamentals

AWS SAM Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    What is the primary purpose of the AWS Serverless Application Model (SAM)?

  2. 2

    Which of the following resources is explicitly defined by a SAM template using the 'AWS::Serverless::Function' type?

  3. 3

    When developing locally, which command allows you to test your SAM application by invoking a Lambda function locally with an event payload?

  4. 4

    What is the function of the 'Transform: AWS::Serverless-2016-10-31' declaration in a SAM template?

  5. 5

    You are using 'sam deploy --guided'. You notice that your application fails to deploy because of a dependency issue with an IAM policy. Which SAM feature allows you to define a standardized security policy without writing the full IAM JSON policy document?