Which of the following is NOT a benefit of Intent Manager?
According to the Nokia NSP Intent Manager Application Help2, Intent Manager has the following benefits:
It allows programmable and flexible logic. You can use scripts to define how intents are translated into network commands and how they react to network events.
It provides concepts for finding misalignments. You can use audit and synchronize functions to detect and resolve any discrepancies between intents and network states.
It provides flexible capabilities for achieving high-level business goals. You can use intents to express complex network behaviors such as service protection, bandwidth optimization, or latency reduction.
Therefore, based on these sources12, the correct answer to your question is:
1. Allows the parallel execution of many workflows.
This is NOT a benefit of Intent Manager because workflows are not related to intents. Workflows are sequences of tasks that can be executed on NSP using Workflow Manager.
Which of the following files contains all the back end implementations required for Intent configurations to be performed?
The script-content.js file contains all the back end implementations required for Intent configurations to be performed.
The script-content.js file is a JavaScript file that defines the logic for creating, updating, deleting and synchronizing intents. It also defines the validation rules and error handling mechanisms for intents.
For example, a script-content.js file could contain:
function createIntent(intent) { // logic for creating an intent }
function updateIntent(intent) { // logic for updating an intent }
Which of the following statements about NSP APIs is FALSE?
NSP APIs allow for supervision of network elements, help with the definition and activation of network services, and allow for an OSS and NSP server to talk to each other. However, they do not support GraphQL, which is a query language for APIs.
According to Nokia NSP IP Network Automation Professional guide, NSP APIs support REST/RESTCONF, SOAP/XML and GraphQlll, and help with the definition and activation of network services, and they also allow for supervision of network elements and an OSS and NSP server to talk to each other. Therefore, statement B is false as it states that NSP APIs support Kafka which is not mentioned in the guide as a supported API.
Which Workflow state allows a Workflow to be executed?
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.
Which of the following configures the network based on input provided by the user?
Intent is a high-level description of the desired outcome or state of the network. It allows users to specify what they want to achieve rather than how to achieve it. The intent is then translated into network configurations and policies that are used to configure the network infrastructure. Intent-based networking provides a higher level of abstraction than traditional network configuration methods, making it easier for users to specify their requirements and automate the configuration process.