test10 Flashcards

1
Q

To enable Resource Manager templates to access secrets in Azure Key Vault during deployment, which setting must be enabled?

A

Access policies for the Key Vault

Access policies control access to secrets, keys, and certificates, granting permissions to applications or services.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which Azure service best tracks requests and exceptions to specific lines of code in a .Net Core app on Azure Web Apps?

A

Azure Application Insights

Application Insights provides detailed telemetry, including request and exception tracking to specific code lines.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which synchronization methods ensure users don’t enter passwords on corporate machines with AD and Entra ID? (Select two)

A

PHS (Password Hash Synchronization) and PTA (Pass-Through Authentication)

PHS syncs password hashes, and PTA passes authentication requests to AD.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

To notify two admins of >5 security log events in 120 seconds on two VMs with minimal effort, what should you create?

A

One action group and one alert rule

This setup simplifies management and notifies both admins efficiently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can users access an Azure web app via Entra ID from company-owned Windows 10 PCs without authentication prompts?

A

An Entra ID Application registration

Application registration enables seamless Entra ID authentication without prompts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To ensure all ExpressRoute resources are created in ‘mynew-rg’ with least privilege, what should you use?

A

An Azure Policy at the subscription level with an exclusion

This policy enforces resource creation location simply and securely.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For AKS pods to authenticate against AD for Azure resources with granular logs, what’s the best solution?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which Azure service is best for storing semi-structured data with low latency and global high availability?

A

Azure Cosmos DB

Cosmos DB offers low-latency, high-availability storage for semi-structured data globally.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Does deploying two databases as Azure SQL Managed Instances on one server support server-side transactions across them?

A

Yes

Azure SQL Managed Instance supports distributed transactions across databases on the same server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What’s the best approach to transfer 500 GB from an on-premises file server to Azure Storage using Azure Data Factory?

A

Create a pipeline

A pipeline in Data Factory automates data transfer efficiently.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What must be done first to access a Sample.txt file in an Azure storage account?

A

Modify the access tier

If archived, the file must be rehydrated to an online tier before access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For a storage account storing documents and tables with drive mappings and max redundancy, what performance is best?

A

Standard General Purpose v2

Standard v2 balances cost and performance, supporting drive mappings.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What’s the best managed Spark cluster for nightly SQL data transfers and multi-language analytics in Azure?

A

Azure Databricks

Databricks provides a managed Spark cluster with multiple language support for analytics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which two parameters ensure an IPSCustomers database in Azure SQL scales effectively for workload demands?

A

Define the maximum of Database Transaction Units and maximum size for a database

DTUs and max size allow dynamic scaling of compute and storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which backup solution meets a 15-minute RPO, 30-day retention, and encryption for an SQL Server on an Azure VM?

A

Azure Storage account

Storage accounts support Automated Backup with encryption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which Azure service maintains reliable performance on a set of VMs?

A

Azure Scale Sets

Scale Sets auto-scale VM instances based on demand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Which service ensures applications keep running during a data center failure?

A

Azure Availability Zones

Availability Zones distribute apps across data centers in a region.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which Azure service reduces database load and improves access times for an e-commerce app’s product info?

A

Azure Cache for Redis

Redis caches data in-memory, reducing load and speeding access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Does a Basic App Service Plan meet auto-scaling and cost-minimization requirements for an Azure Web App?

A

Yes

Basic plans support auto-scaling based on demand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

How do you enable communication between VMs in two virtual networks using private IPs?

A

Virtual Network Peering

Peering connects networks for private IP communication.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

To handle 200,000 requests in 5 minutes for a Logic App, what should be configured?

A

Workflow settings

Workflow settings can enable high throughput mode or distribute workload.

22
Q

What’s the first step to deploy ‘getcloudskillsapp2’ on four DS3 v2 nodes in an AKS cluster?

A

Create a new node pool

A new node pool specifies the size and number of nodes needed.

23
Q

How do you ensure continuous deployment to AKS from Azure Container Registry image updates?

A

Use an Azure DevOps Pipeline

DevOps Pipelines trigger deployments on image updates.

24
Q

What load balancer supports port forwarding, HTTPS probes, and availability sets from web front end to app tier?

A

An Internal Azure Standard Load Balancer

Internal Standard Load Balancer meets all requirements.

25
Q

Does using AzCopy with a storage account replicate Hyper-V VM disks to Azure while keeping them available?

A

No

AzCopy isn’t designed for live VM migration; Azure Site Recovery is needed.

26
Q

Which Azure service ensures quick data recovery with minimal downtime for hybrid workloads?

