Tüm alıştırma soruları

47 soru

Soru 1Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. A dynamic group in Microsoft Entra ID can contain either users or devices, but not both types of objects simultaneously.
The correct answer is False because Microsoft Entra ID dynamic groups must be configured as either dynamic user groups or dynamic device groups. The membership rule engine only evaluates attributes of the selected object type, making it impossible to have a mixed membership of users and devices in a single dynamic group.

Adım Adım Çözüm

1
Identify the group type and membership rule requirements in Microsoft Entra ID.
Microsoft Entra ID supports two membership types for dynamic groups: Dynamic User and Dynamic Device.
This classification determines which properties are available for writing the membership rule.
2
Analyze whether a dynamic rule can reference both user and device properties.
A dynamic rule is restricted to either the 'user' schema or the 'device' schema. You cannot combine user properties (e.g., user.department) and device properties (e.g., device.operatingSystem) in the same query.
Microsoft Entra ID enforces a strict separation between user and device dynamic group memberships to prevent schema mismatch errors during evaluation.

Anahtar Kavram

Dynamic group membership in Microsoft Entra ID is restricted to a single object type (either users or devices) per group.
Soru 2Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because administrative unit-scoped directory roles do not grant permissions to modify the membership rules of dynamic groups. Changing the query definition of a dynamic group requires a tenant-wide administrator role.

Adım Adım Çözüm

1
Analyze the administrator's scoped role assignment.
Admin1 has the Groups Administrator role scoped to the IT-AU administrative unit.
This establishes the scope boundary of Admin1's administrative authority.
2
Determine the capabilities of a Groups Administrator role scoped to an administrative unit.
An administrative unit-scoped Groups Administrator can manage standard properties, licenses, and member lists of assigned groups in their scope.
To distinguish permissions between assigned and dynamic groups.
3
Evaluate permissions required to modify dynamic group membership rules.
Modifying dynamic group membership rules is a tenant-wide action requiring tenant-level roles, such as tenant-level Groups Administrator or Global Administrator.
To verify that administrative unit delegation does not cover dynamic query modifications.

Anahtar Kavram

Delegated administrative permissions and their limitations on dynamic groups within Microsoft Entra ID Administrative Units.
Soru 3Soru

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The statement is false. Microsoft Entra ID explicitly prevents security groups that are assignable to Microsoft Entra roles (isAssignableToRole set to Yes) from using dynamic membership rules. Role-assignable groups must use the 'Assigned' membership type to prevent security vulnerabilities like privilege escalation via user attribute modifications.

Adım Adım Çözüm

1
Analyze the configuration requirement for a role-assignable security group.
Setting the 'Roles can be assigned to the group' (isAssignableToRole) property to Yes allows Microsoft Entra ID roles to be assigned directly to the group.
To identify the baseline capabilities and constraints of role-assignable groups.
2
Examine the membership type requirements for role-assignable groups.
Microsoft Entra ID enforces that any group with 'isAssignableToRole' set to Yes must use the 'Assigned' membership type.
To determine whether dynamic membership rules are compatible with role-assignable groups.
3
Compare this enforcement with the statement in the question.
The statement asserts that a dynamic membership group can also have roles assigned to it, which contradicts Entra ID's security restrictions.
To deduce the truth value of the statement.

Anahtar Kavram

Microsoft Entra ID restricts role-assignable groups to the 'Assigned' membership type, preventing the use of dynamic membership rules.
Soru 4Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

It is false that the action successfully updates User-Alpha's department attribute in Microsoft Entra ID and adds them to the dynamic group.
The correct answer is False because the user account is synchronized from an on-premises directory, meaning its department attribute cannot be changed in the cloud via the Microsoft Entra admin center. Since the attribute remains unchanged, the user does not satisfy the dynamic group membership rule.

Adım Adım Çözüm

