試験の準備方法-便利なNCP-DB-6.10最新テスト試験-素敵なNCP-DB-6.10受験資料更新版Pass4Testは君の成功のために、最も質の良いNutanixのNCP-DB-6.10試験問題と解答を提供します。もし君はいささかな心配することがあるなら、あなたはうちの商品を購入する前に、Pass4Testは無料でサンプルを提供することができます。あなたはPass4TestのNutanixのNCP-DB-6.10問題集を購入した後、私たちは一年間で無料更新サービスを提供することができます。 Nutanix Certified Professional - Database Automation (NCP-DB) v6.10 認定 NCP-DB-6.10 試験問題 (Q238-Q243):質問 # 238
A new administrator is tasked with changing the NDB GUI password via CLl.
Which command will accomplish this task?
A. sudo passwd era
B. sudo user name admin password
C. era-server > security password reset
D. era-server > username admin password
正解:C
解説:
To change the NDB GUI password via the CLI, the administrator should use the command era- server > security password reset. This command interacts with the NDB server (referred to as era-server in the CLI context) to reset the password for the GUI admin user. The process typically prompts for the new password and confirmation, ensuring secure password management. This is the supported method for CLI-based password changes in NDB.
質問 # 239
To isolate resources and restrict access among different teams or projects in NDB, what should be used?
A. Software Profile
B. Compute Profile
C. Projects with Role-Based Access Control (RBAC)
D. Network Policy
正解:C
解説:
Prism Central Projects combined with RBAC enable proper multi-tenant separation and access control in NDB environments.
質問 # 240
An administrator needs to restore a source database from a point in time at 21:50, but the restore option is not available.
What could explain the matter?
A. Point in time must be within the most recent range.
B. Logs to Backup must be run first.
C. Selected Restore time is not available.
D. Change to snapshot option.
正解:B
解説:
The provided exhibit shows the NDB Time Machine restore interface for October 31, 2024, with a Point-in-Time (PIT) restore option selected at 21:50. However, the restore option is unavailable, as indicated by the question. The exhibit includes a warning: "Logs to Backup: The database may contain additional logs. Backup any remaining logs before restore or they will be lost." This suggests that PIT restore requires continuous log retention, and if logs since the last snapshot (at
01:10:00) are not backed up, the restore to 21:50 cannot proceed. Running the "Logs to Backup" operation ensures all transaction logs are captured, enabling PIT restore by allowing NDB to replay logs to the desired point.
質問 # 241
An administrator is trying to register a Nutanix cluster for Multi-Cluster provisioning. The Era cluster is setup with following configuration:
- Era Multi-Cluster is enabled.
- Era Server storage container and Era provisioning container are
different on the Era cluster.
What should the administrator configure?
A. Separate remote containers for provisioning Era Agent VM end database Server VMs.
B. Storage mapping between Era container and a remote container that is not used for provisioning databases.
C. Disks that span across Era Server storage container and Era provisioning container.
D. Storage mapping between Era server container end remote container thet is used for provisioning DBs,
正解:D
解説:
In a Nutanix Era setup where Multi-Cluster is enabled and the Era Server storage container and Era provisioning container are different on the Era cluster, the administrator should configure a storage mapping between the Era server container and the remote container that is used for provisioning databases. This is because Nutanix Era uses the storage container specified during the registration of the Nutanix cluster for provisioning databases. Therefore, a storage mapping needs to be established between the Era server container and the remote container used for provisioning to ensure that the databases are provisioned correctly.
質問 # 242
An administrator configures VM Host Affinity for database server VMs on a Nutanix AHV-powered cluster, intending to optimize HA by ensuring that VMs are placed on separate hosts. After a host failure, the administrator notices that database VMs are clustered on a single remaining host, risking another outage.
How could the administrator avoid this scenario in future host failures?
A. Set anti-affinity rules to spread VMs across multiple nodes dynamically.
B. Assign additional backup VMs within the same host to maintain service.
C. Configure automatic host failover in Prism Central.
D. Increase the number of affinity zones within the cluster
正解:A
解説:
Configuring VM Host Affinity in a Nutanix AHV-powered cluster ensures that VMs are placed on specific hosts to optimize performance or HA. However, after a host failure, if database VMs cluster on a single remaining host, it indicates that the affinity rules alone are insufficient to maintain high availability (HA) during failover scenarios. To prevent this, the administrator should configure anti- affinity rules, which dynamically ensure that VMs (e.g., database server VMs) are spread across multiple hosts. Anti-affinity rules override default VM placement behavior during failover, reducing the risk of a single point of failure by keeping VMs separated even after a host outage.