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 19,2024.
- Exam Code: 4A0-AI1
- Exam Name: Nokia NSP IP Network Automation Professional Composite Exam
- Certification Provider: Nokia
- Latest update: Nov 19,2024
What task does Apache FreeMarker perform?
- A . It instantiates templates.
- B . Separates the configuration and data states
- C . Transports YANG data
- D . Allows communication between NSP applications
Which of the following statements about an intent is FALSE?
- A . It is stored in the database as the source of truth.
- B . It is an instance of an intent type.
- C . It can be created and deleted through RESTCONF API.
- D . It only involves services.
Which of the following is NOT a valid flow control attribute?
- A . on-failure
- B . on-complete
- C . on-success
- D . on-error
Which of the following is NOT an NSP application?
- A . Service Fulfilment
- B . Network Supervision
- C . IP/MPLS Optimization
- D . Network Virtualization
Which of the following is NOT a characteristic of Infrastructurelure Intents?
- A . Policy management
- B . System security
- C . Initial hardware configuration
- D . L2/L3 VPN configuration of multiple services
What happens if you select "Modify" under "Behavior" in the WebUI and successfully modify anintent?
- A . The Intent is updated in the Intent Manager database and no other actions are performed.
- B . The Intent is updated in the Intent Manager database and compared with the configuration on the target node.
- C . The Intent is updated in the Intent Manager database and synchronized.
- D . The version number of the Intent is increased and multiple copies of the Intent are stored In the Intent Manager.
Which of the following is NOT an example of good coding principles?
- A . Offloading code
- B . Using logging to debug code
- C . Using hard coded values
- D . Adding notes/comments into code
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) my_task:
action: std.http
input:
url: http://test.org
method: GET
B) my_task:
action: std.http
input:
html: http://test.org
method: GET
C) my_task:
action: std.http url= "http://test.org" method:="GET"
D) my_task:
action: std.http html= "http://test.org" method:="GET"
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Which feature can be used to make a workflow portable if the workflow needs to be executed on either a development or production lab)?
- A . Conditional transactions
- B . Environments
- C . Forking
- D . Joining
Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?
- A . wait-before
- B . wait-after
- C . timeout
- D . pause-before