허쉬탱의 workspace
[자격증 준비] AZ-900 덤프 Question #: 61 - 70 본문
[자격증 준비] AZ-900 덤프 Question #: 61 - 70
허쉬탱 2022. 5. 16. 15:47[자격증 준비] AZ-900 덤프 Question #: 61 - 70
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure environment.
You need to create a new Azure virtual machine from an Android laptop.
Solution: You use Bash in Azure Cloud Shell.
Does this meet the goal?
- A. Yes
- B. No
번역 : 이 질문은 동일한 시나리오를 제시하는 일련의 질문 중 일부입니다. 시리즈의 각 질문에는 명시된 목표를 충족할 수 있는 고유한 솔루션이 포함되어 있습니다. 일부 질문 세트에는 둘 이상의 올바른 솔루션이 있을 수 있지만 다른 질문 세트에는 올바른 솔루션이 없을 수 있습니다.
이 섹션의 질문에 답한 후에는 해당 질문으로 돌아갈 수 없습니다. 결과적으로 이러한 질문은 검토 화면에 나타나지 않습니다.
Azure 환경이 있습니다.
Android 랩톱에서 새 Azure 가상 머신을 만들어야 합니다.
솔루션: Azure Cloud Shell에서 Bash를 사용합니다.
이것이 목표를 달성합니까?
답 : A
해설 : Azure Cloud Shell is browser based - so should work from either Windows, MacOS or Android/Chrome.
And - when lauching Azure Cloud Shell - you get to choose from either Powershell or Bash.
Could be done : az vm create -n myVM -g MyRG --image UbuntuLTS --generate-ssh-keys
Azure Cloud Shell은 브라우저 기반이므로 Windows, MacOS 또는 Android/Chrome에서 작동해야 합니다.
그리고 - Azure Cloud Shell을 시작할 때 - Powershell 또는 Bash 중에서 선택할 수 있습니다.
할 수 있습니다 : az vm create -n myVM -g MyRG --image UbuntuLTS --generate-ssh-keys
HOTSPOT -
You plan to create an Azure virtual machine.
You need to identify which storage service must be used to store the data disks of the virtual machine.
What should you identify? To answer, select the appropriate service in the answer area.
Hot Area:

번역 : Azure 가상 머신을 만들 계획입니다.
가상 머신의 데이터 디스크를 저장하는 데 사용해야 하는 스토리지 서비스를 식별해야 합니다.
무엇을 식별해야 합니까? 응답하려면 응답 영역에서 적절한 서비스를 선택하십시오.
답 : Blobs
해설 : In exam there was no Blob option, instead there was Containers.
A container organizes a set of blobs, similar to a directory in a file system. A storage account can include an unlimited number of containers, and a container can store an unlimited number of blobs.
시험에는 Blob 옵션이 없었고 대신 컨테이너가 있었습니다.
컨테이너는 파일 시스템의 디렉토리와 유사한 Blob 집합을 구성합니다. 스토리지 계정에는 무제한의 컨테이너가 포함될 수 있으며 컨테이너는 무제한의 Blob을 저장할 수 있습니다.
You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on-premises virtual machines and the Azure virtual machines connect to each other.
Which type of cloud model is this?
- A. hybrid
- B. private
- C. public
번역 : 온-프레미스에서 호스팅되는 가상 머신 50개와 Azure에서 호스팅되는 가상 머신 50개가 있습니다. 온-프레미스 가상 머신과 Azure 가상 머신은 서로 연결됩니다.
이것은 어떤 유형의 클라우드 모델입니까?
답 : A
HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

