Home > AWS 101 > Quizzes > AWS Lambda Quiz
AWS Lambda Quiz
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 37% Most missed: “What can you use to monitor function invocations?”

MCQs For LinkedIn Skill Assessments.

AWS Lambda Quiz
Time left 00:00
25 Questions

1. How are environment variables stored?
2. You are performance-testing your Lambda to verify that you set the memory size adequately. Where do you verify the execution overhead?
3. Outbound connections from Lambdas must be '_'.
4. You can restrict the scope of a user's permissions by specifying which two items in an IAM policy?
5. In what style must you write Lambda code?
6. You need to set an S3 event trigger on your Lambda to respond when data is added to your bucket from another S3 bucket. Which event type do you configure?
7. What programming language does AWS Lambda support?
8. What service deploys Lambdas regionally?
9. When you use a resource-based policy to give a service, resource, or account access to your function, how can you apply the scope of that permission?
10. What can trigger a Lambda function execution?
11. You are creating a Lambda to trigger on change to files in an S3 bucket. Where should you put the bucket name?
12. What may be provided for environment variables?
13. What is AWS best practice for Lambda configuration?
14. How do you author a Lambda in a programming language that AWS does not support?
15. What kind of packages can you use with Node.js for Lambdas?
16. You need to setup a mechanism to put controls in place to notify you when you have a spike in Lambda concurrency. What should you do?
17. What is included in an exported Lambda deployment package?
18. What are listed downstream resources based on?
19. Which is an equivalent and valid tag for a pair of Lambdas?
20. How is the cost associated with Lambda function calculated?
21. Which AWS CLI command invokes a function?
22. What can AWS Amplify NOT do for a Lambda?
23. You need to make your Lambda available to services in multiple VPCs. What do you do?
24. How can Step Functions call Lambdas?
25. Where is the disk space allocated for Lambda functions?