M7 - Mulesoft  Structuring Mule Applications

M7 - Mulesoft Structuring Mule Applications

Professional Development

5 Qs

quiz-placeholder

Similar activities

Terraform: Data Sources

Terraform: Data Sources

Professional Development

10 Qs

Node.js - Modules, Packages and Authentication

Node.js - Modules, Packages and Authentication

University - Professional Development

4 Qs

M6 - Mulesoft Mule Events

M6 - Mulesoft Mule Events

Professional Development

8 Qs

M4 - Mulesoft Building APIs

M4 - Mulesoft Building APIs

Professional Development

5 Qs

Revision Monday - Part 3

Revision Monday - Part 3

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - DevOps

IT ENGLISH: Research Project Topics - DevOps

Professional Development

10 Qs

Review Lesson on financial Literacy 1

Review Lesson on financial Literacy 1

Professional Development

10 Qs

SA D1

SA D1

Professional Development

6 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