10/165 questions · Unlock full access
Q1

A global logistics firm is designing a VMware Aria Automation solution to manage resources across three geographically distinct vCenter instances. The firm requires that development teams in each region can only deploy to their local vCenter, but a central IT team must be able to deploy to any region. All deployments must use a centrally managed library of cloud templates. Which design for Projects and Cloud Zones best satisfies these requirements?

Q2

An architect is designing an extensibility solution to update a third-party asset management database whenever a VM is provisioned through VMware Aria Automation. The update process involves complex logic and multiple API calls, which can sometimes take over 10 minutes to complete. The solution must be robust and not impact the user's perception of deployment time. Which approach is most suitable for this requirement?

Q3

A financial services company has deployed a three-node VMware Aria Operations cluster. During a security audit, a finding requires that all management traffic between the nodes of the cluster must be encrypted. Which action should a cloud architect recommend to meet this requirement?

Q4

True or False: When designing a VMware Aria Automation solution with multiple tenants, each tenant requires a separate, dedicated VMware Aria Orchestrator instance to ensure workflow execution isolation.

Q5Multiple answers

A university is designing a private cloud using VMware Aria Automation for its computer science department. The design must accommodate different classes, each with its own budget and resource quotas. Students in a class should only see and manage their own deployments, while professors need to see all deployments for their class. The solution must scale to hundreds of concurrent deployments during peak lab times. Which two components of the logical design are critical to meeting these requirements? (Select TWO)

Q6

An architect is designing a VMware Aria Operations solution for a customer with two data centers (DC1, DC2) separated by a 10ms latency link. The customer requires the monitoring solution to remain fully operational and not lose any data if a single data center fails. A third site (DC3) is available with less than 5ms latency to both DC1 and DC2 for housing a witness component. The following diagram shows the proposed logical design. ```ascii ┌────────────────┐ ┌────────────────┐ │ Data Center 1 │ │ Data Center 2 │ │ (Fault Domain A) │ │ (Fault Domain B) │ ├────────────────┤ ├────────────────┤ │ Primary Node │ │ P. Replica Node│ │ Data Node 1A │ │ Data Node 1B │ │ Data Node 2A │ │ Data Node 2B │ └────────────────┘ └────────────────┘ ▲ ▲ | | └─────────┬────────────┘ | ┌────────────────┐ │ Data Center 3 │ │ (Witness Site) │ ├────────────────┤ │ Witness Node │ └────────────────┘ ``` What is this high availability configuration called in VMware Aria Operations?

Q7

During the requirements gathering phase for a new VMware Aria Automation deployment, the lead architect is presented with a list of constraints from the customer's infrastructure team. Which of the following items is a valid technical constraint that must be addressed in the design?

Q8

A cloud architect is designing a naming standard for virtual machines provisioned by VMware Aria Automation. The standard must be enforced for all projects and must follow the format: `{region}-{os}-{app}-{###}`. The architect has decided to use a custom naming template in Aria Automation. Where must this template be configured to ensure it is applied globally?

Q9

**Case Study:** A healthcare provider, HealthCorp, is implementing VMware Aria Suite to automate its IT infrastructure and manage costs for its electronic health record (EHR) application. HealthCorp operates two primary data centers for production workloads and a smaller data center for disaster recovery. **Current Situation:** The EHR application consists of a three-tier architecture: web, application, and database servers. The infrastructure team currently provisions VMs manually, which is slow and error-prone. There is no accurate way to track the costs associated with the EHR application, and resource sprawl is a significant concern. All infrastructure changes must be logged in a central CMDB (ServiceNow) for compliance with HIPAA regulations. **Requirements:** 1. **Automation:** The provisioning of the entire three-tier application stack must be automated and available via a self-service catalog. 2. **Costing:** The solution must provide accurate cost visibility for all VMs supporting the EHR application. A 15% surcharge must be added to all EHR-related deployments to account for software licensing. 3. **Governance:** All VMs must be automatically decommissioned after 180 days unless an extension is approved. Deployments must be tagged with a `costCenter` and `applicationName` tag. 4. **Integration:** Every provisioned VM must automatically create a Configuration Item (CI) in ServiceNow. **Constraints:** - The existing vSphere infrastructure in the two primary data centers must be used. - The solution must be highly available. - All authentication must be handled by HealthCorp's existing Active Directory. Which combination of VMware Aria components and design choices best fulfills all of HealthCorp's requirements?

Q10

When designing a VMware Aria Automation cloud template, an architect needs to allow users to select from a predefined list of T-shirt sizes (Small, Medium, Large) at request time. Each size corresponds to a specific CPU and memory allocation. What is the most efficient method to implement this in the cloud template's input section?