test10 Flashcards
To enable Resource Manager templates to access secrets in Azure Key Vault during deployment, which setting must be enabled?
Access policies for the Key Vault
Access policies control access to secrets, keys, and certificates, granting permissions to applications or services.
Which Azure service best tracks requests and exceptions to specific lines of code in a .Net Core app on Azure Web Apps?
Azure Application Insights
Application Insights provides detailed telemetry, including request and exception tracking to specific code lines.
Which synchronization methods ensure users don’t enter passwords on corporate machines with AD and Entra ID? (Select two)
PHS (Password Hash Synchronization) and PTA (Pass-Through Authentication)
PHS syncs password hashes, and PTA passes authentication requests to AD.
To notify two admins of >5 security log events in 120 seconds on two VMs with minimal effort, what should you create?
One action group and one alert rule
This setup simplifies management and notifies both admins efficiently.
How can users access an Azure web app via Entra ID from company-owned Windows 10 PCs without authentication prompts?
An Entra ID Application registration
Application registration enables seamless Entra ID authentication without prompts.
To ensure all ExpressRoute resources are created in ‘mynew-rg’ with least privilege, what should you use?
An Azure Policy at the subscription level with an exclusion
This policy enforces resource creation location simply and securely.
For AKS pods to authenticate against AD for Azure resources with granular logs, what’s the best solution?
Enable Azure Workload Identity in each pod as a system-managed identity with reader role at resource group level
Workload Identity provides pod-level AD authentication and logs.
Which Azure service is best for storing semi-structured data with low latency and global high availability?
Azure Cosmos DB
Cosmos DB offers low-latency, high-availability storage for semi-structured data globally.
Does deploying two databases as Azure SQL Managed Instances on one server support server-side transactions across them?
Yes
Azure SQL Managed Instance supports distributed transactions across databases on the same server.
What’s the best approach to transfer 500 GB from an on-premises file server to Azure Storage using Azure Data Factory?
Create a pipeline
A pipeline in Data Factory automates data transfer efficiently.
What must be done first to access a Sample.txt file in an Azure storage account?
Modify the access tier
If archived, the file must be rehydrated to an online tier before access.
For a storage account storing documents and tables with drive mappings and max redundancy, what performance is best?
Standard General Purpose v2
Standard v2 balances cost and performance, supporting drive mappings.
What’s the best managed Spark cluster for nightly SQL data transfers and multi-language analytics in Azure?
Azure Databricks
Databricks provides a managed Spark cluster with multiple language support for analytics.
Which two parameters ensure an IPSCustomers database in Azure SQL scales effectively for workload demands?
Define the maximum of Database Transaction Units and maximum size for a database
DTUs and max size allow dynamic scaling of compute and storage.
Which backup solution meets a 15-minute RPO, 30-day retention, and encryption for an SQL Server on an Azure VM?
Azure Storage account
Storage accounts support Automated Backup with encryption.
Which Azure service maintains reliable performance on a set of VMs?
Azure Scale Sets
Scale Sets auto-scale VM instances based on demand.
Which service ensures applications keep running during a data center failure?
Azure Availability Zones
Availability Zones distribute apps across data centers in a region.
Which Azure service reduces database load and improves access times for an e-commerce app’s product info?
Azure Cache for Redis
Redis caches data in-memory, reducing load and speeding access.
Does a Basic App Service Plan meet auto-scaling and cost-minimization requirements for an Azure Web App?
Yes
Basic plans support auto-scaling based on demand.
How do you enable communication between VMs in two virtual networks using private IPs?
Virtual Network Peering
Peering connects networks for private IP communication.
To handle 200,000 requests in 5 minutes for a Logic App, what should be configured?
Workflow settings
Workflow settings can enable high throughput mode or distribute workload.
What’s the first step to deploy ‘getcloudskillsapp2’ on four DS3 v2 nodes in an AKS cluster?
Create a new node pool
A new node pool specifies the size and number of nodes needed.
How do you ensure continuous deployment to AKS from Azure Container Registry image updates?
Use an Azure DevOps Pipeline
DevOps Pipelines trigger deployments on image updates.
What load balancer supports port forwarding, HTTPS probes, and availability sets from web front end to app tier?
An Internal Azure Standard Load Balancer
Internal Standard Load Balancer meets all requirements.