MS Official Questions Flashcards
Which two attributes are characteristics of the private cloud deployment model? Each correct answer presents a complete solution.
Applications can be provisioned and deprovisioned quickly.
Hardware must be purchased.
Organizations only pay for what they use.
The company has complete control over physical resources and security.
The correct answers are Hardware must be purchased and The company has complete control over physical resources and security. In a private cloud model, the organization owns and maintains the hardware, which requires upfront investment. Since the infrastructure is dedicated to a single organization, it has full control over security, compliance, and resource management.
The other options are incorrect because “Applications can be provisioned and deprovisioned quickly” is more commonly associated with public and hybrid clouds, where resources can be scaled rapidly. “Organizations only pay for what they use” is a characteristic of the public cloud’s pay-as-you-go model, whereas private clouds require upfront capital expenses regardless of usage.
What are two characteristics of the public cloud deployment model? Each correct answer presents a complete solution.
Select all answers that apply.
Computing resources are used exclusively by users from one organization.
Hardware is physically located in an organization’s on-site datacenter.
Servers and storage are owned and operated by a third-party cloud service provider.
Services are offered over the internet and are available to anyone who wants to purchase them.
The correct answers are “Servers and storage are owned and operated by a third-party cloud service provider” and “Services are offered over the internet and are available to anyone who wants to purchase them.” In the public cloud model, a cloud provider owns and manages the infrastructure, while customers access services remotely over the internet on a pay-as-you-go basis. This allows for scalability, cost efficiency, and ease of access.
The other options are incorrect because “Computing resources are used exclusively by users from one organization” describes a private cloud, which is dedicated to a single organization. “Hardware is physically located in an organization’s on-site datacenter” is also a characteristic of private or on-premises deployments, not the public cloud.
What are two characteristics of a consumption-based model? Each correct answer presents a complete solution.
Select all answers that apply.
high capital expenditures
no upfront costs
requires the purchase and management of the physical infrastructure
the ability to stop paying for resources that are no longer used
The correct answers are “no upfront costs” and “the ability to stop paying for resources that are no longer used.” A consumption-based model allows organizations to pay only for the resources they use, eliminating large upfront capital expenditures. Additionally, resources can be scaled up or down, and users stop paying for unused services, making it a flexible and cost-effective approach.
The other options are incorrect because “high capital expenditures” applies to traditional on-premises or private cloud models, where companies must invest in hardware upfront. “Requires the purchase and management of the physical infrastructure” is also incorrect, as a consumption-based model relies on cloud providers managing the infrastructure, reducing the burden on the customer.
Select the answer that correctly completes the sentence.
[Answer choice] is the logical container used to combine and organize Azure resources.
a management group
a resource group
Azure Resource Manager (ARM)
an Azure region
The correct answer is “a resource group.” A resource group is a logical container in Azure used to organize and manage related resources, such as virtual machines, databases, and storage accounts. It helps with resource management, access control, and cost tracking.
The other options are incorrect because “a management group” is used to organize multiple subscriptions, not individual resources. “Azure Resource Manager (ARM)” is the service that manages deployments and infrastructure but is not a container for resources. “An Azure region” refers to a geographical location where Azure data centers are located, not a logical grouping of resources.
Select the answer that correctly completes the sentence.
[Answer choice] are physically separate datacenters within an Azure region.
Availability zones
Geographies
Region pairs
Resource groups
The correct answer is “Availability zones.” Availability zones are physically separate data centers within an Azure region, each with independent power, cooling, and networking. They provide high availability and fault tolerance by ensuring that workloads remain operational even if one zone fails.
The other options are incorrect because “Geographies” are large areas that contain multiple regions to meet compliance and data residency requirements. “Region pairs” are two Azure regions within the same geography that are paired for disaster recovery and redundancy. “Resource groups” are logical containers used to organize and manage Azure resources, not physical data centers.
Select the answer that correctly completes the sentence.
In a region pair, a region is paired with another region in the same [answer choice].
availability zone
datacenter
geography
resource group
The correct answer is “geography.” In a region pair, a region is paired with another region within the same geography to ensure data residency, compliance, and disaster recovery capabilities. This setup helps protect against outages by allowing replication and failover between the two paired regions.
The other options are incorrect because “availability zone” refers to separate data centers within a single region, not across regions. “Datacenter” is too specific, as multiple data centers make up an Azure region. “Resource group” is a logical container for organizing resources, not a physical or geographic concept.
What is an Azure Storage account named storage001 an example of?
a resource
a resource group
a resource manager
a subscription
The correct answer is “a resource.” In Azure, a storage account like storage001 is an individual resource that provides storage services, such as Blob, File, Queue, and Table storage.
The other options are incorrect because “a resource group” is a logical container that holds multiple resources, including storage accounts. “A resource manager” refers to Azure Resource Manager (ARM), the service that manages Azure resources, not a specific resource itself. “A subscription” is a billing and access management entity that contains multiple resource groups and resources.
For which resource does Azure generate separate billing reports and invoices by default?
accounts
management groups
resource groups
subscriptions
The correct answer is “subscriptions.” Azure generates separate billing reports and invoices at the subscription level by default. A subscription defines the billing boundary for Azure resources and is used to track costs, apply policies, and manage access.
The other options are incorrect because “accounts” refer to Azure user accounts, which can have multiple subscriptions but are not billing boundaries themselves. “Management groups” are used to organize multiple subscriptions but do not generate separate invoices. “Resource groups” are logical containers for resources within a subscription, but billing is aggregated at the subscription level, not per resource group.
Which resource can you use to manage access, policies, and compliance across multiple subscriptions?
administrative units
management groups
resource groups
The correct answer is “management groups.” Management groups allow you to organize multiple subscriptions under a single structure to apply access controls, policies, and compliance rules consistently across all included subscriptions.
The other options are incorrect because “administrative units” are used in Microsoft Entra ID (Azure AD) to delegate management of users and groups, not subscriptions. “Resource groups” are used to organize and manage resources within a single subscription but do not apply policies or access controls across multiple subscriptions.
Which Azure compute service can you use to deploy and manage a set of identical virtual machines?
availability sets
availability zones
Azure Container Instances
Azure Virtual Machine Scale Sets
The correct answer is “Azure Virtual Machine Scale Sets.” This service allows you to deploy and manage a group of identical virtual machines that can automatically scale up or down based on demand, ensuring high availability and performance.
The other options are incorrect because “availability sets” only provide redundancy within a single data center but do not handle automatic scaling. “Availability zones” are physically separate data centers within a region for high availability but do not manage VM scaling. “Azure Container Instances” is a service for running containers without managing virtual machines, which is different from scaling VMs.
Which scenario is a use case for a VPN gateway?
communicating between Azure resources
connecting an on-premises datacenter to an Azure virtual network
filtering outbound network traffic
partitioning a virtual network’s address space
The correct answer is “connecting an on-premises datacenter to an Azure virtual network.” A VPN gateway is used to establish a secure connection between an on-premises network and an Azure Virtual Network (VNet) using encrypted tunnels over the internet.
The other options are incorrect because “communicating between Azure resources” is typically handled by Azure Virtual Network (VNet) peering or private endpoints. “Filtering outbound network traffic” is a function of network security groups (NSGs) or Azure Firewall, not a VPN gateway. “Partitioning a virtual network’s address space” is done using subnets within a VNet, not a VPN gateway.
You need to allow resources on two different Azure virtual networks to communicate with each other.
What should you configure?
a network security group (NSG)
a point-to-site VPN
peering
service endpoints
The correct answer is “peering.” Azure Virtual Network (VNet) peering enables direct communication between two virtual networks while maintaining low latency and high bandwidth, as if they were part of the same network.
The other options are incorrect because “a network security group (NSG)” controls inbound and outbound traffic rules but does not connect separate VNets. “A point-to-site VPN” is used to connect individual devices to an Azure VNet, not to link two VNets. “Service endpoints” allow Azure resources to connect securely to Azure services but do not enable communication between VNets.
What can you use to connect Azure resources, such as Azure SQL databases, to an Azure virtual network?
ExpressRoute
network security groups (NSGs)
peering
service endpoints
The correct answer is “service endpoints.” Service endpoints allow Azure resources, such as Azure SQL databases, to connect securely to an Azure virtual network by extending the VNet’s private IP address space to specific Azure services.
The other options are incorrect because “ExpressRoute” is used for private, dedicated connections between on-premises networks and Azure, not for connecting Azure resources within Azure. “Network security groups (NSGs)” control inbound and outbound traffic but do not create connections to services. “Peering” connects two virtual networks but does not directly integrate Azure services like databases with a VNet.
What are two services that allow you to run applications in containers? Each correct answer presents a complete solution.
Azure Container Instances
Azure Functions
Azure Logic Apps
Azure Kubernetes Service (AKS)
The correct answers are “Azure Container Instances” and “Azure Kubernetes Service (AKS).” Both services allow you to run applications in containers. Azure Container Instances provides a quick and easy way to run containers without needing to manage the underlying infrastructure, while Azure Kubernetes Service (AKS) offers a more advanced, scalable platform for orchestrating containers using Kubernetes.
The other options are incorrect because “Azure Functions” is a serverless compute service that runs event-driven code, but it is not specifically designed for containerized applications. “Azure Logic Apps” is a service for automating workflows and integrating services, not for running containerized applications.
Which Azure Blob storage tier stores data offline and offers the lowest storage costs and the highest costs to access data?
Archive
Cool
Hot
The correct answer is “Archive.” The Archive tier in Azure Blob storage is designed for storing data that is rarely accessed and offers the lowest storage costs. However, it has the highest costs associated with data access, as retrieving data from the Archive tier requires rehydrating it, which takes time and incurs additional fees.
The other options are incorrect because “Cool” is designed for infrequently accessed data but offers a balance between storage and access costs. “Hot” is for data that is frequently accessed and has the highest storage costs but lower access costs.
Which two scenarios are common use cases for Azure Blob storage? Each correct answer presents a complete solution.
hosting ASPX files for a website
mounting a file storage share to be accessed as a virtual drive on multiple virtual machines
serving images or documents directly to a browser
storing data for backup and restore
The correct answers are “serving images or documents directly to a browser” and “storing data for backup and restore.” Azure Blob storage is commonly used to store large amounts of unstructured data, such as images, documents, and backups, which can be accessed directly by applications or users. It is ideal for serving static content like images or documents over the web and storing backups for recovery purposes.
The other options are incorrect because “hosting ASPX files for a website” is typically done using a web server like Azure App Services or Azure Virtual Machines, not Blob storage. “Mounting a file storage share to be accessed as a virtual drive on multiple virtual machines” is a use case for Azure Files, not Blob storage.
Which Azure Storage service should you use to store unstructured files, such as images, that will be served on webpages?
Azure Blob storage
Azure Disk Storage
Azure Queue Storage
Azure Table storage
The correct answer is “Azure Blob storage.” Azure Blob storage is specifically designed to store unstructured data, such as images, videos, and documents, making it an ideal choice for serving files on webpages. It is optimized for storing large amounts of data that can be accessed via HTTP or HTTPS.
The other options are incorrect because “Azure Disk Storage” is used for persistent disks attached to virtual machines, not for serving files on webpages. “Azure Queue Storage” is used for message-based communication between applications, and “Azure Table storage” is a NoSQL key-value store for structured data, neither of which are suitable for serving unstructured files like images.
What is the purpose of defense in depth?
to enable you to locate and act on resources that are associated with specific workloads, environments, business units, and owners
to evaluate resources and make recommendations to help improve reliability and performance
to manage policies that control or audit resources so that the configurations stay compliant with corporate standards
to use several layers of protection to prevent information from being accessed by unauthorized users
The correct answer is “to use several layers of protection to prevent information from being accessed by unauthorized users.” Defense in depth is a security strategy that involves implementing multiple layers of security controls to protect data and resources, reducing the likelihood of a successful attack. Each layer provides a different type of defense, such as firewalls, encryption, access controls, and monitoring, to strengthen the overall security posture.
The other options are incorrect because they describe different concepts: “locating and acting on resources” is more about resource management and organization, “evaluating resources for reliability and performance” is part of performance optimization, and “managing policies to ensure compliance” refers to governance and policy management, not security layers.
What enables a user to sign in one time and use that credential to access multiple resources and applications from different providers?
Conditional Access
device management
multi-factor authentication (MFA)
single sign-on (SSO)
The correct answer is “single sign-on (SSO).” Single sign-on allows a user to authenticate once and gain access to multiple resources and applications across different systems or providers without needing to re-enter credentials for each one. This simplifies the user experience and improves security by reducing the need to remember multiple passwords.
The other options are incorrect because “Conditional Access” is used to enforce access policies based on conditions like user location or device compliance, “device management” refers to managing devices within an organization, and “multi-factor authentication (MFA)” requires users to provide additional verification factors (e.g., a code sent to a phone) to access resources but does not enable access to multiple applications with a single sign-in.
What can you use to ensure that a user can only access applications from compliant devices?
Conditional Access
hybrid identity
multi-factor authentication (MFA)
single sign-on (SSO)
The correct answer is “Conditional Access.” Conditional Access is used to enforce policies that control access to applications based on conditions such as device compliance. It allows administrators to specify that users can only access applications from devices that meet certain security requirements, such as being enrolled in device management or having up-to-date security patches.
The other options are incorrect because “hybrid identity” is a solution that integrates on-premises directories with Azure Active Directory, “multi-factor authentication (MFA)” adds an additional layer of verification but does not specifically ensure compliance, and “single sign-on (SSO)” simplifies authentication but does not control device compliance.
What Microsoft Entra feature can you use to configure security authentication that requires users to use their mobile phone to sign in?
Azure Information Protection (AIP)
Microsoft Defender for Cloud
Microsoft Entra Verified ID
multi-factor authentication (MFA)
The correct answer is “multi-factor authentication (MFA).” Multi-factor authentication (MFA) is a security feature that requires users to provide two or more verification factors to sign in. One common method is using a mobile phone for verification, such as receiving a one-time passcode via SMS or using an authentication app for approval.
The other options are incorrect because “Azure Information Protection (AIP)” is used to classify and protect sensitive data, “Microsoft Defender for Cloud” focuses on security management and threat protection for cloud resources, and “Microsoft Entra Verified ID” is a feature for managing digital identities but does not specifically focus on mobile phone-based authentication.
What can you use to ensure that users authenticate by using multi-factor authentication (MFA) when they attempt to sign in from a specific location?
administrative units
Azure role-based access control (RBAC)
Conditional Access
single sign-on (SSO)
The correct answer is “Conditional Access.” Conditional Access allows you to create policies that require multi-factor authentication (MFA) based on specific conditions, such as the user’s location. You can set up policies to require MFA when users sign in from untrusted locations or specific geographic areas, enhancing security.
The other options are incorrect because “administrative units” are used for delegating administrative permissions in Azure AD, “Azure role-based access control (RBAC)” controls user access to resources based on roles but does not enforce MFA, and “single sign-on (SSO)” simplifies authentication but does not require MFA based on location.
Why is cloud computing often less expensive than on-premises datacenters?
Cloud service offerings have limited functionality.
Network bandwidth is free.
Services are only offered in a single geographic location.
You are only billed for what you use.
The correct answer is “You are only billed for what you use.” Cloud computing follows a pay-as-you-go model, meaning that you only pay for the resources and services you actually use. This helps avoid the high upfront costs and ongoing maintenance expenses associated with owning and managing on-premises data centers.
The other options are incorrect because “Cloud service offerings have limited functionality” is not true—cloud services offer extensive functionality. “Network bandwidth is free” is inaccurate, as bandwidth often incurs costs. “Services are only offered in a single geographic location” is also incorrect because cloud providers offer services in multiple regions globally.
What is an advantage of cloud computing compared to on-premises deployments?
You can scale more quickly.
You can work from multiple workstations.
You have full access in case of internet outage.
You own your CPUs.
The correct answer is “You can scale more quickly.” Cloud computing allows you to quickly scale resources up or down based on demand, which is a major advantage over on-premises deployments where scaling requires time and significant investment in hardware and infrastructure.
The other options are incorrect because “You can work from multiple workstations” is not unique to cloud computing, as this can be done in both cloud and on-premises environments. “You have full access in case of internet outage” is not an advantage of cloud computing, as cloud services depend on internet connectivity. “You own your CPUs” is also not an advantage of the cloud, as cloud computing involves renting resources rather than owning them.