Practice Test 4 (Udemy) Flashcards

1
Q

An _________________ is a collection of policy definitions that are grouped together towards a specific goal or purpose in mind.

A. Azure Bundle
B. Azure Initiative
C. Azure Group
D. Azure Collection

A

B. Azure Initiative

Explanation:
From the Official Azure Documentation:

An Azure initiative is a collection of Azure policy definitions that are grouped together towards a specific goal or purpose in mind. Azure initiatives simplify management of your policies by grouping a set of policies together as one single item. For example, you could use the PCI-DSS built-in initiative which has all the policy definitions that are centered around meeting PCI-DSS compliance.

Similar to Azure Policy, initiatives have definitions ( a bunch of policies ) , assignments and parameters. Once you determine the definitions that you want, you would assign the initiative to a scope so that it can be applied.

Reference: Azure Policy Initiatives vs Azure Policies: When should I use one over the other? (microsoft.com)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Someone in your organization accidentally deleted an important Virtual Machine that has led to huge revenue losses. Your senior management has tasked you with investigating who was responsible for the deletion. Which Azure service can you leverage for this task?

A. Azure Event Hubs
B. Azure Arc
C. Azure Service Health
D. Azure Monitor
E. Azure Advisor

A

D. Azure Monitor

Explanation:
From the Official Azure Documentation:

Log Analytics is a tool in the Azure portal that’s used to edit and run log queries with data in Azure Monitor (Correct) Logs.

You might write a simple query that returns a set of records and then use features of Log Analytics to sort, filter, and analyze them. Or you might write a more advanced query to perform statistical analysis and visualize the results in a chart to identify a particular trend.

Whether you work with the results of your queries interactively or use them with other Azure Monitor features, such as log query alerts or workbooks, Log Analytics is the tool that you’ll use to write and test them.

Azure Advisor (incorrect) analyzes your configurations and usage telemetry and offers personalized, actionable recommendations to help you optimize your Azure resources for reliability, security, operational excellence, performance, and cost.

Azure Service Health (incorrect) helps you stay informed and take action, with alerts for outages and a personalised dashboard for service issues.

Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Azure CosmosDB is an example of a ___________________ offering.

A. SaaS
B. PaaS
C. Serverless Computing
D. IaaS

A

B. PaaS

Explanation:
From the Official Azure Documentation:

Azure CosmosDB is an example of Platform as a Service!

Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times, and automatic and instant scalability, guarantee speed at any scale. Business continuity is assured with SLA-backed availability and enterprise-grade security. App development is faster and more productive thanks to turnkey multi region data distribution anywhere in the world, open source APIs and SDKs for popular languages. As a fully managed service, Azure Cosmos DB takes database administration off your hands with automatic management, updates and patching. It also handles capacity management with cost-effective serverless and automatic scaling options that respond to application needs to match capacity with demand.

Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/introduction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of these approaches is NOT a cost saving solutions?

A. Making use of Azure Cost Management
B. Load balancing the incoming traffic
C. Use Reserved Instances with Azure Hybrid
D. Use the correct and appropriate instance size based on current workload

A

B. Load balancing the incoming traffic

Explanation:
Load balancing is done to increase the overall availability of the application not to optimise costs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Yes or No:

It is possible to have multiple Subscriptions inside a Management Group.

A. No
B. yes

A

B. Yes

Explanation:
From the Official Azure Documentation:

When you define your management group hierarchy, first create the root management group. Then move all existing subscriptions in the directory into the root management group. New subscriptions always go into the root management group initially. Later, you can move them to another management group.

What happens when you move a subscription to an existing management group? The subscription inherits the policies and role assignments from the management group hierarchy above it. Establish many subscriptions for your Azure workloads. Then create other subscriptions to contain Azure services that other subscriptions share.

Do you expect your Azure environment to grow? Then create management groups for production and nonproduction now, and apply appropriate policies and access controls at the management group level. As you add new subscriptions to each management group, those subscriptions inherit the appropriate controls.

Reference: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/organize-subscriptions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following can you use to set spending thresholds?

A. Azure Policy
B. Azure Cost Management + Billing
C. Azure TCO
D. Azure Pricing Calculator

A

D. Azure Pricing Calculator

Explanation:
From the Official Azure Documentation:

With Azure products and services, you only pay for what you use. As you create and use Azure resources, you’re charged for the resources. Because of the deployment ease for new resources, the costs of your workloads can jump significantly without proper analysis and monitoring. You use Cost Management + Billing features to:

Conduct billing administrative tasks such as paying your bill

Manage billing access to costs

Download cost and usage data that was used to generate your monthly invoice

Proactively apply data analysis to your costs

Set spending thresholds

Identify opportunities for workload changes that can optimize your spending

Reference: https://docs.microsoft.com/en-us/azure/cost-management-billing/cost-management-billing-overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Azure DNS can manage DNS records for your Azure services, but cannot provide DNS for your external resources.

A. False
B. True

A

A. False

