Correct Answer: B,C
Scaling VM replica settings allow you to specify the minimum, maximum, and default number of VMs that can be created from a blueprint service. The minimum and default values must be equal to or greater than the number of VMs needed at any time and at time of deployment, which is 2 in this case. The maximum value must be equal to or less than the project quota divided by the VM resources, which is 100/12 = 8 for vCPUs and 300/24 = 12 for memory. The lowest of these two values is the limit for the maximum value, which is 8.
Therefore, the only option that meets all the requirements is B. MIN: 2, MAX: 7, Default: 2.
References:
* Nutanix Certified Professional - Multicloud Automation (NCP-MCA) Exam Blueprint Guide, page 10, Objective 3.1: Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service
* Nutanix Multicloud Automation Administration (NMCAA), Module 5: Self-Service, Lesson 5.2:
Blueprint Design, slide 23: Scaling VM Replica Settings
* Nutanix Certified Professional Multicloud Automation (NCP-MCA) 6 Exam, page 10, Objective 3.1:
Given a scenario, create a blueprint to deploy infrastructure and applications using Self-Service