ExamGecko
Home / Nokia / 4A0-AI1 / List of questions
Ask Question

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

Add to Whishlist

List of questions

Question 11

Report Export Collapse

Which of the following is NOT part of the Augmented Assurance features provided by the NSP?

Sorting NEs by highest severity issues
Sorting NEs by highest severity issues
Intelligent visualization
Intelligent visualization
Commissioning of equipment
Commissioning of equipment
On-demand OAM testing
On-demand OAM testing
Suggested answer: C
Explanation:

Augmented Assurance is a feature that provides "extended automated network operations" with "open APIs and no-code customizable workflows". Another source2 mentions that NSP offers "automated repetitive tasks and complex workflows" to reduce operating costs.

The Augmented Assurance features provided by the NSP (Nokia Network Services Platform) include:

A. Sorting NEs by highest severity issues B. Intelligent visualization D. On-demand OAM testing

asked 23/09/2024
DAVID STAATZ
47 questions

Question 12

Report Export Collapse

Which of the following statements about Model-Driven Mediation (MDM) is FALSE?

It CANNOTcommunicatesthrough devices that only support CLI.
It CANNOTcommunicatesthrough devices that only support CLI.
It is the foundation for supporting multi-vendor device management.
It is the foundation for supporting multi-vendor device management.
It provides the translation between the AMI and device model.
It provides the translation between the AMI and device model.
It can interface with devices that support OpenConfig gRPC Network Management Interface.
It can interface with devices that support OpenConfig gRPC Network Management Interface.
Suggested answer: A
Explanation:

Model-Driven Mediation (MDM) is a component that provides mediation between model-driven NSP applications and Nokia or third-party network devices. It uses adaptors to convert NSP application requests to device specific directives using standard protocols such as NETCONF, SNMP and CLI over SSH or Telnet.

This statement is false because MDM can communicate with devices that only support CLI (Command Line Interface) using a translation module that converts CLI commands to NETCONF or RESTCONF protocols. MDM acts as a mediator between the northbound system and the southbound devices by translating device configuration to a standard format that can be consumed by the northbound system.

The other statements are true:

B. It is the foundation for supporting multi-vendor device management. C. It provides the translation between the AMI and device model. D. It can interface with devices that support OpenConfig gRPC Network Management Interface.

Reference: Nokia NSP IP Network Automation Professional Guide, page 83-85.

asked 23/09/2024
Jose Alfaro
43 questions

Question 13

Report Export Collapse

Which of the following statements about REST and RESTCONF is FALSE?

REST API uses KAFKA notification service.
REST API uses KAFKA notification service.
REST/RESTCONF API performs CRUD operations on data.
REST/RESTCONF API performs CRUD operations on data.
REST uses HTTP protocol for data communication.
REST uses HTTP protocol for data communication.
RESTCONF does NOT use schema mounts.
RESTCONF does NOT use schema mounts.
Suggested answer: D
Explanation:

REST and RESTCONF APIs provide a single entry point into the consolidated suite of NSP applications. Another source2 mentions that NSP REST gateway provides access to NSD and NRC

functionalities through REST API services. A third source3 explains that RESTCONF is an HTTP-based protocol that performs CRUD operations on data using YANG models.

asked 23/09/2024
Sharanjit Kareer
46 questions

Question 14

Report Export Collapse

Which of the following is NOT a benefit of ZTP?

Lowers overall time for network rollout
Lowers overall time for network rollout
Increases network throughput
Increases network throughput
Optimizes costs
Optimizes costs
Minimizes the amount of commands typed
Minimizes the amount of commands typed
Suggested answer: B
Explanation:

The option that is NOT a benefit of ZTP (Zero Touch Provisioning) is:

B. Increases network throughput.

ZTP is a network device deployment method that automates the initial configuration process of network devices, eliminating the need for manual intervention. The benefits of ZTP include:

A. Lowers overall time for network rollout C. Optimizes costs D. Minimizes the amount of commands typed

ZTP is a method of setting up devices that automatically configures the device using a switch feature. Another source2 mentions that ZTP helps IT teams quickly deploy network devices in a large-scale environment, eliminating most of the manual labor involved with adding them to a network. A third source3 explains that ZTP uses Cisco Plug and Play (Cisco PnP) to verify devices and perform downloads over a secure, encrypted channel.

