ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - Certified MuleSoft Developer II discussion

Report
Export

A heathcare customer wants to use hospital system data, which includes code that was developed using legacy tools and methods. The customer has created reusable Java libraries in order to read the data from the system.

What is the most effective way to develop an API retrieve the data from the hospital system?

A.
Refer to JAR files in the code
Answers
A.
Refer to JAR files in the code
B.
Include the libraries writes deploying the code into the runtime
Answers
B.
Include the libraries writes deploying the code into the runtime
C.
Create the Java code in your project and invoice the data from the code
Answers
C.
Create the Java code in your project and invoice the data from the code
D.
Install libraries in a local repository and refer to it in the pm.xml file
Answers
D.
Install libraries in a local repository and refer to it in the pm.xml file
Suggested answer: D

Explanation:

To develop an API that retrieves data from a hospital system using reusable Java libraries, the developer should install libraries in a local repository and refer to it in the pom.xml file. This way, the developer can use Maven to manage dependencies and invoke Java code from Mule applications using Java Module operations.

Reference: https://docs.mulesoft.com/mule-runtime/4.3/java-module-reference#add-the-java-module-to-your-project https://docs.mulesoft.com/mule-runtime/4.3/java-module-reference#invoke-java-code

asked 23/09/2024
Bartłomiej Praniuk
24 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first