Which of the following can only be viewed by making a RESTCONF call to query an existing intent?
Answer : C
The template-mappings can only be viewed by making a RESTCONF call to query an existing intent.
The template-mappings are a set of key-value pairs that map the abstract YANG model attributes to concrete NFM-P templates and parameters. They are not exposed in the UI or the ibn:intent model, but they are stored internally in the NSP database.
For example, a template-mapping could be:/network=IP/service=VPN -> nsp-ip-vpn-template.
Which of the following is the master configuration that is synchronized with the network configuration and is stored in the database as the source of truth?
Answer : B
An Intent is the master configuration that is synchronized with the network configuration and is stored in the database as the source of truth. Intent Types define the type of Intent, such as a network service or a configuration change, while Metadata is used to store additional information about the Intent, such as its version or author. YANG modules are used to define the data model for a particular technology.
Which of the following is NOT an Intent Type life-cycle state?
Answer : D
Intent Types have four life-cycle states: Draft, Released, Phased-Out, and Deleted. The Created state is not a life-cycle state for Intent Types; instead, it is an intermediate state used to create an Intent before it is moved to a life-cycle state.
Which of the following operations CANNOT be performed on an Intent?
Answer : C
some of the operations that can be performed on an Intent are:
Create
Synchronize
Audit
Update
Delete
Therefore, based on this source, the answer that CANNOT be performed on an Intent isC. Phase-out.
Which feature can be used to make a workflow portableif the workflow needs to be executed on either a development or production lab)?
Answer : B
a workflow can useenvironmentsto make it portable if the workflow needs to be executed on either a development or production lab.Environments are files that contain key-value pairs that can be used as input parameters for workflows1.Environments allow workflows to be executed with different settings without modifying the workflow definition1.
Which syntax is used to reference a workflow variable when using Jlnja2?
Answer : D
The {{...}} syntax is used to reference a workflow variable when using Jinja2. Jinja2 is a templating language used to generate dynamic text based on input variables, and the {{...}} syntax is used to access the value of a workflow variable within a Jinja2 template. The other syntaxes provided are not valid for referencing workflow variables in Jinja2.
Which of the following scripting languages can be used to extend WFM actions and expressions?
Answer : D
According to the Nokia NSP Programmable Network Automation website1, NSP API documentation and downloadable sample codes are available on the Nokia Network Developer Portal.The NSP Workflow Manager allows the design and management of workflows to automate network operations using Mistral DSL v2 which is based on YAML2. YAML definesexpressions in workflow and action definitions.The formatting of the YAML must comply with Mistral DSL v2 specifications3