[Jun 29, 2026] 100% Real & Accurate NCP-MCA Questions with Free and Fast Updates [Q14-Q39]

Share

[Jun 29, 2026] 100% Real & Accurate NCP-MCA Questions with Free and Fast Updates

Self-Study Guide for Becoming an Nutanix Certified Professional - Multicloud Automation (NCP-MCA 6.10) Expert

NEW QUESTION # 14
An administrator needs to create a blueprint that sets default variables and specifies where the application should be deployed.
Which part of a blueprint allows this to be specified?

  • A. Categories
  • B. App Profiles
  • C. Dependencies
  • D. Substrates

Answer: B

Explanation:
Nutanix Calm documentation states thatApplication Profiles (App Profiles)define:
* Default variable values
* Deployment targets (cluster, subnet, environment)
* Runtime configuration differences across environments
App Profiles act aslogical deployment configurationswithin a blueprint, allowing the same blueprint to be deployed differently across staging, test, or production environments.
Thus, the correct answer isC. App Profiles.


NEW QUESTION # 15
An administrator needs to configure a Prism Central automation task to be notified if production VMs exceed the CPU threshold of 70%.
How can this be achieved?

  • A. Create an Alert policy for all VMs.
  • B. Create an Alert policy for Category Env:Production.
  • C. Create a script from the Guest OS for the alert.
  • D. Create an NCC alert based on performance data.

Answer: B

Explanation:
To create a custom alert policy, the administrator needs to specify the entity type, the impact, the severity, the condition, and the notification method. In this case, the entity type is VM, the impact is performance, the severity is warning, the condition is CPU usage > 70%, and the notification method is email. Additionally, the administrator can use categories to filter the entities that are affected by the alert policy. By selecting the category Env:Production, the administrator can limit the alert policy to only apply to the production VMs.
References:

Nutanix
https://www.bing.com/th?id=OSK.rK3sz-kbZCnJ9cwhAmYELm3vDpqzAZFHBIZFgLsHbGQ&pid=cdx&w=1

* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 2 - Deploy and Configure Self-service and Related Components, Objective 2.5 - Identify required configuration settings for a Self-Service deployment
* How to create custom alert policies | Prism central | Nutanix Community


NEW QUESTION # 16
What are Self-Service (formerly Calm) Substrates?

  • A. Substrates use install and Uninstall operations run when a blueprint is first launched or when the entire app is finally deleted.
  • B. Substrates are a combination of the underlying cloud and the virtual machine instance.
  • C. Substrates are part of a templating language for Self-Service scripts. These are evaluated by the Self-Service execution before the script is run.
  • D. Substrates are runbooks used to accomplish a particular task on an app

Answer: B

Explanation:
In Nutanix Self-Service (formerly known as Calm), substrates refer to the combination of the underlying cloud infrastructure and the virtual machine instances. Substrates define the environment where applications will be deployed and managed, encompassing cloud providers, virtualization platforms, and the associated VM configurations.
References:
* Nutanix Calm documentation on Substrates.
* Nutanix Best Practices for Application Deployment.


NEW QUESTION # 17
What two view options are available when launching Calm blueprints? (Choose two.)

  • A. View as Project Admin
  • B. Developer
  • C. Consumer
  • D. View as Admin

Answer: B,C

Explanation:
When launching Calm blueprints, there are two view options available: Developer and Consumer. The Developer view allows you to create, edit, and manage blueprints, as well as access advanced features such as macros, actions, and scripts. The Consumer view allows you to launch and manage applications from the Marketplace, as well as access basic features such as variables, tasks, and alerts. The view option is determined by the role assigned to the user in the project. Users with the Project Admin or Project Auditor role can switch between the Developer and Consumer views, while users with the Project User role can only access the Consumer view. Reference:
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5, Section 1 - Describe and Differentiate Automation Concepts and Principles, page 3 Nutanix Multicloud Automation Administration (NMCAA), Module 2 - Nutanix Calm, Lesson 2.1 - Nutanix Calm Overview, page 9 Nutanix Calm User Guide, Introduction to Nutanix Calm, Nutanix Calm User Interface


