Nokia 4A0-AI1 Nokia NSP IP Network Automation Professional Composite Exam Online Training
Nokia 4A0-AI1 Online Training
The questions for 4A0-AI1 were last updated at Nov 22,2024.
- Exam Code: 4A0-AI1
- Exam Name: Nokia NSP IP Network Automation Professional Composite Exam
- Certification Provider: Nokia
- Latest update: Nov 22,2024
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?
- A . std. sleep
- B . nsp.wait
- C . nsp.user_input
- D . nsp.pause_before
Which of the following is NOT a characteristic of Intent-based networking?
- A . Abstraction
- B . Virtualization
- C . Automation
- D . Persistence
Which of the following sequences best describes the process of moving to SDN based self-regulated networking?
- A . action-based networking -> static networking -> adaptive networking -> autonomous networking
- B . static networking -> action-based networking -> autonomous networking -> adaptive networking
- C . static networking -> action-based networking -> adaptive networking > autonomous networking
- D . action-based networking -> static networking -> autonomous networking -> adaptive networking
Which of the following files contains all the back end implementations required for Intent configurations to be performed?
- A . script-content.js
- B . meta-info.json
- C . yang-patch.json
- D . util.js
Which of the following statements about Kafka is FALSE?
- A . It is a distributed messaging system.
- B . It is an open-source platform.
- C . It is used to send real-time notifications.
- D . It has four components: Producer, Consumer, Topic and Connector.
Which of the following statements about the NSP Kafka service is FALSE?
- A . It allows an API client to receive event or alarm notifications.
- B . It allows an API client to subscribe to different event types.
- C . It is a distributed messaging system.
- D . It uses NETCONF based operations and YANG models.
Which of the following allows the Intent Manger to communicate with network elements being managed by SNMP?
- A . NSP mediator
- B . MDC mediator
- C . NFM-P mediator
- D . Generic mediator
Which character is used to separate the attributes of a Target with multiple attributes?
- A . –
- B . /
- C . #
- D .
Convert the workflow full syntax to workflow simplified syntax.
my_task:
action: std.http
input:
url: http://mywebsite.org
method: GET
Which of the following is correct?
A) my_task:
action: std.http url=
"http://mywebsite.org"
B) my_task:
action: std.http url=
"http://mywebsite.org"
input:
method: GET
C) my_task:
action: url="http://mywebsite.org"
D) my_task:
action: std.http url=
"http://mywebsite.org" method="GET"
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which of the following NSP CLI actions uses the network element’s NE ID to establish communication?
- A . nsp.cli
- B . nsp.sr_cli
- C . nsp.mdm_di
- D . nsp.netconf