1
Determine the source of authority for the user object.
User-Alpha is synchronized from an on-premises Active Directory Domain Services domain using Microsoft Entra Connect, making the on-premises domain the source of authority.
The source of authority determines where user attributes can be modified.
2
Evaluate the write permissions for synchronized attributes.
Synchronized attributes (such as department) are write-protected and read-only within Microsoft Entra ID; they cannot be updated directly in the Microsoft Entra admin center.
Azure Active Directory Connect maintains a unidirectional synchronization flow for these core user attributes from on-premises to cloud.
3
Assess the outcome of the administrator's action.
The attempt to edit the attribute in the Microsoft Entra admin center fails, User-Alpha's department remains Marketing, and they are not added to the Group-Sales dynamic group.
Dynamic membership rules evaluate the actual values stored in Microsoft Entra ID, which remain unchanged.

Anahtar Kavram

Source of authority for synchronized identities and its impact on Microsoft Entra ID dynamic groups.
Tahmini Süre:1m 30s
Soru 5Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because a dynamic group in Microsoft Entra ID can only contain either user objects or device objects, not both.
The correct answer is false because Microsoft Entra ID requires you to choose a specific membership type (Dynamic User or Dynamic Device) when configuring dynamic membership. This selection limits the membership rule to evaluating only attributes of that specific object type (users or devices), preventing a single dynamic group from containing both types of objects.

Adım Adım Çözüm

1
Identify the membership types available for Microsoft Entra ID groups.
Groups can be configured as Assigned, Dynamic User, or Dynamic Device.
This establishes the core limitation of dynamic group types in Microsoft Entra ID.
2
Determine if a single dynamic group can evaluate both user and device attributes simultaneously.
A group configured as Dynamic User can only query user attributes, and a group configured as Dynamic Device can only query device attributes.
Entra ID does not support hybrid dynamic groups containing both user and device objects.

Anahtar Kavram

Microsoft Entra ID Dynamic Group Membership Types
Tahmini Süre:45s
Soru 6Soru

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 80%80\%.

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because budgets configured at billing scopes (Billing Accounts, Billing Profiles, and Invoice Sections) do not support Azure Monitor action groups. Action groups, which are required to run automated runbooks or webhooks, can only be attached to budgets created at subscription or resource group scopes.

Adım Adım Çözüm

1
Analyze the budget scope requested in the scenario.
The budget is configured at the billing profile scope (BP-Finance), which is a billing scope rather than a resource scope.
Billing scopes are used for invoicing and billing management, whereas subscriptions and resource groups are resource deployment scopes.
2
Evaluate the capabilities of budgets at billing scopes.
Budgets at billing scopes (Billing Account, Billing Profile, Invoice Section) only support email-based notifications.
Azure Monitor action groups require a resource-level context (like a subscription or resource group) to execute actions like Runbooks, Logic Apps, or Webhooks, which is not available directly at billing scopes.
3
Determine the truth value of the statement.
The statement is false because you cannot directly associate an Azure Monitor action group with a billing profile budget.
To achieve automated remediation, the budget would need to be created at the subscription or resource group scope, or an external automation process must poll the billing profile budget alerts.

Anahtar Kavram

Azure Cost Management budget scopes and action group support limitations
Tahmini Süre:1m 30s
Soru 7Soru

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?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

The statement is true. The virtual machine inherits the CanNotDelete lock from the resource group, which prevents it from being deleted.
The statement is correct because resource locks applied at the resource group scope are inherited by all resources inside that resource group, including VM1.

Adım Adım Çözüm

1
Identify the lock type and the level at which it is applied.
A CanNotDelete lock is applied at the resource group scope (RG-Prod).
To determine what resources are affected, we first locate the scope and behavior of the lock.
2
Apply the inheritance rules for Azure resource locks.
The lock is inherited by all resources within RG-Prod, including the virtual machine named VM1.
Azure Resource Manager automatically propagates locks down to all child resources.
3
Evaluate the effect of a CanNotDelete lock on VM1.
VM1 cannot be deleted by any user, including administrators, until the lock is removed.
The CanNotDelete lock restricts delete operations on the resource itself and all inherited child resources.

Anahtar Kavram

Azure Resource Lock Inheritance
Tahmini Süre:45s
Soru 8Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
Microsoft Entra ID does not support combining the `memberOf` property with other user attributes (such as `user.department`) in a single dynamic group membership rule expression. A dynamic group rule using `memberOf` can only reference other groups and cannot include additional user-specific filters.

Adım Adım Çözüm

