Sky Archive

AWS Certified 17

[AWS] Certified Developer Associate Dump 문제 021

A serverless application uses an API Gateway and AWS Lambda. Where should the Lambda function store its session information across function calls? A. In an Amazon DynamoDB table B. In an Amazon SQS queue C. In the local filesystem D. In an SQLite session table using ג€"DSQLITE_ENABLE_SESSION 서버가 없는 애플리케이션은 API Gateway와 AWS Lambda를 사용한다. 람다 함수는 함수 호출에서 세션 정보를 어디에 저장해야 하는가? A. Amazon DynamoDB 테이블에..

[AWS] Certified Developer Associate Dump 문제 017

A Developer has created a large Lambda function, and deployment is failing with the following error: ClientError: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: Unzipped size must be smaller than XXXXXXXXX bytesג€™, where XXXXXXXXX is the current Lambda limit What can the Developer do to fix this problem? A. Submit a limit increase request to AWS Su..

[AWS] Certified Developer Associate Dump 문제 010

A current architecture uses many Lambda functions invoking one another as large state machine. The coordination of this state machine is legacy custom code that breaks easily. Which AWS Service can help refactor and manage the state machine? A. AWS Data Pipeline B. AWS SNS with AWS SQS C. Amazon Elastic MapReduce D. AWS Step Functions 현재의 아키텍처는 대형 상태 기계로서 서로를 호출하는 많은 람다 기능을 사용한다. 이 상태 기계의 조정은 쉽게..

[AWS] Certified Developer Associate Dump 문제 006

What are the steps to using the AWS CLI to launch a templatized serverless application? A. Use AWS CloudFormation get-template then CloudFormation execute-change-set. B. Use AWS CloudFormation validate-template then CloudFormation create-change-set. C. Use AWS CloudFormation package then CloudFormation deploy. D. Use AWS CloudFormation create-stack then CloudFormation update-stack. 템플리트화된 서버 없는 ..

[AWS] Certified Developer Associate Dump 문제 004

A Developer is working on an application that tracks hundreds of millions of product reviews in an Amazon DynamoDB table. The records include the data elements shown in the table: Which field, when used as the partition key, would result in the MOST consistent performance using DynamoDB? A. starRating B. reviewID C. comment D. productID 한 개발자가 아마존 다이너모DB 테이블에서 수억 건의 제품 리뷰를 추적하는 애플리케이션을 개발 중이다. 기..