For IndividualsFor Educators
ExpertMinds LogoExpertMinds
ExpertMinds

Ace your certifications with Practice Exams and AI assistance.

  • Browse Exams
  • For Educators
  • Blog
  • Privacy Policy
  • Terms of Service
  • Cookie Policy
  • Support
  • AWS SAA Exam Prep
  • PMI PMP Exam Prep
  • CPA Exam Prep
  • GCP PCA Exam Prep

© 2026 TinyHive Labs. Company number 16262776.

    PracticeAWS Solutions Architect Professional (SAP-C02)AWS Solutions Architect Professional SAP-C02 Practice Exam 4Question 44
    Hard1 markMultiple Choice
    Domain 4.4: Modernization RequirementsServerlessStep FunctionsModernizationFargate

    AWS SAP-C02 · Question 44 · Domain 4.4: Modernization Requirements

    A company is modernizing a batch processing application. The application currently runs on a single large EC2 instance and takes 12 hours to process a nightly file. The processing logic can be parallelized. The company wants to move to a serverless architecture to reduce processing time and only pay for compute when the job is running. Which architecture BEST meets these requirements?

    Answer options:

    A.

    Use Amazon EC2 Auto Scaling to launch 10 instances at night, process the file, and terminate them.

    B.

    Use Amazon S3 to trigger an AWS Lambda function that processes the entire file.

    C.

    Use Amazon S3 to trigger an AWS Lambda function that splits the file. Use AWS Step Functions Map state to process the chunks in parallel using AWS Fargate.

    D.

    Use AWS Glue to run a Python shell script to process the file.

    How to approach this question

    Look for serverless orchestration (Step Functions) and parallelization (Map state).

    Full Answer

    C.Use Amazon S3 to trigger an AWS Lambda function that splits the file. Use AWS Step Functions Map state to process the chunks in parallel using AWS Fargate.✓ Correct
    Use Amazon S3 to trigger an AWS Lambda function that splits the file. Use AWS Step Functions Map state to process the chunks in parallel using AWS Fargate.
    AWS Step Functions includes a Map state designed for dynamic parallelism. By splitting the file and using Map to trigger AWS Fargate tasks (or Lambda functions) concurrently, a 12-hour sequential job can be reduced to minutes, using entirely serverless compute.

    Common mistakes

    Choosing Lambda for the whole file, forgetting the 15-minute timeout.
    Question 43All questionsQuestion 45

    Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 4

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is redesigning its network architecture across 50 AWS accounts. They require ...HardQ02A financial services company uses AWS Organizations to manage 100+ accounts. The security team ma...MediumQ03An e-commerce company requires a multi-region active-active architecture for its critical order p...MediumQ04A company is setting up a new AWS environment using AWS Control Tower. They need to ensure that a...HardQ05An enterprise has 50 AWS accounts under AWS Organizations. They want to implement a chargeback mo...Medium
    View all 75 questions →