Explanation:
Azure DNS is a hosting service for DNS domains that provides name resolution by using Microsoft Azure infrastructure. By hosting your domains in Azure, you can manage your DNS records by using the same credentials, APIs, tools, and billing as your other Azure services.

Azure DNS can manage DNS records for your Azure services and provide DNS for your external resources as well. Azure DNS is integrated in the Azure portal and uses the same credentials, support contract, and billing as your other Azure services.

DNS billing is based on the number of DNS zones hosted in Azure and on the number of DNS queries received. To learn more about pricing, see Azure DNS pricing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which of the following provides support for key migration workloads like Windows, SQL and Linux Server, databases, data, web apps, and virtual desktops?

A. Azure Advisor
B. Azure Migrate
C. Azure Recommendations
D. Azure Suggestions

A

B. Azure Migrate

Explanation:
From the Official Azure Documentation:

Azure Migrate provides all the Azure migration tools and guidance you need to plan and implement your move to the cloud—and track your progress using a central dashboard that provides intelligent insights.

Multiple scenarios

Use a comprehensive approach to migrating your application and datacenter estate. Get support for key migration workloads like Windows, SQL and Linux Server, databases, data, web apps, and virtual desktops. Migrate to destinations including Azure Virtual Machines, Azure VMware Solution, Azure App Service, and Azure SQL Database. Migrations are holistic across VMware, Hyper-V, physical server, and cloud-to-cloud migration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

When you cancel an Azure subscription, a Resource Lock can block the subscription cancellation.

A. True
B. False

A

B. False

Explanation:
From the Official Azure Documentation:

As an administrator, you can lock an Azure subscription, resource group, or resource to protect them from accidental user deletions and modifications. The lock overrides any user permissions.

You can set locks that prevent either deletions or modifications. In the portal, these locks are called Delete and Read-only. In the command line, these locks are called CanNotDelete and ReadOnly. In the left navigation panel, the subscription lock feature’s name is Resource locks, while the resource group lock feature’s name is Locks.

If you have a Delete lock on a resource and attempt to delete its resource group, the feature blocks the whole delete operation. Even if the resource group or other resources in the resource group are unlocked, the deletion doesn’t happen. You never have a partial deletion.

When you cancel an Azure subscription:

A resource lock doesn't block the subscription cancellation.

Azure preserves your resources by deactivating them instead of immediately deleting them.

Azure only deletes your resources permanently after a waiting period.

Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

All resources in a VNet can communicate outbound to the internet, by default.

A. No
B. yes

A

B. Yes

Explanation:
From the Official Azure Documentation:

Azure Virtual Network (VNet) is the fundamental building block for your private network in Azure. VNet enables many types of Azure resources, such as Azure Virtual Machines (VM), to securely communicate with each other, the internet, and on-premises networks. VNet is similar to a traditional network that you’d operate in your own data center, but brings with it additional benefits of Azure’s infrastructure such as scale, availability, and isolation.

All resources in a VNet can communicate outbound to the internet, by default. You can communicate inbound to a resource by assigning a public IP address or a public Load Balancer. You can also use public IP or public Load Balancer to manage your outbound connections. To learn more about outbound connections in Azure, see Outbound connections, Public IP addresses, and Load Balancer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

You have managed a Web App that you developed and deployed On-Prem for a long time, but would now like to move it to Azure and relieved of all the manual administration and maintenance. Which of the following buckets would be most suitable for your use case?

A. DaaS
B. SaaS
C. PaaS
D. IaaS

A

C. PaaS

Explanation:
Azure App Service is a platform-as-a-service (PaaS) offering that lets you create web and mobile apps for any platform or device and connect to data anywhere, in the cloud or on-premises. App Service includes the web and mobile capabilities that were previously delivered separately as Azure Websites and Azure Mobile Services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When a blob is in the archive access tier, what must you do first before accessing it?

A. Add it to new resource group
B. Move it to File Storage
C. Rehydrate it
D. Modify its Policy

A

C. Rehydrate it

Explanation:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Is it possible for you to run BOTH Bash and Powershell based scripts from the Azure Cloud shell?

A. No
B. Yes

A

B. Yes

Explanation:
From the Official Azure Documentation:

Azure Cloud Shell is an interactive, authenticated, browser-accessible shell for managing Azure resources. It provides the flexibility of choosing the shell experience that best suits the way you work, either Bash or PowerShell.

Select Cloud Shell.

Select Bash or PowerShell.

Reference : https://docs.microsoft.com/en-us/azure/cloud-shell/overview

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

______________ is a security framework that uses the principles of explicit verification, least privileged access, and assuming breach to keep users and data secure while allowing for common scenarios like access to applications from outside the network perimeter.

A. No Trust
B. Zero Trust
C. Less Trust
D. Least Trust

A

B. Zero Trust

Explanation:
From the Official Azure Documentation:

Zero Trust is a security framework that does not rely on the implicit trust afforded to interactions behind a secure network perimeter. Instead, it uses the principles of explicit verification, least privileged access, and assuming breach to keep users and data secure while allowing for common scenarios like access to applications from outside the network perimeter.

