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

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

Add to Whishlist

List of questions

Question 21

Report Export Collapse

Which of the following statements about NSP APIs is FALSE?

They allow for supervision of network elements.They support REST/RESTCONF, SOAP/XML andGraphQlll1
They allow for supervision of network elements.They support REST/RESTCONF, SOAP/XML andGraphQlll1
They help with the definition and activation of network services.
They help with the definition and activation of network services.
They allow for an OSS and NSP server to talk to each other.
They allow for an OSS and NSP server to talk to each other.
Suggested answer: B
Explanation:

NSP APIs allow for supervision of network elements, help with the definition and activation of network services, and allow for an OSS and NSP server to talk to each other. However, they do not support GraphQL, which is a query language for APIs.

According to Nokia NSP IP Network Automation Professional guide, NSP APIs support REST/RESTCONF, SOAP/XML and GraphQlll, and help with the definition and activation of network services, and they also allow for supervision of network elements and an OSS and NSP server to talk to each other. Therefore, statement B is false as it states that NSP APIs support Kafka which is not mentioned in the guide as a supported API.

asked 23/09/2024
Medard Vedasto
42 questions

Question 22

Report Export Collapse

Which of the following NSP API types provides location services?

REST
REST
RESTCONF
RESTCONF
XML
XML
SOAP
SOAP
Suggested answer: A
Explanation:

location services are part of the NSP REST API, which provides a full list of NSP REST API service names, endpoints and URLs. Therefore, correct answer is A. REST Reference:

https://www.nokia.com/networks/training/nsp/self-paced/programmable-network-automation/

https://documentation.nokia.com/cgibin/

dbaccessfilename.cgi/3HE12075AAACTQZZA01_V1_NSP%2017.6%20API%20Programmer%20Gu ide.pdf

asked 23/09/2024
Tyrika Warren
43 questions

Question 23

Report Export Collapse

Which of the following is NOT an NSP application?

Service Fulfilment
Service Fulfilment
Network Supervision
Network Supervision
IP/MPLS Optimization
IP/MPLS Optimization
Network Virtualization
Network Virtualization
Suggested answer: C
Explanation:

According to the Nokia NSP Learning and Certification Program2, there are four main NSP applications:

Service Fulfillment: Enables service providers to design, create, and deliver IP/MPLS services across a multi-vendor network.

Network Supervision: Provides real-time visibility and control of network performance, faults, and inventory across physical and virtual networks.

IP/MPLS Optimization: Optimizes network resources by applying advanced algorithms and machine learning techniques to automate traffic engineering and path computation.

Network Virtualization: Enables service providers to create and manage virtualized network functions (VNFs) and network slices using cloud-native technologies.

asked 23/09/2024
Ismaiel Al-Mufleh
50 questions

Question 24

Report Export Collapse

Which of the following statements about POSTMAN is FALSE?

A Postman account allows you to create a maximum of 3600 workspaces for free.
A Postman account allows you to create a maximum of 3600 workspaces for free.
Postman allows you to add a parameter to a request. 1mm
Postman allows you to add a parameter to a request. 1mm
Postman allows you to define a variable to store and re-use values in a request.
Postman allows you to define a variable to store and re-use values in a request.
Postman pre-request scripts are executed before the main request.
Postman pre-request scripts are executed before the main request.
Suggested answer: A
Explanation:

A Postman account allows you to create a maximum of 3600 workspaces for free. Postman is an API development environment used to create, test, and document APIs. It allows users to send requests and receive responses in a variety of formats, as well as add parameters to requests, define variables to store and re-use values, and execute pre-request scripts before the main request. However, Postman accounts do not allow users to create a maximum of 3600 workspaces for free; users must upgrade their accounts to access this feature.

asked 23/09/2024
Olugbenga Fagbohun
45 questions

Question 25

Report Export Collapse

Which of the following statements about an intent is FALSE?

It is stored in the database as the source of truth.
It is stored in the database as the source of truth.
It is an instance of an intent type.
It is an instance of an intent type.
It can be created and deleted through RESTCONF API.
It can be created and deleted through RESTCONF API.
It only involves services.
It only involves services.
Suggested answer: D
Explanation:

According to the Nokia NSP Intent Manager Application Help2, an intent has the following characteristics:

It is stored in the database as the source of truth.

It is an instance of an intent type, which defines the structure and logic of an intent.

It can be created and deleted through RESTCONF API or through the Intent Manager GUI.

It can involve services, nodes, links, paths, or any other network elements.

asked 23/09/2024
Shameez Mohammed
44 questions

Question 26

Report Export Collapse

Which of the following is NOT a benefit of Intent Manager?

Allows the parallel execution of many workflows.
Allows the parallel execution of many workflows.
Provides flexible capabilities for achieving high-level bus
Provides flexible capabilities for achieving high-level bus
Allows programmable and flexible logic.
Allows programmable and flexible logic.
Provides concepts for finding misalignments.
Provides concepts for finding misalignments.
Suggested answer: A
Explanation:

According to the Nokia NSP Intent Manager Application Help2, Intent Manager has the following benefits:

It allows programmable and flexible logic. You can use scripts to define how intents are translated into network commands and how they react to network events.

