Question 4 of 10Monitor and Maintain Azure Resources
CramHQ changed several Azure route tables and security rules after deploying a new fraud analytics subnet. A specific VM can no longer receive HTTPS requests from an app subnet, and the team needs the fastest way to identify whether Azure currently allows that exact inbound flow and which rule is involved. What should you recommend?
- AA. Use Packet capture on the VM and filter for TCP port 443 from the app subnet.
- BB. Use Next hop from the VM to the app subnet address and review the selected route for the path.
- CC. Use IP flow verify for the VM, specifying inbound TCP traffic from the app subnet to port 443.
- DD. Use Connection troubleshoot from the VM to the app subnet address on TCP port 443.
Show answer and explanation
Answer: C
IP flow verify evaluates whether traffic is allowed or denied to or from a VM for a specified direction, protocol, local and remote IP, and port, and returns the security rule affecting the decision.
“whether Azure currently allows that exact inbound flow and which rule is involved”
What to noticeThe requirement is not just to observe packets or inspect routing; it asks for a current allow-or-deny decision for one specified inbound flow and the rule behind that decision.
How to decideCompare tools by whether they can test a single source, destination, protocol, port, and direction and return the rule that controls the result.
If you picked AWhy it is tempting: Filtering a capture for TCP port 443 sounds targeted and can help inspect traffic after it appears on the VM.
Why it is wrong: Use IP flow verify when the required output is whether Azure allows or denies a specified VM flow and which security rule controls it.
If you picked BWhy it is tempting: Route tables changed, so checking the selected next hop can look relevant to the outage.
Why it is wrong: Use Next hop for route-selection questions; use IP flow verify for allow or deny decisions caused by effective security rules.
If you picked DWhy it is tempting: Testing a connection to TCP port 443 sounds aligned with an HTTPS connectivity failure.
Why it is wrong: Use IP flow verify when the decisive requirement is the effective security decision for a specific VM flow.
Question 5 of 10Monitor and Maintain Azure Resources
CramHQ's dispatch service runs on an Azure VM protected by Azure Backup. At 10:20 UTC, engineers found that a deployment at 09:40 overwrote several routing configuration files. The VM is healthy and must keep serving traffic while the previous files are retrieved. Available backups include application-consistent points at 08:00 and 10:00, and a crash-consistent point at 09:50. Which recommendation best meets the goal?
- AA. Use Restore disks from the 09:50 crash-consistent restore point, attach the restored disk to a helper VM, and copy the files.
- BB. Use Azure Backup File Recovery from the 10:00 application-consistent restore point and copy the affected files back to the running VM.
- CC. Use Replace existing disks from the 08:00 application-consistent restore point, then restart the VM with the earlier disk state.
- DD. Use Azure Backup File Recovery from the 08:00 application-consistent restore point and copy the affected files back to the running VM.
Show answer and explanation
Answer: D
This uses a backup taken before the overwrite and the documented file recovery capability for Azure VM backups, allowing selected files to be copied back without replacing the VM disks.
If you picked AWhy it is tempting: Attaching a restored disk to a helper VM can seem like a safe way to extract files without directly replacing the running VM.
Why it is wrong: A recovery point must contain the desired file state, so it must be before the 09:40 overwrite.
If you picked BWhy it is tempting: The method matches a file-level restore, and application-consistent points often look preferable to crash-consistent points.
Why it is wrong: Consistency does not make a post-change recovery point valid when the goal is to retrieve the earlier file contents.
If you picked CWhy it is tempting: Replacing disks from 08:00 sounds complete because it rolls the VM back to a known earlier state.
Why it is wrong: For a healthy running VM with only several files affected, use file recovery to copy back the selected files instead of replacing existing disks.
Question 6 of 10Monitor and Maintain Azure Resources
CramHQ protects engineering VMs in Recovery Services vaults across several subscriptions. Operations wants one notification path when scheduled protection stops meeting expectations or vault safety is weakened. Planned recovery tests and retention-policy edits should remain reviewable but should not page on-call engineers. Which recommendation best fits this requirement?
- AA. Use Azure Monitor activity log alerts for Microsoft.RecoveryServices vault operations, invoke an action group for failed or risky writes, and review restores or policy edits separately.
- BB. Use Azure Service Health alerts for Azure Backup incidents, invoke an action group for affected regions, and review restores or policy edits separately.
- CC. Use Azure Monitor scheduled query rules over AzureDiagnostics AzureBackupReport records, invoke an action group for matching records, and review restores or policy edits separately.
- DD. Use built-in Azure Monitor alerts for Azure Backup job and security conditions, invoke an action group with an alert processing rule, and review restores or policy edits separately.
Show answer and explanation
Answer: D
This aligns notification with documented platform signals for job failure and security-impacting protection changes, then uses centralized notification routing. Successful restore tests and ordinary policy edits remain operational records rather than paging events.
If you picked AWhy it is tempting: Activity log alerts can call action groups and show Recovery Services vault operations, so they look like a general monitoring answer.
Why it is wrong: Use Azure Backup built-in Azure Monitor alerts for backup job and vault safety conditions; use activity logs mainly to review management-plane changes.
If you picked BWhy it is tempting: Service Health alerts are legitimate Azure notifications and can involve regional service issues that affect availability.
Why it is wrong: Use Service Health for Microsoft-reported platform incidents; use Azure Backup alerts for backup job failures and vault protection-risk conditions.
If you picked CWhy it is tempting: AzureBackupReport records can help analyze backup status and failures, and scheduled queries can send action group notifications.
Why it is wrong: Use backup reports and job views to validate protection state and analyze trends; use built-in Azure Backup alerts for documented job and security conditions that should page responders.
Question 7 of 10Monitor and Maintain Azure Resources
CramHQ is onboarding Azure VMs for a patient scheduling system in a region with multiple independent datacenters. During a datacenter-level incident, operations must restore in that same region, not a paired region. Auditors also want recovery points protected through their scheduled expiry if a compromised backup administrator tries to reduce retention or delete them. Which configuration should you recommend?
- AA. Use a Recovery Services vault with Geo-redundant storage; enable Cross Region Restore and lock immutability after validation.
- BB. Use a Recovery Services vault with Zone-redundant storage; enable immutability and lock the setting after validation.
- CC. Use a Recovery Services vault with Zone-redundant storage; configure soft-delete retention for 180 days and leave immutability disabled.
- DD. Use a Backup vault with Zone-redundant storage; enable immutability and lock the setting after validation.
Show answer and explanation
Answer: B
Azure VM backup uses a Recovery Services vault. Zone-redundant storage is designed for availability across datacenters within the region, and a locked immutable vault blocks deletion or retention-reduction operations before recovery points reach their configured expiry.
If you picked AWhy it is tempting: Geo-redundant storage sounds stronger because it protects against regional loss and Cross Region Restore adds a visible restore capability.
Why it is wrong: Use zone-redundant storage when the requirement is continuity across datacenters or availability zones within the primary region.
If you picked CWhy it is tempting: The zone-redundant storage part matches the same-region incident, and a 180-day soft-delete window sounds like strong deletion protection.
Why it is wrong: Use locked immutable vault protection when the requirement is to block deletion and retention-reducing changes before recovery points reach configured expiry.
If you picked DWhy it is tempting: The storage redundancy and locked immutability pieces align with the scenario, so the incorrect vault type is easy to overlook.
Why it is wrong: Choose the vault type based on the protected workload before evaluating vault protection settings; Azure VM backups belong in a Recovery Services vault.
Question 8 of 10Monitor and Maintain Azure Resources
CramHQ analysts investigate weekly ingestion slowdowns that may involve compute hosts, storage accounts, and virtual networks in several subscriptions. Existing platform metrics and Log Analytics data are already available. For incident reviews, they need a reusable Azure portal page where reviewers can choose the time window and affected region, then compare charts and query results across those resources. Which recommendation best supports this workflow?
- AA. Create an Azure Monitor workbook with time, region, and resource parameters; add metric charts and Log Analytics query visualizations for the relevant resources.
- BB. Enable Azure Monitor VM insights for the compute hosts; use the performance and map views, then pin selected charts for related storage and network resources.
- CC. Use Azure Monitor storage insights for each storage account; filter the workbook templates by subscription and pin capacity, transaction, and availability views to a dashboard.
- DD. Create an Azure dashboard with metric charts for the hosts, storage accounts, and virtual networks; configure each tile to show the standard incident review time range.
Show answer and explanation
Answer: A
This fits because the reviewers need a reusable portal experience that can combine existing metrics and log query results, accept parameters, and present comparisons across multiple resource types and subscriptions.
If you picked BWhy it is tempting: VM insights provides useful performance and map views for machines, which matches part of the slowdown investigation.
Why it is wrong: Use a resource-specific insight view when the operational question is centered on that resource type; use a workbook when the review must compose telemetry across several resource types.
If you picked CWhy it is tempting: Storage insights can surface capacity, transaction, and availability information, so it appears relevant when ingestion slowdowns may involve storage.
Why it is wrong: Match built-in insight views to resource-specific troubleshooting needs; choose a workbook when the review must pivot across compute, storage, and network data in one experience.
If you picked DWhy it is tempting: Azure dashboards can show metric charts for multiple resources and can look like a shared incident review page.
Why it is wrong: Use a workbook when reviewers must interactively select scope and combine metric charts with log query visualizations; use dashboards for more fixed presentation of pinned monitoring tiles.
Question 9 of 10Monitor and Maintain Azure Resources
CramHQ's payment API runs on Azure virtual machines across three application tiers. During checkout incidents, host CPU and memory stay normal, but engineers must quickly determine whether delays are concentrated on specific machine-to-machine calls inside the tier chain. Which recommendation best supports that investigation?
- AA. Use Network Insights for the virtual network and review topology and health across the subnets that contain the application tiers.
- BB. Use VM insights for the application machines and review the dependency map with per-machine performance data during the incident window.
- CC. Use Storage insights for the payment storage accounts and compare transaction latency, availability, and error metrics during checkout failures.
- DD. Use an Azure Monitor workbook scoped to the resource group and chart platform metrics for the virtual machines, NICs, and load balancer.
Show answer and explanation
Answer: B
VM insights is built for monitored machines and can show performance together with discovered dependencies, making it the best fit when the question is whether latency is tied to calls between specific instances.
If you picked AWhy it is tempting: The application tiers sit in subnets, so a virtual network view can seem like the natural place to start.
Why it is wrong: Use Network Insights for Azure network resource topology and health; use VM insights dependency mapping when the question is about calls between monitored machines.
If you picked CWhy it is tempting: Payment systems often depend on storage, and checkout failures can involve transaction latency or errors.
Why it is wrong: Use Storage insights when the operational question is about storage accounts; use VM insights when the question is about dependencies between application machines.
If you picked DWhy it is tempting: Workbooks can combine charts for VMs, NICs, and load balancers, so they can look like a comprehensive investigation surface.
Why it is wrong: Use workbooks for interactive cross-resource analysis, but do not replace VM dependency mapping with platform metric charts when the question asks which machine-to-machine call is slow.
Question 10 of 10Monitor and Maintain Azure Resources
CramHQ's avionics team runs several Azure App Service instances behind a global entry point. After intermittent failures, engineers must reconstruct which caller addresses and request paths produced server errors during a 30-minute window last week. Existing threshold alerts only show that failures increased. Which recommendation best supports the investigation?
- AA. Configure App Service diagnostic settings to send AllMetrics to an Azure Storage account, then review the exported files for the affected interval.
- BB. Use Metrics Explorer for the App Service HTTP server errors metric, pin the chart to a dashboard, and adjust the time grain to one minute.
- CC. Create an Azure Monitor metric alert on the App Service HTTP 5xx metric with dimensions split by instance and action group notifications enabled.
- DD. Configure App Service diagnostic settings to send AppServiceHTTPLogs to a Log Analytics workspace, then query the workspace with Kusto Query Language.
Show answer and explanation
Answer: D
This captures per-request records in a queryable workspace, allowing engineers to filter the affected time window and analyze fields such as client address, path, and status code.
If you picked AWhy it is tempting: The option uses diagnostic settings and keeps data for the affected interval, so it looks like a retention fix.
Why it is wrong: Route the log category that contains the needed records to a destination designed for analysis, such as Log Analytics for Kusto queries.
If you picked BWhy it is tempting: A one-minute time grain can narrow the failure spike and makes the investigation feel more targeted.
Why it is wrong: Metrics summarize behavior over time; logs provide records with fields that can identify callers, paths, statuses, and timestamps.
If you picked CWhy it is tempting: Metric alerts with dimensions and action groups sound operationally strong for server errors.
Why it is wrong: Use metric alerts to detect threshold conditions; use logs when you must investigate retained event records and their fields.