번역 :
Azure에서 웹앱을 호스팅하는 PaaS(Platform as a Service) 솔루션은 애플리케이션을 호스팅하는 운영 체제에 대한 전체 제어를 제공합니다.
Azure에서 웹앱을 호스팅하는 PaaS(Platform as a Service) 솔루션은 가격 책정 계층을 변경하여 추가 메모리를 제공할 수 있습니다.
Azure에서 웹 앱을 호스팅하는 PaaS(Platform as a Service) 솔루션은 수요에 따라 인스턴스 수를 자동으로 확장하도록 구성할 수 있습니다.
답 :
No
Yes
Yes
해설 :
Box 1: No -
A PaaS solution does not provide access to the operating system. The Azure Web Apps service provides an environment for you to host your web applications.
Behind the scenes, the web apps are hosted on virtual machines running IIS. However, you have no direct access to the virtual machine, the operating system or IIS.
Box 2: Yes -
Box 3: Yes -
A PaaS solution that hosts web apps in Azure does provide the ability to scale the platform automatically. This is known as autoscaling. Behind the scenes, the web apps are hosted on virtual machines running IIS. Autoscaling means adding more load balanced virtual machines to host the web apps.
상자 1: 아니요 -
PaaS 솔루션은 운영 체제에 대한 액세스를 제공하지 않습니다. Azure Web Apps 서비스는 웹 애플리케이션을 호스팅할 수 있는 환경을 제공합니다.
배후에서 웹 앱은 IIS를 실행하는 가상 머신에서 호스팅됩니다. 그러나 가상 머신, 운영 체제 또는 IIS.
상자 2: 예 -
상자 3: 예 -
Azure에서 웹 앱을 호스팅하는 PaaS 솔루션은 플랫폼을 자동으로 확장하는 기능을 제공합니다. 이를 자동 크기 조정이라고 합니다. 배후에서 웹 앱은 IIS를 실행하는 가상 머신에서 호스팅됩니다. 자동 크기 조정은 웹 앱을 호스팅할 부하 분산 가상 머신을 더 추가하는 것을 의미합니다.
HOTSPOT -
You plan to implement an Azure database solution.
You need to implement a database solution that meets the following requirements:
✑ Can add data concurrently from multiple regions
✑ Can store JSON documents
Which database service should you deploy? To answer, select the appropriate service in the answer area.
Hot Area:
번역 : Azure 데이터베이스 솔루션을 구현할 계획입니다.
다음 요구 사항을 충족하는 데이터베이스 솔루션을 구현해야 합니다.
✑ 여러 지역에서 동시에 데이터 추가 가능
✑ JSON 문서 저장 가능
어떤 데이터베이스 서비스를 배포해야 합니까? 응답하려면 응답 영역에서 적절한 서비스를 선택하십시오.
답 : Azure Cosmos DB
해설 : Azure Cosmos DB is a great way to store unstructured and JSON data. Combined with Azure Functions, Cosmos DB makes storing data quick and easy with much less code . than required for storing data in a relational database.
Azure Cosmos DB는 비정형 및 JSON 데이터를 저장하는 좋은 방법입니다. Azure Functions와 결합된 Cosmos DB를 사용하면 훨씬 적은 코드로 데이터를 빠르고 쉽게 저장할 수 있습니다. 관계형 데이터베이스에 데이터를 저장하는 데 필요한 것보다
Your company plans to deploy several custom applications to Azure. The applications will provide invoicing services to the customers of the company. Each application will have several prerequisite applications and services installed.
You need to recommend a cloud deployment solution for all the applications.
What should you recommend?
- A. Software as a Service (SaaS)
- B. Platform as a Service (PaaS)
- C. Infrastructure as a Service (laaS)
번역 : 회사에서 Azure에 여러 사용자 지정 응용 프로그램을 배포할 계획입니다. 애플리케이션은 회사의 고객에게 인보이스 발행 서비스를 제공합니다. 각 응용 프로그램에는 여러 필수 응용 프로그램 및 서비스가 설치되어 있습니다.
모든 애플리케이션에 대해 클라우드 배포 솔루션을 권장해야 합니다.
무엇을 추천해야 합니까?
답 : C
해설 : custom app in first-line tells that it can,t be SaaS.
Multiple installations in last line of the question tells that its can't be PaaS.
In pAAS , u dont install stuff, only application files and data are to be given in Paas. option left IaaS.
첫 번째 줄의 사용자 지정 앱은 SaaS가 될 수 없다고 알려줍니다.
질문의 마지막 줄에 다중 설치는 PaaS가 될 수 없음을 알려줍니다.
pAAS에서는 물건을 설치하지 않고 애플리케이션 파일과 데이터만 Paas에서 제공합니다.
남은 옵션 IaaS.
HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

