According to the Nokia NSP Workflow Manager Application Help2, Workflow Manager has the following characteristics:
It provides several building tools to design and create new workflows. You can use graphical editors, text editors, or import existing workflows from files or repositories.
It uses Openstack Mistral as the core workflow engine. Mistral is an open source project that provides a service for managing workflows across multiple cloud platforms.
It supports scheduling of workflow executions. You can use cron expressions or triggers to specify when and how often a workflow should run.
It supports parallel execution of many workflows. You can run multiple workflows simultaneously on different network elements or services.
Therefore, based on these sources, the correct answer is:
B. It uses Openstack Heat as the core workflow engine.
This is FALSE because Workflow Manager uses Openstack Mistral, not Heat, as the core workflow engine. Heat is another open source project that provides a service for orchestrating multiple cloud applications using templates.
The other statements are TRUE because:
A. It provides several building tools to design and create new workflows. This allows you to create workflows that suit your specific network needs and preferences.
C. It supports scheduling of workflow executions. This allows you to automate recurring network tasks and optimize network performance and availability.
D. It supports parallel execution of many workflows. This allows you to handle complex network scenarios and operations efficiently and effectively.
Question # 10
Which of the following is NOT a category of files found in the Intent-type resources directory?
According to the NSP Intent Manager Application Help1, an intent type consists of four components: general metadata, target, YANG model and script. The resources component is used to store files that are required by the script component1. Therefore, A. Framework files is NOT a category of files found in the intent-type resources directory.
Question # 11
"The automated configuration, coordination, and management of large virtualized systems, middleware, and services" describes which of the following?
orchestration is the automated configuration, coordination, and management of computer systems and software. Orchestration takes advantage of several tasks that are usually automated to create a more complex workflow.
An orchestrator is a software tool that is used to automate the configuration, coordination, and management of large virtualized systems, middleware, and services. The other three options are not related to the automated configuration, coordination, and management of large virtualized systems, middleware, and services.
Orchestrator is described as "the automated configuration, coordination, and management of large virtualized systems, middleware, and services." The orchestrator is a key component of network automation, enabling the automation and management of complex network functions across multiple devices and platforms.
Question # 12
Which of the following is NOT an example of good coding principles?
Good coding principles aim to make the code more maintainable and easier to debug. Offloading code and using logging to debug code are both good coding principles, as they make the code more efficient and easier to debug. Adding notes and comments into code is also a good coding practice, as it makes the code more readable and understandable. However, using hard coded values is not a good coding practice, as it makes the code more difficult to maintain and debug.