Question 1: What is the maximum execution time for a Lambda function to run that can be assigned?
- A: 1 minute
- B: 3 minutes
- C: 5 minutes
- D: Depends on the complexity of the function
Question 2: Which of the following AWS services is used along with S3 to enable S3 Transfer Acceleration?
- A: EMR
- B: SES
- C: SQS
- D: CloudFront
Question 3: Which of the following features is supported by DynamoDB?
- A: Supports relational databases
- B: Supports nested JSON
- C: Supports A and B
- D: None of the above
Question 4: How many IPs are reserved in a VPC CIDR range?
- A: 10
- B: 5
- C: 2
- D: 1
Question 5: Which of the following programming languages is not currently supported by Lambda?
- A: Node.js
- B: Java
- C: Python
- D: Scala
Question 6: Which is the efficient way to serve high-volume read-only application traffic in RDS?
- A: Create one or more read replicas to server read-only application...