NEW QUESTION # 18
An administrator has been asked to review and clean up all existing categories within the Nutanix environment.
What information should the administrator filter on to organize the findings and eliminate unused categories?

  • A. Blueprint, Policies, Value, and Entities
  • B. Name, Value, Entities, and Policies
  • C. Policies, Triggers, Categories, and Entities
  • D. Blueprint, Triggers, Categories, and Polices

Answer: B

Explanation:
According to the Nutanix Prism Central Guide1, categories are key-value pairs that can be assigned to entities such as VMs, images, blueprints, etc. Categories can be used to filter, group, and manage entities based on their attributes. To review and clean up all existing categories within the Nutanix environment, the administrator should filter on the name, value, entities, and policies of the categories. The name and value of the categories identify the category type and the category value respectively. The entities show how many and which entities are assigned to the category. The policies show how many and which policies are associated with the category. By filtering on these information, the administrator can organize the findings and eliminate unused categories. Reference:
1 Nutanix Prism Central Guide: Categories2


NEW QUESTION # 19
A DevOps team created a Calm blueprint that includes the scale-out of the application layer (made with Linux VMs). Now the DevOps team would like to automate the scale-out using a third-party tool so they can further automate the CI/CD environment with a single command.
Which action should the administrator take to accomplish this task?

  • A. Contact professional services to modify the third-party tool to add the Calm integration.
  • B. Create a Playbook with a webhook as a trigger and a REST API call as an action
  • C. Create script to run the Calm scale out action.
  • D. Configure an alert to notify the administrator.

Answer: B

Explanation:
The best way to automate the scale-out of the application layer using a third-party tool is to create a Playbook with a webhook as a trigger and a REST API call as an action. A webhook is a mechanism that allows a third-party service to send a notification to a Calm server when a certain event occurs, such as a code commit or a build completion. A REST API call is a way to interact with the Calm server programmatically, such as launching a blueprint or scaling out a service. By creating a Playbook that combines these two elements, the administrator can enable the third-party tool to trigger the scale-out action on the Calm server with a single command. The other options are either not feasible, not efficient, or not relevant for this task. Reference: Nutanix Calm: Playbooks - Read the Docs and Nutanix Calm: REST API - Read the Docs.


NEW QUESTION # 20
When can a variable be updated during a Runbook execution?

  • A. Only if the variable is marked as a runtime editable
  • B. Only during a Blueprint execution
  • C. Only during the Runbook execution
  • D. Only if the variable is marked as a runtime executable

Answer: A

Explanation:
A variable can be updated during a Runbook execution only if it is marked as runtime editable. This setting allows the variable to be modified during the execution of the Runbook, providing flexibility and dynamic behavior based on runtime conditions.
References:
* Nutanix Calm documentation on Runtime Editable Variables.
* Nutanix Best Practices for Runbook Variables.


NEW QUESTION # 21
An administrator has been tasked in auditing the company's Configuration Management Database (CMDB) and notices that there are several entries for VMS that were previously decommissioned.
Current VM Decommission Process:
Application owners delete the application from the Calm project.
Application owners submit a ticket to IT for:
Removal of the Domain object
DNS record removal
CMDB entry removal
What Blueprint activity should be used to automate the manual steps listed above?
Creation of Calm Tasks for each of the three steps added to Library and consumed inside of a post VM Delete Task.

  • A. Creation of Calm Runbooks for each of the three steps added as Post VM Delete Task.
  • B. Creation of Calm Endpoint that includes all steps added 35 a Post VM Delete Task
  • C. Creation of Calm Runbooks for each of the three steps &added to the library end consumed inside of Post VM Delete Task.
  • D. Creation of Calm Runbooks for each of the three Steps to the Library and consumed inside of a post VM Task.

Answer: C

Explanation:
Calm Runbooks are a way to automate workflows that span across multiple applications, services, or platforms. They can be used to perform actions such as provisioning, scaling, backup, restore, etc. Calm Runbooks can be added to the Library and reused in different Blueprints or Projects. A Post VM Delete Task is a special type of Task that is executed after a VM is deleted from a Blueprint. By creating Calm Runbooks for each of the manual steps required to decommission a VM, and adding them to the Library, the administrator can simplify the VM Decommission Process by consuming them inside of a Post VM Delete Task. This way, the application owners only need to delete the application from the Calm project, and the rest of the steps will be automated by the Runbooks. References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 16, section 4.3.1
* Nutanix Calm Runbooks
* Nutanix Calm Library
* Nutanix Calm Tasks