1
Analyze the proposed dynamic membership rule syntax and properties used.
The rule uses `user.memberof` to check membership in a specific group and combines it with a check on the `user.department` property using the `-and` operator.
To determine if the rule is valid, we must evaluate the constraints of Microsoft Entra ID dynamic group membership rules.
2
Recall the limitations of the `memberOf` attribute in dynamic group rules.
Microsoft Entra ID prohibits combining the `memberOf` attribute with any other attributes or query terms within the same dynamic group rule expression.
This is a platform-enforced limitation of dynamic group evaluation.
3
Evaluate the outcome of saving the rule.
Since the rule attempts to combine `user.memberof` and `user.department` using `-and`, validation will fail, and the portal will not allow the rule to be saved.
The rule violates the structural constraints of dynamic group membership rule configurations.

Anahtar Kavram

Microsoft Entra ID dynamic group membership rules cannot combine the 'memberOf' attribute with other user or device properties in a single rule.
Soru 9Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false. Group owners cannot delete the group they own unless they are assigned a directory role with group deletion permissions, such as Groups Administrator or Global Administrator.
The statement is false because group owners are only authorized to manage members and other owners. They cannot delete the group itself. Deleting a security group requires directory roles such as Groups Administrator, User Administrator, or Global Administrator.

Adım Adım Çözüm

1
Analyze the permissions of a group owner in Microsoft Entra ID.
A group owner can add or remove members, add or remove other owners, and edit group settings (like description or name, depending on tenant settings), but cannot delete the group.
Group ownership is a delegated administrative feature designed for membership management, not full lifecycle control of the resource object.
2
Determine the role required to delete a group in Microsoft Entra ID.
Deleting a group requires directory-level administrative privileges, which are granted via roles like Groups Administrator, User Administrator, or Global Administrator.
Deleting a directory object is a high-privilege action that affects the entire tenant's directory structure.
3
Evaluate the statement against the analyzed permissions.
Since User1 is only a group owner and has no directory roles, User1 cannot delete Group1.
User1 lacks the required directory role permissions to delete a group object.

Anahtar Kavram

Delegated group management vs directory roles in Microsoft Entra ID
Soru 10Soru

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.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
Budget alerts in Azure Cost Management support triggering based on both actual costs and forecasted costs, allowing for proactive cost management.

Adım Adım Çözüm

1
Analyze the capabilities of Azure Cost Management budget alerts.
Azure budget alerts can monitor spending and notify administrators when thresholds are met.
To evaluate the statement, we must understand what parameters can trigger a budget alert.
2
Determine if budget alerts support both actual and forecasted cost evaluations.
Azure supports 'Actual' triggers (based on accumulated cost) and 'Forecasted' triggers (based on predicted trend).
This confirms whether forecasted costs are a valid alert trigger.
3
Confirm the truth value of the statement.
Since forecasted costs can trigger budget alerts, the statement is True.
To complete the evaluation of the statement.

Anahtar Kavram

Azure Budget Alert Triggers
Soru 11Soru

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.

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
The statement is true because the Groups Administrator role scoped to Office-AU grants Admin1 permission to modify the membership of Group1 since Group1 is within Office-AU. The users being added to the group do not need to be members of the same administrative unit.

Adım Adım Çözüm

1
Identify the role and scope of the administrator.
Admin1 has the Groups Administrator role scoped to Office-AU.
This determines that Admin1 can manage groups that are members of Office-AU.
2
Determine if the target group is within the administrator's scope.
Group1 is a member of Office-AU.
Since Group1 is in Office-AU, Admin1 has permission to manage its membership.
3
Determine if the user being added must be within the same administrative unit.
No, Microsoft Entra ID allows administrative unit-scoped administrators to add any user from the tenant to a group in their scope.
The write operation is performed on the group's membership attribute, not on the user object itself. Therefore, the user does not need to be within the administrative unit.

Anahtar Kavram

Groups Administrator role permissions scoped to an administrative unit in Microsoft Entra ID
Soru 12Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The administrator's assertion is incorrect.
The correct answer is False because tags are not inherited from resource groups to child resources, and the inherited ReadOnly lock prevents key listing and rotation operations on the storage account.

