exam questions

Exam 2V0-31.20 All Questions

View all questions & answers for the 2V0-31.20 exam

Exam 2V0-31.20 topic 1 question 57 discussion

Actual exam question from VMware's 2V0-31.20
Question #: 57
Topic #: 1
[All 2V0-31.20 Questions]

Which type of tag can be used by an administrator from within a vRealize Automation blueprint to effect placement of provisioned items?

  • A. Constraint tag
  • B. Capability tag
  • C. Standard tag
  • D. Storage tag
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Reference:
https://www.funkycloudmedina.com/study-guides/vcp-cma-2020/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
tgybyt
3 years, 7 months ago
A is correct tested in LAB - VRA Cloud Assembly - Design - Blueprints - Edit one blueprint - within the code you will see Constraint tags - associate with the placement. Here you have the code: # Created by Quickstart wizard. formatVersion: 1 inputs: cpuCount: type: integer description: Number of virtual processors default: 1 totalMemoryMB: type: integer description: Machine virtual memory size in Megabytes default: 1024 resources: Cloud_vSphere_Machine_1: type: Cloud.vSphere.Machine properties: imageRef: ubuntu1 cpuCount: '${input.cpuCount}' totalMemoryMB: '${input.totalMemoryMB}' constraints: - tag: 'quick_start_run:1'
upvoted 1 times
...
xx13
4 years ago
says from within the blueprint, and yaml has constraints
upvoted 1 times
...
christians7294
4 years, 3 months ago
I have my doubts between A and B. (Leaning towards A) "Tags added to projects and cloud templates function as constraint tags when they are used to match capability tags on infrastructure resources, profiles and cloud zones. In the case of cloud templates, vRealize Automation Cloud Assembly uses this matching functionality to allocate resources for deployments".
upvoted 2 times
christians7294
4 years, 3 months ago
https://docs.vmware.com/en/vRealize-Automation/8.3/Using-and-Managing-Cloud-Assembly/GUID-C8C335F4-9623-401C-825E-6F5B2B3C6507.html
upvoted 1 times
...
...
Jimb0
4 years, 3 months ago
B is correct https://docs.vmware.com/en/vRealize-Automation/8.3/Using-and-Managing-Cloud-Assembly/GUID-8E630DEA-4732-45FC-9655-6933D55818C1.html
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...