It provides concepts for finding misalignments. You can use audit and synchronize functions to detect and resolve any discrepancies between intents and network states.

It provides flexible capabilities for achieving high-level business goals. You can use intents to express complex network behaviors such as service protection, bandwidth optimization, or latency reduction.

Therefore, based on these sources12, the correct answer to your question is:

A. Allows the parallel execution of many workflows.

This is NOT a benefit of Intent Manager because workflows are not related to intents. Workflows are sequences of tasks that can be executed on NSP using Workflow Manager.

asked 23/09/2024
Emmanuel ogoro
38 questions

Question 27

Report Export Collapse

Which of the following statements about the NSP Workflow Manager is FALSE?

It provides several building tools to design and create new workflows.
It provides several building tools to design and create new workflows.
It uses Openstack Heat as the core workflow engine.
It uses Openstack Heat as the core workflow engine.
It supports scheduling of workflow executions.
It supports scheduling of workflow executions.
It supports parallel execution of many workflow.
It supports parallel execution of many workflow.
Suggested answer: B
Explanation:

According to the Nokia NSP Workflow Manager Application Help2, Workflow Manager has the following characteristics:

It provides several building tools to design and create new workflows. You can use graphical editors, text editors, or import existing workflows from files or repositories.

It uses Openstack Mistral as the core workflow engine. Mistral is an open source project that provides a service for managing workflows across multiple cloud platforms.

It supports scheduling of workflow executions. You can use cron expressions or triggers to specify when and how often a workflow should run.

It supports parallel execution of many workflows. You can run multiple workflows simultaneously on different network elements or services.

Therefore, based on these sources, the correct answer is:

B. It uses Openstack Heat as the core workflow engine.

This is FALSE because Workflow Manager uses Openstack Mistral, not Heat, as the core workflow engine. Heat is another open source project that provides a service for orchestrating multiple cloud applications using templates.

The other statements are TRUE because:

A. It provides several building tools to design and create new workflows. This allows you to create workflows that suit your specific network needs and preferences.

C. It supports scheduling of workflow executions. This allows you to automate recurring network tasks and optimize network performance and availability.

D. It supports parallel execution of many workflows. This allows you to handle complex network scenarios and operations efficiently and effectively.

asked 23/09/2024
mr Craig Ferguson
39 questions

Question 28

Report Export Collapse

Which of the following statements about the NSP Kafka service is FALSE?

It allows an API client to receive event or alarm notifications.
It allows an API client to receive event or alarm notifications.
It allows an API client to subscribe to different event types.
It allows an API client to subscribe to different event types.
It is a distributed messaging system.
It is a distributed messaging system.
It uses NETCONF based operations and YANG models.
It uses NETCONF based operations and YANG models.
Suggested answer: D
Explanation:

The NSP Kafka service is a distributed messaging system that allows different applications to publish and subscribe to different event types. It provides an API client to receive event or alarm notifications and subscribe to different event types. However, it does not use NETCONF based operations and YANG models. Instead, it uses the Kafka protocol to send and receive messages between producers and consumers.

asked 23/09/2024
Angel Molina
48 questions

Question 29

Report Export Collapse

Which of the following is NOT a benefit of Service Fulfilment API?

Increases service agility
Increases service agility
Reduces human errors
Reduces human errors
Allows multi-vendor service provisioning
Allows multi-vendor service provisioning
Provides alarm monitoring
Provides alarm monitoring
Suggested answer: D
Explanation:

Service Fulfilment API does not provide alarm monitoring; rather, it allows customers to quickly and easily order and provision services from a single interface, allowing for increased service agility and reduced human error.

According to the Nokia NSP Service Fulfilment API User Guide, Service Fulfilment API offers the following benefits:

A. Increases service agility by providing a programmable interface for automated service provisioning and management, allowing network operators to quickly respond to customer demands and network changes.

B. Reduces human errors by automating the service provisioning process, which minimizes the risk of manual configuration errors and improves service quality.

C. Allows multi-vendor service provisioning by providing a vendor-agnostic interface that supports different types of network equipment and technologies, reducing vendor lock-in and enabling greater network flexibility.

asked 23/09/2024
Walter van der Heijden
46 questions

Question 30

Report Export Collapse

Which API can identify the root cause(s) of issues in the network?

Service Fulfilment API
Service Fulfilment API
Fault Management API
Fault Management API
Telemetry API
Telemetry API
Subscription management
Subscription management
Suggested answer: B
Explanation:

The correct answer is B. Fault Management API. The Fault Management API can be used to identify the root cause(s) of issues in the network, such as hardware or software faults, configuration errors, and other problems. It provides a unified interface to receive and analyze fault information from multiple network elements.

The API that can identify the root cause(s) of issues in the network is the Fault Management API. This API allows network operators to monitor network faults and events in real-time, and diagnose and resolve issues quickly and efficiently. It provides information about the root cause(s) of the fault and the affected network elements, as well as enabling automated fault handling and resolution.

Reference: Nokia NSP Fault Management API documentation athttps://developer.nokia.com/networks/nsd-fault-management-api/1.0/overview/

asked 23/09/2024
Ahmad Zaher Al Ojaili
43 questions
Total 80 questions
Go to page: of 8