Adım Adım Çözüm

1
Evaluate tag inheritance from the resource group to the storage account.
The storage account store1 does not inherit the Dept: Finance tag.
Tags applied to an Azure resource group are not automatically inherited by the resources inside that resource group.
2
Evaluate lock inheritance from the resource group to the storage account.
The storage account store1 inherits the ReadOnly lock from RG-Gov.
Azure resource locks applied at a parent scope (resource group) propagate to all child resources within that scope.
3
Determine if key rotation is allowed under a ReadOnly lock.
Key rotation (which involves listing and regenerating keys) is blocked by the ReadOnly lock.
A ReadOnly lock restricts operations that modify the resource or use POST requests at the control plane level, including listing keys (listKeys) and regenerating keys.

Anahtar Kavram

Tags are not inherited from resource groups to child resources. Resource locks are inherited by child resources, and ReadOnly locks prevent control plane POST operations such as listing or rotating access keys.
Soru 13Soru

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
Azure Cost Management budgets configured at the Management Group scope only support email notifications. They do not support Action Groups, which prevents the administrator from triggering a Logic App directly from the budget alert at this scope.

Adım Adım Çözüm

1
Determine the scope of the budget configuration.
The budget Mgmt-Prod-Budget is scoped to the management group Prod-MG.
Budget capabilities vary depending on the scope at which they are defined (Management Group, Subscription, Resource Group, or Resource).
2
Evaluate the alert and action capabilities supported at the Management Group scope.
Management Group-scoped budgets support only email notification alerts to specified recipients.
Unlike Subscription and Resource Group scopes, Management Group scopes do not support Action Groups, meaning automated actions like triggering Logic Apps or Runbooks are unavailable.
3
Compare the requirements of the administrator's plan with the supported capabilities.
The attempt to configure an Action Group for the management group budget will fail.
Since the administrator is attempting to associate an Action Group with a Management Group-scoped budget, the statement is false.

Anahtar Kavram

Azure Budgets Scope Limitations
Soru 14Soru

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?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

No, User1 cannot change the membership type of Sales-Group to Dynamic User because group owners without administrative directory roles do not have permissions to modify group membership types.
Group owners are permitted to manage group membership (adding/removing users) and update group settings (like description or name) for the groups they own. However, changing a group's membership type (e.g., from Assigned to Dynamic User or Dynamic Device) requires specific administrative directory roles such as Global Administrator or Groups Administrator. Since the user does not hold any directory roles, they cannot change the membership type.

Adım Adım Çözüm

1
Analyze the roles and permissions of the user.
User1 is a group owner but does not hold any Microsoft Entra ID directory roles.
Determine what actions the user can perform in the tenant.
2
Identify the required permissions to change group membership type from Assigned to Dynamic.
Changing the membership type of a group requires the Global Administrator or Groups Administrator directory role.
Compare the required administrative roles against the user's roles.
3
Evaluate if the group owner can perform the change.
Since User1 only has group owner permissions and no administrative roles, the action is blocked.
Make the final determination on the statement.

Anahtar Kavram

Group ownership permissions and membership type management in Microsoft Entra ID
Soru 15Soru

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because Azure Dev/Test subscriptions already waive the Windows Server license fee to charge the baseline Linux compute rate, and Azure Hybrid Benefit cannot be used to reduce the rate below this baseline.
The correct answer is false. Windows Server virtual machines in an Azure Dev/Test subscription are already billed at the standard Linux compute rate. Applying Azure Hybrid Benefit has no effect since the Windows Server license fee is already waived by the subscription type.

Adım Adım Çözüm

1
Analyze the billing behavior of Windows Server virtual machines in an Azure Dev/Test subscription.
In an Azure Dev/Test subscription, Windows Server virtual machines are charged at the same rate as standard Linux virtual machines because the Windows Server licensing fee is waived.
This provides a cost-effective environment for development and testing workloads.
2
Analyze how Azure Hybrid Benefit (AHB) affects Windows Server virtual machine costs.
AHB allows organizations to use on-premises Windows Server licenses with active Software Assurance to run Windows Server VMs in Azure at the Linux compute rate.
This is designed to waive the Azure Windows Server licensing fee for standard subscriptions.
3
Evaluate the combination of Dev/Test rates and Azure Hybrid Benefit.
Because the Dev/Test subscription rate is already identical to the baseline Linux compute rate, the Windows licensing fee is already $0. Applying Azure Hybrid Benefit does not provide any additional discount below the base Linux compute rate.
You cannot stack these benefits to reduce the cost below the compute-only rate.

