ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 119 - MCD - Level 1 discussion

Report
Export

As a part of requirement , application property defined below needs to be accessed as dataweave expression. What is the correct expression to map it to port value?

A.
{ port : p('db.port')}
Answers
A.
{ port : p('db.port')}
B.
{ port : {db:port}}
Answers
B.
{ port : {db:port}}
C.
{ port : p['db.port']}
Answers
C.
{ port : p['db.port']}
D.
Application property cannot be accessed in Dataweave
Answers
D.
Application property cannot be accessed in Dataweave
Suggested answer: A

Explanation:

Option 1 is the correct syntax

asked 18/09/2024
Kaan K
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first