exam questions

Exam 5V0-33.19 All Questions

View all questions & answers for the 5V0-33.19 exam

Exam 5V0-33.19 topic 1 question 26 discussion

Actual exam question from VMware's 5V0-33.19
Question #: 26
Topic #: 1
[All 5V0-33.19 Questions]

Given the following PowerCLI script:

Which parameters will successfully create a new virtual machine in VMware Cloud vCenter?

  • A. $VMCVMFolder = "VMs" $VMCResourcePool = "Cluster-1" $VMCDatastore = "workloadDatastore"
  • B. $VMCVMFolder = "Workloads" $VMCResourcePool = "Cluster-1" $VMCDatastore = "vsanDatastore"
  • C. $VMCVMFolder = "Workloads" $VMCResourcePool = "Compute-ResourcePool" $VMCDatastore = "WorkloadDatastore"
  • D. $VMCVMFolder = "Workload" $VMCResourcePool = "Mgmt-ResourcePool" $VMCDatastore = "workloadDatastore"
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
$VMCVMFolder = "Workloads"
$VMCResourcePool = "Compute-ResourcePool"
$VMCDatastore = "WorkloadDatastore"
Reference:
https://cloud.vmware.com/community/2019/07/03/vmware-cloud-aws-providing-customers-flexibility-role-based-access-control-vcenter/

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
SIDNEY1
5 years, 1 month ago
This question assumes you know you should create VMs in the Compute-ResourcePool. When you know that, you know the answer is C.
upvoted 3 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 ...