test12 Flashcards
To identify denied data packets to Azure VMs connected via ExpressRoute, which tool should you use?
Azure Network Watcher – IP Flow Verify Tool
IP Flow Verify checks if packets are allowed or denied to/from VMs, unlike Traffic Analytics or Connection Troubleshoot.
To protect a web app on Azure from SQL injection and XSS attacks, which service should you use?
Azure Application Gateway
Application Gateway’s Web Application Firewall (WAF) protects against web-based attacks.
What are the least permissions needed for an app to copy secrets from appvault89989 to another vault?
Get and List only
The app needs ‘Get’ to fetch secret values and ‘List’ to see available secrets in the source vault.
To restrict Azure portal login to on-premises network computers for a user group, what should you use?
Azure AD Conditional Access Policies
Conditional Access Policies can enforce location-based login restrictions.
To grant a team temporary permissions to start/stop Azure VMs while minimizing costs, what should you recommend?
Azure AD Privileged Identity Management
PIM provides just-in-time access, reducing costs by limiting permissions.
What license is required to use Azure AD Privileged Identity Management for temporary VM permissions?
Azure AD Premium P2
PIM requires Azure AD Premium P2 licenses for advanced identity management features.
Which two artifacts can be added to Azure Blueprints?
Resource Groups and Role Assignment
Blueprints support artifacts like resource groups and role assignments.
For hosting a Linux Docker container web app with auto-scaling, custom domains, SSL, and minimal admin effort, what should you use?
Azure Web Apps
Web Apps supports Linux containers, auto-scaling, and simplifies management.
Which two services can copy 100 GB of on-premises files to Azure Blob Storage?
Azure Import/Export and Azure Data Factory
Import/Export ships physical drives, and Data Factory automates data transfer.
For a storage solution storing immutable data for 3 years with minimal access costs, which access tier should you choose?
Hot Access tier
Hot tier minimizes access costs for frequent operations.
To ensure data in a storage account remains immutable for 3 years, what should you use?
Container Access Policy
An immutable Blob access policy prevents modifications.
To restrict Azure VM deployment to specific regions, what should you use?
Azure Policies
Azure Policies enforce deployment rules like region restrictions.
To collect System Log events from Windows Server 2019 Azure VMs, what should you create in Azure?
A Log Analytics Workspace
Log Analytics Workspace stores and analyzes event log data from VMs.
What must be installed on Windows Server 2019 VMs to send System Logs to a Log Analytics Workspace?
Microsoft Monitoring Agent
The Microsoft Monitoring Agent collects and sends log data to the workspace.
To enable communication between appvm1 and appvm2 in different Azure VNETs, what should you implement?
Virtual Network Peering
VNET Peering connects virtual networks cost-effectively.
To minimize costs when running parallel jobs in Azure Batch, what should you recommend?
Low-priority virtual machines
Low-priority VMs reduce costs for Batch workloads.
Is the storage cost of demo1.txt (Hot tier) less than demo2.txt (Cool tier) in a GPv2 storage account?
No
Cool tier storage costs less than Hot tier for Blob storage.
Can you access demo3.txt in the Archive tier immediately?
No
Archive tier requires rehydration to Hot or Cool tier before access.
For deploying a public web app and private Web API container group with minimal admin effort, what should you use?
Azure Container Instances
ACI supports container groups with low overhead.
To assess on-premises Hyper-V VM migration to Azure with VM sizing, what should you use?
Azure Migrate
Azure Migrate assesses migration and recommends VM sizes.
For processing images in parallel from an Azure Storage Account, what service should you recommend?
Azure Batch
Batch excels at parallel compute tasks like image processing.
To evaluate group membership monthly with self-reviews and auto-removal, what should you use?
Azure AD Access Reviews
Access Reviews automate group membership evaluation.
For a sender app to broadcast transaction messages to multiple listeners, what should you use?
A Service Bus Topic
Service Bus Topics support publish-subscribe messaging.
To migrate an on-premises SQL Server 2014 database to Azure SQL Database, what should you use?
Database Migration Assistant
DMA migrates SQL Server to Azure SQL Database.