File Viewer

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Microsoft

Clearcat.Net | FIRST ATTEMPT PASS | WWW.CLEARCATNET.COM


(AZ-900)

Microsoft Azure Fundamentals

✅Follow us on: Facebook | Instagram | LinkedIn | reddit | Twitter | Quora | YouTube


Send us your request/inquiry at clearcat.net@gmail.com or connect us for Live Support any time for any certification exam dumps
pdf Or for most asked Interview Q&A PDFs to ensure your success in first try!!

YouTube.com t.Me
/CLEARCATNET /CLEARCATNET

Get any exam latest real exam questions PDF Now-


✅Visit us - www.CLEARCATNET.com
✅Mail us- clearcat.net@gmail.com
✅Live Support- https://t.me/CLEARCATNET
Question: 1 AZ-900: Actual Exam Q&A | CLEARCATNET
DRAG DROP -
Your company intends to subscribe to an Azure support plan.
The support plan must allow for new support requests to be opened.
Which of the following are support plans that will allow this? Answer by dragging the correct option from the list
to the answer area.
Select and Place:

Answer:
Explanation:

Basic > Developer > Standard > Professional Direct. As Premier is now only supported for the existing users
until 1st July 2022, but not for new users, this question shows that you are a new user.

References:

https://azure.microsoft.com/en-us/support/plans/

Question: 2 AZ-900
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
C. Zone-redundant storage
D. Locally redundant storage
Answer: B
Explanation:
RA-GRS allows you to have higher read availability for your storage account by providing read only access to
the data replicated to the secondary location. Once you enable this feature, the secondary location may be
used to achieve higher availability in the event the data is not available in the primary region. This is an
opt-in feature which requires the storage account be geo-replicated.

Reference:
https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy https://docs.microsoft.com/en-
us/azure/storage/common/storage-redundancy-grs#read-access-geo-redundant-storage

Question: 3 AZ-900: Actual Exam Q&A | CLEARCATNET


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
B. No

Answer: B

Explanation:

To request an assessment of your Azure environment's design from Microsoft, you will need to have an Azure
support plan that includes access to the Azure Architecture Center. This service provides guidance and best
practices for designing and deploying solutions on Azure, and includes access to a team of Azure architecture
experts who can provide personalized assistance.

There are three Azure support plans that include access to the Azure Architecture Center: the Standard,
Professional Direct, and Premier plans. Of these, the Standard plan is the most economical option.

The Standard plan includes the following benefits:

Access to the Azure Architecture Center

Unlimited technical support

24/7 support

Support through Azure portal, Azure support API, and Azure support center

Monthly Azure service health notifications

The cost of the Standard plan is based on your Azure spend. It is typically around 10% of your Azure spend,
but may be lower if your Azure spend is over a certain threshold.

Question: 4 AZ-900
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

Answer: B
Explanation:

Key word (Virtual Machine), then we should go with IaaS

Question: 5 AZ-900: Actual Exam Q&A | CLEARCATNET


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 Platform as a Service (PaaS).
Does the solution meet the goal?

A. Yes
B. No

Answer: B

Explanation:

B. No - VMs are deployed in IaaS.

Refer: https://docs.microsoft.com/en-us/learn/modules/fundamental-azure-concepts/categories-of-cloud-
services

Text to refer under IaaS : "Azure virtual machines are fully operational virtual compute devices running in
Microsoft datacenters."

Question: 6 AZ-900
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
B. No

Answer: A

Explanation:
Virtual Machines and Azure storage accounts is IaaS

Question: 7 AZ-900: Actual Exam Q&A | CLEARCATNET


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

Answer: A

Explanation:

Please read the requirements: Please note here the load balancing fact:

The web apps will use custom domains. (Basic, Shared and standard Support custom domain)
The web apps each require 10 GB of storage. (basic and standard support this)
The web apps must each run in dedicated compute instances.(basic support 3 instance max where standard
support 10max)
Load balancing between instances must be included. (free, shared and basic dont support load balancing.
standard and above tier only support load balancing/autoscaling)
Costs must be minimized. Standard is less costlier than premium and isolated.

I hope this is clear to chose the correct answer as STANDARD.

https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

Question: 8 AZ-900
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
Answer: B
Explanation:

The proposed solution is: You plan to make use of several Azure Active Directory (Azure AD) directories.

I think the key word is SEVERAL. Why in the world a company will create SEVERAL AADs when it can create a
single AAD and organize its divisions right there?

This is why I consider the correct answer B (No).

Question: 9 AZ-900: Actual Exam Q&A | CLEARCATNET


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
B. Basic
C. Free
D. Shared

Answer: A

Explanation:

keyword 12 GB

Free = 1 GB

Shared = 1 GB

Basic = 10 GB

Standard = 50 GB

Premium = 250 GB

Isolated = 1 TB

https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

References:

http://azure.microsoft.com/en-us/documentation/articles/azure-subscription-service-limits/

Question: 10 AZ-900
Thank you for Trying our Free
Sample Questions
But We Recommend try our Premium Exam Material (Full Premium
PDF) dumps in PDF Format to certain your Guaranteed success in First
Attempt Only.
VISIT US NOW TO DOWNLOAD FULL PDF INSTANTLY 👇

https://www.clearcatnet.com/Papers

Send us your request/inquiry at clearcat.net@gmail.com or connect us for Live Support any time for any certification exam dumps
pdf Or for most asked Interview Q&A PDFs to ensure your success in first try!!

Get any exam latest real exam questions PDF Now- YouTube.com

/CLEARCATNET
✅Visit us - www.clearcatnet.com
t.Me
✅Mail us- clearcat.net@gmail.com
/CLEARCATNET
✅Live Support- https://t.me/clearcatnet

You might also like