This page was exported from Valid Premium Exam [ http://premium.validexam.com ] Export date:Mon Feb 24 15:29:29 2025 / +0000 GMT ___________________________________________________ Title: [Jun 17, 2022] 2V0-31.21 PDF Questions and Testing Engine With 92 Questions [Q21-Q37] --------------------------------------------------- [Jun 17, 2022] 2V0-31.21 PDF Questions and Testing Engine With 92 Questions Updated Exam Engine for 2V0-31.21 Exam Free Demo & 365 Day Updates VMware 2V0-31.21 Exam Syllabus Topics: TopicDetailsTopic 1Customize a deployment using CloudConfigCloud-InIt Describe the services offered by vRealize AutomationTopic 2Describe the Use Case of Integrating Terraform with vRA Describe the different types of vRealize Automation deploymentsTopic 3Install SaltStack Config using vRealize Suite Lifecycle Manager Perform manual installation using Lifecycle Manager (Workspace ONE Access and vRealize Automation and vRA Envrion Scale Out)Topic 4Troubleshoot vRealize Automation configuration errors (Cloud Zone, tags, YAML, etc.) Monitor vRO workflow execution (extensibility and event logs)Topic 5Configure Code Stream Endpoints and Basic Pipelines Perform a simple installation using vRealize Easy InstallerTopic 6Integrate vRealize Automation with vRealize Operations Describe different types of basic integrations available with vRealize AutomationTopic 7Describe the architecture of vRealize Automation Differentiate between vRealize Automation vs vRealize Automation cloudTopic 8Manage Capability and Constraint Tags Manage the Identity and Access Management tabTopic 9Create Service Broker Content Sources Manage ExtensibilitySubscription (ABXvRealize Orchestrator)   NO.21 An administrator will use the vRealize Automation Code Stream Smart Templates to trigger pipeline testing when there are code changes in GitHub.Which template should the administrator use? (Choose the best answer.)  Continuous Delivery  Cloud Template  Blank Canvas  Continuous Integration NO.22 Which two types of Code Stream endpoints are supported? (Choose two.)  JFrog  Ansible Tower  Jenkins  vRealize Operations  vRealize Orchestrator https://docs.vmware.com/en/vRealize-Automation/services/Using-and-Managing-CodeStream/GUID-7957EC89-00DF-415F-BB65-FB4839DE4A20.html#GUID-7957EC89-00DF-415F-BB65-FB4839DE4A20NO.23 An administrator wants to use constraint tags to deploy cloud templates to a particular storage with a capability tag assigned; however, not all projects have access to this storage.Which two tag formats can be defined at the cloud template level in order to ensure that cloud templates are deployed on this particular storage, whenever possible, and fail if not available? (Choose two.)  value:key  key:value:soft  !key:value  key:value:hard  key:value NO.24 An enterprise organization has a library of Terraform configurations for creating and managing its infrastructure resources.What enhanced capability will be introduced by leveraging the vRealize Automation Terraform Service?(Choose the best answer.)  The ability to deploy a machine using a dynamically-created Terraform configuration with tag-based placement.  The ability to deploy a machine using an existing Terraform configuration from the self-service catalog in Service Broker.  The ability to deploy a machine using an existing Terraform configuration with tag-based placement.  The ability to deploy a machine using a dynamically-created Terraform configuration from the self-service catalog in Service Broker. NO.25 What component would an administrator use to manage vRealize Automation cluster settings?  vRealize Suite Lifecycle Manager  VAMI  Cloud Assembly  vracli NO.26 On which platform is CloudBase-Init used to execute user-provided scripts? (Choose the best answer.)  Linux  MacOS  Kubernetes  Windows NO.27 An administrator is trying to create a new set of image mappings that will map to vSphere templates that have been added to an existing vCenter Server cloud account. When the administrator tries to select the Windows Server 2016 image, nothing appears on the list. The administrator has confirmed that the vSphere template exists in the correct location within vCenter Server.Which action should the administrator take to be able to create the new image mapping? (Choose the best answer.)  Validate the vCenter Server cloud account credentials.  Check to make sure image synchronization is successful for the vCenter Server cloud account.  Make sure the correct NSX endpoint is selected for the vCenter Server cloud account.  Add a new capability tag to the vCenter Server cloud account. NO.28 The administrator has installed SaltStack Config using the “edu” tenant from vRealize Suite Lifecycle Manager.How would the administrator access the SaltStack Config service?  Log into httpa://<vra-fqdn>  Log in to Error! Hyperlink reference not valid.  Log in to Error! Hyperlink reference not valid.  Log in to Error! Hyperlink reference not valid. NO.29 An administrator must restrict the amount of memory resources available for a specific group of users. On which component would the administrator configure this?  Projects  Cloud Zones  Cloud Accounts  Flavor Mappings https://blogs.vmware.com/management/2020/03/vra-resource-limits.htmlCloud zones can set the priority when multiple jobs are being provisioned to the same resource. You can limit the number of instances that can be deployed within the project. The default value of 0 gives you unlimited instances. You can also limit the maximum amount of memory that the project can consume in the cloud zone.NO.30 An administrator must restrict the amount of memory resources available for a specific group of users. On which component would the administrator configure this?  Projects  Cloud Zones  Flavor Mappings  Cloud Accounts NO.31 An administrator creates a custom form for a RHEL cloud template. A user reports only being able to see the standard form when requesting the cloud template.Which step should the administrator take to resolve this issue?  Enable the custom form for the RHEL cloud template.  Enable the custom form feature in Service Broker.  Enable the custom form feature in Cloud Assembly.  Enable the custom form in the project for the RHEL cloud template. Service Broker – Content & Policies – Content – pick one blue print content and there are 3 little dots and a left side submenu for each content, click Customize Form – after Customization click Enable Custom forms is not a feature that have to be enabled on the Service Broker level. They are enabled on a per-catalog item basis so this answer makes the most sense.NO.32 Which command should an administrator run to check the status of vRealize Automation services? (Choose the best answer.)  vracli org-oauth-apps  kubectl -n prelude get pods  kubectl cluster-info -n prelude  vracli status NO.33 What happens if multiple resources in a provisioning request meet conflicting hand constraints?  Round robin is used to select only one of the conflicting tags.  Soft constraints are used as a tiebreaker.  Tags from the cloud template take precedence.  Tags from the project take precedence. https://docs.vmware.com/en/vRealize-Automation/8.0/Using-and-Managing-Cloud-Assembly/GUID-C8C335F4-9623-401C-825E-6F5B2B3C6507.html How constraint tags work on projects When configuring Cloud Assembly resources, cloud administrators can apply constraint tags on projects. In this way, administrators can apply governance constraints directly at the project level. All constraints added at this level are applied to every cloud template requested for the applicable project, and these constraint tags take precedence over other tags.If constraint tags on the project conflict with constraint tags on the cloud template, the project tags take precedence, thus allowing the cloud administrator to enforce governance rules. For example, if the cloud administrators creates a location:london tag on the project, but a developer places a location:boston tag on the cloud template, the former will take precedence and the resource is deployed to infrastructure containing the location:london tag.NO.34 An administrator configures cloud accounts for vSphere, Amazon Web Services and Google Cloud Platform.Each public cloud account has a single region configured, with a single cloud zone associated with each.Company policy states that all development workloads should be deployed to the public cloud and all production workloads should be deployed to vSphere. The administrator wants to ensure that when creating cloud templates for this project an appropriate constraint tag is specified to meet the placement policy and that App-Dev users are allowed to select whether to deploy the machine to production or development. The tagging strategy states that development environments should be tagged with “dev” and production environments should be tagged “prod”.Which two actions should the administrator take to ensure the objective is met? (Choose two.)  Add a capability tag to each cloud account, using env:prod as the key/value pair.  Add a capability tag to each public cloud zone, using env:dev as the key/value pair.  Add a capability tag to each vSphere cloud zone, using env:dev as the key/value pair.  Add a capability tag to each vSphere cloud zone, using env:prod as the key/value pair.  Add a capability tag to each public cloud zone, using env:prod as the key/value pair. NO.35 The Quickstart wizard executes multiple actions when submitted.What is one of the actions that is always executed by the Quickstart wizard? (Choose the best answer.)  Send approval notification  Create an Active Directory integration  Request a deployment from a machine catalog item  Execute subscriptions for an event topic NO.36 An administrator is looking to install SaltStack Config to integrate with existing vRealize Automation environment.Which two pre-requisites must be met to complete the installation using vRealize Suite Lifecycle Manager?(Choose two.)  Access to NSX-T Load Balancer  Integrate vRealize Automation with Active Directory  Access to a vRealize Automation tenant  A valid vRealize Automation license key  Access to NSX-T Data Center cloud account NO.37 What is the purpose of a cloud zone? (Choose the best answer.)  A cloud zone is used to segregate resources for provisioning within a cloud account.  A cloud zone is a method of connecting to a type of resource provider.  A cloud zone is a simplified user interface for users who do not need full access to developing and building cloud templates.  A cloud zone is used for organizing users and groups.  Loading … Exam Passing Guarantee 2V0-31.21 Exam with Accurate Quastions: https://www.validexam.com/2V0-31.21-latest-dumps.html --------------------------------------------------- Images: https://premium.validexam.com/wp-content/plugins/watu/loading.gif https://premium.validexam.com/wp-content/plugins/watu/loading.gif --------------------------------------------------- --------------------------------------------------- Post date: 2022-06-17 09:07:57 Post date GMT: 2022-06-17 09:07:57 Post modified date: 2022-06-17 09:07:57 Post modified date GMT: 2022-06-17 09:07:57