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 7Question 16
    Hard1 markMultiple Choice
    Domain 4.4: Modernization RequirementsModernizationServerlessFargateTransfer Family

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

    A company wants to modernize a legacy batch processing system. The current system runs on a single on-premises server, processing files uploaded via SFTP. Processing a file takes between 5 and 10 minutes. The company wants a serverless architecture on AWS that scales automatically and minimizes operational overhead. Which architecture should the architect recommend?

    Answer options:

    A.

    Use AWS Transfer Family for SFTP to upload files to Amazon S3. Configure S3 Event Notifications to trigger an AWS Lambda function to process the file.

    B.

    Deploy an EC2 instance running an SFTP server. Use a cron job to trigger a shell script that processes the files.

    C.

    Use AWS Transfer Family for SFTP to upload files to Amazon S3. Configure S3 Event Notifications to trigger an AWS Step Functions state machine that runs an AWS Fargate task to process the file.

    D.

    Use Amazon API Gateway to receive files and forward them to Amazon SQS. Use EC2 Auto Scaling to process the queue.

    How to approach this question

    Match the requirements (SFTP, serverless, >5 min processing) to AWS services.

    Full Answer

    C.Use AWS Transfer Family for SFTP to upload files to Amazon S3. Configure S3 Event Notifications to trigger an AWS Step Functions state machine that runs an AWS Fargate task to process the file.✓ Correct
    AWS Transfer Family provides managed SFTP. Because the processing takes up to 10 minutes, AWS Fargate (serverless containers) is safer than Lambda to avoid timeout issues. Step Functions provides orchestration.

    Common mistakes

    Choosing Lambda, ignoring the risk of hitting the 15-minute timeout if processing slightly exceeds 10 minutes.
    Question 15All questionsQuestion 17

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

    75 questions · hints · full answers · grading

    Sign up freeTake the exam

    More questions from this exam

    Q01A global enterprise is designing a multi-region network architecture connecting 50 AWS accounts a...HardQ02A company is migrating its hybrid network to AWS. They have two 10 Gbps AWS Direct Connect connec...HardQ03An enterprise has 100 AWS accounts in AWS Organizations. The security team mandates that all Amaz...MediumQ04A financial company requires that all EBS volumes, S3 buckets, and RDS databases be encrypted usi...EasyQ05An enterprise is designing a disaster recovery strategy for a critical application running on Ama...Hard
    View all 75 questions →