UiPath UiSTEPv1 Exam Practice Questions (P. 1)
- Full Access (60 questions)
- One Year of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
In a CI/CD pipeline, which UiPath CLI command should be used to create the .nupkg package from the project?
send
light_mode
delete
Question #2
When importing manual test cases in Test Manager, what action should be taken if the initially imported test cases are unsatisfactory?
- AExport the test cases and re-import them.
- BUse the “Bulk edit” option to modify multiple imported test cases simultaneously.
- CSelect “Refine import” and provide additional instructions.
- DUse the “Edit” feature to manually adjust each imported test case’s details.
send
light_mode
delete
Question #3
A developer is building a test case that checks if the SumWorkfiow correctly performs the sum of 2 integers, trying to use different input values from an Excel file. What could be considered an improvement in the way the test was developed?
SumWorkflow:



TestData.xlsx:
SumWorkflow:



TestData.xlsx:
- AReplace the Given-When-Then structure with a custom-built framework.
- BUse the Excel file as a Data Variation Source, instead of iterating through it inside the test case.
- CSurround the SumWorkflow in a Retry Scope to improve error handling.
- DReplace the Verify Expression activity with Verify Expression with Operator to benefit from built-in operators.
send
light_mode
delete
Question #4
Considering the following testing setup”
TestSetA which contains TestCase1, TestCase2, TestCase3
TestCase1 is linked to TestDataQueue1 which contains 1 item
TestCase2 is linked to TestDataQueue2 which contains 2 items
TestCase3 is linked to TestDataQueue3 which contains 3 items
How many test case executions will be generated by starting TestSetA?
TestSetA which contains TestCase1, TestCase2, TestCase3
TestCase1 is linked to TestDataQueue1 which contains 1 item
TestCase2 is linked to TestDataQueue2 which contains 2 items
TestCase3 is linked to TestDataQueue3 which contains 3 items
How many test case executions will be generated by starting TestSetA?
send
light_mode
delete
Question #5
In the case of a data-driven test case based on an Excel file, how is the data from the Excel file fed into the test case workflow?
- AAn argument of type IDictionary is automatically generated for the test case when adding the test data, with keys that match the column names from the Excel file.
- BThe developer needs to manually create arguments that match the column names in the Excel file after adding the test data.
- CVariables that match the column names from the Excel file are automatically generated for the test case when adding the test data.
- DArguments that match the column names from the Excel file are automatically generated for the test case when adding the test data.
send
light_mode
delete
All Pages
