10/150 questions · Unlock full access
Q1

A financial services client has implemented ServiceNow CPG to manage their AWS and Azure environments. They have a strict compliance requirement that any new virtual machine provisioned with the tag 'CostCenter:Trading' must automatically be assigned to a specific, pre-approved network security group and have a maximum lease duration of 90 days. What is the most efficient way to enforce this multi-faceted requirement within CPG?

Q2

A cloud administrator is building a custom workflow for a complex provisioning process. The workflow needs to provision a database, retrieve its generated public IP address, and then pass that IP address to a subsequent step that provisions a web server, which needs the IP to configure its connection string. Which CAPI object is specifically designed to store and pass data, such as the database IP address, between different activities within the same workflow execution?

Q3Multiple answers

When configuring a Service Account for an Azure cloud provider in ServiceNow CPG, which specific pieces of information are required to establish the connection and authenticate successfully? (Select THREE)

Q4

A development team uses a complex Terraform configuration to deploy their entire application stack, which includes EC2 instances, an RDS database, and a load balancer. The team lead wants to make this stack available for self-service provisioning through the ServiceNow Cloud Catalog while maintaining Terraform as the underlying engine. What is the correct sequence of steps to achieve this?

Q5

True or False: In ServiceNow CPG, a single Resource Profile can be configured to apply different settings based on whether the target cloud provider is AWS or Azure.

Q6

During the deployment of an Azure VM using a CPG catalog item, the provisioning process fails. The workflow error message indicates an 'InvalidTemplate' error from the Azure API. The administrator suspects an issue with how the user inputs from the catalog item are being passed to the ARM template parameters. Which CPG component is responsible for mapping the catalog item variables to the parameters within the ARM template?

Q7

A cloud architect needs to design a CPG solution that automatically applies a set of standard tags to every resource provisioned, regardless of the cloud provider or catalog item used. The required tags are 'ManagedBy:ServiceNow' and 'Environment:Production'. Which CPG construct is the most appropriate place to define these universally applied tags?

Q8

**Case Study:** A large enterprise, Global Tech Inc., is using ServiceNow CPG to streamline its multi-cloud operations across AWS and VMware. They have established separate Cloud Accounts for their Development and Production environments in both cloud providers. The Cloud Governance team has been tasked with implementing strict cost control and access policies. **Requirements:** 1. The Development team should only be able to provision resources in the Development Cloud Accounts (both AWS and VMware). 2. Developers are limited to a combined monthly spending quota of $5,000 across all their provisioned resources. 3. Any attempt to provision a resource that would cause the team to exceed this quota must be blocked and require manager approval. 4. All provisioned resources must be discoverable and populated in the ServiceNow CMDB. Which combination of CPG components is required to fulfill all these requirements?

Q9

What is the primary function of a CAPI Response Processor script in a custom CPG workflow?

Q10

A ServiceNow administrator is configuring a catalog item for provisioning VMware virtual machines. They want to offer users pre-defined sizes (e.g., Small, Medium, Large) instead of letting them specify exact CPU and Memory values. Each size corresponds to a specific combination of vCPUs and RAM. Which CPG component is used to define these 't-shirt sizes'?