Question 31

A Mule application contains a Batch Job scope with several Batch Step scopes. The Batch Job scope is configured with a batch block size of 25.
A payload with 4,000 records is received by the Batch Job scope.
When there are no errors, how does the Batch Job scope process records within and between the Batch Step scopes?
  • Question 32

    A mule application is deployed to a Single Cloudhub worker and the public URL appears in Runtime Manager as the APP URL.
    Requests are sent by external web clients over the public internet to the mule application App url. Each of these requests routed to the HTTPS Listener event source of the running Mule application.
    Later, the DevOps team edits some properties of this running Mule application in Runtime Manager.
    Immediately after the new property values are applied in runtime manager, how is the current Mule application deployment affected and how will future web client requests to the Mule application be handled?
  • Question 33

    What limits if a particular Anypoint Platform user can discover an asset in Anypoint Exchange?
  • Question 34

    Mule applications need to be deployed to CloudHub so they can access on-premises database systems. These systems store sensitive and hence tightly protected data, so are not accessible over the internet.
    What network architecture supports this requirement?
  • Question 35

    A Mule application contains a Batch Job with two Batch Steps (Batch_Step_l and Batch_Step_2). A payload with 1000 records is received by the Batch Job.
    How many threads are used by the Batch Job to process records, and how does each Batch Step process records within the Batch Job?