-
[Azure] AZ-900(Azure Fundamentals) 취득 공부 Q1 ~ Q10Cloud/Azure 2024. 4. 1. 12:47
이 공부는 완전 노베이스 공부 기록으로 다소 잘못된 부분이 있을 수 있습니다.
문제는 이곳에서 참고를 하였습니다.1. "지오 클러스터링 사이트는 무엇이며, 어떤 목적으로 사용되는 것인가에 대한 문의"
Your company has datacenters in Los Angeles and New York. The company has a Microsoft Azure subscription.
You are configuring the two datacenters as geo-clustered sites for site resiliency.
You need to recommend an Azure storage redundancy option.
You have the following data storage requirements:
✑ Data must be stored on multiple nodes.
✑ Data must be stored on nodes in separate geographic locations.
✑ Data can be read from the secondary location as well as from the primary location
Which of the following Azure stored redundancy options should you recommend?- A. Geo-redundant storage
- B. Read-only geo-redundant storage Most Voted
- C. Zone-redundant storage
- D. Locally redundant storage
참고
geo-clustered sites
데이터 센터나 서버를 지리적으로 분산하여 시스템의 가용성과 내결함성을 향상시키는 방법입니다.위 문제의 설명은 미국 로스앤젤레스와 뉴욕에 데이터 센터를 보유하고 있으며 Microsoft Azure 구독을 가지고 있다고 가정합니다. 두 데이터 센터를 사이트 복원력을 위한 geo-clustered sites 를 구성하려고할 때, 추천되는 옵션을 선택하는 문제입니다.
해설
RA-GRS (읽기 액세스 지역 영역 중복 스토리지)의 기능은 주 스토리지 계정의 데이터를 지리적으로 복제한 후 보조 위치에서 읽기 전용 액세스를 제공하도록 합니다. 이를 통해 주 스토리지 계정이 사용 불가능한 경우에도 보조 위치에서 데이터에 엑세스 할 수 있어 더 높은 가용성을 제공합니다.가용성(可用性, 영어: availability)이란
서버와 네트워크, 프로그램 등의 정보 시스템이 정상적으로 사용 가능한 정도2. " 회사가 Azure 환경의 설계 평가를 Microsoft에 요청하고자 할 때 어떤 플랜을 구독해야 하는지에 대한 문의"
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company's Azure subscription includes a Basic support plan.
They would like to request an assessment of an Azure environment's design from Microsoft. This is, however, not supported by the existing plan.
You want to make sure that the company subscribes to a support plan that allows this functionality, while keeping expenses to a minimum.
Solution: You recommend that the company subscribes to the Professional Direct support plan.
Does the solution meet the goal?- A. Yes Most Voted
- B. No Most Voted
3. " Azure 가상 머신을 배포하기 위한 올바른 클라우드 배포 솔루션에 대한 문의"
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are tasked with deploying Azure virtual machines for your company.
You need to make use of the appropriate cloud deployment solution.
Solution: You should make use of Software as a Service (SaaS).
Does the solution meet the goal?- A. Yes
- B.No Most Voted
해설
"Software as a Service (SaaS)"는 일반적으로 애플리케이션 레벨에서 사용되며, "Infrastructure as a Service (IaaS)" 또는 "Platform as a Service (PaaS)"와는 다릅니다. "Infrastructure as a Service (IaaS)"를 사용하여 가상 머신을 배포하는 것이 더 적절한 방법입니다.Software as a Service (SaaS)란?
소프트웨어를 기기에 설치하지 않고 온라인으로 액세스할 수 있는 소프트웨어 라이센스 및 제공합니다.
자세한 내용은 여기을 참조해주세요.4. "Azure 가상 머신을 배포하기 위한 올바른 클라우드 배포 솔루션에 대한 문의"
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are tasked with deploying Azure virtual machines for your company.
You need to make use of the appropriate cloud deployment solution.
Solution: You should make use of Infrastructure as a Service (IaaS).
Does the solution meet the goal?- A. Yes Most Vote
- B. No
해설
"Infrastructure as a Service (IaaS)" 는 물리적 자원을 가상화를 위한 클라우드 서비스 모델로서, 클라우드 환경에서 가상 머신을 배포하고 관리하기 위해 필요한 인프라를 제공합니다. 이는 물리적 하드웨어를 구매하고 유지보수하는 것에 비하여 유연성과 효율성을 제공하며, 필요에 따라 자원을 확장 또는 축소를 할 수 있는 확장성을 제공합니다.
따라서, Azure 가상 머신을 배포하는 데 IaaS를 사용하는 것이 적합합니다. 자세한 내용은 여기를 참조해주세요.5. "Azure 가상 머신을 배포하기 위한 올바른 클라우드 배포 솔루션에 대한 문의"
Your developers have created 10 web applications that must be host on Azure.
You need to determine which Azure web tier plan to host the web apps. The web tier plan must meet the following requirements:
✑ The web apps will use custom domains.
✑ The web apps each require 10 GB of storage.
✑ The web apps must each run in dedicated compute instances.
✑ Load balancing between instances must be included.
✑ Costs must be minimized.
Which web tier plan should you use?- A. Standard
- B. Basic
- C. Free
- D. Shared
참고
티어(Tier) 플랜
서비스를 사용하기 위한 구독 계획이나 등급을 의미합니다. Azure의 경우, 웹 애플리케이션을 호스팅하기 위한 서비스 티어 계획은 Basic, Standard, Premium 등이 있습니다. 여기서는 그 중에서도 웹 애플리케이션을 호스팅하기 위한 티어 계획을 지칭하는 것입니다.6. "Azure Active Directory의 효율적인 관리에 관한 문제"
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
You are planning to migrate a company to Azure. Each of the company's numerous divisions will have an administrator in place to manage the Azure resources used by their respective division.
You want to make sure that the Azure deployment you employ allows for Azure to be segmented for the divisions, while keeping administrative effort to a minimum.
Solution: You plan to make use of several Azure Active Directory (Azure AD) directories.
Does the solution meet the goal?- A. Yes
- B. No Most Voted
문제 풀이
회사를 Azure로 마이그레이션할때, 각 부서별로 해당 부서의 Azure 리소를 관리하기 위해 여러 개의 Azure Active Directory (Azure AD) 디렉터리를 사용하는 것이 올바른 방법일까?에 관한 질문이다.
여기서 "several" 이라는 키워드는 여러 개의 Azure AD 디렉터리를 의미한다. 여러 개의 디렉터리를 생성하는 것은 관리를 더 복잡하게 만들기 때문에, 한 개의 디렉터리에서 각 부서를 조직화하는 것이 더 효율적이다.9. " Azure에서 호스팅할 웹 앱에 대한 적절한 웹 티어 플랜을 결정에 관한 문제"
Your developers have created a portal web app for users in the Miami branch office. The web app will be publicly accessible and used by the Miami users to retrieve customer and product information. The web app is currently running in an on-premises test environment.
You plan to host the web app on Azure.
You need to determine which Azure web tier plan to host the web app. The web tier plan must meet the following requirements:
✑ The website will use the miami.weyland.com URL.
✑ The website will be deployed to two instances.
✑ SSL support must be included.
✑ The website requires 12 GB of storage.
✑ Costs must be minimized.
Which web tier plan should you use?- A. Standard Most Voted
- B. Basic
- C. Free
- D. Shared
해설
이 문제에서는 마이애미 사무소의 사용자가 고객 및 제품 정보를 검색하는 데 사용할 공개 웹 앱을 Azure에 호스팅할 계획을할 때 어떠한 Azure web tier를 선택해야하는지를 묻는 문제입니다.
현재, 웹 앱은 현재 온프레미스 테스트 환경에서 실행 중일 때, 아래의 요구 사항을 충족하는 Azure 웹 티어 계획을 결정해야 합니다:
조건1. 웹 사이트는 miami.weyland.com URL을 사용할 것입니다.
조건2. 웹 사이트는 두 개의 인스턴스에 배포됩니다.SSL 지원이 포함되어야 합니다.
조건3. 웹 사이트에는 12GB의 저장 공간이 필요합니다.
조건4. 비용을 최소화해야 합니다.
문제 풀이
여기서 핵심 키워드는 12GB의 저장공간이 필요하다 입니다.
Standard 플랜은 여러 인스턴스를 지원하고 SSL 지원이 포함되어 있으며, 충분한 스토리지를 제공합니다.
또한, HTTPS를 통한 안전한 통신에 필요한 SSL지원이 포함이 되어습니다.
반면, Basic 플랜은 여러 인스턴스를 지원하지 않으며, Free 및 Shared 플랜은 SSL 지원이 포함되지 않습니다.
참고
http://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/Free = 1 GB
Shared = 1 GB
Basic = 10 GB
Standard = 50 GB
Premium = 250 GB
Isolated = 1 TB10. " 가상 머신을 Azure의 Pay-As-You-Go 로 전환시, 올바른 지출 모델 선택에 관한 문제"
Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.
Your company is planning to migrate all their virtual machines to an Azure pay-as-you-go subscription. The virtual machines are currently hosted on the Hyper-V hosts in a data center.
You are required make sure that the intended Azure solution uses the correct expenditure model.
Solution: You should recommend the use of the elastic expenditure model.
Does the solution meet the goal?- A. Yes
- B. No Most Voted
해설
이 문제에는 회사가 모든 VM(가상머신)을 Azure의 Pay-As-You-Go으로 마이그레이션을 할 계획일 때, 목표한 Azure 솔루션이 올바른 지출 모델을 사용하도록 하는 문제입니다.
조건1. 탄력적인 지출 모델
조건2. 현재 VM은 데이터센터의 Hyper-V에서 호스팅이 되고 있습니다.
문제 풀이
탄력성(elasticity)은 지출 모델이 아니라 클라우드 컴퓨팅의 특징 중 하나입니다. 클라우드 컴퓨팅의 기본 이점은 높은 자본 지출(CAPEX) 요구 사항을 운영 지출(OPEX)인 Pay-As-You-Go 모델로 전환하는 것입니다.
참고
https://azure.microsoft.com/en-us/overview/what-is-elastic-computing/
https://azure.microsoft.com/en-us/pricing/purchase-options/pay-as-you-go/클라우드 컴퓨팅은 요구에 따라 유연하게 확장하고 축소할 수 있는 특성을 가지고 있다.
'Cloud > Azure' 카테고리의 다른 글
[Azure] AZ-900 덤프 Page 1 ~ Page 5 (0) 2024.04.18 [Azure] 클라우드 서비스 유형 - IaaS, PaaS, SaaS (0) 2024.04.17 [Azure] 클라우드 서비스 사용의 이점 (0) 2024.04.16 [Azure] 클라우드 컴퓨팅 (0) 2024.04.16