A

Azure Site Recovery

Site Recovery replicates and fails over workloads.

27
Q

Which solutions monitor an AKS cluster with metrics, logs, workload performance, and alerts?

A

Azure Monitor (Log Analytics) Workspaces and Azure Container Insights

Together, they provide comprehensive AKS monitoring.

28
Q

Why choose a multi-workspace design over a single log workspace for an API app across two regions?

A

Data location regulations

Regulations may require data to stay in specific regions.

29
Q

Does a Premium Key Vault with private endpoint and client keys meet FIPS 140-2 Level 3 requirements?

A

Yes

Premium Key Vault with private endpoint ensures secure key isolation.

30
Q

Does a Standard Key Vault with public access disabled meet FIPS 140-2 Level 3 requirements?

A

No

Standard Key Vault lacks the isolation needed for compliance.

31
Q

Does a Key Vault Managed HSM with private endpoint meet FIPS 140-2 Level 3 requirements?

A

Yes

Managed HSM provides high availability and compliance.

32
Q

How can an App Service retrieve SQL DB secrets from Key Vault with least privilege and minimal code changes?

A

Enable system-assigned Managed Identities in App Services and grant permissions to access Key Vault secrets

Managed Identities securely fetch secrets without code changes.

33
Q

How do you prevent accidental deletion of Azure resources like an Application Gateway?

A

Azure Lock at Resource Group Level

Resource locks prevent deletions.

34
Q

How do you enable hierarchical namespace for an app needing file-level security and analytics?

A

Upgrade current Storage accounts to Data Lake Gen2

Data Lake Gen2 provides HNS for security and analytics.

35
Q

What provides temporary read-only access to a private blob for 24 hours monthly?

A

Shared access signatures (SAS)

SAS offers time-limited, read-only access.

36
Q

What’s the best service for a data warehouse and big data analytics in Azure?

A

Azure Synapse Analytics service

Synapse combines warehousing and analytics.

37
Q

What enhances file share availability across regions for a South American company?

A

A Storage Account, GRS enabled, containing File shares and Azure File Sync enabled

GRS and File Sync ensure redundancy and access during outages.

38
Q

How do you mask PII in Azure Synapse Analytics SQL query outputs?

A

Dynamic data masking

Dynamic data masking hides sensitive data.

39
Q

Which service transfers Oracle data to Synapse Analytics with Spark and Scala R support?

A

Azure Databricks

Databricks offers Spark processing and language support.

40
Q

What’s the best SQL tier for 20 critical databases with 30-day backup retention?

A

Standard

Standard tier balances cost and features, supporting backups.

41
Q

Which service meets automatic scalability, millisecond response, and 99.999% availability for a global app?

A

Azure Cosmos DB

Cosmos DB delivers scalability, speed, and high availability globally.

42
Q

What’s the most cost-effective disaster recovery solution for VMware VMs with 3-hour RTO and 2-hour RPO?

A

Azure Site Recovery

Site Recovery meets RTO/RPO targets and enables testing.

43
Q

Which components meet disaster recovery, monitoring, and geographic load balancing for a .NET app?

A

Traffic Manager and Application Insights

Traffic Manager handles geographic load balancing, and Insights monitors performance.

44
Q

What’s the best global caching solution with WAF and geographic content delivery?

A

Front Door

Front Door offers global CDN, caching, and WAF with OWASP rules.

45
Q

What PaaS solution fits short-lived processes, database triggers, and scheduled tasks?

A

Functions

Azure Functions handle event-driven, short-lived tasks efficiently.

46
Q

What tools calculate TCO and VM sizing for migrating 5,000 VMs and 15 SQL Servers to Azure?

A

Azure Migrate and Azure Database Migration Service

Migrate assesses TCO and sizing, while DMS handles database migration.

47
Q

Which AKS networking plugin assigns pod IPs from a different space with NAT and avoids IPv4 exhaustion?

A

Kubenet

Kubenet provides cost-effective NAT and separate IP spaces.

48
Q

What components manage VM access with time restrictions, MFA, and auditing?

A

Just in Time (JIT) Virtual Machine access and conditional access policy for VM Sign-in

JIT limits access timing, and conditional access enforces MFA.

49
Q

How do you analyze network traffic to VMs over ExpressRoute?

A

Use IP Flow Verify

IP Flow Verify checks packet allowance/denial.

50
Q

What load balancer balances non-HTTP(S) traffic on ports 5000 and 1025 between App Services and VMs?

A

Azure Load Balancer

Load Balancer supports Layer 4 traffic for non-HTTP(S) protocols.