Sky Archive

자격증/AWS Developer Associate

[AWS] Certified Developer Associate Dump 문제 019

Anchovy ʕ-᷅ᴥ-᷄ʔ 2021. 8. 11. 21:53

An application stores images in an S3 bucket. Amazon S3 event notifications are used to trigger a Lambda function that resizes the images. Processing each image takes less than a second.
How will AWS Lambda handle the additional traffic?


A. Lambda will scale out to execute the requests concurrently.
B. Lambda will handle the requests sequentially in the order received.
C. Lambda will process multiple images in a single execution.
D. Lambda will add more compute to each execution to reduce processing time.


애플리케이션은 이미지를 S3 버킷에 저장한다. Amazon S3 이벤트 알림은 이미지 크기를 조정하는 람다 함수를 트리거하는 데 사용된다. 각 이미지를 처리하는 데는 1초도 걸리지 않는다.
AWS Lambda는 추가 트래픽을 어떻게 처리할 것인가?


A. 람다는 요청을 동시에 실행하기 위해 규모를 확장할 것이다.
B. 람다는 접수된 순서대로 순차적으로 요청을 처리한다.
C. 람다는 한 번의 실행으로 여러 개의 영상을 처리한다.
D. 람다는 처리 시간을 줄이기 위해 각 실행마다 더 많은 컴퓨팅을 추가할 것이다.


정답↓