App developers can improve app security, minimize the impact of breaches, and ensure that their applications meet their customers’ security requirements by adopting Zero Trust principles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

_______________ service is available to transfer on-premises data to Blob storage when large datasets or network constraints make uploading data over the wire unrealistic.

A. Azure FileSync
B. Azure Data Box
C. Azure Blob Storage
D. Azure Data Factory

A

B. Azure Data Box

Explanation:
From the Official Azure Documentation:

Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data. Unstructured data is data that doesn’t adhere to a particular data model or definition, such as text or binary data.

Blob storage is designed for:

Serving images or documents directly to a browser.

Storing files for distributed access.

Streaming video and audio.

Writing to log files.

Storing data for backup and restore, disaster recovery, and archiving.

Storing data for analysis by an on-premises or Azure-hosted service.

A number of solutions exist for migrating existing data to Blob storage:

*Azure Data Box* service is available to transfer on-premises data to Blob storage when large datasets or network constraints make uploading data over the wire unrealistic. Depending on your data size, you can request Azure Data Box Disk, Azure Data Box, or Azure Data Box Heavy devices from Microsoft. You can then copy your data to those devices and ship them back to Microsoft to be uploaded into Blob storage.

AzCopy is an easy-to-use command-line tool for Windows and Linux that copies data to and from Blob storage, across containers, or across storage accounts. For more information about AzCopy, see Transfer data with the AzCopy v10.

and more..

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following can repeatedly deploy your infrastructure throughout the development lifecycle and have confidence your resources are deployed in a consistent manner?

A. The Azure API Management Service
B. Azure Resource Manager templates
C. Management Groups
D. Azure Templates

A

B. Azure Resource Manager templates

Explanation:
Azure Resource Manager Templates is correct since templates are idempotent (Same), which means you can deploy the same template many times and get the same resource types in the same state.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

A(n) ________________ in Azure Monitor monitors your telemetry and captures a signal to see if the signal meets the criteria of a preset condition. If the conditions are met, an alert is triggered, which initiates the associated action group.

A. preset condition
B. preset rule
C. alert condition
D.alert rule

A

D.alert rule

Explanation:
Alerts help you detect and address issues before users notice them by proactively notifying you when Azure Monitor data indicates that there may be a problem with your infrastructure or application.

You can alert on any metric or log data source in the Azure Monitor data platform.

An alert rule monitors your telemetry and captures a signal that indicates that something is happening on a specified target. The alert rule captures the signal and checks to see if the signal meets the criteria of the condition. If the conditions are met, an alert is triggered, which initiates the associated action group and updates the state of the alert.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

________________ asynchronously replicates the same applications and data across other Azure regions for disaster recovery protection.

A. Auto Region Replicas
B. Cross Region Replication
C. Auto Region Replication
D. Across Region Replication

A

B. Cross Region Replication

Explanation:
From the Official Azure Documentation:

To ensure customers are supported across the world, Azure maintains multiple geographies. These discrete demarcations define a disaster recovery and data residency boundary across one or multiple Azure regions.

Cross-region replication is one of several important pillars in the Azure business continuity and disaster recovery strategy. Cross-region replication builds on the synchronous replication of your applications and data that exists by using availability zones within your primary Azure region for high availability. Cross-region replication asynchronously replicates the same applications and data across other Azure regions for disaster recovery protection.

Some Azure services take advantage of cross-region replication to ensure business continuity and protect against data loss. Azure provides several storage solutions that make use of cross-region replication to ensure data availability. For example, Azure geo-redundant storage (GRS) replicates data to a secondary region automatically. This approach ensures that data is durable even if the primary region isn’t recoverable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Each zone is made up of one or more datacentres equipped with common power, cooling, and networking.

A. True
B. False

A

B. False

Explanation:
Azure Availability Zones are unique physical locations within an Azure region and offer high availability to protect your applications and data from datacentre failures. Each zone is made up of one or more datacentres equipped with independent power, cooling, and networking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

You are the lead architect of your organization. One of the teams has a requirement to copy hundreds of TBs of data to Azure storage in a secure and efficient manner. The data can be ingested one time or an ongoing basis for archival scenarios.

Which of the following would be a good solution for this use case?

A. Azure Data Lake Storage
B. Azure Data Box
C. Azure Cosmos DB
D. Azure File Sync

A

B. Azure Data Box

Explanation:
From the Official Azure Documentation:

Azure Data Box Gateway is a storage solution that enables you to seamlessly send data to Azure. This article provides you an overview of the Azure Data Box Gateway solution, benefits, key capabilities, and the scenarios where you can deploy this device.

Data Box Gateway is a virtual device based on a virtual machine provisioned in your virtualized environment or hypervisor. The virtual device resides in your premises and you write data to it using the NFS and SMB protocols. The device then transfers your data to Azure block blob, page blob, or Azure Files.

Use cases -

Data Box Gateway can be leveraged for transferring data to the cloud such as cloud archival, disaster recovery, or if there is a need to process your data at cloud scale. Here are the various scenarios where Data Box Gateway can be used for data transfer.

