Sky Archive

자격증/AWS Developer Associate 23

[AWS Certified] Associate - Developer 시험 안내 및 공부법, 합격 후기

안녕하세요.🐱‍🐉 얼마 전에 AWS 자격증을 취득해서 자격증을 준비하며 시험과 관련하여 도움된 점, 공부법 등 을 포스팅을 해봐요. 1.1 자격증 종류 1.2 시험 시간 및 비용 1.3 AWS 시험 응시 관련 1.4 AWS 시험 결과 1.5 AWS 공부 방법 1.1 AWS 자격증 종류 자격증 등급 - 기초 (Foundational) - 어소시에이트 (Associate) - 프로페셔널 (Professional) - 전문 분야 (Specialty) ※ 현재는 이전 등급을 합격할 필요 없이 바로 모든 시험을 응시할 수 있어요. 그렇지만 시험 비용이 마냥 저렴하진 않고 합격 시 다른 시험의 비용을 50% 할인해주는 할인 코드를 제공해 주기 때문에, 프로페셔널까지 취득 예정이라면 아래 단계 시험부터 응시하는 것도..

[AWS] Certified Developer Associate Dump 문제 023

When writing a Lambda function, what is the benefit of instantiating AWS clients outside the scope of the handler? A. Legibility and stylistic convention B. Taking advantage of connection re-use C. Better error handling D. Creating a new instance per invocation 람다함수를 작성할 때 AWS 클라이언트를 처리기 범위 밖에 인스턴스화하면 어떤 이점이 있는가? A. 가독성 및 양식적 관습 B. 연결 재사용을 활용 C. 오류 처리 능력 향상 D. 호출당 새 인스턴스 생성 정답↓ 더보기 Correct Answe..

[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 현재의 아키텍처는 대형 상태 기계로서 서로를 호출하는 많은 람다 기능을 사용한다. 이 상태 기계의 조정은 쉽게..