Easy1 markMultiple Choice
AWS SAA-C03 · Question 42 · Domain 3.2: Compute Performance
A data analytics company needs to process large datasets using Apache Spark. The workload requires instances with a high ratio of memory to vCPU to cache data in memory for fast processing. Which EC2 instance family should they choose?
A data analytics company needs to process large datasets using Apache Spark. The workload requires instances with a high ratio of memory to vCPU to cache data in memory for fast processing. Which EC2 instance family should they choose?
Answer options:
A.
Compute-optimized (C family)
B.
Memory-optimized (R or X family)
C.
Storage-optimized (I or D family)
D.
General purpose (M family)
How to approach this question
Identify the requirement for 'high ratio of memory to vCPU'. This points to Memory-optimized instances.
Full Answer
B.Memory-optimized (R or X family)✓ Correct
Memory optimized instances are designed to deliver fast performance for workloads that process large data sets in memory, such as Apache Spark or in-memory databases.
Common mistakes
Choosing Compute-optimized for 'processing', forgetting that Spark relies heavily on in-memory caching.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert