최신UiPath Automation Developer Associate v1.0 - UiADAv1무료샘플문제
문제1
A developer created a process that performs the following tasks
1. Prompts the user for an input company name
2. Opens a browser and searches for the company name
3. Scrapes the search results
4. Writes the results to a Microsoft Excel file
What is the total number of steps that require human interaction?
A developer created a process that performs the following tasks
1. Prompts the user for an input company name
2. Opens a browser and searches for the company name
3. Scrapes the search results
4. Writes the results to a Microsoft Excel file
What is the total number of steps that require human interaction?
정답: B
문제2
Drag and Drop Question
What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

Drag and Drop Question
What is the correct sequence of steps to perform when trying to pass and get data from an invoked workflow in Main.xaml?
Instructions: Drag the Description found on the left and drop on the correct Step Sequence found on the right.

정답:

문제3
During which stage does an automation developer have the greatest contribution and responsibility?
During which stage does an automation developer have the greatest contribution and responsibility?
정답: A
문제4
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
What is the purpose of the Interval filter in the Orchestrator's Monitoring page?
정답: B
문제5
A developer needs to create an array of folder names from the String variable. FilePath
="C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?
A developer needs to create an array of folder names from the String variable. FilePath
="C:\\Users\\UiPathRobot\\Documents\\Technologies". Based on best practice, which method will return an array of only the folder names?
정답: D
문제6
A developer wants to create a process that interacts with a minimized window. However, when the process is executed, the robot is not able to click on a button inside the application. Which click activity property configuration would cause the automation to run only on foreground windows?
A developer wants to create a process that interacts with a minimized window. However, when the process is executed, the robot is not able to click on a button inside the application. Which click activity property configuration would cause the automation to run only on foreground windows?
정답: D
문제7
Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)
Which method can be used to install an application on a ServiceNow instance? (Choose 3 answers)
정답: A,B,E
문제8
Based on the image provided, which catch block will be executed if the Employees Excel file is open during runtime?

Based on the image provided, which catch block will be executed if the Employees Excel file is open during runtime?

정답: C
문제9
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
Which of the following demonstrates the correct syntax for using the Vb.Net "If" Operator?
정답: B
문제10
When is the Anchor Base activity used to automate interaction with an application?
When is the Anchor Base activity used to automate interaction with an application?
정답: A
문제11
A developer utilized the Add Data Row activity to insert a row into a DataTable called "dtReports".
However, during runtime, UiPath Studio encounters an exception: "Add Data Row: Object reference not set to an instance of an object." The reason is that the DataTable has not been initialized. To rectify this issue, what should the developer include in an Assign activity before the Add Data Row activity?
A developer utilized the Add Data Row activity to insert a row into a DataTable called "dtReports".
However, during runtime, UiPath Studio encounters an exception: "Add Data Row: Object reference not set to an instance of an object." The reason is that the DataTable has not been initialized. To rectify this issue, what should the developer include in an Assign activity before the Add Data Row activity?
정답: C