An inbound Database connector is configured to select rows from a MySQL database. What is the format of results returned from the database query?

Study for the MuleSoft Associate / Development Fundamental Test. Master key concepts with flashcards and multiple choice questions, complete with hints and explanations. Prepare thoroughly for your exam!

Multiple Choice

An inbound Database connector is configured to select rows from a MySQL database. What is the format of results returned from the database query?

Explanation:
When the inbound Database connector runs a query, it returns results as native Java objects. The connector uses JDBC under the hood, so the payload becomes a List of Maps (each Map is a row, with column names as keys). This is why Java is the correct choice—the data is not already formatted as XML, JSON, or CSV; those formats would require a transformation step afterward to convert the Java objects into the desired representation.

When the inbound Database connector runs a query, it returns results as native Java objects. The connector uses JDBC under the hood, so the payload becomes a List of Maps (each Map is a row, with column names as keys). This is why Java is the correct choice—the data is not already formatted as XML, JSON, or CSV; those formats would require a transformation step afterward to convert the Java objects into the desired representation.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy