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 31–40 of 144

Q31

Which Azure service is specifically designed for API management?

  • A API Management
  • B Azure Functions
  • C Azure Logic Apps
  • D Azure App Service
Explanation API Management provides a dedicated service for managing APIs, while others serve different purposes.
Q32

A company needs to implement role-based access for their development team within Azure. Which service should they use?

  • A Azure AD
  • B Azure DevOps
  • C Azure VM
  • D Azure Monitor
Explanation Azure AD manages role-based access controls effectively, unlike the other options.
Q33

What happens when you assign a public IP address to an Azure Virtual Machine?

  • A Increases latency for reboots
  • B Allows internet connectivity
  • C Blocks access from outside
  • D Enforces security groups
Explanation A public IP address grants internet access to the VM, whereas the other options are incorrect.
Q34

Which service is optimal for monitoring Azure resources' performance?

  • A Azure Monitor
  • B Azure DevOps
  • C Azure Functions
  • D Azure Automation
Explanation Azure Monitor is designed specifically for resource performance monitoring, while others serve different purposes.
Q35

A company needs to deploy an application with high availability across multiple regions. What Azure feature should they implement?

  • A Azure Virtual Network
  • B Azure Load Balancer
  • C Azure Blob Storage
  • D Azure Function Apps
Explanation Azure Load Balancer distributes traffic effectively across regions, ensuring high availability, unlike the other options which serve other functions.
Q36

What happens when you assign a role-based access control (RBAC) role at the resource group level?

  • A Inherited by all resources
  • B Only applied to VMs
  • C Ignored by user permissions
  • D Only limited to storage accounts
Explanation Assigning a role at the resource group level propagates that access to all resources within it, unlike specific restriction options found in others.
Q37

Which service uses distributed architectures for low-latency applications?

  • A Azure Functions
  • B Azure Blob Storage
  • C Azure Cosmos DB
  • D Azure Virtual Machines
Explanation Azure Cosmos DB offers low-latency, globally distributed data storage; the other options do not focus on low-latency across distributions.
Q38

A company needs to manage user access at the resource level. Which Azure feature should they implement?

  • A Role-Based Access Control (RBAC)
  • B Network Security Group
  • C Azure Firewall
  • D Azure Traffic Manager
Explanation RBAC allows granular control over resource permissions in Azure, unlike the other options which focus on other aspects of network and traffic management.
Q39

What happens when you set a virtual machine to deallocate in Azure?

  • A It retains its disk data
  • B It deletes all data
  • C It becomes inaccessible
  • D It stops billing immediately
Explanation Deallocating a VM releases the compute resources while retaining the disk data; deleting all data or making it inaccessible are incorrect representations of the process.
Q40

Which service would you use for serverless event processing?

  • A Azure Functions
  • B Azure Virtual Machines
  • C Azure Kubernetes Service
  • D Azure App Service
Explanation Azure Functions enable serverless compute to process events; the others are not serverless solutions.