Which of the following statements about an intent is FALSE?
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.View AnswerAnswer: D Explanation: According...
Which of the following is NOT an NSP application?
Which of the following is NOT an NSP application?A . Service FulfilmentB . Network SupervisionC . IP/MPLS OptimizationD . Network VirtualizationView AnswerAnswer: 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...
Which of the following sequences best describes the process of moving to SDN based self-regulated networking?
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 networkingB . static networking -> action-based networking -> autonomous networking -> adaptive networkingC . static networking -> action-based networking -> adaptive networking >...
Which of the following statements about the NSP Kafka service is FALSE?
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...
Which of the following statements about POSTMAN is FALSE?
Which of the following statements about POSTMAN is FALSE?A . A Postman account allows you to create a maximum of 3600 workspaces for free.B . Postman allows you to add a parameter to a request. 1mmC . Postman allows you to define a variable to store and re-use values in...
Which of the following files contains helper functions that can be leveraged by the scripts of many different Intent types?
Which of the following files contains helper functions that can be leveraged by the scripts of many different Intent types?A . FrameworkB . Mapping scriptC . Tern plate-mappingD . Configuration templateView AnswerAnswer: A Explanation: The Framework file contains helper functions that can be leveraged by the scripts of many different...
Which of the following NSP CLI actions uses the network element's NE ID to establish communication?
Which of the following NSP CLI actions uses the network element's NE ID to establish communication?A . nsp.cliB . nsp.sr_cliC . nsp.mdm_diD . nsp.netconfView AnswerAnswer: D Explanation: The nsp.netconf action communicates with network elements via the NETCONF protocol. NETCONF is a network management protocol that allows the configuration, query, and...
Which of the following is NOT a benefit of ZTP?
Which of the following is NOT a benefit of ZTP? A. Lowers overall time for network rollout B. Increases network throughput C. Optimizes costs D. Minimizes the amount of commands typedView AnswerAnswer: B Explanation: The option that is NOT a benefit of ZTP (Zero Touch Provisioning) is: B. Increases network...
Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?
Which of the following timing attributes will halt the entire workflow and require user intervention to proceed?A . wait-beforeB . wait-afterC . timeoutD . pause-beforeView AnswerAnswer: D Explanation: This attribute specifies a manual approval step before executing a task1. The other attributes will either delay or abort the execution of...
Which of the following is NOT an example of good coding principles?
Which of the following is NOT an example of good coding principles?A . Offloading codeB . Using logging to debug codeC . Using hard coded valuesD . Adding notes/comments into codeView AnswerAnswer: C Explanation: Good coding principles aim to make the code more maintainable and easier to debug. Offloading code...