VCP-CMA 2024 Question 245
Select 3A cloud administrator is tasked with creating a custom form in VMware Aria Automation to enhance the request experience for users provisioning a virtual machine. The form must include a dropdown menu for selecting an operating system, pre-configured default values, and a dependency so that the disk size field updates dynamically based on the selected operating system. Which steps should the administrator perform to achieve this?
- A
Add a dropdown field for the operating system selection and define the available options.
- B
Use expressions to create a dependency between the operating system field and the disk size field.
- C
Add a new custom script to the form for handling dependencies.
- D
Set default values for the dropdown field using the 'Constraints' tab.
- E
Preview the custom form to validate the dynamic behavior before publishing it.
Show answer and explanation
Correct answers: A, B, E
Explanation
To create and manage a custom form in VMware Aria Automation that includes dynamic field dependency, the administrator must add relevant fields (e.g., dropdown for OS selection), configure expressions to link fields dynamically (e.g., updating disk size based on OS), and validate the form through the preview feature. Custom scripts are unnecessary as the platform provides built-in tools for dependencies, and default values are configured in the appropriate tab. These steps ensure the custom form delivers an enhanced and functional user experience.
- A. Correct.
Correct: Adding a dropdown field and defining its available options is necessary to allow users to select an operating system.
- B. Correct.
Correct: Expressions are used in VMware Aria Automation custom forms to create dependencies and dynamic relationships between fields, such as updating the disk size based on the selected operating system.
- C. Incorrect.
Incorrect: Adding a custom script is not required to handle dependencies as VMware Aria Automation allows dynamic field updates through expressions and built-in functionality.
- D. Incorrect.
Incorrect: Default values are set in the 'Values' tab, not the 'Constraints' tab, making this option invalid.
- E. Correct.
Correct: Previewing the form allows the administrator to test and validate the behavior of dependencies and ensure the form works as expected before publishing.