Cloud archival - Copy hundreds of TBs of data to Azure storage using Data Box Gateway in a secure and efficient manner. The data can be ingested one time or an ongoing basis for archival scenarios.

Continuous data ingestion - Continuously ingest data into the device to copy to the cloud, regardless of the data size. As the data is written to the gateway device, the device uploads the data to Azure Storage.

Initial bulk transfer followed by incremental transfer - Use Data Box for the bulk transfer in an offline mode (initial seed) and Data Box Gateway for incremental transfers (ongoing feed) over the network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which of the following two storage solutions are built to handle NoSQL data?

A. Azure Cosmos DB
B. Azure Table Storage
C. Azure SQL Database
D. Azure NoSQL Database

A

A. Azure Cosmos DB
B. Azure Table Storage

Explanation:
From the Official Azure Documentation:

Azure Table storage is a service that stores non-relational structured data (also known as structured NoSQL data) in the cloud, providing a key/attribute store with a schemaless design. Because Table storage is schemaless, it’s easy to adapt your data as the needs of your application evolve.

Azure Cosmos DB is a fully managed NoSQL database for modern app development. Single-digit millisecond response times, and automatic and instant scalability, guarantee speed at any scale.

22
Q

Your colleague is looking for an Azure service that can help them understand how their applications are performing and proactively identify issues that affect them , AND the resources they depend on.

A. Azure Advisor
B. Azure Service Health
C. Azure Monitor
D. Azure Comprehend

A

C. Azure Monitor

Explanation:
From the Official Azure Documentation:

Azure Monitor helps you maximize the availability and performance of your applications and services. It delivers a comprehensive solution for collecting, analyzing, and acting on telemetry from your cloud and on-premises environments. This information helps you understand how your applications are performing and proactively identify issues that affect them and the resources they depend on.

Azure Service Health notifies you about Azure service incidents and planned maintenance so you can take action to mitigate downtime.

Azure Comprehend is not an existing service.

Azure Advisor helps to quickly and easily optimize your Azure deployments. Azure Advisor analyzes your configurations and usage telemetry and offers personalized, actionable recommendations to help you optimize your Azure resources for reliability, security, operational excellence, performance, and cost.

23
Q

Which of the following is a Cloud Security Posture Management (CSPM) and Cloud Workload Protection Platform (CWPP) for all of your Azure, On-Premises, AND Multicloud (Amazon AWS and Google GCP) resources?

A. Azure Key Vault
B. Microsoft Defender for Cloud
C., Azure Front Door
D. Azure DDoS Protection

A

B. Microsoft Defender for Cloud

Explanation:
From the Official Azure Documentation:

Microsoft Defender for Cloud is a Cloud Security Posture Management (CSPM) and Cloud Workload Protection Platform (CWPP) for all of your Azure, on-premises, and multicloud (Amazon AWS and Google GCP) resources. Defender for Cloud fills three vital needs as you manage the security of your resources and workloads in the cloud and on-premises:

Defender for Cloud secure score continually assesses your security posture so you can track new security opportunities and precisely report on the progress of your security efforts.

Defender for Cloud recommendations secures your workloads with step-by-step actions that protect your workloads from known security risks.

Defender for Cloud alerts defends your workloads in real-time so you can react immediately and prevent security events from developing.

Reference: https://docs.microsoft.com/en-us/azure/defender-for-cloud/defender-for-cloud-introduction

24
Q

Which of the following can help you manage multiple Azure Subscriptions?

A. Resource Groups
B. Policies
C. Management Groups
D. Blue Prints

A

C. Management Groups

Explanation:
From the Official Azure Documentation:

If you have only a few subscriptions, it’s fairly easy to manage them independently. But what if you have many subscriptions? Then you can create a management group hierarchy to help manage your subscriptions and resources.

For your subscriptions, Azure management groups help you efficiently manage:

Access

Policies

Compliance

Each management group contains one or more subscriptions.

Azure arranges management groups in a single hierarchy. You define this hierarchy in your Azure Active Directory (Azure AD) tenant to align with your organization’s structure and needs. The top level is called the root management group. You can define up to six levels of management groups in your hierarchy. Only one management group contains a subscription.

Azure provides four levels of management scope:

Management groups

Subscriptions

Resource groups

Resources

If you apply any access or policy at one level in the hierarchy, it propagates down to the lower levels. A resource owner or subscription owner can’t alter an inherited policy. This limitation helps improve governance.

This inheritance model lets you arrange the subscriptions in your hierarchy, so each subscription follows appropriate policies and security controls.

Reference: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/organize-subscriptions

25
Q

Azure Cosmos DB is a Software as a Service (SaaS) offering from Microsoft Azure.

A. No, it is a PaaS offering
B. No it is an IaaS offering
C. Yes, it is a SaaS offering

A

A. No, it is a PaaS offering

Explanation:
Azure Cosmos DB is an example of a Platform as a Service (PaaS) offering.

