HOTSPOT - (Topic 3)
A developer needs to create an Out argument to pass the results of a Data Scraping activity to another workflow. The activity scrapes text from a structured list on a website.
From the drop-down list shown in the exhibit, select the Argument Type that should be used.
Solution:
Does this meet the goal?
Correct Answer:
A
- (Topic 2)
A developer uses a GIT repository for version control of his project. Which of the following buttons ensures that the changes are applied to the local Git repository?
Correct Answer:
B
Commit button allows to commit the changes to the local Git repository.
Commit and Push button allows to commit the changes and push them to the remote repository.
UiPath Documentation
Exam Topic: Understand how GIT and TFS are used for version control
- (Topic 1)
You are developing a .xaml file to interact with multiple fields of a web page. You want to Auto Empty the fields that require input.
Which input method(s) will automatically empty the target input fields?
Correct Answer:
C
Reference: https://tutorials4sharepoint.wordpress.com/category/rpa/uipath/
- (Topic 3)
A developer is automating a production level process in the Robotic Enterprise (RE) Framework. Based on best practices, when should the developer log a meaningful message with the Logging Level as "Information"?
Correct Answer:
B
- (Topic 2)
A developer uses REFramework to create complex process automation. In the InitAllSettings state, the robot retrieves all required assets from the Orchestrator. All values are stored in a Config dictionary which is passed between workflows. What happens if, during the processing of a queue item, the value of one of the assets was changed in Orchestrator?
Correct Answer:
D
If the Config file is used to store values from the Orchestrator at the beginning of the process, any changes in assets will not affect the robot, as all values were retrieved prior to the change. However, if robot uses the Get Asset activity each time before using the asset, then robot will use the latest value of the asset.
UiPath Documentation
Exam Topic: Describe how to work with Orchestrator queues and assets.