NEW QUESTION # 22
In which two ways can Calm be deployed? (Choose two.)

  • A. Deployed as a VM on Hyper-V
  • B. Enabled inside of Prism Element
  • C. Deployed as a VM on AHV
  • D. Deployed as a VM on ESXi

Answer: C,D

Explanation:
Calm can be deployed as a VM on ESXi or AHV hypervisors and leverage calm functionality without the Nutanix infrastructure. Calm can also be enabled inside of Prism Central, which is a VM that can run on any Nutanix supported hypervisor, including ESXi and AHV. However, Calm cannot be enabled inside of Prism Element, which is the management interface for each Nutanix cluster. Calm also cannot be deployed as a VM on Hyper-V, as this is not a supported hypervisor for Calm. Reference: Nutanix Calm Configuration and Training, Calm on ESXi Deployment | Nutanix Community, Nutanix Support & Insights


NEW QUESTION # 23
An administrator has created a task for a blueprint that could be applied to another blueprint. The administrator wants to reuse the task with the least amount of effort.
How can the administrator accomplish this?

  • A. Publish the task to Github select the task from the Github Repository from the other blueprint.
  • B. Publish the task to the Task Repository, select the task from the Task Repository from the other blueprint.
  • C. Publish the task to the Marketplace, select the task from the Marketplace from the other blueprint.
  • D. Publish the task to the Task Library select the task from the Task Library from the other blueprint.

Answer: D


NEW QUESTION # 24
An administrator is trying to deploy a VM from an image onto a newly-built cluster, but the image is unavailable. The administrator is able to deploy the image onto other clusters with no issue. Image placement policies have already been created within Prism Central.
Why is the image unavailable for deployment on the cluster?

  • A. The cluster does not have the proper category assigned for the placement policy,
  • B. The image is corrupted.
  • C. The image does not have the proper category assigned for the placement policy,
  • D. The image has not been directly uploaded to the cluster

Answer: A,C

Explanation:
The image is unavailable for deployment on the cluster because the cluster and the image do not have the proper categories assigned for the placement policy. A placement policy is a set of rules that determines which clusters and images are available for VM deployment based on the categories and values assigned to them. If the cluster and the image do not match the placement policy criteria, they will not be shown as options for VM deployment. Therefore, the administrator needs to assign the appropriate categories and values to the cluster and the image to make them compatible with the placement policy. References: Nutanix Certified Professional
- Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 12; Nutanix NCP-MCA Questions, question 111.


NEW QUESTION # 25
Refer to the exhibit.

What needs to be done in order to enable the developer to complete this requested task? (Choose two.)

  • A. Add the Providers to the Project
  • B. Enable Environment for AWS and Azure
  • C. Upgrade Calm to version 3.2.x
  • D. Create AWS and Azure Providers

Answer: A,D

Explanation:
In order to enable the developer to complete the requested task, AWS and Azure Providers need to be created (Option A). This is because, in the context of Nutanix Calm, providers are integrations with public and private cloud infrastructures. The developer is trying to deploy an application on AWS and Azure clouds but currently only has Nutanix as a configured provider. After creating the providers, they need to be added to the project (Option B) so that applications can be deployed on them. Option C is incorrect because environments are not required for multicloud deployments. Option D is also incorrect because Calm version 3.2.x is not relevant to the question.
References: The information can be verified from Nutanix official training and certification documents available at Nutanix Training & Certification. You can also check out the Nutanix Certified Professional - Multicloud Automation (NCP-MCA) 6.5 Exam guide for more details on the exam objectives and format.
Additionally, you can watch the Nutanix Calm - Multicloud Automation playlist on YouTube for some video tutorials on Nutanix Calm features and functionalities.


NEW QUESTION # 26
An administrator wants to execute a post-create task that will trigger an API call to create a front end application.
Which task type should the administrator use?

  • A. Simple
  • B. HTTP
  • C. eScript
  • D. Predefined

Answer: B

