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 11–20 of 144

Q11

You are configuring Azure Active Directory for an organization. What feature can help to improve security by enforcing more verifications for users?

  • A Multi-Factor Authentication
  • B Role-Based Access Control
  • C Conditional Access
  • D Identity Protection
Explanation Multi-Factor Authentication (MFA) adds an extra layer of security by requiring additional verification, unlike the other options that focus on different security aspects.
Q12

What happens when you delete a Resource Group in Azure?

  • A Only empty groups can be deleted
  • B All resources in it are deleted
  • C Deletion is reversible for 30 days
  • D Resource permissions are preserved
Explanation Deleting a Resource Group removes all resources within it, while the other options inaccurately depict the behavior of resource deletion.
Q13

Which Azure service is ideal for serverless computing?

  • A Azure Functions
  • B Azure VMs
  • C Azure Blob Storage
  • D Azure SQL Database
Explanation Azure Functions enables event-driven serverless applications, while others are traditional compute or storage solutions.
Q14

A company needs to replicate its Azure VM across regions for disaster recovery. Which service should they use?

  • A Azure Backup
  • B Azure Site Recovery
  • C Azure Traffic Manager
  • D Azure Disk Storage
Explanation Azure Site Recovery is explicitly designed for disaster recovery capability, unlike the others that serve different purposes.
Q15

You are configuring networking for a web application. What happens when you enable DDoS Protection?

  • A All inbound traffic is blocked
  • B Traffic is monitored and protected
  • C Performance slows down significantly
  • D Cost of bandwidth increases dramatically
Explanation DDoS Protection monitors and helps shield against attacks, while other options do not accurately represent its functionality.
Q16

Which service is best for serverless compute?

  • A Azure Functions
  • B Azure VMs
  • C Azure App Service
  • D Azure Kubernetes Service
Explanation Azure Functions provides a serverless compute solution; VMs require management, App Service is for hosting web apps, and Kubernetes is for container orchestration.
Q17

A company needs to restrict access to critical resources based on user identity and device compliance. Which Azure service should they implement?

  • A Azure Active Directory
  • B Azure VPN Gateway
  • C Azure Network Security Group
  • D Azure Monitor
Explanation Azure Active Directory enables identity-based access control; VPN Gateway provides secure connections, security groups control traffic, and Monitor is for monitoring.
Q18

What happens when a scale set instance fails health checks?

  • A Instance is deleted
  • B Instance is restarted
  • C Instances remain unaffected
  • D New instance is created
Explanation A new instance is created to replace the failed one; instances being deleted is not the default behavior, and restart does not guarantee resolution.
Q19

Which Azure service provides overall monitoring and analytics for your resources?

  • A Azure Monitor
  • B Azure Blob Storage
  • C Azure Functions
  • D Azure Active Directory
Explanation Azure Monitor aggregates and analyzes performance data, making it perfect for monitoring resources, while others serve different purposes.
Q20

A company needs to implement a serverless solution to handle large-scale event processing. Which Azure service should they choose?

  • A Azure Functions
  • B Azure Static Web Apps
  • C Azure Logic Apps
  • D Azure Web Apps
Explanation Azure Functions allows serverless event-driven programming, while others focus on web hosting or workflows.