Sky Archive

Dump 19

[Azure] (Nov, 2021 Updated) Microsoft Azure 자격증 로드맵

안녕하세요.🐱‍🐉 저번 글에서 Azure 온라인 교육 관련하여 포스팅했는데 이번에는 Microsoft Azure 자격증(Certifications)과 인증 취득을 위한 로드맵에 대해 소개할게요. 2021.12.30 - [Azure] Microsoft Azure Virtual Training Day (온라인 교육) [Azure] Microsoft Azure Virtual Training Day (온라인 교육) 안녕하세요.🐱‍🐉 오늘은 Microsoft에서 진행하는 Azure 온라인 교육 안내입니다. Microsoft Azure Fundamentals 인증 시험은 제 돈 주고 응시하는 사람이 없을 정도로 할인 방법이 여러 가지인데 온라인 string.tistory.com Azure란? Azure는 2010년..

Cloud/MS Azure 2022.01.06

[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. 템플리트화된 서버 없는 ..