Anahtar Kavram

Azure Dev/Test subscription pricing and Azure Hybrid Benefit interaction
Soru 16Soru

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`?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

The ReadOnly lock inherited by the storage account prevents the retrieval of the access keys.
The correct answer is that the lock prevents the retrieval of the keys. A ReadOnly lock applied to a resource group is inherited by all resources within that group. In addition to blocking write and delete operations, a ReadOnly lock blocks POST operations, which includes the request to retrieve (list) storage account access keys.

Adım Adım Çözüm

1
Analyze lock inheritance behavior in Azure.
The ReadOnly lock applied to the resource group is inherited by all child resources, including the storage account.
Azure Resource Locks are inherited by all child resources within the scope where the lock is applied.
2
Evaluate the permissions blocked by a ReadOnly lock.
A ReadOnly lock blocks all write and delete operations, as well as control plane POST operations.
This prevents configurations from being modified and blocks actions that generate or return sensitive keys.
3
Determine if listing storage keys is blocked.
Retrieving storage account keys requires a POST action, which is blocked by the inherited ReadOnly lock.
Listing access keys is a control plane operation that uses the POST method, making it subject to ReadOnly lock restrictions.

Anahtar Kavram

Azure Resource Lock inheritance and ReadOnly lock constraints on POST operations
Soru 17Soru

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 10.0.1.0/2810.0.1.0/28. You need to deploy a resource in Subnet1 and configure it with a static IP address of 10.0.1.310.0.1.3. Is the statement true that you can assign the IP address 10.0.1.310.0.1.3 to the resource?

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
In any Azure subnet, the first four IP addresses and the last IP address are reserved by Azure for internal routing, DNS, and broadcast functions. For the subnet address space 10.0.1.0/2810.0.1.0/28, the reserved IPs are 10.0.1.010.0.1.0, 10.0.1.110.0.1.1, 10.0.1.210.0.1.2, 10.0.1.310.0.1.3, and 10.0.1.1510.0.1.15. Because 10.0.1.310.0.1.3 is one of the reserved addresses, the statement is false.

Adım Adım Çözüm

1
Calculate the IP range for the subnet based on its CIDR notation.
The subnet range for 10.0.1.0/2810.0.1.0/28 spans from 10.0.1.010.0.1.0 to 10.0.1.1510.0.1.15, representing 16 total IP addresses.
Before analyzing availability, the total boundaries of the subnet must be established.
2
Identify the specific IP addresses reserved by Azure within the subnet.
Azure reserves the first four IP addresses (10.0.1.010.0.1.0, 10.0.1.110.0.1.1, 10.0.1.210.0.1.2, 10.0.1.310.0.1.3) and the last IP address (10.0.1.1510.0.1.15) of the subnet.
Azure enforces specific IP reservation rules for network control, gateway routing, DNS mapping, and broadcast functions.
3
Check if the desired IP address falls into the reserved IP range.
The IP address 10.0.1.310.0.1.3 matches the fourth reserved IP address in the subnet.
Since the IP address is reserved by Azure, it cannot be dynamically or statically assigned to user workloads.

Anahtar Kavram

Azure Subnet Reserved IP Addresses
Soru 18Soru

You configure an Azure virtual network with an address space of 10.0.0.0/2410.0.0.0/24 and create a subnet named Subnet1 with the address range 10.0.0.0/2610.0.0.0/26. Is the statement 'The maximum number of usable IP addresses for Azure resources in Subnet1 is 59' true or false?

Cevabı ve açıklamayı göster

Cevap: True

Cevap

True
The statement is correct because Azure reserves 5 IP addresses in every subnet. A /26/26 network contains 64 total addresses, resulting in 59 usable IP addresses.

Adım Adım Çözüm

1
Calculate the total number of IP addresses in the subnet CIDR block.
A /26/26 CIDR block contains 23226=642^{32 - 26} = 64 total IP addresses.
Determining the total capacity is the starting point for calculating usable addresses.
2
Apply the Azure-specific subnet reservation rule.
Azure reserves 5 IP addresses per subnet: the first four addresses and the last address.
Azure virtual networking requires these reserved IP addresses for internal routing, DNS, and network identity.
3
Subtract the reserved IP addresses from the total number of IP addresses.
645=5964 - 5 = 59 usable IP addresses.
This determines the exact count of IP addresses available for allocation to resources in the subnet.

Anahtar Kavram

Azure Subnet Reserved IP Addresses
Tahmini Süre:45s
Soru 19Soru

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

False
The correct answer is False because, by default, Azure resources do not inherit tags from their parent resource group. Therefore, Cost Analysis cannot group or filter the virtual machines' costs under the resource group's tag.

Adım Adım Çözüm

1
Analyze the target resources and tag assignment.
The tag Dept: Marketing is applied directly to the resource group rg-marketing, but not to the three virtual machines inside it.
To identify which specific scopes and resources have the tag metadata assigned.
2
Evaluate the tag inheritance behavior for Azure resources.
By default, resources within a resource group do not inherit the tags applied to that resource group.
To determine if the resource group's tag automatically propagates to the child virtual machines.
3
Determine the impact on Azure Cost Analysis filtering and grouping.
Because the virtual machines are untagged, Cost Analysis will not associate their billing data with the Dept: Marketing tag unless tags are directly applied to the VMs or tag inheritance is explicitly enabled at the billing scope level.
To evaluate the correctness of the statement based on default Azure behavior.

Anahtar Kavram

Resource tag inheritance behavior in Azure Cost Analysis
Soru 20Soru

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 172.16.0.0/16172.16.0.0/16. 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 2828 usable IP addresses for virtual machines, plus any Azure reserved addresses.

The team configures the subnets with the following CIDR blocks:
- GatewaySubnet: 172.16.0.0/29172.16.0.0/29
- AzureBastionSubnet: 172.16.1.0/26172.16.1.0/26
- Subnet-App: 172.16.2.0/27172.16.2.0/27

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.

Cevabı ve açıklamayı göster

Cevap: False

Cevap

The statement is false because a /27/27 subnet provides only 2727 usable IP addresses in Azure due to the 55 reserved IP addresses, failing to meet the requirement of at least 2828 usable IP addresses for the application tier.
The statement is false because Subnet-App (172.16.2.0/27172.16.2.0/27) provides only 2727 usable IP addresses. In Azure subnets, 55 IP addresses are always reserved (the first four and the last one). A /27/27 subnet has 3232 total IP addresses, so subtracting the 55 reserved addresses leaves only 2727 usable IP addresses, which is fewer than the required 2828 hosts.

Adım Adım Çözüm

1
Verify the GatewaySubnet prefix size.
The GatewaySubnet prefix is /29/29.
Azure VPN Gateway requires a GatewaySubnet with a prefix of /29/29 or larger. Therefore, the /29/29 prefix meets the requirement.
2
Verify the AzureBastionSubnet prefix size.
The AzureBastionSubnet prefix is /26/26.
Azure Bastion requires a subnet named AzureBastionSubnet with a prefix of /26/26 or larger. Therefore, the /26/26 prefix meets the requirement.
3
Calculate the number of usable IP addresses for Subnet-App (172.16.2.0/27172.16.2.0/27).
There are 2727 usable IP addresses.
A /27/27 subnet has 23227=322^{32-27} = 32 total IP addresses. Azure reserves 55 IP addresses per subnet, resulting in 325=2732 - 5 = 27 usable IP addresses.
4
Compare the usable IP addresses to the application requirement.
The subnet provides 2727 usable IP addresses, which is less than the required 2828.
Since 27<2827 < 28, the configuration fails to meet the application tier requirements, making the statement false.

Anahtar Kavram

Azure virtual network subnet prefix sizing and reserved IP addresses
Sayfa 1 / 3Sonraki
Tüm alıştırma soruları — Microsoft Azure Administrator (AZ-104) | Examkin