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

A developer uses a State Machine for his process automation project. The developer wants to define conditions under which the automation project can pass from one State to another. What is the possible way to do so?

A.

Drag Transition activity from the Activities Panel to define the condition.

B.

Drag If activity from the Activities Panel to define the condition.

C.

Drag Flowchart Decision activity from the Activities Panel to define the condition.

D.

Connect states to generate a transition and define the condition in it.

When is it recommended to use full selectors?

A.

When switching between multiple windows.

B.

When the selector is stable.

C.

When performing multiple actions in the same window.

D.

When working with dynamic selectors.

What is the slowest method of reading text?

Options are :

A.

OCR

B.

Native

C.

Full Text

What happens in the Init state of the Main workflow, in the UiPath Robotic Enterprise Framework template?

Options are :

A.

The robot reads the configuration file and initializes all the required applications.

B.

The robot checks if the previous transaction is complete and then starts the next one.

C.

The transaction items are extracted from the Queue.

In UiPath Robotic Enterprise Framework, what are the transitions of the Init state?

Options are :

A.

In the case of Success, the transition is to the Process Transaction state.

B.

In the case of System Error, the transition is to the End Process state.

C.

In the case of Success, the transition is to the Get Transaction Data state.

D.

In the case of System Error, the transition is to the Init state.

What kind of workflow should you create to define business rules?

Options are :

A.

Sequence

B.

Flowchart

C.

State machine

It is possible to write to a text file without using the Write Text File activity?

Options are :

A.

No

B.

Yes, by using the Invoke Method Activity

C.

Yes, with the Invoke Power Shell Activity

How can you retrieve the value stored in a Queue Item variable?

Options are :

A.

Use the Deserialize Xml activity

B.

Use the Deserialize Json activity

C.

Use the SpecificContent property

A developer implemented a Performer using the Robotic Enterprise Framework to process items from the queue. Each transaction item contains a file path to a specific file on Shared Drive. Robot uses Path Exists activity to check if a required file exists.

If the path exists, robot needs to copy the file to its local folder. If the path does not exist, robot sets a status Failed with a Business Rule Exception to this transaction item. Robot does not retry these items during processing. What is the correct reason for that?

A.

Items that failed with a Business Rule Exception are not retried.

B.

MaxRetryNumber in Config is set to 0.

C.

Path Exists activity is wrapped in a Try Catch.

D.

The Auto Retry property in the queue is set to No.

What is an argument?

Options are :

A.

A variable

B.

An input/output parameter of the workflow

C.

A variable type