ExamGecko
Home Home / Nokia / 4A0-AI1

Nokia 4A0-AI1 Practice Test - Questions Answers, Page 5

Question list
Search
Search

Which Workflow state allows a Workflow to be executed?

A.
Draft
A.
Draft
Answers
B.
Deprecated
B.
Deprecated
Answers
C.
Published
C.
Published
Answers
D.
Released
D.
Released
Answers
Suggested answer: C

Explanation:

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 is the proper FULL syntax to describe a workflow task using the std.hrtp action to access a url using the GET method?

A)

B)

C)

D)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: A

Which of the following commands allows the action associated with a task to be run multiple times over a list of items?

A.
with-items
A.
with-items
Answers
B.
concurrency
B.
concurrency
Answers
C.
retry
C.
retry
Answers
D.
count
D.
count
Answers
Suggested answer: A

Explanation:

According to the Mistral Workflow Language (v2) documentation1, which is one of the technologies that can be used in a NSP workflow2, with-items is a task property that allows the action associated with a task to be run multiple times over a list of items1. The syntax for using with-items is:

task_name:

action:<action_name>

input:

<input_name>:<%item()%>

with-items:itemin<list>

You need to replace <action_name>, <input_name>, and <list> with your desired values. You can also use other properties such as concurrency, retry, or count to control how many iterations are executed in parallel, how many times an iteration is retried if it fails, or how many times an iteration is executed respectively1.

Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?

A.
wait-before
A.
wait-before
Answers
B.
wait-after
B.
wait-after
Answers
C.
timeout
C.
timeout
Answers
D.
pause-before
D.
pause-before
Answers
Suggested answer: D

Explanation:

This attribute specifies a manual approval step before executing a task1. The other attributes will either delay or abort the execution of a task, but not halt the entire workflow.

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

A.
cmd
A.
cmd
Answers
B.
host
B.
host
Answers
C.
password
C.
password
Answers
D.
username
D.
username
Answers
Suggested answer: A

Explanation:

the input that is optional when using the std.ssh action is cmd. 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.

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)

A.
Option A
A.
Option A
Answers
B.
Option B
B.
Option B
Answers
C.
Option C
C.
Option C
Answers
D.
Option D
D.
Option D
Answers
Suggested answer: C

Explanation:

This syntax assumes that there is a previous task that returns an object with an attribute named rtt that contains the round-trip time value1. The expression <% task().result.rtt %> evaluates to this value and assigns it to the variable rtt in the workflow context1.

Which feature can be used to make a workflow portableif the workflow needs to be executed on either a development or production lab)?

A.
Conditional transactions
A.
Conditional transactions
Answers
B.
Environments
B.
Environments
Answers
C.
Forking
C.
Forking
Answers
D.
Joining
D.
Joining
Answers
Suggested answer: B

Explanation:

a workflow can use environments to 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.

How long is the system token valid before expiring?

A.
Never expires
A.
Never expires
Answers
B.
24 hours
B.
24 hours
Answers
C.
60 minutes
C.
60 minutes
Answers
D.
Configurable
D.
Configurable
Answers
Suggested answer: C

Explanation:

a system token is a string that is used to authenticate requests to the NSP REST API. A system token can be obtained by sending a POST request to the /token endpoint with a valid username and password1. a system token is valid for 60 minutes before expiring. After expiration, a new system token must be obtained by repeating the authentication process2.

Which of the following best describes an ad-hoc action?

A.
Wrapper around an existing system action
A.
Wrapper around an existing system action
Answers
B.
Default action provided by Workflow Manager
B.
Default action provided by Workflow Manager
Answers
C.
Special action for NSP applications
C.
Special action for NSP applications
Answers
D.
Can only be used by one workflow
D.
Can only be used by one workflow
Answers
Suggested answer: A

Explanation:

Ad-hoc actions are wrappers around existing system actions that allow for more flexibility in terms of what can be done. They are not default actions provided by Workflow Manager, nor are they special actions for NSP applications. Ad-hoc actions can be used by multiple workflows.

Which of the following NSP CLI actions uses the network element's NE ID to establish communication?

A.
nsp.cli
A.
nsp.cli
Answers
B.
nsp.sr_cli
B.
nsp.sr_cli
Answers
C.
nsp.mdm_di
C.
nsp.mdm_di
Answers
D.
nsp.netconf
D.
nsp.netconf
Answers
Suggested answer: B

Explanation:

nsp.sr_cli is a nodal communication action that uses the network element's NE ID to establish communication. It is one of the NSP actions and expression functions that can be used to design workflows for network automation

Total 80 questions
Go to page: of 8