M7 - Mulesoft  Structuring Mule Applications

M7 - Mulesoft Structuring Mule Applications

Professional Development

5 Qs

quiz-placeholder

Similar activities

DBMS Internal 1 - CSE,BMSIT

DBMS Internal 1 - CSE,BMSIT

Professional Development

10 Qs

DBMS Quiz1

DBMS Quiz1

University - Professional Development

10 Qs

VCS Short quiz

VCS Short quiz

Professional Development

9 Qs

TensorFlow

TensorFlow

Professional Development

10 Qs

Electric current and voltage

Electric current and voltage

Professional Development

10 Qs

Maven

Maven

Professional Development

5 Qs

13th MuleSoft Meetup Quiz

13th MuleSoft Meetup Quiz

Professional Development

6 Qs

Journey to White Castle

Journey to White Castle

Professional Development

10 Qs

M7 - Mulesoft  Structuring Mule Applications

M7 - Mulesoft Structuring Mule Applications

Assessment

Quiz

Professional Development, Computers

Professional Development

Medium

Created by

freddy forero

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A Mule application has two flows named parentFlow and childFlow. A variable is defined in parentFlow.

What is the scope of the variable when the parentFlow call childFlow using a Flow Reference?

The variable is accessible in childFlow but is inmutable

The variable is accessible in childFlow, can be changed, and changes are seen back in parentFlow

The variable is NOT accessible in childFlow

The variable is accessible in childFlow, can be changed, but changes are NOT seen back in parentFlow

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Refer to the exhibit. In the deployable archive's /classes folder, there are two properties files named dev.properties and prod.properties. The Mule application fails to deploy to CloudHub through Runtime Manager with the following error message. 

What cloud be causing this error?

The property files were NOT saved at the root level of the deployable archive

The env property is NOT set in the Runtime Manager in the Mule application's Properties tab

A file named ${env}.properties is NOT included in the deployable archive file

The dev.properties and prod.properties files were NOT uploaded to Runtime Manager

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What reserved property can be defined and used in a Mule application to allow an HTTPS Listener to be accessed by external web clients after the Mule application is deployed to CloudHub?

${ssl.port}

${ssl.listener.port}

${https.listener.port}

${https.port}

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Why must a Mule application's deployable archive package all its dependencies in order to be deployed to CloudHub?

The online logging service requires access to ALL project dependencies to log the appropriate Java classes used in the Mule application

CloudHub workers CANNOT download ALL possible project dependencies a project may contain

CloudHub workers needs to compare the current dependencies with the LATEST project dependencies from the MuleSoft repository

MuleSoft support requires access to ALL project dependencies for future online troubleshooting

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In what file does the Mule project keep track of all of its dependencies?

mule-artifact.json

pom.xml

mule-app.properties

global.xml