test13 Flashcards

1
Q

Which Azure service allows you to view the history of administrator-role assignments and send alerts to the Global Administrator on new assignments?

A

Azure AD Privileged Identity Management

Azure AD Privileged Identity Management (PIM) enables viewing the history of administrator-role assignments via its audit log and can be configured to send alerts to the Global Administrator when new assignments occur.

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

How can you ensure outbound traffic from Azure VMs is routed to the closest on-premises network when using multiple ExpressRoute circuits?

A

Border Gateway Protocol (BGP)

BGP routes can be defined to optimize traffic flow, ensuring outbound traffic from Azure virtual machines is directed to the nearest on-premises network via ExpressRoute circuits.

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

What is the minimum number of Azure Site Recovery Providers needed for 10 VMs across 3 Hyper-V nodes in a cluster?

A

3

The Azure Site Recovery Provider must be installed on each Hyper-V node in the cluster, so for 3 nodes, you need 3 providers, regardless of the number of VMs.

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

Which Azure service can collect logs from Azure AD, Azure subscriptions, and third-party providers, detect threats, and automate responses?

A

Microsoft Sentinel

Microsoft Sentinel is a SIEM solution that collects log and diagnostic data from multiple sources, detects known threats, and supports automated responses.

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

To notify when a VM’s CPU percentage deviates from historical norms, what should you create in Azure Monitor?

A

An alert based on metrics and a dynamic threshold

An alert with a dynamic threshold in Azure Monitor uses historical metric data to detect deviations in CPU percentage, unlike static thresholds which use fixed values.

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

Which Azure service can discover application components on Windows systems and map communication between services?

A

Service Map Solution in Azure

The Service Map Solution in Azure automatically discovers application components on Windows systems and maps their communication dependencies.

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

Which Azure service can analyze how many users return to an application?

A

Azure Application Insights

Azure Application Insights provides a retention feature to track user return rates, offering insights into application usage patterns.

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

Can you stream SQLInsights logs from an Azure SQL database to a storage account named appstore1000?

A

Yes

Yes, diagnostic settings for an Azure SQL database can stream SQLInsights logs to a storage account like appstore1000, provided it meets configuration requirements.

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

Can you stream SQLInsights logs from an Azure SQL database to a storage account named appstore2000 if it’s in a different location?

A

No

The storage account must be in the same location as the Azure SQL database to stream diagnostic logs, so appstore2000 in a different location cannot be used.

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

Can you stream SQLInsights logs from an Azure SQL database to a Log Analytics workspace named appworkspace?

A

Yes

A Log Analytics workspace can receive SQLInsights logs from an Azure SQL database, regardless of its location, making appworkspace a valid target.

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

What is the maximum retention duration for data in a Log Analytics workspace?

A

730 days

In a Log Analytics workspace, the maximum data retention period can be set to 730 days under the ‘Data Retention’ settings.

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

Which Azure service provides Layer-7 load balancing and protection against SQL Injection attacks for VMs hosting a web application?

A

Azure Application Gateway

Azure Application Gateway offers Layer-7 load balancing and includes a Web Application Firewall (WAF) to protect against attacks like SQL Injection.

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

Which hosting solution supports a .NET Core app needing to write to the Windows Event Log and local file system?

A

Azure Virtual Machine Scale Set

An Azure VM Scale Set provides control over the compute environment, allowing a .NET Core app to write to the Windows Event Log and local file system, unlike managed PaaS options.

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

For an Azure API Management instance using Azure Functions for read-only APIs, which HTTP method should be defined?

A

GET only

Since only read operations are allowed, the API Management instance should define only the GET method to restrict to read-only access.

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

Which Azure Policy effect ensures resources get a ‘Department’ tag with value ‘Information Technology’ if missing?

A

Modify

The ‘Modify’ effect in Azure Policy allows adding or updating tags on resources, ensuring compliance by applying the ‘Department: Information Technology’ tag.

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

