Nokia 4A0-AI1 Nokia NSP IP Network Automation Professional Composite Exam Practice Test

Page: 1 / 14
Total 80 questions
Question 1

Based on the exhibit, which attribute of the target-component determines the component name displayed in the UI?



Answer : A

According to the NSP Network Services Platform Release 20.9 User Guide1, the attribute of the target-component that determines the component name displayed in the UI isi18n-text.

The i18n-text attribute specifies a key for a localized text string that is displayed as a label for this component in the UI. The actual text string is retrieved from a resource bundle file based on the user's locale.

For example, if i18n-text is ''Port Id'', then the UI will display ''Port Id'' as the component name.


Question 2

Which of the following configures the network based on input provided by the user?



Answer : A

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.


Question 3

Which of the following best describes intent-based networking?



Answer : C

Comparing the actual and desired state of a network and taking action if they are not in sync. Intent-based networking is a method of managing a network by defining the intent of the network and then continuously comparing the actual and desired state of the network. If the two states are not in sync, the system will take action to bring the actual state in line with the desired one. This is different from manual processes of configuring networks or reacting to network issues. It also differs from dynamically changing the network infrastructure in real-time through one centralized location, or automatic discovery of cross domain links between IP and optical networks.


Question 4

Which of the following system actions will pause a workflow at some point and wait for an operator to confirm or deny a particular course of action?



Answer : C

This system action allows you to pause a workflow and prompt the user for input.You can use this action to confirm or deny a course of action, or to enter some data that isrequired for the workflow1. For example, you can use nsp.user_input to ask the user if they want to continue with a service deployment or rollback.

The other options are not correct because:

std.sleep is a standard Python function that pauses the execution of a script for a specified number of seconds2.

nsp.wait is a system action that waits for an event or condition to occur before resuming the workflow1. For example, you can use nsp.wait to wait for a service activation status change or a network element alarm.

nsp.pause_before is not a valid system action.There is no such action defined in the NSP documentation1.


Question 5

Convert the workflow full syntax to workflow simplified syntax. Which of the following is correct?

A)

B)

C)

D)



Answer : D


Question 6

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.


Question 7

Which input is optional when using the std.ssh action to access a remote server?



Answer : A

the input that is optional when using the std.ssh action iscmd.This parameter specifies the command to be executed on the remote server1.If this parameter is not provided, the action will only establish an SSH connection with the remote server and return its output1. The other parameters are required to authenticate and connect to the remote server.


Page:    1 / 14   
Total 80 questions