Explanation:
A post-create task is a task that runs after a blueprint or runbook deployment is completed. A post-create task can be used to perform additional configuration or automation on the deployed resources. An HTTP task is a task that executes an HTTP request to a specified URL, with optional headers, body, and authentication. An HTTP task can be used to trigger an API call to another system or service, such as creating a front end application. A predefined task is a task that uses a predefined script or command to perform a common operation, such as installing a package or running a service. A predefined task cannot be used to trigger an API call to another system or service. An eScript task is a task that executes a custom script written in JavaScript or Python. An eScript task can be used to perform complex logic or operations that are not available in predefined tasks. However, an eScript task requires more coding skills and testing than an HTTP task. A simple task is a task that executes a simple command or script on the target VM or host. A simple task cannot be used to trigger an API call to another system or service. Reference:
https://www.nutanix.com/content/dam/nutanix/resources/support/ebg-ncp-mca-6.pdf
https://www.nutanix.com/support-services/training-certification/certifications/certification-details-nutanix-certified-professional-multicloud-automation-v6-5


NEW QUESTION # 27
An administrator is providing users with access to the company's LOB applications through a VDI solution. The administrator received information that the company are going to hire 200 new employees who will be using these applications.
The environment is monitored by a third-party tool that notifies the administrator when the VDI solution is about to run out of capacity. This gives the administrator time to create additional resources and add them to the VDI solution.
What should the administrator use when creating a playbook to automate this?

  • A. A trigger based on an email
  • B. A trigger based on an alert
  • C. A trigger based on a REST API
  • D. A trigger based on an event

Answer: D

Explanation:
The administrator should use a trigger based on an event when creating a playbook to automate the scaling of the VDI solution. An event trigger is a type of trigger that executes a playbook when a specific event occurs in the Nutanix environment or in a third-party system. An event trigger can be configured to listen to events from various sources, such as Prism alerts, Calm actions, or external webhooks. In this scenario, the administrator can use an event trigger to listen to the webhook from the third-party monitoring tool and execute a playbook that creates additional resources and adds them to the VDI solution.
A trigger based on a REST API is not the best option, because it requires the administrator to manually invoke the playbook using an API call. This is not as efficient or reliable as using an event trigger that automatically executes the playbook when the capacity threshold is reached.
A trigger based on an email is also not the best option, because it requires the administrator to configure an email server and a mailbox to receive the notification from the third-party tool. This adds complexity and overhead to the automation process and may not be as secure or timely as using an event trigger.
A trigger based on an alert is a valid option, but it depends on the availability and compatibility of the Prism alert system with the third-party tool. If the third-party tool can send alerts to Prism, then the administrator can use an alert trigger to execute the playbook. However, if the third-party tool does not integrate with Prism, then the administrator cannot use an alert trigger and has to use an event trigger instead.
Reference:
Nutanix Calm User Guide: Chapter 8: X-Play
Nutanix Calm DSL User Guide: Chapter 5: Playbooks
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: Section 1: Describe and Differentiate Automation Concepts and Principles


NEW QUESTION # 28
What are capabilities of Projects in Self-Service?

  • A. Automating VM migrations across clusters and providers
  • B. Assigning blueprints and runbooks to clusters
  • C. Grouping users and managing role-based access
  • D. Monitoring Prism Central hardware alerts

Answer: C

Explanation:
In Nutanix Self-Service,Projectsare the foundational organizational construct. Documentation states that Projects allow administrators to:
* Groupusers and user groups
* Assignroles(Consumer, Developer, Project Admin, etc.)
* Defineresources(clusters, networks, images) allocated to that project
* Attachblueprints, application profiles, and environments
Thus,Projects manage user grouping and role-based access, which matchesOption A.
Options B, C, and D do not represent Project functionality within Self-Service.


NEW QUESTION # 29
Which setting allows users to securely access HTTP endpoints in Self-Service?

  • A. Use Static IP
  • B. Verify TLS Certificate
  • C. Enable Prism Central Proxy
  • D. Enable SSH

Answer: B