What object in Azure AD is needed for Azure Policy to add tags to resources automatically?

A

Managed Identity with the Contributor Role

Azure Policy uses a Managed Identity with the Contributor Role to perform remediation tasks, like adding tags to resources.

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

Which Azure Blob Storage feature ensures database backup files are immutable for three years?

A

Time-based retention

Time-based retention policies in Azure Blob Storage prevent modification or deletion of files for a specified period, such as three years.

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

How can applications securely retrieve database passwords from Azure Key Vault?

A

Azure AD Managed Identity

An application (e.g., on an Azure Web App) can use a Managed Identity to securely access secrets in Azure Key Vault without hardcoding credentials.

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

Which service provides temporary access for users to create Azure Web Apps when needed?

A

Azure AD Privileged Identity Management

Azure AD PIM allows granting temporary, just-in-time access to users for tasks like creating Azure Web Apps, enhancing security.

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

At which level should an Azure Blueprint definition be created to minimize definitions across multiple subscriptions?

A

At ManagementGroupA

Defining the Blueprint at the top-level ManagementGroupA reduces the number of definitions needed, applying consistency across all subscriptions beneath it.

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

At which level should an Azure Blueprint assignment be applied to minimize assignments?

A

At each SubGroup Management Group

Assigning the Blueprint at each SubGroup Management Group level reduces the number of assignments while ensuring coverage across relevant subscriptions.

22
Q

What is the ideal way to grant users access to Azure Blob Storage files for one month?

A

Shared Access Signatures (SAS)

SAS provides time-bound access to Blob Storage objects, allowing users to access files for a specified duration like one month.

23
Q

Which service supports failover to another server for ApplicationA’s recovery needs?

A

Azure Site Recovery

Azure Site Recovery enables failover to another server, meeting ApplicationA’s requirement for disaster recovery with minimal downtime.

24
Q

Which service provides backup for ApplicationB’s data with a suitable RTO?

A

Azure Backup

Azure Backup offers a straightforward backup solution for ApplicationB, allowing data restoration within the required recovery time objective (RTO).

25
Q

Which service allows asynchronous communication via messages between Azure Web Apps and VMs?

A

Azure Service Bus

Azure Service Bus supports message queues, enabling asynchronous communication between application components like Web Apps and VMs.

26
Q

What subnet IP range can be used for Azure VMs in a virtual network with a Site-to-Site VPN to an on-premises network (192.168.0.0/16)?

A

10.0.0.0/24

The Azure virtual network must use a non-overlapping IP range like 10.0.0.0/24 to avoid conflicts with the on-premises range of 192.168.0.0/16.

27
Q

What gateway subnet IP range can be used for a Site-to-Site VPN in an Azure virtual network?

A

10.0.1.0/27

A gateway subnet like 10.0.1.0/27 can be carved out from the virtual network’s address space for the VPN gateway.

28
Q

Which service is cost-effective for hosting containers that access Azure file shares and auto-restart on failure?

A

Azure Container Instances

Azure Container Instances (ACI) is cost-effective, supports Azure file share access, and automatically restarts failed containers.

29
Q

What deployment strategy ensures a .NET app on VMs is available across regions with custom components?

A

Deploy on two Azure VMs in different regions with a Traffic Manager Profile

Traffic Manager provides global routing across regions, ensuring availability even if one region fails, while VMs support custom components.

30
Q

Which Azure SQL feature automatically monitors and improves query performance?

A

Automatic Tuning

Automatic Tuning monitors queries on an Azure SQL database and optimizes performance by applying tuning recommendations.

31
Q

Which Azure SQL feature shows the performance of top-consuming and longest-running queries?

A

Query Performance Insights

Query Performance Insights provides detailed metrics on resource-intensive and long-running queries in an Azure SQL database.

32
Q

How many public IP addresses are needed for a VM (appvm2) behind a Standard Public Load Balancer?

A

0