References: https://docs.microsoft.com/en-us/azure/cosmos-db/database-security

26
Q

__________________ lets you extend your on-premises networks into the Microsoft cloud over a private connection with the help of a connectivity provider.

A. Azure Firewall
B. Azure Virtual Network
C. Azure DNS
D. Azure ExpressRoute
E. Azure Sentinel

A

D. Azure ExpressRoute

Explanation:
From the Official Azure Documentation:

ExpressRoute lets you extend your on-premises networks into the Microsoft cloud over a private connection with the help of a connectivity provider. With ExpressRoute, you can establish connections to Microsoft cloud services, such as Microsoft Azure and Microsoft 365.

Connectivity can be from an any-to-any (IP VPN) network, a point-to-point Ethernet network, or a virtual cross-connection through a connectivity provider at a colocation facility. ExpressRoute connections don’t go over the public Internet. This allows ExpressRoute connections to offer more reliability, faster speeds, consistent latencies, and higher security than typical connections over the Internet. For information on how to connect your network to Microsoft using ExpressRoute, see ExpressRoute connectivity models.

27
Q

If your organization has many Azure subscriptions, which of the following is useful to efficiently manage access, policies, and compliance for those subscriptions?

A. Azure Policy
B. Azure Blueprints
C. Azure Subscription
D. Azure Management Groups

A

D. Azure Management Groups

Explanation:
From the Official Azure Documentation:

If your organization has many Azure subscriptions, you may need a way to efficiently manage access, policies, and compliance for those subscriptions. Management groups provide a governance scope above subscriptions. You organize subscriptions into management groups the governance conditions you apply cascade by inheritance to all associated subscriptions.

Management groups give you enterprise-grade management at scale no matter what type of subscriptions you might have. However, all subscriptions within a single management group must trust the same Azure Active Directory (Azure AD) tenant.

For example, you can apply policies to a management group that limits the regions available for virtual machine (VM) creation. This policy would be applied to all nested management groups, subscriptions, and resources, and allow VM creation only in authorized regions.

28
Q

Which of the following is the foundation for building enterprise data lakes on Azure AND is built on top of Azure Blob storage?

A. Azure Data Lake Storage Gen3
B. Azure Data Lake Storage Gen2
C. Azure Data Lake Storage Gen4
D. Azure Data Lake Storage Gen1

A

B. Azure Data Lake Storage Gen2

Explanation:
From the Official Azure Documentation:

Azure Data Lake Storage Gen2 is a set of capabilities dedicated to big data analytics, built on Azure Blob Storage.

Data Lake Storage Gen2 converges the capabilities of Azure Data Lake Storage Gen1 with Azure Blob Storage. For example, Data Lake Storage Gen2 provides file system semantics, file-level security, and scale. Because these capabilities are built on Blob storage, you’ll also get low-cost, tiered storage, with high availability/disaster recovery capabilities.

Reference: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction

29
Q

_________________ is a strategy that employs a series of mechanisms to slow the advance of an attack that’s aimed at acquiring unauthorized access to information. Each layer provides protection so that if one layer is breached, a subsequent layer is already in place to prevent further exposure.

A. Defense in Layers
B. Defense in Steps
C. Defense in Depth
D. Defense in Series

A

C. Defense in Depth

Explanation:
From the Official Azure Documentation:

Defense in depth is a strategy that employs a series of mechanisms to slow the advance of an attack that’s aimed at acquiring unauthorized access to information. Each layer provides protection so that if one layer is breached, a subsequent layer is already in place to prevent further exposure.

Microsoft applies a layered approach to security, both in its physical datacenters and across Azure services. The objective of defense in depth is to protect information and prevent it from being stolen by individuals who aren’t authorized to access it

Reference: https://docs.microsoft.com/en-us/learn/modules/azure-well-architected-security/2-defense-in-depth

30
Q

Azure Pay As you Go is an example of which cloud expenditure model?

A. Operational (OpEx)
B. Capital (CapEx)
C.

A

A. Operational (OpEx)

Explanation:
One of the major changes that you will face when you move from on-premises cloud to the public cloud is the switch from capital expenditure (buying hardware) to operating expenditure (paying for service as you use it). However, this switch also requires more careful management of your costs.

Reference: https://docs.microsoft.com/en-us/azure/architecture/cloud-adoption/appendix/azure-scaffold

31
Q

The Microsoft _____________ provides a variety of content, tools, and other resources about Microsoft security, privacy, and compliance practices.

A. Service Trust Portal
B. Blueprints
C. Privacy Policy
D. Advisor

A

A. Service Trust Portal

Explanation:
Explanation

From the Official Azure Documentation:

The Microsoft Service Trust Portal provides a variety of content, tools, and other resources about Microsoft security, privacy, and compliance practices.

The Service Trust Portal contains details about Microsoft’s implementation of controls and processes that protect our cloud services and the customer data therein. To access some of the resources on the Service Trust Portal, you must log in as an authenticated user with your Microsoft cloud services account (Azure Active Directory organization account) and review and accept the Microsoft Non-Disclosure Agreement for Compliance Materials.

