You are configuring a VNet in Azure. What happens if you try to connect a subnet to a VNet that already has IP conflicts?
AConnection succeeds without issues
BConnection fails due to IP conflicts
CExisting VMs are automatically reconfigured
DAutomatic 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?
AAzure Active Directory
BAzure Compute
CAzure App Service
DAzure 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?
AAzure Blob Storage
BAzure Premium Storage
CAzure Archive Storage
DAzure 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?
AImmediate deletion of resources
BUser gains specified permissions
CRole excludes all previous permissions
DNo 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?
AAzure SDK
BAzure Machine Learning
CAzure DevOps
DAzure 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?
AAzure App Service
BAzure Blob Storage
CAzure SQL Database
DAzure 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?
AData is permanently deleted
BThe VM can be restarted
CThe VM continues incurring charges
DThe 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?
AAzure Functions
BAzure Logic Apps
CAzure Batch
DAzure 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?
AAzure Blob Storage
BAzure Files
CAzure Data Lake Storage
DAzure 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?
AInherited by all resources
BOnly applied to virtual machines
CMust be reconfigured for each resource
DOverrides all lower-level permissions
Explanation
Roles assigned at the resource group level apply to all resources within that group due to inheritance.