Microsoft Azure

Microsoft Azure Fundamentals

AZ-900
Popular Trending

Start your cloud journey with the AZ-900 exam covering Microsoft Azure fundamentals.

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

Questions 81–90 of 138

Q81

You are configuring a VNet in Azure. What happens if you try to connect a subnet to a VNet that already has IP conflicts?

  • A Connection succeeds without issues
  • B Connection fails due to IP conflicts
  • C Existing VMs are automatically reconfigured
  • D Automatic resolution of IP conflicts
Explanation Azure prevents VNet connections with IP conflicts to avoid routing issues; others do not accurately describe Azure behavior.
Q82

Which Azure service assists in managing identity and access permissions?

  • A Azure Active Directory
  • B Azure Compute
  • C Azure App Service
  • D Azure Functions
Explanation Azure Active Directory provides identity management, while others perform different functions.
Q83

A company needs a solution for long-term data retention with minimal access. Which service should they use?

  • A Azure Blob Storage
  • B Azure Premium Storage
  • C Azure Archive Storage
  • D Azure File Storage
Explanation Azure Archive Storage is designed for rare access to data, unlike others that are for frequent access.
Q84

What happens when you assign a role to a user in Azure?

  • A Immediate deletion of resources
  • B User gains specified permissions
  • C Role excludes all previous permissions
  • D No changes occur to user access
Explanation Assigning a role grants permissions defined in that role, while others misinterpret the process.
Q85

What service would you use to manage Azure resources programmatically?

  • A Azure SDK
  • B Azure Machine Learning
  • C Azure DevOps
  • D Azure Functions
Explanation Azure SDK allows programmatic management of Azure resources. Azure Machine Learning is for ML workflows; Azure DevOps is for CI/CD; Azure Functions is for event-driven code execution.
Q86

A company needs to run applications built on .NET. Which Azure service is best suited for this?

  • A Azure App Service
  • B Azure Blob Storage
  • C Azure SQL Database
  • D Azure Virtual Network
Explanation Azure App Service is optimized for running web apps including .NET. Blob Storage is for storing data, SQL Database for structured data, and Virtual Network for networking.
Q87

What happens when an Azure Virtual Machine is deallocated?

  • A Data is permanently deleted
  • B The VM can be restarted
  • C The VM continues incurring charges
  • D The VM stays running in the background
Explanation A deallocated VM can be restarted without data loss, while permanent deletion and charges are incorrect as they pertain to deleted instances and active VMs, respectively.
Q88

Which service is primarily designed for workload scheduling in Azure?

  • A Azure Functions
  • B Azure Logic Apps
  • C Azure Batch
  • D Azure Stream Analytics
Explanation Azure Batch is specifically designed for running large-scale parallel and high-performance computing applications, while the others serve different purposes.
Q89

A company needs to provide an easy way for users to securely share files between departments. Which Azure service should they use?

  • A Azure Blob Storage
  • B Azure Files
  • C Azure Data Lake Storage
  • D Azure Disk Storage
Explanation Azure Files provides fully managed file shares in the cloud accessible via SMB protocol, making it easier for sharing between users.
Q90

You are configuring Azure RBAC for your organization. What happens if you assign a role at the resource group level?

  • A Inherited by all resources
  • B Only applied to virtual machines
  • C Must be reconfigured for each resource
  • D Overrides all lower-level permissions
Explanation Roles assigned at the resource group level apply to all resources within that group due to inheritance.