32
Q

Which of the following services can you use to calculate your estimated hourly or monthly costs for using Azure?

A. Azure Calculator
B. Azure Pricing Calculator
C. Azure Total Cost of Ownership (TCO) Calculator
D. Azure Cost Manegment

A

B. Azure Pricing Calculator

Explanation:
From the Official Azure Documentation:

You can use the Azure Pricing Calculator to calculate your estimated hourly or monthly costs for using Azure. Azure TCO on the other hand is primarily used to estimate the cost savings you can realize by migrating your workloads to Azure.

Reference: https://azure.microsoft.com/en-ca/pricing/calculator/

33
Q

Which of the following can help you automate deployments and use the practice of infrastructure as code?

A. Azure Arc
B. ARM Templates
C. Azure IaaC
D. Management Groups

A

B. ARM Templates

Explanation:
From the Official Azure Documentation:

With the move to the cloud, many teams have adopted agile development methods. These teams iterate quickly. They need to repeatedly deploy their solutions to the cloud, and know their infrastructure is in a reliable state. As infrastructure has become part of the iterative process, the division between operations and development has disappeared. Teams need to manage infrastructure and application code through a unified process.

To meet these challenges, you can automate deployments and use the practice of infrastructure as code. In code, you define the infrastructure that needs to be deployed. The infrastructure code becomes part of your project. Just like application code, you store the infrastructure code in a source repository and version it. Any one on your team can run the code and deploy similar environments.

To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.

34
Q

As the Cloud Admin of your organization, you want to Block your employees from accessing your apps from specific locations. Which of the following can help you achieve this?

A. Azure Active Directory Conditional Access
B. Azure Sentinel
C. Azure Role Based Access Control (RBAC)
D. Azure Single Sign On (SSO)

A

A. Azure Active Directory Conditional Access

Explanation:
From the Official Azure Documentation:

The modern security perimeter now extends beyond an organization’s network to include user and device identity. Organizations can use identity-driven signals as part of their access control decisions.

Conditional Access brings signals together, to make decisions, and enforce organizational policies. Azure AD Conditional Access is at the heart of the new identity-driven control plane.

Conditional Access policies at their simplest are if-then statements, if a user wants to access a resource, then they must complete an action. Example: A payroll manager wants to access the payroll application and is required to do multi-factor authentication to access it.

Reference: https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/overview

35
Q

______________ allows you to implement your system’s logic into readily available blocks of code that can run anytime you need to respond to critical events.

A. Azure Functions
B. Azure Application Insights
C. Azure Kinect DK
D. Azure Cognitive Services

A

A. Azure Functions

Explanation:
From the Official Azure Documentation:

Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Instead of worrying about deploying and maintaining servers, the cloud infrastructure provides all the up-to-date resources needed to keep your applications running.

You focus on the pieces of code that matter most to you, and Azure Functions handles the rest.

Azure Functions provides “compute on-demand” in two significant ways.

First, Azure Functions allows you to implement your system’s logic into readily available blocks of code. These code blocks are called “functions”. Different functions can run anytime you need to respond to critical events.

Second, as requests increase, Azure Functions meets the demand with as many resources and function instances as necessary - but only while needed. As requests fall, any extra resources and application instances drop off automatically.

36
Q

In a Public Cloud model, you get dedicated hardware, storage, and network devices than the other organizations or cloud “tenants”.

A. No
B. Yes

A

A. No

Explanation:
From the Official Azure Documentation:

Public clouds are the most common type of cloud computing deployment. The cloud resources (like servers and storage) are owned and operated by a third-party cloud service provider and delivered over the internet. With a public cloud, all hardware, software, and other supporting infrastructure are owned and managed by the cloud provider. Microsoft Azure is an example of a public cloud.

In a public cloud, you share the same hardware, storage, and network devices with other organisations or cloud “tenants,” and you access services and manage your account using a web browser. Public cloud deployments are frequently used to provide web-based email, online office applications, storage, and testing and development environments.

37
Q

Subscriptions can be moved to another Management Group as well as merged into one Single subscription.

A. No
B. Yes

A

A. No

Explanation:
Even though Subscriptions can be moved to another management group, they cannot be merged into 1 single subscription.

From the Official Azure Documentation:

Reference: https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/organize-subscriptions

38
Q

_____________________ enforcement is at the center of a Zero Trust architecture.

A. Data
B. Identities
C. Security Policy
D. Devices

A

C. Security Policy

Explanation:
Explanation

From the Official Azure Documentation:

Zero Trust is a new security model that assumes breach and verifies each request as though it originated from an uncontrolled network

A Zero Trust approach extends throughout the entire digital estate and serves as an integrated security philosophy and end-to-end strategy.

This illustration provides a representation of the primary elements that contribute to Zero Trust.

In the illustration:

Security policy enforcement is at the center of a Zero Trust architecture. This includes Multi Factor authentication with conditional access that takes into account user account risk, device status, and other criteria and policies that you set.

