AZ-900 Practice Test A (11-20)
Question 11:
Can you give someone
else access to your Azure subscription without giving them your username and
password?
A. YES
B. NO
(Correct - A) Explanation:
-
Yes, anyone can create
their own Azure account and you can give them access to your subscription with
granular control as to permissions
See: https://docs.microsoft.com/en-us/azure/role-based-access-control/overview
Question 12:
Logic apps, functions,
and service fabric are all examples of what model of compute within Azure?
A. IaaS
model
B. SaaS
model
C. App
Services Model
D. Serverless
model
(Correct - D) Explanation:
-
The serverless model
of compute removes all responsibility to selecting or even managing the server
and makes Azure responsible for running your code including scaling
See: https://azure.microsoft.com/en-us/solutions/serverless/
Question 13:
True or False: Azure
still has some responsibilities to manage the hardware even in the
Infrastructure as a Service model
A. FALSE
B. TRUE
(Correct - B) Explanation:
-
Yes, Azure still
manages the hardware itself, the hypervisor and all of the physical elements
behind the scenes
See: https://azure.microsoft.com/en-us/overview/what-is-iaas/
Question 14:
What types of
resources are defined as "compute resources"?
A. Only
Virtual Machines
B. Resources
that perform some type of task that requires CPU cycles to perform the work
C. All
resources that are listed in the Azure Marketplace
(Correct - B) Explanation:
-
Compute Services - a
category of services in Azure that provides CPU cycles for rent. Virtual
Machines are only one type of compute resource. The Marketplace contains many
types of resources, not just compute.
See: https://azure.microsoft.com/en-us/product-categories/compute/
Question 15:
Which feature within
Azure collects all of the logs from various resources into a central dashboard,
where you can run queries, view graphs, and create alerts on certain events?
A. Storage
Account or Event Hub
B. Azure
Monitor
C. Azure
Security Center
D. Azure
Portal Dashboard
(Correct - B) Explanation:
-
Azure Monitor - a
centralized dashboard that collects all the logs, metrics and events from your
resources
See: https://docs.microsoft.com/en-us/azure/azure-monitor/overview
Question 16:
What is Single
Sign-On?
A. When
you sign in to an application, it remembers who you are the next time you go
there.
B. The
ability to use an existing user id and password to sign in other applications,
and not have to create/memorize a new one.
C. When
an application outsources (federates) it's identity service to a third-party
platform
(Correct - B) Explanation:
-
Single Sign-On - the
ability to use the same user id and password to log into every application that
your company has; enabled by Azure AD
See: https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/what-is-single-sign-on
Question 17:
Which tool within
Azure helps you to track your compliance with various international standards
and government laws?
A. Compliance
Manager
B. Service
Trust Portal
C. Microsoft
Privacy Statement
D. Azure
Government Services
(Correct - A) Explanation:
-
Compliance Manager
will track your own compliance with various standards and laws.
Question 18:
What is the most
number of virtual machines that can me managed under a single Virtual Machine
Scale Set?
A. 100
B. 10
C. 1
D. 1000
(Correct - D) Explanation:
-
Up to 1000 virtual
machines can be managed under a single VMSS
See: https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/overview
Question 19:
An IT administrator
has the requirement to control access to a specific app resource using
multi-factor authentication. What Azure service satisfies this requirement?
A. Azure
AD
B. Azure
Authentication
C. Azure
Authorization
D. Azure
Function
(Correct - A) Explanation:
-
You can use Azure AD
to control access to your apps and your app resources, based on your business
requirements. In addition, you can use Azure AD to require multi-factor
authentication when accessing important organizational resources.
Question 20:
True or False: Azure
is a public cloud, and has no private cloud offerings
A. TRUE
B. FALSE
(Correct - B) Explanation:
-
Some aspects of Azure
are not open to the public and require a private agreement with Microsoft such
as Azure Government and DoD services
See: https://azure.microsoft.com/en-us/overview/what-is-a-private-cloud/
Comments
Post a Comment