Explanation:
When configuringHTTP Endpointswithin Nutanix Self-Service (to be used by tasks for making API calls), the system provides security controls to ensure trust.
* Verify TLS Certificate:This specific checkbox setting in the Endpoint configuration determines whether the Self-Service engine validates the SSL/TLS certificate of the target server.
* Security:Checking this box ensures that the connection is secure and that the target identity is verified (preventing Man-in-the-Middle attacks). Unchecking it allows connections to servers with self-signed or invalid certificates (often used in dev/test), but forsecure access, verifying the certificate is the required configuration.
* Options A (SSH) and C (Static IP) are unrelated to the security of an outbound HTTP API call. Option B (Proxy) relates to routing, not the security handshake itself.


NEW QUESTION # 30
A customer is trying to deploy an application with Calm and receives this error for a Linux VM:

What is the cause of this error within the blueprint?

  • A. Connection section has a network adapter selected for the Address box in Connection section.
  • B. Connection Type has a protocol selected.
  • C. Connection Type has no protocol selected.
  • D. Connection section has no network adapters selected for the Address box in Connection section.

Answer: D

Explanation:
In the context of deploying an application with Calm, if a customer receives an error for a Linux VM, it could be due to the absence of network adapters selected for the Address box in the Connection section within the blueprint. This means that there is no specified network connection for the VM, leading to a failure in script execution.
Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide: This is the official exam blueprint guide that covers the objectives, topics, and skills required for the certification. It also provides some sample questions and answers. The question you asked is similar to the one in section 3.1.1.
Nutanix Multicloud Automation Administration (NMCAA): This is a training course that teaches you the skills needed to install, configure, operate, and manage Nutanix X-Play and Nutanix Calm. It includes topics such as blueprint creation, connection configuration, and script execution.
Nutanix Calm User Guide: This is a user guide that explains how to use Nutanix Calm to automate the deployment and management of applications across different environments. It includes topics such as connection settings, blueprint validation, and error handling.


NEW QUESTION # 31
An automation developer has been tasked with creating a Self-Service blueprint to deploy a Windows Server VM for testing purposes. This blueprint will be called frequently by QA Testing pipelines and will need to easily deploy the requested VMs with discrete names across all of the deployment runs.
What should the developer enter in the VM Name field in the Blueprint to make sure there are no naming collisions at deployment time?

  • A. WNSRV@@{calm_random}@@@@{calm_random}@@
  • B. WNSRV@@{calm_unique}@@
  • C. WNSRV@@{calm_random}@@
  • D. WNSRV0001

Answer: B

Explanation:
Comprehensive and Detailed Explanation
Nutanix Calm naming macros:
* @@{calm_random}@@# Generates a random short string,not guaranteed uniqueacross deployments.
* @@{calm_unique}@@# Generates a unique, monotonically increasing integerguaranteed not to repeat.
* Static values (e.g., WNSRV0001) will always collide.
Calm documentation specifies:
calm_uniqueshould be used when a deterministic, guaranteed unique VM name is required across multiple deployments.
Therefore, the correct VM naming pattern is:
#WNSRV@@{calm_unique}@@


NEW QUESTION # 32
Where would a Calm Developer find logging related to blueprint package failures?

  • A. In Calm select Application icon > select application name > Audit Tab
  • B. In Calm select Application icon > select application name > Services Tab
  • C. SSH to Prism Central > /home/calm/log/styx.log
  • D. In Prism Central go to Activities > Audits and get the audits filter by date

Answer: B


NEW QUESTION # 33
Which two providers does Calm integrate natively with? (Choose two.)

  • A. Alibaba
  • B. AWS
  • C. AHV

Answer: B,C

Explanation:
Calm integrates natively with AWS and AHV as providers. A provider is a cloud platform or infrastructure that hosts the application VMs or services. Calm supports various providers such as Nutanix, AWS, Azure, GCP, VMware, and Kubernetes. AWS and AHV are two of the most commonly used providers in Calm, as they offer scalability, flexibility, and cost-efficiency for deploying applications. References: Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 11; Nutanix Calm User Guide, section 3.1.