Identities, devices (also called endpoints), data, applications, network, and other infrastructure components are all configured with appropriate security. Policies that are configured for each of these components are coordinated with your overall Zero Trust strategy. For example, device policies determine the criteria for healthy devices and conditional access policies require healthy devices for access to specific apps and data.

Threat protection and intelligence monitors the environment, surfaces current risks, and takes automated action to remediate attacks.

Reference: https://docs.microsoft.com/en-us/azure/security/fundamentals/zero-trust

39
Q

Which of the following endpoints for a managed instance enables data access to your managed instance from outside a virtual network?

A. Public
B. Hybrid
C. Private
D. External

A

A. Public

Explanation:
Public endpoint for a managed instance enables data access to your managed instance from outside the virtual network. You are able to access your managed instance from multi-tenant Azure services like Power BI, Azure App Service, or an on-premises network. By using the public endpoint on a managed instance, you do not need to use a VPN, which can help avoid VPN throughput issues.

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/public-endpoint-configure?view=azuresql

40
Q

It is possible to deploy a new Azure Virtual Network (VNet) using PowerAutomate on a Google Chromebook.

A. Yes
B. No

A

B. No

Explanation:
No, PowerApps is not a part of Azure

41
Q

Which of the following can help you download cost and usage data that was used to generate your monthly invoice?

A. Azure Advisor
B. Azure Cost Management
C. Azure Monitor
D. Azure Resource Manager

A

B. Azure Cost Management

Explanation:
By using the Microsoft cloud, you can significantly improve the technical performance of your business workloads. It can also reduce your costs and the overhead required to manage organizational assets. However, the business opportunity creates a risk because of the potential for waste and inefficiencies that are introduced into your cloud deployments. Cost Management + Billing is a suite of tools provided by Microsoft that help you analyze, manage, and optimize the costs of your workloads. Using the suite helps ensure that your organization is taking advantage of the benefits provided by the cloud.

With Azure products and services, you only pay for what you use. As you create and use Azure resources, you’re charged for the resources. Because of the deployment ease for new resources, the costs of your workloads can jump significantly without proper analysis and monitoring. You use Cost Management + Billing features to:

Conduct billing administrative tasks such as paying your bill

Manage billing access to costs

Download cost and usage data that was used to generate your monthly invoice

Proactively apply data analysis to your costs

Set spending thresholds

Identify opportunities for workload changes that can optimize your spending

Reference: https://docs.microsoft.com/en-us/azure/cost-management-billing/cost-management-billing-overview

42
Q

A _____________ endpoint is a network interface that uses a private IP address from your virtual network.

A. Hybrid
B. Internal
C. Public
D. Private

A

D. Private

Explanation:
From the Official Azure Documentation:

A private endpoint is a network interface that uses a private IP address from your virtual network. This network interface connects you privately and securely to a service that’s powered by Azure Private Link. By enabling a private endpoint, you’re bringing the service into your virtual network.

The service could be an Azure service such as:

Azure Storage

Azure Cosmos DB

Azure SQL Database

Your own service, using Private Link service.
43
Q

Your startup plans to migrate to Azure soon, but for all the resources, you would like control of the underlying Operating System and Middleware.

Which of the following cloud models would make the most sense?