VMs behind a public Load Balancer use private IPs for communication; no public IPs are required for the VMs themselves.

33
Q

Which storage solution supports immutable database backups for three years?

A

Azure Blob Storage

Azure Blob Storage with immutable policies (e.g., time-based retention) is ideal for storing unmodifiable database backups.

34
Q

Which service provides global routing, WAF protection, and URL-based routing for Azure Web Apps across regions?

A

Azure Front Door

Azure Front Door offers global routing, Web Application Firewall (WAF), and URL-based routing, ensuring availability and security across regions.

35
Q

Can APIs in an API Management instance integrated with a virtual network be accessed from within that network?

A

Yes

When API Management is integrated with the same virtual network (e.g., app-network), APIs are accessible from within that network.

36
Q

Can APIs in an API Management instance set to ‘External’ mode be accessed from the Internet?

A

Yes

The ‘External’ mode in API Management allows APIs to be accessible from the Internet, in addition to internal access if configured.

37
Q

What is true about a file in the Archive access tier of Azure Blob Storage?

A

The file will be stored at the lowest storage cost

The Archive tier offers the lowest storage cost in Azure Blob Storage, though access costs are higher due to retrieval delays.

38
Q

How can a file in the Archive tier be accessed immediately?

A

Change the access tier of the object

To access an archived file immediately, you must rehydrate it by changing its access tier (e.g., to Hot or Cool).

39
Q

How does Azure Key Vault ensure redundancy for stored secrets and keys?

A

By replicating artifacts to another region

Azure Key Vault automatically replicates secrets and keys to a paired region for redundancy and disaster recovery.

40
Q

During an Azure Key Vault failover, which operation is not allowed?

A

Delete secret

In failover mode, the Key Vault becomes read-only, preventing operations like deleting secrets until failover completes.

41
Q

How can an ASP.NET Core app on an Azure VM authenticate users via Azure AD?

A

Azure AD Enterprise Application

Registering the app as an Azure AD Enterprise Application allows it to use Azure AD credentials for user authentication.

42
Q

What should be configured to collect event data from Windows Server 2019 VMs into a Log Analytics workspace?

A

Windows event logs

Windows event logs must be configured to collect security and system events from Windows Server 2019 VMs into Log Analytics.

43
Q

What should be configured to collect event data from Ubuntu Linux 20.04 VMs into a Log Analytics workspace?

A

Syslog

Syslog is used to collect event data from Linux-based VMs like Ubuntu 20.04 into a Log Analytics workspace.

44
Q

Does an Azure Blueprint with only a resource group and role assignment include a policy assignment?

A

No

The Blueprint described only includes a resource group and role assignment, with no Azure Policy assignment defined.

45
Q

Can an Azure Blueprint in ‘Draft’ status be assigned?

A

No

A Blueprint must be published (moved out of Draft status) before it can be assigned to a scope.

46
Q

Which service enforces Multi-Factor Authentication for privileged users based on login location?

A

Azure AD Conditional Access

Conditional Access Policies can enforce MFA for specific users based on conditions like login location.

47
Q

Which service integrates Azure Monitor alerts with ServiceNow to create work items?

A

IT Service Management Connector

The IT Service Management Connector links Azure Monitor alerts to external ITSM tools like ServiceNow for automated work item creation.

48
Q

Which service allows monthly reviews of role assignments with automatic removal if unapproved?

A

Azure AD Access Reviews

Azure AD Access Reviews enables periodic review of role assignments, with automation to remove unapproved roles.

49
Q

How can a Traffic Manager profile be converted from priority routing to an Active-Active setup?

A

Change the Traffic Manager routing method

Switching from Priority to a method like Weighted or Performance routing enables an Active-Active configuration across endpoints.

50
Q

How many public IP addresses are needed for a VM (appvm1) behind a Standard Public Load Balancer?

A

0

VMs behind a public Load Balancer communicate via private IPs; the Load Balancer itself handles the public IP, so none are needed for appvm1.