NEW QUESTION # 34
An administrator has configured a Protection Policy to take snapshots every 1 hour. This policy will take snapshots for all VMs categorized as Protection: Silver and Environment: Prod. In addition, there is a Security Policy that prevents categorized Environment: Prod VMs from communicating with categorized Environment: Dev VMs.
A user deployed a VM using a Self-Service Marketplace item which assigned the Environment: Prod category to protect it and secure it, but the VM has no snapshots, even when the Protection Policy has the category Environment: Prod.
What could be the issue?

  • A. VMs must be added manually to the Protection Policy.
  • B. VM must be categorized as Environment: Dev.
  • C. VMs can't be in a Protection Policy along with Security Policy.
  • D. VM doesn't have the category Protection: Silver.

Answer: D

Explanation:
Nutanix Data Protection (Leap) and Flow Security policies rely on Categories to dynamically assign policies to entities.6 In this scenario, the administrator likely set up the Protection Policy to target the Protection: Silver category (standard practice for tiered Service Level Agreements, e.g., Gold, Silver, Bronze). While Environment: Prod is used for the Security Policy (isolation), the Protection Policy specifically requires the protection category to function as intended in a tiered architecture.
If the blueprint (Marketplace item) only assigned Environment: Prod, the VM is missing the critical tag (Protection: Silver) required to associate it with the 1-hour snapshot schedule. To fix this, the blueprint must be updated to assignbothcategories (Environment: Prod AND Protection: Silver) to the VM during provisioning.


NEW QUESTION # 35
A task has failed in a Multi VM Blueprint deployment due to a typographical error. The error has been fixed.
What action should the administrator take to launch the Blueprint again?

  • A. Delete the failed application and relaunch the Blueprint.
  • B. Choose Skip task and let the Blueprint continue.
  • C. Choose Retry task and let the Blueprint continue.
  • D. Clone the fixed Blueprint and move it to another project.

Answer: C

Explanation:
When a task fails in a Multi VM Blueprint deployment within Nutanix Calm due to an issue such as a typographical error, and the error has been corrected, the administrator has options to handle the situation without needing to start the entire process from scratch.
According to Nutanix Calm documentation, the appropriate action after fixing the error is to choose the "Retry task" option. This allows the deployment process to continue from the point of failure, saving time and resources as opposed to deleting and relaunching the entire application or moving the blueprint to another project.
Reference:
Nutanix Calm Administration Guide
Nutanix Calm Troubleshooting and Best Practices


NEW QUESTION # 36
Where should an administrator check why a Playbook failed to grow the memory of a VM?

  • A. Plays dashboard in Prism Central
  • B. Plays dashboard in Prism Element
  • C. VM Details in Prism Element
  • D. VM Details in Prism Central

Answer: D


NEW QUESTION # 37
Which two features does the Calm Marketplace provide? (Choose two.)

  • A. Published and versioned Blueprints
  • B. Library of executable tasks
  • C. Store of all Blueprints created in Calm
  • D. Set of pre-seeded application Blueprints

Answer: A,D

Explanation:
The Calm Marketplace acts as an application store, providing end users with a catalog of available applications. By default, Calm comes pre-seeded with validated Blueprints for multiple open source and enterprise applications. These are the set of pre-seeded application Blueprints. Additionally, Marketplace Manager acts as a staging area for publishing default and user-created Blueprints to your local Marketplace.
These are the published and versioned Blueprints. The other two options, library of executable tasks and store of all Blueprints created in Calm, are not features of the Calm Marketplace. References: Calm: Marketplace - Read the Docs and Calm: Marketplace - Read the Docs


NEW QUESTION # 38
Which graphic interface allows components and their dependencies within an environment to be visualized and configured?

  • A. Buleprint Editor
  • B. API Explorer
  • C. Visual Studio Code
  • D. Postman

Answer: A

Explanation:
The Blueprint Editor in Nutanix Calm is the graphical interface that allows users to visualize and configure components and their dependencies within an environment. This tool provides a visual representation of application blueprints, enabling users to design, configure, and manage application deployments with ease.
Reference:
Nutanix Calm documentation on Blueprint Editor.
Nutanix Best Practices for Designing Blueprints.


NEW QUESTION # 39
......

NCP-MCA Study Guide Realistic Verified NCP-MCA Dumps: https://www.actual4cert.com/NCP-MCA-real-questions.html

NCP-MCA Questions & Practice Test are Available On-Demand: https://drive.google.com/open?id=18MuhkSElVGkaX6dE5kLYdHTqtN3S-EDX