A. Anything as a Service (XaaS
B. Platform as a Service (PaaS)
C. IaaS
D. SaaS

A

C. IaaS

Explanation:
Infrastructure as a service (IaaS) is a type of cloud computing service that offers essential compute, storage, and networking resources on demand, on a pay-as-you-go basis. IaaS is one of the four types of cloud services, along with software as a service (SaaS), platform as a service (PaaS), and serverless.

Migrating your organization’s infrastructure to an IaaS solution helps you reduce maintenance of on-premises data centers, save money on hardware costs, and gain real-time business insights. IaaS solutions give you the flexibility to scale your IT resources up and down with demand. They also help you quickly provision new applications and increase the reliability of your underlying infrastructure.

IaaS lets you bypass the cost and complexity of buying and managing physical servers and datacenter infrastructure. Each resource is offered as a separate service component, and you only pay for a particular resource for as long as you need it. A cloud computing service provider like Azure manages the infrastructure, while you purchase, install, configure, and manage your own software—including operating systems, middleware, and applications.

Incorrect Answers:

A: Software as a service (SaaS) allows users to connect to and use cloud-based apps over the Internet. Common examples are email, calendaring, and office tools. In this scenario, you need to run your own apps, but the OS, Middleware and Runtime are managed by the cloud provider.

B: Platform as a service (PaaS) is a complete development and deployment environment in the cloud. PaaS includes infrastructure servers, storage, and networking but also middleware, development tools, business intelligence (BI) services, database management systems, and more. PaaS is designed to support the complete web application lifecycle: building, testing, deploying, managing, and updating. Here as well, the OS, Middleware and Runtime are managed by the cloud provider.

C: Anything As a Service : Irrelevant to the question completely.

44
Q

Which of the following is an offline tier optimized for storing data that is rarely accessed, and that has flexible latency requirements?

A. Infrequent Tier
B. Archive Tier
C. Hot Tier
D. Cool Tier

A

B. Archive Tier

Explanation:
From the Official Azure Documentation:

Data stored in the cloud grows at an exponential pace. To manage costs for your expanding storage needs, it can be helpful to organize your data based on how frequently it will be accessed and how long it will be retained. Azure storage offers different access tiers so that you can store your blob data in the most cost-effective manner based on how it’s being used. Azure Storage access tiers include:

Hot tier - An online tier optimized for storing data that is accessed or modified frequently. The Hot tier has the highest storage costs, but the lowest access costs.

Cool tier - An online tier optimized for storing data that is infrequently accessed or modified. Data in the Cool tier should be stored for a minimum of 30 days. The Cool tier has lower storage costs and higher access costs compared to the Hot tier.

Archive tier - An offline tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours. Data in the Archive tier should be stored for a minimum of 180 days.
45
Q

Which service would you use to reduce the overhead of manually assigning permissions to a set of resources?

A. Azure Policy
B. Azure Logic Apps
C. Azure Resource Manager
D. Azure Trust Center

A

C. Azure Resource Manager

Explanation:
From the Official Azure Documentation:

Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.

To learn about Azure Resource Manager templates (ARM templates), see the ARM template overview.

Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview

46
Q

You’ve been planning to decommission your On-Prem database hosting Gigabytes of data. Which of the following is True about data ingress (moving into) for Azure?

A. it is charged $0.05 per GB
B. It is charged per hour of data transferred
C. It is charged $0.05 per TB
D. It is free of cost

A

D. It is free of cost

Explanation:
From the Official Azure Documentation:

Bandwidth refers to data moving in and out of Azure data centres, as well as data moving between Azure data centres; other transfers are explicitly covered by the Content Delivery Network, ExpressRoute pricing or Peering.

47
Q

Which of the following services can help applications absorb unexpected traffic bursts, which prevents servers from being overwhelmed by a sudden flood of requests?

A. Azure Decouple Storage
B. Azure Message Storage
C. Azure Table Storage
D. Azure Queue Storage

A

D. Azure Queue Storage

Explanation:
Azure Queue Storage is a service for storing large numbers of messages. You access messages from anywhere in the world via authenticated calls using HTTP or HTTPS. A queue message can be up to 64 KB in size. A queue may contain millions of messages, up to the total capacity limit of a storage account. Queues are commonly used to create a backlog of work to process asynchronously.

48
Q

_______________ brings signals together, to make decisions, and enforce organizational policies. In simple terms, they are if-then statements, if a user wants to access a resource, then they must complete an action.

A. Logical Access
B. Demand Access
C. Active Directory Access
D. Conditional Access

A

D. Conditional Access

Explanation:
From the Official Azure Documentation:

The modern security perimeter now extends beyond an organization’s network to include user and device identity. Organizations can use identity-driven signals as part of their access control decisions.

Conditional Access brings signals together, to make decisions, and enforce organizational policies. Azure AD Conditional Access is at the heart of the new identity-driven control plane.

Conditional Access policies at their simplest are if-then statements, if a user wants to access a resource, then they must complete an action. Example: A payroll manager wants to access the payroll application and is required to do multi-factor authentication to access it.

Administrators are faced with two primary goals:

Empower users to be productive wherever and whenever

Protect the organization's assets
49
Q

As the owner of a streaming platform deployed on Azure, you notice a huge spike in traffic whenever a new web-series in released but moderate traffic otherwise. Which of the following is a clear benefit of this type of workload?

A. Elasticity
B. Load Balancing
C. High Availability
D. High Latency

A

A. Elasticity

Explanation:
Elasticity in this case is the ability to provide additional compute resource when needed (spikes) and reduce the compute resource when not needed to reduce costs. Load Balancing and High Availability are also great advantages the streaming platform would enjoy, but Elasticity is the option that best describes the workload in the question.

Autoscaling is an example of elasticity.

50
Q

Each virtual network can have only one VPN gateway.

A. No
B. Yes

A

B. Yes

Explanation:
VPN Gateway sends encrypted traffic between an Azure virtual network and an on-premises location over the public Internet. You can also use VPN Gateway to send encrypted traffic between Azure virtual networks over the Microsoft network. A VPN gateway is a specific type of virtual network gateway. Each virtual network can have only one VPN gateway. However, you can create multiple connections to the same VPN gateway. When you create multiple connections to the same VPN gateway, all VPN tunnels share the available gateway bandwidth.

What is a VPN gateway?

When you configure a virtual network gateway, you configure a setting that specifies the gateway type. The gateway type determines how the virtual network gateway will be used and the actions that the gateway takes. The gateway type ‘Vpn’ specifies that the type of virtual network gateway created is a ‘VPN gateway’. This distinguishes it from an ExpressRoute gateway, which uses a different gateway type. A virtual network can have two virtual network gateways; one VPN gateway and one ExpressRoute gateway. For more information, see Gateway types.