Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

A scenario is too large, with too many modules. Which technique can reduce the number of modules?

A.

Nesting multiple mapping panel functions instead of setting and resetting variables when transforming data in more than one way

B.

Using a Compose a string module to combine variables and module output. Then use the Text Parser to parse the data and assign to variables

C.

Setting the scenario to Auto Commit in scenario settings

A Fusion Developer receives frequent notifications that a specific Scenario has been stopped. Upon investigation, the developer notes that there is nothing wrong with the data or process in the scenario, but that the error always occurs on a specific module that calls a third-party system. The error recorded is consistently a service unavailable error, particularly during times of high network traffic to the target system.

Which action should the Fusion Developer take to reduce the number of times the scenario is automatically stopped by Fusion?

A.

Update the Scenario settings to automatically retry failed executions.

B.

Update the Module settings to automatically ignore failed executions.

C.

Add an error handler to the Module and select a Break directive.

D.

Add an additional route after the failing module with a repeater to retry errors.

In a Fusion scenario, a new project in Workfront will trigger the creation of a new project in ServiceNow. The name of the project in ServiceNow will be constructed in the following format:

Two Digit Year - Reference Number - Project Name

Which expression will generate the correct string?

A.

formatDate(now;YY) - referenceNumber - name

B.

join(formatDate(now;YY) - referenceNumber - name)

C.

concat(formatDate(now;YY) - referenceNumber - name)

A series of queries return several JSON packets that include a combination of nested arrays representing objects and their fields.

How should that information be arranged if each object needs to be processed through a portion of the scenario?

A.

Define the data structure > then run the Iterator to Parse each JSON packet

B.

Concatenate the JSON > Define the data structures > Parse the JSON > then run the Iterator

C.

Define the data structure > Parse the JSON > then process arrays in the Iterator

D.

Merge the JSON > Parse the JSON > then use the Iterator

Given this Fusion scenario, a user needs to access multiple fields from the Workfront module for mapped expressions in the HTTP PUT requests.

Which action should the user take?

A.

Set Multiple Variables module after the Workfront module. Get Multiple Variables between the Text Parser and the bottom Router.

B.

Set Multiple Variables module after the Workfront module. Get Variable modules just before each HTTP module for the specific variables needed in each bottom path.

C.

Set Variable module after the Workfront module. Get Variable modules just before each HTTP module in the bottom paths.