A company needs to ensure that large data transfers between Azure and on-premises occur daily without manual intervention. What service should they use?
AAzure Data Lake Storage
BAzure Site Recovery
CAzure Data Factory
DAzure Blob Storage
Explanation
Azure Data Factory automates data movement and transformation without manual steps.
Q132
You are configuring access for a new development team in Azure. What happens if you assign them the 'Reader' role on a subscription?
ATotal control over the subscription
BCan view resources only
CAbility to delete resources
DCan create new resources
Explanation
`Reader` role allows only read access, not modifications.
Q133
You are configuring Azure Virtual Networks. Which option allows Azure resources to be isolated from each other?
ANetwork Security Groups
BVPN Gateway
CSubnets
DPublic IP addresses
Explanation
Subnets are used to segment a Virtual Network, isolating resources; other options do not isolate resources effectively.
Q134
A company needs to manage user access rights using attribute-based control. Which Azure service should they implement?
AAzure AD Privileged Identity Management
BAzure Policy
CAzure Active Directory
DAzure Role-Based Access Control
Explanation
Azure RBAC supports attribute-based access control; other options do not specifically focus on this functionality.
Q135
What happens when a virtual machine is stopped (deallocated) in Azure?
ACPU and memory are released
BData disk is deleted
CPublic IP is deleted
DVM stays running in the billing state
Explanation
Stopping (deallocating) a VM releases CPU and memory resources, while data disks and public IPs persist.
Q136
Which service is best for serverless compute?
AAzure Functions
BAzure VMs
CAzure Container Instances
DAzure App Services
Explanation
Azure Functions is designed for serverless execution, while the others offer different compute solutions.
Q137
A company needs a scalable NoSQL database. Which option should they choose?
AAzure SQL Database
BAzure Cosmos DB
CAzure Blob Storage
DAzure Table Storage
Explanation
Azure Cosmos DB is purpose-built for scalability and NoSQL, unlike the other options.
Q138
What happens when you deploy an ARM template with parameters but do not provide values for those parameters?
ADeployment fails immediately
BDefault values are used
CAll parameters are ignored
DA new template is created
Explanation
If default values are defined, they will be used; otherwise, the deployment will fail, making A a partial truth.
Q139
Which service provides serverless computing in Azure?
AAzure Functions
BAzure VMs
CAzure Kubernetes
DAzure Site Recovery
Explanation
Azure Functions allow you to run code without provisioning servers; others require more management.
Q140
A company needs to securely share access to their storage account with a third-party. What should they use?
AShared Access Signature (SAS)
BStorage Account Key
CPublic Blob Access
DAzure AD App Registration
Explanation
SAS provides controlled security, while keys grant full access, and public access is less secure.