asked 23/09/2024
Dinu Jose Varghese
41 questions

Question 15

Report Export Collapse

Which of the following HTTP methods is NOT supported by REST/RESTCONF?

OPTIONS
OPTIONS
GET
GET
PATCH
PATCH
POST
POST
TRACE
TRACE
Suggested answer: E
Explanation:

The HTTP methods that are supported by REST/RESTCONF are:

OPTIONS: Used to retrieve the communication options available for a resource.

GET: Used to retrieve a representation of a resource.

PATCH: Used to apply a partial update to a resource.

POST: Used to create a new resource or trigger a specific action.

The HTTP method TRACE is not supported by REST/RESTCONF.

Reference: Nokia NSP IP Network Automation Professional Guide, page 77.

asked 23/09/2024
Julius Nammeh
35 questions

Question 16

Report Export Collapse

Which of the following HTTP methods are NOT supported in REST and RESTCONF?

GET
GET
PUT
PUT
DELETE
DELETE
ADD
ADD
PATCH
PATCH
Suggested answer: D
Explanation:

The HTTP methods that are supported by REST/RESTCONF are:

GET: Used to retrieve a representation of a resource.

PUT: Used to replace a resource or create it if it does not exist.

DELETE: Used to delete a resource.

PATCH: Used to apply a partial update to a resource.

The HTTP method ADD is not a standard HTTP method and is not supported by REST/RESTCONF.

Reference: Nokia NSP IP Network Automation Professional Guide, page 77.

asked 23/09/2024
Franziska Kreuz
45 questions

Question 17

Report Export Collapse

What are the two main functionalities of the NSP REST API gateway services?

Versioning model
Versioning model
Create subscriptions
Create subscriptions
Location services
Location services
Authentication and termination services
Authentication and termination services
1 and 2
1 and 2
2 and 3
2 and 3
1 and 4
1 and 4
3 and 4
3 and 4
Suggested answer: C
Explanation:

the NSP REST Gateway API provides the entry point for API clients to locate and authenticate REST client requests to gain access to the various NSP modules that have registered API services.

asked 23/09/2024
Rebecca Gillespie
45 questions

Question 18

Report Export Collapse

Which of the following statements about the YANG data modeling language is FALSE?

Data is in the form of a tree-like structure.
Data is in the form of a tree-like structure.
It is used to model configuration and state data.
It is used to model configuration and state data.
Data model is not human readable.
Data model is not human readable.
Defines actions and operations.
Defines actions and operations.
Suggested answer: C
Explanation:

YANG is a data modeling language used to model configuration and state data for network devices. It defines a tree-like structure for data and is used to store, configure, and retrieve information from network devices. It is human readable and can be used to define actions and operations.

asked 23/09/2024
Roberto Recine
52 questions

Question 19

Report Export Collapse

Which of the following Kafka components represents a stream of messages of a particular category?

Producer
Producer
Broker
Broker
Topic
Topic
Consumer
Consumer
Suggested answer: C
Explanation:

a Kafka topic is a channel where publishers (producers) publish data and where subscribers (consumers) receive data. A topic represents a stream of messages of a particular category.

In Kafka, a topic represents a stream of messages of a particular category or type. Producers publish messages to a specific topic, and consumers subscribe to and read messages from topics. Brokers are responsible for managing topics and ensuring that messages are distributed efficiently across the cluster.

asked 23/09/2024
Francesco Pugliese
41 questions

Question 20

Report Export Collapse

Which of the following statements about Kafka is FALSE?

It is a distributed messaging system.
It is a distributed messaging system.
It is an open-source platform.
It is an open-source platform.
It is used to send real-time notifications.
It is used to send real-time notifications.
It has four components: Producer, Consumer, Topic and Connector.
It has four components: Producer, Consumer, Topic and Connector.
Suggested answer: D
Explanation:

Kafka is a distributed messaging system that is open-source and can be used to send real-time notifications. However, it has more than four components, such as brokers, partitions, replicas, consumer groups and zookeeper.

asked 23/09/2024
Tiro malope
44 questions
Total 80 questions
Go to page: of 8