번역 :
데이터 센터 인프라 구축은 운영 비용(OpEx) 비용의 한 예입니다.
기술 인력의 월 급여는 운영 비용(OpEx) 비용의 한 예입니다.
소프트웨어 임대는 운영 비용(OpEx) 비용의 한 예입니다.
답 :
No
Yes
Yes
해설 :
Box 1: No -
Building a data center infrastructure is capital expenditure, not operation expenditure.
Box 2: Yes -
OpEx is ongoing costs (costs of operations) such as staff salaries.
Box 2: Yes -
OpEx is ongoing costs (costs of operations) such as leasing software. If you purchased software as a one-off purchase, that would be CapEx, but leasing software is ongoing so it's OpEx.
상자 1: 아니요 -
데이터 센터 인프라 구축은 운영 비용이 아니라 자본 지출입니다.
상자 2: 예 -
OpEx는 직원 급여와 같은 지속적인 비용(운영 비용)입니다.
상자 2: 예 -
OpEx는 소프트웨어 임대와 같은 지속적인 비용(운영 비용)입니다. 소프트웨어를 일회성 구매로 구입했다면 CapEx가 되지만 소프트웨어 임대가 진행 중이므로 OpEx입니다.
Your company plans to migrate all its network resources to Azure.
You need to start the planning process by exploring Azure.
What should you create first?
- A. a subscription
- B. a resource group
- C. a virtual network
- D. a management group
번역 : 회사에서 모든 네트워크 리소스를 Azure로 마이그레이션할 계획입니다.
Azure를 탐색하여 계획 프로세스를 시작해야 합니다.
무엇을 먼저 만들어야 할까요?
A. 구독
B. 리소스 그룹
C. 가상 네트워크
D. 관리 그룹
답 : A
해설 : Management group is not a mandatory component in Azure. You may create them to group subscriptions or other MG, but you can also do without. A subscription, on the other hand, is mandatory. So the answer is correct. You can't do anything in azure without a subscription.
관리 그룹은 Azure의 필수 구성 요소가 아닙니다. 구독 또는 다른 MG를 그룹화하기 위해 만들 수 있지만 없이도 할 수 있습니다. 반면 구독은 필수입니다. 그래서 정답입니다. 구독 없이는 Azure에서 아무 것도 할 수 없습니다.
HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

답 :
No
Yes
Yes
해설 :
https://azure.microsoft.com/ko-kr/overview/what-is-saas/
SaaS란? Software as a Service | Microsoft Azure
SaaS란? SaaS(Software as a Service)와 SaaS 모델이 종량제 방식으로 인터넷을 통해 클라우드 기반 앱을 사용하는 데 어떻게 도움이 되는지에 대해 알아보세요.
azure.microsoft.com
https://azure.microsoft.com/ko-kr/overview/what-is-iaas/#overview
IaaS란? Infrastructure as a Service | Microsoft Azure
IaaS란? IaaS(Infrastructure as a Service) 클라우드 컴퓨팅에 대해 알아보세요. 온라인으로 즉각적인 컴퓨팅 인프라를 사용하는 방식의 장점을 알아보세요.
azure.microsoft.com
https://azure.microsoft.com/ko-kr/overview/what-is-paas/
PaaS란? Platform as a Service | Microsoft Azure
PaaS란? PaaS(Platform as a Service) 클라우드 컴퓨팅에 대해 알아보세요. PaaS가 클라우드에서 완전한 개발 및 배포 환경을 제공하는 방식에 대해 읽어 보세요.
azure.microsoft.com
HOTSPOT -
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:

답 :
No
No
Yes
해설 :
Box 1: No -
Box 2: No -
Each resource can exist in only one resource group.
Box 3: Yes -
Resources from multiple different regions can be placed in a resource group. The resource group only contains metadata about the resources it contains.
상자 1: 아니요 -
상자 2: 아니요 -
각 리소스는 하나의 리소스 그룹에만 존재할 수 있습니다.
상자 3: 예 -
여러 다른 지역의 리소스를 리소스 그룹에 배치할 수 있습니다. 리소스 그룹에는 포함된 리소스에 대한 메타데이터만 포함됩니다.
-- Nested Resource Groups are not allowed
-- Only One Resource Group is Necessary
-- A Resource Group can contain any Region Resources
-- 중첩된 리소스 그룹은 허용되지 않습니다.
-- 하나의 리소스 그룹만 필요합니다.
-- 리소스 그룹은 모든 지역 리소스를 포함할 수 있습니다.
'자격증 준비 > AZ-900 Microsoft Azure Fundamentals' 카테고리의 다른 글
[자격증 준비] AZ-900 덤프 Question #: 81 - 90 (0) | 2022.05.17 |
---|---|
[자격증 준비] AZ-900 덤프 Question #: 71 - 80 (0) | 2022.05.17 |
[자격증 준비] AZ-900 덤프 Question #: 51 - 60 (0) | 2022.05.16 |
[자격증 준비] AZ-900 덤프 Question #: 41 - 50 (0) | 2022.05.13 |
[자격증 준비] AZ-900 덤프 Question #: 31 - 40 (0) | 2022.05.13 |