Which tab(s) does the metadata in the meta-info.Json file appear in the "Edit Intent Type" window of the Intent Manager UI?
Answer : C
According to theNSP Network Services Platform Release 20.6 Intent Manager Application Help1, an intent type consists of four components: general metadata, target, YANG model and script.The metadata in the meta-info.Json file appears in theGeneralandResourcespanels of the Edit Intent Type window
What are the possible data types capable of being assigned to the value type attributes of the target-component?
Answer : C
The value type attributes of the target-component can be assigned either a boolean or a string data type. The boolean data type can be used to indicate whether a certain attribute is enabled or not, while the string data type can be used to store textual information. Numbers and other data types are not supported.
Which of the following is NOT a characteristic of Intent-based networking?
Answer : B
Virtualization is not a characteristic of intent-based networking, but rather a technology that enables it.Virtualization is the process of creating virtual versions of physical resources, such as servers, storage, or networks1. Virtualization allows for more flexibility and scalability in network design and management, but does not imply any automation or intelligence.
Which of the following data encoding/decoding formats is NOT supported by the Workflow Manager?
Answer : C
Workflow Manager is a tool that allows users to design and execute workflows for network automation using NSP actions and expression functions. The Workflow Manager supports data encoding/decoding formats such asJSON,CSV,XMLandBase64. However, it does not supportBER(Basic Encoding Rules), which is a format used for encoding data structures for transmission or storage.
Which directory or directories do the file actions provide accessto on the NSP server?
Answer : B
file actions are NSP actions that provide access to files and folders on the NSP server. The file actions can accessall directorieson the NSP server, but they are restricted by the permissions of the user who runs them. For example, if a file action is run by a user who does not have write permission to a directory, the action will fail.
Based on the exhibit, which of the following is the proper syntax to publish ONLY information about the RTT to the workflow context?
A)
B)
C)
D)
Answer : C
This syntax assumes that there is a previous task that returns an object with an attribute namedrttthat contains the round-trip time value1.The expression<% task().result.rtt %>evaluates to this value and assigns it to the variablerttin the workflow context1.
Which Workflow state allows a Workflow to be executed?
Answer : C
According to the Workflow Manager User Guide from Nokia, the correct answer is C. Published. When a workflow is in the Published state, it can be executed by users who have the appropriate permissions. The Draft state is used during the creation of a new workflow, while the Deprecated state indicates that a workflow is no longer supported and should not be used. The Released state is not mentioned in the context of workflow execution.