NCP-MCA試験無料問題集「Nutanix Certified Professional - Multicloud Automation (NCP-MCA) v6.5 認定」
Refer to exhibits.
The variable VM_NAME is giving a warning that indicates that the variable is not found. When checking the Service tab, the variable is found to match the VM_NAME field entry as shown in the exhibit below:
What is causing this warning message?
The variable VM_NAME is giving a warning that indicates that the variable is not found. When checking the Service tab, the variable is found to match the VM_NAME field entry as shown in the exhibit below:
What is causing this warning message?
正解:A
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
An administrator is creating a Single VM blueprint to deploy a windows 2019 Server.
As part of the package install phase of the deployment a task is needed to join the newly-provisioned server to an Active Directory domain.
In which order should the administrator correctly complete this task?
As part of the package install phase of the deployment a task is needed to join the newly-provisioned server to an Active Directory domain.
In which order should the administrator correctly complete this task?
正解:
Explanation:
To complete the task of joining a newly-provisioned Windows 2019 Server to an Active Directory domain as part of the package install phase, follow these steps in the correct order:
* Step 1: Add a task to the Package Install section.
* Step 2: Choose Execute as the task type.
* Step 3: Choose Powershell as the script type.
* Step 4: Select the appropriate Credential.
* Step 5: Write/insert the Powershell script contents into the script window.
Add a task to the Package Install section: This sets up the task within the phase where packages and scripts are to be executed.
Choose Execute as the task type: This specifies that the task will run a script or command.
Choose Powershell as the script type: Since joining a Windows Server to a domain typically involves running a PowerShell script, this is the appropriate script type.
Select the appropriate Credential: Use the credentials with the necessary permissions to join the server to the Active Directory domain.
Write/insert the Powershell script contents into the script window: Enter the PowerShell script that performs the domain join operation.
Add-Computer -DomainName "yourdomain.com" -Credential (Get-Credential) -Restart References:
* Nutanix Calm documentation on Script Execution in Blueprints.
* Nutanix Best Practices for Joining a Domain.
An administrator wants to create a blueprint for a development environment that uses an existing on-premise GitLab repository. Every new development environment requires a new user in the GitLab repo.
Which two tasks should the administrator perform within a Calm blueprint to automate this process? (Choose two.)
Which two tasks should the administrator perform within a Calm blueprint to automate this process? (Choose two.)
正解:C,D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
An administrator has been manually performing routine tasks on a set interval that are listed below:
1. Acknowledging Alerts
2. Generating Reports
3. Looking up cluster details
As the environment grows, these tasks will become cumbersome to run and maintain accuracy.
Which trigger type should the administrator implement in order for these actions to occur on a set interval.
1. Acknowledging Alerts
2. Generating Reports
3. Looking up cluster details
As the environment grows, these tasks will become cumbersome to run and maintain accuracy.
Which trigger type should the administrator implement in order for these actions to occur on a set interval.
正解:D
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
Exhibit.
An organization has decided to enable the self-Service (formerly Calm) Showback feature, but started to receive an alert in Prism Central stating that showback is not able to reach the Beam service.
Which configuration item should the administrator check to ensure Self-Service can communicate with Beam?
An organization has decided to enable the self-Service (formerly Calm) Showback feature, but started to receive an alert in Prism Central stating that showback is not able to reach the Beam service.
Which configuration item should the administrator check to ensure Self-Service can communicate with Beam?
正解:B
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)