A company needs to store their database for a mission-critical application with high throughput and lower latency. Which Azure Database service is most suitable?
AAzure Cosmos DB
BAzure SQL Database
CAzure Blob Storage
DAzure Table Storage
Explanation
Azure Cosmos DB is optimized for high throughput and low latency for mission-critical scenarios, unlike the others.
Q102
What happens when an Azure Function exceeds its execution timeout?
AFunction automatically restarts.
BFunction execution is terminated.
CExecution will continue indefinitely.
DError is logged and ignored.
Explanation
When exceeding the timeout, the execution is terminated to prevent resource exhaustion.
Q103
Which service automates OS patch management in Azure?
A company needs to ensure its applications are highly available. What Azure feature should they implement?
ATraffic Manager
BBlob Storage
CAzure VPS
DStorage Accounts
Explanation
Traffic Manager directs traffic for high availability.
Q105
You are configuring a Virtual Network in Azure. What happens when there is a Network Security Group rule allowing traffic on port 80?
ATraffic is blocked by default
BTraffic is allowed from all IPs
COnly specific IPs can access
DTraffic is allowed only from VMs
Explanation
Allowing traffic on port 80 permits access from all IPs; others misinterpret access rules.
Q106
Which service allows you to manage Azure resources using a command-line interface?
AAzure CLI
BAzure PowerShell
CAzure Portal
DAzure DevOps
Explanation
Azure CLI is specifically designed for command-line management, unlike others which serve different purposes.
Q107
A company needs to ensure that specific virtual machine resources are available even during a regional outage. Which Azure feature should they implement?
AAvailability Zones
BScale Sets
CResource Groups
DAzure Traffic Manager
Explanation
Availability Zones provide high availability by isolating resources across multiple data centers within a region.
Q108
You are configuring Azure Firewall. What happens when you enable 'Dnat' rules?
ABlocks all incoming traffic
BAllows outbound traffic only
CRoutes inbound traffic to internal IPs
DEnforces network security groups
Explanation
DNAT rules are specifically designed to route incoming traffic to specified internal IP addresses.
Q109
A company needs to ensure secure access to Azure resources. Which service should they use?
AAzure Active Directory
BAzure Storage
CAzure Functions
DAzure Logic Apps
Explanation
Azure Active Directory provides identity management and access control, whereas the other options do not focus on security access management.
Q110
What happens when you set a resource's lock to 'ReadOnly'?
ADelete actions are prevented.
BMetadata can be modified.
CAll actions are blocked.
DOnly read operations are allowed.
Explanation
A 'ReadOnly' lock allows read operations but prevents modifications and deletions, while the other options misrepresent the lock functionality.