8 Which feature of AS Well-Architected Tool helps us understand how to design,
deploy and architect our Serveless Application Workloads?
O AWS Health Dashboard O AWS Audit Manager
OServerless Application Lens OAWSTrusted Advisor
10 Which of the following is NOT a good design practice for authoring Lambda functions
Minimizing deployment package OSeparate Business Logic
dependencies and size
O Writing Modular functions O Treating functions as stateful
6 Which of the following is not fit to the serverless use cases?
O Chatbots O None of the above
O Data Processing O Web Applications
2 Which of the following isa serverless compute engine from AWS?
O AWS Fargate OAWS EC2
O AWS Batch O None of the above
1 The term Serverless and Function as a Service (Faas) means the same thin9
FALSE TRUE
2 Which of the following services are not supported by AWS Lambda
O CloudFront O RedShift
O S3 O EC2
3 In which of the following use case is Serverless a good choice?
O when application doesn't have resource-intensive event
O Resource-Intensive Processing Application
processing
6 Which of the following is NOT a best pratice tor Serverless Development and Deployment Practice
Using9 Deployment and Application Mangament tools O Independent feature enviroment branches
O
availabie in the cormmunity
O Single Developer Sandbox enironment for all the O Automating build and deployment process
developers
8Wheh of the following AWS Service
AWS
can be used in perspective of the Security Pilar under the Well Architected Framework in
O Aurora Serverless O Aws KMS
O AWS Cognito O AWS CloudHSM
SServeless Architecture is the best way to develop large applications that have a fairly consistent and predictable workload
O TRUE O FALSE
10 In serveriess architecture, we can achieve reduced latency
O FALSE O TRUE
the CUstomer
4 Which of the following comes under AWS Shared Responsibility Model tor
the container where Lambda is
O Application Platform O Operating system of
running
IAM Access to the Lambda Service and within
our
Managing Infrastructure Services O
O function
is
5 Lambda functions are short lived and its max timeout
O 1800 Seconds (50 minutes)
O120 Seconds (2 minutes)
O 900 Seconds (15 minutes)
O 30 Seconds
1 What type of API best fits serverless
O Single-feature APls with small footprints O Powerful, real-time socket APIs
All of the above OAny API function that takes over 30
seconds to return
2 As lambda executes functions in the cloud and not traditionally on a VM. You are limited as to
what code you can run within lambda. Is this statement true
O FALSE TRUE
7 What describes the Billing/Cost Model for Serveless Computing on AWS?
OPay-for-value billing model Pay-per-lambda model
O Pay-as-you-want O Pay-per lambda storage allocation
8 Which of the following types of workloads are optimal to run on Serverless Architecture
OWorkloads that involve event-based None of the above
executions
ORunning Mathematical Simulations O Workloads that need analytics-heavy
executions
3 It is problematic to Debug Serverless Archtectures
TRUE FALSE
4 Which of the following are the features of Lambda functions (a. Bring your own code b.Easy
integration with other AWS Services c. Flexible resource and concurreny model d. Strict
Permissions Model
and
O a C
Oa, b and c
O a and b O Only a
9 Serveless Architecture is the best way to develop large applications that have a fairly consistent
and predictable workload
FALSE O TRUE
is viable while developing a Serverless Application
10 Which of the following persistence option
OWindows Active Directory OFile Server on the System
O NosQL/Relational Database O All of the above
Which of the following services are not part of the AWS Serverless Ecosystem
O Amazon ECS AWS Fargate
O Amazon API Gateway
O DynamoDB
6 What is NOT an advantage of Serverless Computing over Traditonal Applications
Elimination of Operational Overhead O Faster Performance
O
and scale according to customer
O Lower Upfront Costs O Adapt
needs