AZ-900, Question Set-02
Question 11:
Which of these provides centralized management for access, policy, and compliance across multiple subscriptions?
A. Resource groups
B. Management groups
(Correct B) Explanation
Management groups allow you to manage access, policies, and compliance across multiple subscriptions. All subscriptions & resources under a Management Group inherit all constraints applied to it.
Question 12:
Your Web Application needs to connect to a database. You do NOT want to store your passwords in source code. Which of these services would you recommend to store database passwords?
A. Azure SQL Database
B. Azure Security Center
C. Azure Key Vault
D. Azure Rights Management
(Correct C) Explanation
Azure Key Vault: Securely store and access secrets. Examples: API keys, passwords, certificates, or cryptographic keys.
Question 13:
TRUE or FALSE: You are using an on-premises Active Directory to manage your enterprise users. You are moving some of your workloads to Azure. You can use Azure AD Connect to synchronize on-premises Active Directory with Azure AD.
A. FALSE
B. TRUE
(Correct B) Explanation
Azure AD Connect: Synchronize on-premises Active Directory with Azure AD. Synchronize all user details including passwords.
Question 14:
Your DevOps engineers need to be notified if any of your Azure VMs are stopped. Which of these services would you recommend?
A. Azure Log Analytics
B. Azure Advisor
C. Azure Security Center
D. Azure Monitor
(Correct D) Explanation
Azure Monitor: Gather, analyze and visualize logs and metrics. Create smart alerts (SMS, emails etc) and attempt to automatically take corrective action. Automatically send an alert if an Azure VM is stopped.
Question 15:
TRUE or FALSE: Outbound data transfer from Azure to on-premises is ALWAYS free
A. TRUE
B. FALSE
(Correct B) Explanation
Inbound data from on-premises to Azure is free. Outbound data from Azure to On-Premises is NOT free. Data traffic between Azure Services in the same region/AZ is free.
Question 16:
If you are using a Software as a Service (SaaS) services like Office 365, which of these is your responsibility?
A. Installing Software
B. Maintaining Hardware
C. Configuring SaaS Solution
D. Defining Scaling Rules
(Correct C) Explanation
Configuring SaaS Solution is the only responsibility that you are responsible for when using Software as a Service (SaaS) services. All other responsibilities are taken care of by the service (or cloud) provider.
Question 17:
Under Modern Lifecycle Policy, Microsoft will provide a minimum of _________________ notification prior to ending support if no successor product or service is offered excluding free services or preview releases
A. 2 Years
B. 1 Year
C. 6 months
D. 3 Years
(Correct B) Explanation
Modern Lifecycle Policy : Covers products and services that are serviced and supported continuously. Microsoft will provide a minimum of 12 months notification prior to ending support if no successor product or service is offered excluding free services or preview releases. For Security updates : 30 days notification is give if an action on customers part is required to prevent significant degradation.
Question 18:
Which of these services offers an in-memory database?
A. Azure Synapse Analytics
B. Azure Table Storage
C. Azure SQL
D. Azure Cache for Redis
(Correct D) Explanation
In-memory databases like Redis deliver microsecond latency by storing persistent data in memory. Azure Cache for Redis is a managed service for Redis.
Question 19:
TRUE or FALSE: Azure Subscriptions can have more than one administrators
A. TRUE
B. FALSE
(Correct A) Explanation
You need a Subscription to create resources in Azure. An Azure Account can have multiple subscriptions and multiple account administrators. Each subscription can have multiple account administrators.
Question 20:
TRUE or FALSE: A resource can have multiple locks like Read Lock and Delete Lock.
A. False
B. True
(Correct B) Explanation
Resource Locks prevent accidental deletion/modification of resources. You can have multiple locks on a resource.
Comments
Post a Comment