IT Foundations
Latest Final Assessment Review
(With Solutions)
2026
1
,Multiple Choice
Which AWS service is best suited for automated infrastructure
provisioning using code?
A) AWS Lambda
B) AWS CodeCommit
C) AWS CloudFormation
D) AWS Elastic Beanstalk
Answer: C) AWS CloudFormation
Rationale: CloudFormation enables infrastructure as code, letting you
model, provision, and manage AWS resources using templates.
In a multi-region deployment, which AWS service helps maintain low
latency and high availability for global users?
A) Amazon Route 53
B) AWS Direct Connect
C) Amazon VPC
D) AWS CloudTrail
Answer: A) Amazon Route 53
Rationale: Route 53 is a DNS service that supports routing policies like
latency-based routing for global traffic management.
What is the maximum size of an S3 object that can be managed using the
Multipart Upload API?
A) 5 GB
B) 5 TB
C) 10 TB
D) 1 TB
Answer: B) 5 TB
Rationale: Multipart Upload API allows for uploading large objects up to 5
TB in S3.
2
, Which AWS storage option provides the lowest latency access for shared
file systems among multiple EC2 instances?
A) Amazon EBS
B) Amazon S3
C) Amazon EFS
D) AWS Snowball
Answer: C) Amazon EFS
Rationale: Amazon EFS is a fully managed distributed file system
designed for low-latency access by multiple instances.
Which of the following is used to enforce compliance by auditing API calls
in AWS?
A) AWS Config
B) AWS CloudTrail
C) AWS Inspector
D) AWS Shield
Answer: B) AWS CloudTrail
Rationale: CloudTrail records all API calls for auditing and compliance
purposes.
True / False
Amazon S3 buckets are globally unique across all AWS accounts and
regions.
True
Answer: True
Rationale: S3 bucket names are globally unique since they act as DNS
names in the global namespace.
AWS Lambda functions can only be triggered by HTTP requests.
3