Skip to content

Releases: rogerlundnetcenter/nutanixcertificationtool

CertStudy v0.3.0-alpha

Pre-release

Choose a tag to compare

@TheArchitectit TheArchitectit released this 06 Apr 16:19

CertStudy v0.3.0-alpha — Complete Lab Simulator + Question Bank

What's New

This release includes a fully functional Nutanix Lab Simulator with comprehensive views for PE, PC, Unified Storage, Cloud Integration (NC2), and AI Infrastructure.

Lab Simulator Views

Prism Element (PE):

  • Dashboard, Health, Hardware, Settings
  • VMs, Images, Storage, Network
  • Protection Domains, CLI Terminal, Service Diagnostics
  • Reports, Capacity Planning (Sprint 13)

Prism Central (PC):

  • Dashboard, Categories, Flow Security, Leap DR
  • Planning, X-Play, RBAC, Reports
  • VMs, Calm/Marketplace, Audit Log, Clusters
  • LCM Updates, Settings, VPCs & Subnets
  • Alerts, Projects, Insights (Sprints 11-13)

Unified Storage:

  • Files, File Analytics, Objects, Volumes

Cloud Integration (NC2):

  • NC2 Console, Deploy Cluster, Networking
  • Monitoring, Scaling (Sprint 13)

AI Infrastructure:

  • GPU Config, NAI Endpoints, NAI Tools
  • AI Models, AI Monitoring (Sprint 13)

Guided Scenarios:

  • Interactive lab scenarios for hands-on practice

UI Improvements

  • Dark mode support with CSS custom properties
  • Reusable component library (EntityTable, Wizard, CLI Terminal, etc.)
  • Toast notifications and modal confirmations
  • Responsive layout with Prism-like navigation

Build & Distribution

  • Lab Simulator Web assets (served via custom protocol)
  • Source-mapped for debugging

Known Issues

  • KB Links Display: KB links in explanation sidebar may not show titles properly — links open correctly but titles may not render
  • Lab Simulator: CSP/iframe sandbox issues may cause blank page on some Linux configurations

Full Commit History

df575ac refactor: apply CSS custom properties to remaining lab simulator views
6a5bc65 refactor: replace hardcoded hex colors with CSS custom properties for dark mode
3fb4e83 feat: Sprint 13 — PE enhancements, dark mode, AI/Cloud views, scenarios & CLI expansion
04a4f6f fix: Sprint 12 QA — Wizard API, confirm(), EntityTable actions, CLI await
b2f1028 feat: Sprint 12 — LCM, PC Settings, VPCs, Alerts, Projects, Dashboard Gauges
1d33bc0 feat: Sprint 11 — PC VMs, Calm/Marketplace, Audit Log, Multi-Cluster, Extended CLI & Scenarios
d57a047 feat: Sprint 10 — Guided Scenarios, Service Diagnostics, Polish
448e4ab feat: Sprint 9 — AI Infrastructure (GPU Config, NAI, Tools)
9b8a287 feat: Sprint 8 — Cloud Integration (NC2 Console, Deploy, Networking)
50ca4f7 feat: Sprint 7 — Unified Storage (Files, Analytics, Objects, Volumes)
a7ff004 feat: Sprint 6 — PC Advanced + REST API (X-Play, RBAC, Reports, API Explorer)
5b4c9e3 feat: Sprint 5 — Prism Central core views (Dashboard, Categories, Flow, Leap, Planning)
fca5774 feat: Sprint 4 — PE Protection, Hardware, Health, Settings, CLI Terminal
0699252 feat: Sprint 2+3 — Reusable components + MVP PE views
3b0a951 feat: Add Nutanix Lab Simulator (Sprint 0+1)

Note: This is an alpha release. Questions are AI-generated for study purposes. Always verify against official Nutanix documentation.

v0.1.0-alpha — Nutanix Certification Study Tool

Choose a tag to compare

@rogerlundnetcenter rogerlundnetcenter released this 31 Mar 22:15

🎯 Nutanix Certification Study Tool — Alpha Release

What's Included

1,280 validated practice questions across 4 Nutanix certifications:

Exam Questions Status
NCP-US 6.10 (Unified Storage) 320 ✅ 100% validated
NCP-CI 6.10 (Cloud Integration) 320 ✅ 100% validated
NCP-AI 6.10 (AI Infrastructure) 320 ✅ 100% validated
NCM-MCI 6.10 (Multicloud Infrastructure Master) 320 ✅ 100% validated

Features

  • Synthwave-themed WinForms GUI (.NET 8.0)
  • Explain This Question panel with Nutanix KB links and documentation
  • Mixed question formats: standard MCQ, multi-select, ordering/sequence
  • Keyboard shortcuts for rapid study (1-5, Enter, N/P)
  • Real-time scoring per exam

Validation

Every single question has been independently validated:

  • ✅ LLM answer reasoning — 1,280/1,280 agree (100%)
  • ✅ KB coverage — 100% across all 4 exams
  • ✅ Expert review — ~20 corrections applied

Quick Start

\\�ash
git clone https://github.com/rogerlundnetcenter/nutanixcertificationtool.git
cd nutanixcertificationtool/CertStudy
dotnet build
dotnet run
\\

Requires .NET 8.0 SDK (Windows).

License

BSD 3-Clause