AZ-900 Exam Flashcards
Your company intends to automate server deployments to Azure. However there is concern that administrative credentials could be uncovered during the process. During deployment you have to ensure that credentials are encrypted.
Will Multi Factor Authentication accomplish this?
No
- Multi-Factor Authentication is when users are prompted for an additional form of authentication during the sign in process (i.e. through a cell phone or second device to confirm it is them).
- A better solution would be Azure Key Vault
Users ocassionally connect to Azure AD via Internet. You need to ensure that users who connect to Azure AD with an unidentified IP address are prompted to change their password.
Will Azure Active Directory Identity Protection accomplish this?
Yes
Azure Active Directory Identity Protection identifies risks of many types. Define which type of risks it identifies and protects against.
- Anonymous IP Address
- Atypical travel
- Malware Linked IP Address
- Unfamiliar sign-in properties
- Leaked credentials
- Password spray
Users ocassionally connect to Azure AD via Internet. You need to ensure that users who connect to Azure AD with an unidentified IP address are prompted to change their password.
Will Azure Active Directory Privileged Identity Management accomplish this?
No
Azure AD Privileged Identity Management that allows you to manage, control, and monitor access to important resources in your organization. This is useful in preventing malicious users from getting access or an authorized user compromising sensitive information.
Availability Zones can be implemented in all Azure regions.
True or False?
False
Regions that do not have support for Availability Zones are known as Alternate Regions
Only Virtual Machines that run Windows can be created in Availability Zones
True or False?
False
You can run either Windows or Linux
Availability Zones are used to replicate data and applications to multiple regions.
True or False?
False
Availibility Zones are used to replicate data and applications in the same region.
Each Azure subscription can contain multiple account Administrators.
True or False?
False
There is only one account Administrator per Azure account (or subscription).
Each Azure subscription can be managed by using a Microsoft account only.
True or False?
False
An Azure resource group contains multiple subscriptions.
True or False?
False
An Azure subscription can contain multiple resource groups
Microsoft SQL Server 2019 installed on Azure Virtual Machine is an example of PAAS
True or False?
False
Azure SQL database is an example of PAAS
True or False?
True
Azure Cosmos database is an example of SAAS
True or False?
False
Azure Cosmos Database is an example of PAAS
What is the first stage in the Microsoft Cloud Adoption Framework for Azure?
- Adopt the cloud
- Make a plan
- Ready your organization
- Define your strategy
Define your strategy
You plan to deploy several Azure Virtual Machines. You need to ensure that the services running on the Virtual Machines remain available if a single data center fails.
Can you accomplish this by deploying 2 or more availability zones?
Yes
When you need to delete permissions to several Azure machines simultaneously, you must deploy the Azure Virtual Machines ____________________________
- to same region
- by using same Azure resource manager template
- to same resource group
- to same availability zone
to same resource group
Permissions will descend on all the resources in the resource group
What does a customer provide in a SAAS model?
- Application Data
- Data Storage
- Computer resources
- Application software
Application Data
In SAAS, you just use the service. Think of Gmail or Microsoft 365
Your company plans to migrate all its data and resources to Azure. The migration plan only intends to use PAAS solutions. What may you use according to the migration plan?
- Azure Virtual Machine, Azure SQL Database, Azure storage accounts
- Azure App Service and Azure Virtual Machines that have Microsoft SQL Server installed
- Azure App Service and Azure SQL Database
- Azure stoage accounts and web servers in Azure Virtual Machines
Azure App Service and Azure SQL Database
A Microsoft SQL Database hosted on Azure and software updates managed by Azure is an example of:
- Disaster Recovery as a Service
- IAAS
- PAAS
- SAAS
PAAS
If you install Microsoft SQL Database on an Azure VM and manage software updates yourself then it is IAAS.
You need to create a new Azure Virtual Machine on a tablet that runs Android OS. Can you use Bash in Azure Cloud Shell to accomplish this goal?
Yes
Azure Cloud Shell runs in the Azure Portal that you can access via the browser and can run Bash or Powershell
Your company has data centers in NY and LA. Your company has an Azure subscription. You are configuring two data centers as geo clustered sites for site resiliency. What would you recommend as an Azure storage redundancy option considering the following:
- Data must be stored on multiple nodes
- Data must be stored on nodes in seperate geographic locations.
- Data can be read from primary and seconday locations
- Geo-redundant storage
- Read-only geo-redundant storage
- Zone-redundant storage
- Locally-redundant storage
Read-only geo-redundant storage
Your company intends to subscribe to an Azure support plan. The support plan must allow for new support requests to be opened. Which support plans allow for this? (Can select multiple options)
- Basic
- Developer
- Standard
- Professional Direct
- Premium
Basic, Developer, Standard, Professional Direct
All support plans support this feature
Your company’s developers plan to deploy a large number of Virtual Machines on a weekly basis. They will be removing the virtual machines the same week. 60% of the Virtual Machines will be running Windows, and the remaining will be running Linux.
Would Microsoft Managed Desktop be a suitable Azure service for this effort?
No
Azure DevTest Labs would be better suited because you are deploying a large number of Virtual Machines fast and do not need it for long periods of time.
Company ABC uses management groups to manage resources in your Azure tenant more efficiently. They want Useralpha to be able to manage user access to Azure resources. You need to determine which role based access control (RBAC) Useralpha should be added to.
Your solution should follow the principle of least privilege. To which role should you add Useralpha?
- User Access Administrator
- Owner
- Management Group Contributor
- Contributor
User Access Administrator
- Owner has full access to all resources and can delegate access to others. (Service Admin and Co-Admin are assigned as owner role at the subscription scope).
- Contributor creates and manage all types of Azure resources, creates new tenant in Azure AD, and cannot grant access to others.
- Reader can view all Azure resources
- User Access Administrator can manage user access to Azure resources.
- You could have also selected Owner since they also have access to this but since the question mentions least privilege, the answer is not Owner.