Question 6 of 54

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

1. Versioning model

2. Create subscriptions

3. Location services

4. Authentication and termination services

    Correct Answer: D

    The two main functionalities of the NSP REST API gateway services are Location Services and Authentication and Termination Services. Location Services help in managing the geographical context of the network, while Authentication and Termination Services ensure secure access and proper termination of sessions.

Question 7 of 54

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

    Correct Answer: C

    In Kafka, a 'Topic' represents a stream of messages of a particular category. Topics are logical channels to which records are published and from which records are consumed. Each topic can be split into partitions to maintain load balancing and redundancy.

Question 8 of 54

Which of the following statements about Kafka is FALSE?

    Correct Answer: D

    Kafka has four main components: Producer, Consumer, Topic, and Broker. The Connector is part of Kafka Connect, an extension framework, but not a core component of Kafka itself. Therefore, the statement suggesting that Kafka has four components including Connector is false.

Question 9 of 54

Which of the following statements about NSP APIs is FALSE?

    Correct Answer: B

    The statement that NSP APIs support REST/RESTCONF, SOAP/XML and GraphQL is FALSE. Typically, network services platforms support either REST/RESTCONF or SOAP/XML, but rarely all three protocols including GraphQL. GraphQL is more commonly associated with web applications rather than network management. Therefore, the correct answer is B.

Question 10 of 54

Which of the following NSP API types provides location services?

    Correct Answer: A

    RESTful APIs are commonly used for providing various services over the web, including location services. They enable interaction with RESTful web services by using standard HTTP methods. Therefore, the option that correctly identifies the NSP API type that provides location services is REST.