EX316 Red Hat Certified Specialist in OpenShift Virtualization Free Dumps
EX316 Red Hat Certified Specialist in OpenShift Virtualization Free Dumps
17. Check PVCs are backed by shared storage (like NFS, Ceph).
21. Export existing template: oc get template <name> -o yaml > template.yaml
22. Apply: oc apply -f custom-template.yaml
25. How do you test outbound NAT from a VM connected via pod network?
A. See the Explanation.
Answer: A
Explanation:
18 1. How do you prepare the OpenShift cluster for OVA imports using the virt-v2v toolset?
A. See the Explanation.
Answer: A
Explanation:
34. Use --since and --until for time ranges: sudo journalctl -u sshd --since "1 hour ago"
39. How do you create a backup for a virtual machine using Velero CLI?
A. See the Explanation.
Answer: A
Explanation:
42. How do you create a Multus NetworkAttachmentDefinition for a bridged external network?
A. See the Explanation.
Answer: A
Explanation:
44. How do you check which port the VM is listening on inside the pod?
A. See the Explanation.
Answer: A
Explanation:
51. Run:
oc describe vmi <vm-name>
57. How do you verify that a cloned VM has separate PVCs from the original?
A. See the Explanation.
Answer: A
Explanation:
59. How do you verify live migration bandwidth usage and duration?
A. See the Explanation.
Answer: A
Explanation:
61. Configure CPU, Memory, Boot source (PVC or URL), Network, and Storage.
79. Click Install ® Choose openshift-cnv namespace ® Approve default install mode.
82. VM will prefer labeled nodes but can run elsewhere if needed.
84. How do you test external reachability of a VM via its Multus IP?
A. See the Explanation.
Answer: A
Explanation:
104. How do you ensure the imported VM is bootable and starts successfully?
A. See the Explanation.
Answer: A
Explanation:
130. How do you set a virtual machine to start automatically using RunStrategy?
A. See the Explanation.
Answer: A
Explanation:
134. Run:
virtctl image-upload dv imported-disk \
--size=20Gi \
--image-path=./my-disk.vmdk \
--storage-class=standard \
--access-mode=ReadWriteOnce \
--namespace=ova-import \
--insecure
150. In your Service YAML, set the nodePort explicitly: nodePort: 30444
160. Example:
spec:
externalTrafficPolicy: Local
164. Validate that the PVC's storage class supports shared access.
166. How do you remove an installed package (e.g., nano) from a VM?
A. See the Explanation.
Answer: A
Explanation:
173. How can you deploy OpenShift Virtualization Operator using CLI with OLM?
A. See the Explanation.
Answer: A
Explanation:
174. How do you set up health checks for a VM service exposed via Route?
A. See the Explanation.
Answer: A
Explanation:
180. Apply:
oc apply -f vm.yaml
186. How do you create a VM from a custom template using the web console?
A. See the Explanation.
Answer: A
Explanation:
195. How do you list all services enabled to start at boot on a VM?
A. See the Explanation.
Answer: A
Explanation:
196. How do you create a DataVolume and use it as a boot disk in a VM?
A. See the Explanation.
Answer: A
Explanation:
202. How do you configure anti-affinity to avoid placing two VMs on the same node?
A. See the Explanation.
Answer: A
Explanation:
204. How do you configure a node to be dedicated for virtual machine workloads?
A. See the Explanation.
Answer: A
Explanation:
208. How do you list all PVCs used by running VMs in a namespace?
A. See the Explanation.
Answer: A
Explanation:
211. How can you install the OpenShift Virtualization Operator from a custom CatalogSource?
A. See the Explanation.
Answer: A
Explanation:
231. Run:
oc get vm <vm-name> -o jsonpath='{.spec.runStrategy}'
234. How can you automate OpenShift Virtualization deployment via GitOps?
A. See the Explanation.
Answer: A
Explanation:
24 1. How do you check which nodes are running Virtual Machine Instances (VMIs)?
A. See the Explanation.
Answer: A
Explanation:
251. How do you reboot the virtual machine from inside the guest OS?
A. See the Explanation.
Answer: A
Explanation:
257. Run:
oc adm uncordon <node-name>
259. How do you verify that KubeVirt components are installed after operator deployment?
A. See the Explanation.
Answer: A
Explanation:
270. Web UI: Open the VM ® Actions ® Edit VM ® Resources ® Update CPU/Memory.