Tüm alıştırma soruları
47 soru
You manage a Microsoft Entra ID tenant. You are planning to create dynamic groups to automate administrative tasks.
Statement: A single Microsoft Entra ID dynamic group can contain both user objects and device objects as members simultaneously.
Is this statement true or false?
An organization has a Microsoft Entra ID tenant. The tenant contains a dynamic security group named IT-Personnel and an administrative unit named IT-AU. The IT-Personnel group is a member of IT-AU. A user named Admin1 is assigned the Groups Administrator role scoped to IT-AU. You need to determine if Admin1 can update the dynamic query that defines the membership of the IT-Personnel group.
Is the statement 'Admin1 can modify the dynamic membership rule of the IT-Personnel group' true or false?
You are a Microsoft Azure administrator managing a Microsoft Entra ID tenant. You plan to configure a security group to assign Microsoft Entra roles directly to the group's members. Is the following statement true or false?
In Microsoft Entra ID, you can configure a security group with a dynamic user membership type if the group has the 'Roles can be assigned to the group' (isAssignableToRole) property set to Yes.
An organization utilizes Microsoft Entra Connect to synchronize user accounts from an on-premises Active Directory Domain Services (AD DS) domain to a cloud-based Microsoft Entra ID tenant. An administrator attempts to add a synchronized user named User-Alpha (whose current department is Marketing) to a dynamic group named Group-Sales (configured with the membership rule `(user.department -eq "Sales")`) by changing User-Alpha's department attribute to Sales directly in the Microsoft Entra admin center.
Is it true that this action successfully updates User-Alpha's department attribute in Microsoft Entra ID and adds them to the dynamic group?
In Microsoft Entra ID, you configure a new dynamic group. Statement: A single dynamic group can contain a dynamic membership rule that evaluates both user attributes and device attributes to include both users and devices in the same group. Is this statement true?
Your company has a Microsoft Customer Agreement (MCA) billing account. The account includes a billing profile named BP-Finance. A subscription named Sub-Finance is linked to BP-Finance. You configure a budget for the BP-Finance billing profile scope to monitor monthly expenditures. You need to automate the deallocation of non-production virtual machines in Sub-Finance when the budget exceeds .
Is the following statement true or false?
You can configure an Azure Monitor action group directly on the BP-Finance billing profile budget to execute the deallocation runbook.
An administrator applies a CanNotDelete lock to an Azure resource group named RG-Prod. A virtual machine named VM1 is deployed inside RG-Prod. Is the following statement true or false: VM1 cannot be deleted because it inherits the CanNotDelete lock from RG-Prod?
You plan to configure a new dynamic user group in Microsoft Entra ID. The group must automatically include all users who are members of an existing security group named Marketing-All (which has an Object ID of 11111111-2222-3333-4444-555555555555) and also have their department attribute set to Marketing. You write the following dynamic membership rule for the group:
`user.memberof -any (group.objectId -in ['11111111-2222-3333-4444-555555555555']) -and user.department -eq 'Marketing'`
Will Microsoft Entra ID successfully validate and save this dynamic membership rule?
An administrator manages a Microsoft Entra ID tenant. A user named User1 is configured as the owner of an assigned security group named Group1. User1 is not assigned any Microsoft Entra ID directory roles.
Statement: User1 can delete Group1 from the Microsoft Entra admin center.
Is this statement true or false?
Determine whether the following statement is true or false:
In Azure Cost Management, budget alerts can be configured to trigger when forecasted costs exceed a specified threshold percentage of the budget.
Your organization has a Microsoft Entra ID tenant that contains an administrative unit named Office-AU.
Office-AU contains the following resources:
- A user named Admin1
- An assigned security group named Group1
A user named User1 is created in the Microsoft Entra ID tenant but is NOT a member of Office-AU.
Admin1 is assigned the Groups Administrator role scoped to Office-AU.
Determine if the following statement is true or false: Admin1 can add User1 as a member of Group1.
An Azure subscription contains a resource group named RG-Gov. A tag with the key-value pair Dept: Finance is applied to RG-Gov, and a ReadOnly lock is placed on the RG-Gov scope. Within RG-Gov, you deploy an Azure Storage account named store1 with no direct locks or tags.
An administrator asserts that if they query resources using the Dept: Finance tag, store1 will be included in the query results, and that they can rotate the access keys of store1 without removing the lock from RG-Gov.
Is the administrator's assertion correct?
An administrator creates an Azure budget named Mgmt-Prod-Budget scoped to a management group named Prod-MG to monitor spending across multiple subscriptions. The administrator can configure Mgmt-Prod-Budget to trigger an Azure Action Group that executes a Logic App when the actual monthly cost reaches 100% of the budget.
Your organization has a Microsoft Entra ID tenant. A security group named Sales-Group has its membership type set to Assigned. A user named User1 is configured as the owner of Sales-Group and does not hold any directory roles. You need to configure Sales-Group to dynamically include users based on their department.
Can User1 change the membership type of Sales-Group to Dynamic User?
An administrator is deploying Windows Server virtual machines in an Azure subscription. The subscription is configured as an Azure Dev/Test subscription. Determine whether the following statement is true or false: Applying Azure Hybrid Benefit for Windows Server to these virtual machines reduces their billing rate below the standard Linux virtual machine compute rate.
An Azure subscription contains a resource group named `rg-prod-data`. The resource group contains an Azure Storage account named `storelogs1`. A `ReadOnly` lock is applied directly to the resource group `rg-prod-data`. No other locks or tags are applied to the resource group or the storage account. An administrator needs to retrieve the access keys for `storelogs1` using the Azure portal. Does the lock applied to `rg-prod-data` prevent the administrator from retrieving the access keys for `storelogs1`?
You have an Azure subscription that contains a resource group named RG1. Inside RG1, you create a virtual network named VNet1. VNet1 has a subnet named Subnet1 with an address space of . You need to deploy a resource in Subnet1 and configure it with a static IP address of . Is the statement true that you can assign the IP address to the resource?
You configure an Azure virtual network with an address space of and create a subnet named Subnet1 with the address range . Is the statement 'The maximum number of usable IP addresses for Azure resources in Subnet1 is 59' true or false?
An administrator applies a tag named Dept: Marketing to an Azure resource group named rg-marketing. The resource group contains three virtual machines that do not have any tags applied.
Determine whether the following statement is true:
In Azure Cost Analysis, when filtering or grouping by the Dept: Marketing tag, the costs generated by the three virtual machines will be included in the results.
An organization's infrastructure team is planning to deploy a hybrid cloud architecture in Microsoft Azure. The deployment includes a virtual network named VNet-Prod with an address space of . The virtual network must host three subnets to support the following requirements:
1. A subnet named GatewaySubnet to connect to an on-premises datacenter via an Azure VPN Gateway.
2. A subnet named AzureBastionSubnet to provide secure management access to virtual machines.
3. A subnet named Subnet-App to host application virtual machines. The application tier requires at least usable IP addresses for virtual machines, plus any Azure reserved addresses.
The team configures the subnets with the following CIDR blocks:
- GatewaySubnet:
- AzureBastionSubnet:
- Subnet-App:
Is the following statement true?
The proposed subnet configuration successfully meets the minimum prefix size requirements for GatewaySubnet and AzureBastionSubnet, and provides enough usable IP addresses for the application tier.