A ${https.listener.port}
B ${ssl.port}
C ${https.port}
D ${ssl.listener.port}
答案:C
A Preserve the original payload when the VM connector returns a response from a flow
B Allow a flow to pass events to another flow asynchronously
C Preserve variables as the Mule event gets passed to another flow
D Allow a flow to pass events to another flow synchronously
答案:B,异步的
What is the scope of the variable when the parentFlow calls childFlow using a Flow Reference?
A The variable is accessible in childFlow, can be changed, and changes are seen back in parentFlow
B The variable is accessible in childFlow, can be changed, but changes are NOT seen back in parentFlow
C The variable is NOT accessible in childFlow
D The variable is accessible in childFlow but is immutable
答案:A
What could be causing this error?
A A file named ${env}.properties is NOT included in the deployable archive file
B The dev.properties and prod.properties files were NOT uploaded to Runtime Manager
C The property files were NOT saved at the root level of the deployable archive
D The env property is NOT set in the Runtime Manager in the Mule application’s Properties tab
答案:D
A pom.xml
B mule-app.properties
C global.xml
D mule-artifact.json
答案:A
A CloudHub workers needs to compare the current dependencies with the LATEST project dependencies
from the MuleSoft repository
B MuleSoft support requires access to ALL project dependencies for future online troubleshooting
C CloudHub workers CANNOT download ALL possible project dependencies a project may contain
D The online logging service requires access to ALL project dependencies to log the appropriate Java classes used in the Mule application
答案:C