ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 27 - Certified MuleSoft Developer II discussion

Report
Export

A Mule application defines as SSL/TLS keystore properly 'tis,keystore.keyPassword'' as secure.

How can this property be referenced to access its value within the application?

A.
#{secure::tiskeystore,keyPassowrd}
Answers
A.
#{secure::tiskeystore,keyPassowrd}
B.
${secure::tiskeystore,keyPassowrd}
Answers
B.
${secure::tiskeystore,keyPassowrd}
C.
${secure::tiskeystore,keyPassowrd}
Answers
C.
${secure::tiskeystore,keyPassowrd}
D.
p{secure::tiskeystore,keyPassowrd}
Answers
D.
p{secure::tiskeystore,keyPassowrd}
Suggested answer: B

Explanation:

secure::tiskeystore,keyPassowrdShortExplanationofCorrectAnswerOnly:Toreferenceasecurepropertyvaluewithintheapplication,thedeveloperneedstousethesyntax{secure::}. In this case, the property name is tiskeystore,keyPassword, so the correct syntax is ${secure::tiskeystore,keyPassowrd}.

Reference: https://docs.mulesoft.com/mule-runtime/4.3/secure-configuration-properties#referencing-secure-properties

asked 23/09/2024
Prashant Bari
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first