Microsoft Azure

Designing Microsoft Azure Infrastructure Solutions

AZ-305
Popular

Prepare for the AZ-305 exam to validate your skills in designing Azure infrastructure solutions.

144 questions 0 views Free
Start Mock Test Timed · Full-length · Scored

Questions 131–140 of 144

Q131

A company needs to ensure that large data transfers between Azure and on-premises occur daily without manual intervention. What service should they use?

  • A Azure Data Lake Storage
  • B Azure Site Recovery
  • C Azure Data Factory
  • D Azure 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?

  • A Total control over the subscription
  • B Can view resources only
  • C Ability to delete resources
  • D Can 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?

  • A Network Security Groups
  • B VPN Gateway
  • C Subnets
  • D Public 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?

  • A Azure AD Privileged Identity Management
  • B Azure Policy
  • C Azure Active Directory
  • D Azure 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?

  • A CPU and memory are released
  • B Data disk is deleted
  • C Public IP is deleted
  • D VM 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?

  • A Azure Functions
  • B Azure VMs
  • C Azure Container Instances
  • D Azure 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?

  • A Azure SQL Database
  • B Azure Cosmos DB
  • C Azure Blob Storage
  • D Azure 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?

  • A Deployment fails immediately
  • B Default values are used
  • C All parameters are ignored
  • D A 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?

  • A Azure Functions
  • B Azure VMs
  • C Azure Kubernetes
  • D Azure 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?

  • A Shared Access Signature (SAS)
  • B Storage Account Key
  • C Public Blob Access
  • D Azure AD App Registration
Explanation SAS provides controlled security, while keys grant full access, and public access is less secure.