ExamGecko
Question list
Search
Search

Question 76 - 4A0-AI1 discussion

Report
Export

Which of the following files contains helper functions that can be leveraged by the scripts of many different Intent types?

A.
Framework
Answers
A.
Framework
B.
Mapping script
Answers
B.
Mapping script
C.
Tern plate-mapping
Answers
C.
Tern plate-mapping
D.
Configuration template
Answers
D.
Configuration template
Suggested answer: A

Explanation:

The Framework file contains helper functions that can be leveraged by the scripts of many different

Intent types.

The Framework file is a JavaScript file that provides common utility functions for Intent operations. It is located in the /opt/nokia/nsp/intent/scripts directory on the NSP server. It can be imported by other script files using the require() function.

For example, a Framework file could contain:

function getNfmpTemplate(templateName) { // logic for getting an NFM-P template by name }

function getMdTemplate(templateName) { // logic for getting an MD template by name }

asked 23/09/2024
Mark Green
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first