nerdexam
Broadcom-VMware

2V0-622 · Question #5

An object has inherited permissions from two parent objects. What is true about the permissions on the object?

The correct answer is B. The permissions are combined from both parent objects.. When an object inherits permissions from multiple parent objects, all permissions from every parent are combined and applied to the child object.

Section 1 – Configure and Administer vSphere 6.5 Security

Question

An object has inherited permissions from two parent objects. What is true about the permissions on the object?

Options

  • AThe common permissions between the two are applied and the rest are discarded.
  • BThe permissions are combined from both parent objects.
  • CNo permissions are applied from the parent objects.
  • DThe permission is randomly selected from either of the two parent objects.

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • D
    4% (1)

Why each option

When an object inherits permissions from multiple parent objects, all permissions from every parent are combined and applied to the child object.

AThe common permissions between the two are applied and the rest are discarded.

Taking only the intersection of permissions across parents would be overly restrictive and is not how standard permission inheritance operates.

BThe permissions are combined from both parent objects.Correct

In standard permission inheritance models, permissions flow down from all parent objects and are accumulated into a union set. The effective permissions on an object are the combination of every inherited permission from every parent in the hierarchy, ensuring no access granted by any parent is silently dropped.

CNo permissions are applied from the parent objects.

Inheritance explicitly means permissions are passed down from parents; discarding all inherited permissions would defeat the purpose of the inheritance model.

DThe permission is randomly selected from either of the two parent objects.

Permission inheritance is deterministic and rule-based, not random - there is no mechanism to randomly select permissions from one parent over another.

Concept tested: Permission inheritance from multiple parent objects

Source: https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.security.doc/GUID-5372F580-5C23-4E9C-8A4E-EF1B4DD9033E.html

Topics

#inherited permissions#permission propagation#vCenter hierarchy

Community Discussion

No community discussion yet for this question.

Full 2V0-622 Practice