Which Azure service is primarily used for serverless computing?
AAzure Functions
BAzure Cosmos DB
CAzure VMs
DAzure Kubernetes Service
Explanation
Azure Functions provides a serverless compute service, unlike the other choices that are dedicated to storage or container orchestration.
Q62
A company needs to analyze real-time streaming data. Which solution should they choose?
AAzure Blob Storage
BAzure Stream Analytics
CAzure Data Lake
DAzure Virtual Machines
Explanation
Azure Stream Analytics specializes in real-time data analysis, while others serve different functions like data storage or computing.
Q63
You are configuring role assignments in Azure. What happens if a user is assigned multiple roles?
AOne role overrides the other.
BAll roles give combined permissions.
CRoles apply only in specific regions.
DMulti-role users have no additional permissions.
Explanation
Azure combines all assigned roles' permissions to provide the user with a comprehensive access level, unlike the other options which imply restrictions or incorrect hierarchy.
Q64
Which service provides serverless compute in Azure?
AAzure Functions
BAzure VMs
CAzure App Service
DAzure SQL Database
Explanation
Azure Functions is designed for serverless computing; VMs provide infrastructure, while App Service is for web apps and SQL Database is for relational data.
Q65
A company needs to manage access to a resource in a shared Azure environment. What should they use?
APublic IP addresses
BAzure Active Directory roles
CAzure Blocks
DNetwork Security Groups
Explanation
Azure Active Directory roles effectively manage access; public IPs do not control permissions, and Azure Blocks is not a service.
Q66
You are configuring a virtual network in Azure. What happens when you set a subnet's IP address range that overlaps with another subnet?
ABoth subnets become inactive
BNo changes occur
CAzure allows the configuration
DDeployment fails with an error
Explanation
Overlapping IP ranges in Azure results in a deployment failure; no changes occur, both remain inactive, and Azure does not allow the configuration.
Q67
Which service is best for hosting web applications in Azure?
AAzure App Service
BAzure Blob Storage
CAzure Functions
DAzure Virtual Machines
Explanation
Azure App Service provides optimized hosting for web apps.
Q68
A company needs a secure way to share files while maintaining version history. Which Azure service should they choose?
AAzure SQL Database
BAzure DevOps Repos
CAzure Blob Storage
DAzure Data Lake
Explanation
Azure DevOps Repos offers version control functionalities.
Q69
You are configuring a firewall in Azure. What happens when a rule with a higher priority is added?
AIt overrides all existing rules.
BIt becomes inactive until reviewed.
CIt negates lower priority rules.
DIt does not change existing rules.
Explanation
Higher priority rules take precedence over lower ones.
Q70
Which service is primarily used for data lakes in Azure?
AAzure Data Lake Storage
BAzure Blob Storage
CAzure SQL Database
DAzure Cosmos DB
Explanation
Azure Data Lake Storage is optimized for data lake scenarios, whereas others serve different purposes.