Uipath Certification XI
![]() |
![]() |
![]() |
Título del Test:![]() Uipath Certification XI Descripción: UIAdvancedRpaDeveloper Fecha de Creación: 2023/03/02 Categoría: Informática Número Preguntas: 60
|




Comentarios |
---|
NO HAY REGISTROS |
UiPath Background processes use UI elements on the screen to perform automation tasks. True. False. There is one data table you wish to use in a filter data table wizard: DT7 DT7 is a data table with 4 columns each with multiple rows: Column 1 -> Number -> 1, 2, 3, 4 Column 2 -> Name -> Stan, Jake, Kadam, Xing Column 3 -> Color -> Red, Orange, Yellow, Green Column 4 -> Direction -> Up, Down, Left, Right In the Wizard, the input data table is set to “DT7” , and the output data table is also set to “DT7”. Row filtering mode is set to “Remove” Parameters: “Name” contains “Kadam” or “Color” contains “Red” What will happen if the activity is executed?. DT7 is not affected. An error will be thrown. DT7 is overwritten. DT7 is returned empty. In the selector fine-tuning page, the orange “?” button indicates what?. There may be an error in the selector. The selector has been changed and is ready for validation. The selector is not dynamic enough. The select has been validated and requires review. If the “ContinueOnError” property is set to True on an activity that contains other activities, then all the errors that occur in other activities inside that activity are also ignored. False. True. Which of the following are required to be performed prior to using the REFramework without Orchestrator?. Remove all robots from Orchestrator. Sign out of Orchestrator. Add additional "Set transaction status" activities in the “Set transaction status.xaml”. Remove the “Get transaction item” activity from the “Get Transaction Data.xaml”. Committing and Pushing to GIT: If you wanted to make modifications to added repositories in GIT, you would click an entry, change the name and URL, then click the “Update” button. When you’re done, you would click Add, then Save. What does it mean when a message box appears and tells you “The current branch is out of date.” ?. The branch needs to be merged with other repositories. The branch you are in is stemming from an old tree. The local repository is not synchronized with the remote one. You must select a new tree. What happens if a Read Range activity is used within an excel application scope?. The workbook is opened, read, and closed after the project has finished running. The workbook is quickly read without being opened, because of the excel application integration. The workbook is opened, read, and quickly closed. The workbook is opened, read, and remains open until it is manually closed. Which of the following regular expressions (REGEX) will perform the following: matches a white space character (line breaks, spaces, tabs). \w. \s. \d. . With two string variables, perform the required: “I like to eat and my favorite vacation location is .” Which of the following expressions will print the requested output?. string.format("My name is {1} and my favorite vacation location is {0}.","City", "Food"). string.format("My name is {0} and my favorite vacation location is {1}.",+Food+, +City+). string.format("My name is {1} and my favorite vacation location is {0}.",Food, City). string.format("My name is {0} and my favorite vacation location is {1}.",Food, City). Selecting both SendWindowsMessages and SimulateType will result in the fastest and most accurate method. True. False. Which of the following regular expressions (REGEX) will perform the following: matches a word character (alphanumeric characters and underscore). \s. \w. \d. . Committing and Pushing to GIT: What button is used to pull the remote files and rebase the current branch?. Update. Overwrite remote content. Pull (rebase). Fix Branch. Sort the Log Level Priority: 1 is Highest Priority – 5 is Lowest. 1. Fatal 2. Warn 3. Error 4. Info 5. Trace 6. Debug/Verbose. 1. Fatal 2. Warn 3. Error 4. Trace 5. Info 6. Debug/Verbose. 1. Fatal 2. Error 3. Warn 4. Trace 5. Info 6. Debug/Verbose. 1. Fatal 2. Error 3. Warn 4. Info 5. Trace 6. Debug/Verbose. What is the best way to read an excel file if you do not have excel installed on the computer?. Use the Real Excel File activity. Use the Read Range activity from the workbook activities. Use the Read CSV activity. Use the Read Range activity within an excel application scope. When I take the UiPath Advanced RPA Developer Certification v1.0 and I see a problem that shows me multiple property windows and is asking me a question about the multiple windows AND I feel overwhelmed, I will do the following: Read the question first, then analyze the properties with acute attention to detail, looking at all values, all selected buttons, and any True/False values. Then reread the question and attack!. Read the question first, but focus on what the question is asking me to perform or analyze, and immediately hypothesize what I think the correct answer is before digging deeper, so I do not get lost in the details. When fine tuning selectors, how many characters does “?” replace?. Zero or more. 1 to 9. Any number greater than 1. Exactly 1. The “idx” should always be removed to ensure the selector does not anchor to a specific item, since the “idx” on pages are highly variable. False. True. Which of the following regular expressions (REGEX) will perform the following: negate the pattern. -. ^. *. /. If a background automation must interact with a user interface element, no error will be thrown if there is no foreground automation being performed at the time the user interface element is needed. False. True. Which of the following activities will possibly be affected by a change in the value of DelayBetweenPagesMS ?. Get Cell Color. Extract Structured Data. Extract PDF Page Range. Get Table Range. SendWindowsMessages is the recommended method to use when selecting from the following: Hardware Driver, SendWindowsMessages, and SimulateClick. False. True. Managing Projects with GIT: What happens to the remote repository when you commit a change?. The local file is skipped and the remote file is updated. The local file is updated and the remote file is updated. The local file is updated and the remote file stays unchanged. The changes to the file are initialized, but the changes are not saved to the local file or the remote repository. The global project settings for the value TimeoutMS does not affect click activities. False. True. Wildcards such as “*” and “?” can be used for windows file explorer file paths to work with variability. False. True. What is the correct definition for the following log term: Trace. Information about robot progress. Usually includes when we enter/exit a workflow, when data is read from an external source, etc. Any important data that we need to stand out from the rest of the log information. Activating the Log Activities option in Studio or setting the Verbose level for the Robot will generate extra logs about activity start and end plus the values of variables and arguments (at trace level). Information useful while developing/debugging, however not useful and needed in production. What is the correct definition for the following log term: Fatal. An error occurred. The robot will attempt to recover and move on with the next item. Information useful while developing/debugging, however not useful and needed in production. Any important data that we need to stand out from the rest of the log information. The robot cannot or should not recover from this error. Something has gone critically wrong and the process needs to be stopped. For example, the robot has no means of handling an exception or the website it's interacting with displays a message that it is under maintenance. What type of logs are generated when a process is executed?. Orchestrator Logs. Process Execution Logs. Robot Execution Logs. UiPath Studio Logs. What are the four types of logs in UiPath?. Orchestrator Diagnostic Logs Setup Logs Robot Logs Studio Logs. Orchestrator Diagnostic Logs General Logs Verbose Logs Studio Logs. General Logs Verbose Logs Setup Logs Robot Logs. Verbose Logs Setup Logs Ancillary Logs Tertiary Logs. Which of the following events generate log entries by default when executing a process in run mode?. Execution start. Invoking a workflow file. Getting data from an external source. Variables log. In the REFramework: What happens if an error occurs in the “Init” state?. Continues on Error. Moves to Get Transaction Data state before throwing an error and moving to End Process. Moves directly to End Process. Retries three times before moving to End Process. REFramework: What happens if an error is thrown during the Process Transaction state?. The project moves immediately to the End Process state. The project moves to the Init state. The project moves back to the Get Transaction State to retry. The transaction is retried once before moving to End Process. WaitForReady – Before performing the actions, wait for the target to become ready. The following options are available: – None – Interactive – Complete Which waits for the target app to indicate readiness, although some assets may still be loading. None. Interactive. Complete. None of the above. [?] adds a pause before the activity, in milliseconds. DelayAfter. DelayBefore. WaitForReady. TimeoutMS. What is the best practice to deal with interacting with UI elements in a webpage that has an attribute named “Loaded” with a value of “True” when the element is loaded?. Set the TimeoutMS to be longer to wait for all elements to load (if the element takes 15 seconds to load on average, setting the TimeoutMS property to double that number will suffice). Use a Delay activity prior to the activity that interacts with the element. Include the name of the "Loaded" attribute in the selector. Use the Wait Attribute activity to wait until the value of "Loaded" is set to "True". What happens when the main-default button is pressed for the workflow analyzer in the Design Ribbon?. Check file for validation errors and workflow analyzer violations. Check file only for validation errors. Check project only for validation errors. Check only the main xaml file for validation errors. The REFramework is built as a state machine. What type of process is the REFramework. By default, none. Dispatcher and Performer. Dispatcher. Performer. When an application-level Exception is thrown, what type of exception is caught in the REFramework by default?. System.Exception. Application.Exception. Business.Exception. Exception.Exception. In the GIT repository, you would like to compare two files in the same project that have similar workflows. How do you do this?. Use "Compare Files". Use "Cross-examine Files". Use "Sync Files". Use "Cross-compare Files". We can see logs generated by running robots in three locations. Which of the following is not one of the three locations?. In the Output Panel. In the Local Logs folder. In the Orchestrator Logs folder. In the Outline Panel. If you try to end the execution of a job by clicking the stop/cancel button in Uipath Orchestrator, the execution is not impacted if no “should stop” activity has been included in the workflow. True. False. Wich type of processes are recomended to run in PIP?. Attended Processes. Unattended Processes. State Machine activities should be contained within which container?. Flowchat. Sequence. State Machine. Global Exceptions. How many sections does the Final state activity contains?. Entry. Exit. Exit & Entry. Entry & Exit without Transition. A developed added all shown queue items to an orchestrator queue today. Select the correct sequence in which it will be processed? Status -> Reference -> Priority -> Deadline New G High 11/11/2022 New F High New E Normal 12/08/2022 New D Low 12/31/2022 New C Normal New B Normal 11/21/2022 New A High 11/22/2022. G-A-B-E-D-F-C. G-A-B-D-E-F-C. A-B-D-E-F-C-G. E-F-C-G-A-B-D. Only Outlook email from the Finance department with the subject line "Asset-Order" must be read by the robot. Other departments and people also send emails to the group mail box. Which of the following alternatives for setting the Get Outlook Mail message activity property is correct: [From] = 'no-replyFinance@test123.com' AND [Subject] = 'Asset-Order'. "[SenderEmailAddress] = 'no-replyFinance@test123.com' AND [Subject]='Asset-Order'". [From] = 'no-replyFinance@test123.com' OR [Subject] = 'Asset-Order'. "[SenderEmailAddress] = 'no-replyFinance@test123.com' OR [Subject]='Asset-Order'". In an IT HelpDesk the tickets are generated as ITTKC-123456 or ITTKC-9876548. The robot only needs the number after the prefix ITTKC, what expression would best fit the requirement?. IT_Ticket.Trim("ITTKC-".ToCharArray). IT_Ticket.TrimStar("ITTKC-".ToCharArray). IT_Ticket.TrimEnd("ITTKC-".ToCharArray). IT_Ticket.TrimLeft("ITTKC-".ToCharArray). Which of the following rules belongs the category Reliability Rules?. ST-SEC-007-SecureString Argument Usage. ST-NMG-001-Variables Naming Convention. ST-REL-006-Infinite Loop. ST-MRD-002-Activity Name Defaults. A developer is using "Add Transaction Item" activity to populate the orchestrator queue. What will be the status of the queue item?. New. In Progress. Failed. Successful. A developer forgot to use "Set Transaction Status" activity in the ReFramework performer workflow. The queue items were processed successfully. However, what will be the status of the queue items if he checks post 3 days?. Failed. Successful. Abandoned. Deleted. Auto Retry option in the Orchestrator is checked, however, developed found few queue items with failed status were never auto retried, why?. Failed with Application Exception. Failed with Business Rule Exception. Status was deleted. Status was abandoned. A developer is using "Bulk Add Queue Items" activity, what will be the status of the items?. New. In Progress. Retried. Successful. A developer reads a data range from an excel. However, he finds the speed of excution is slow! What can be done to enhance performance?. Check the UseFilter Option. Check the PreserveFormat Option. UnCheck the UseFilter Option. UnCheck the PreserveFormat Option. A developer would like implement the fastest with background execution. Which input method will best suit his requirements?. WindowsMessages. Simulate. Hardware Events. All of the above. What is true about Hardware Events Input Method?. 100% Compatible and can Auto Empty Field. No Background Execution, Speed 80%. HotKey Support is there, and can not Auto Empty Field. 90% Compatible with No Background Execution. What is not true about SendWindowsMessages Input Method?. Work with 80% of applications with background execution. Speed is 50% and Hotkey support is also available. Auto Empties Field with Background execution. Background execution with HotKey Support. Which container is best Suited to search an UiElement when Reliable Selectors are not available?. Find relative elements. Find element. Element exists. Anchor base. A developer uses an anchor base activity and the anchor position is set to auto. If multiple elements are found in the equal distance from the anchor, the target is selected is which order?. Left, Top, Right, Bottom. Right, Left, Bottom. Top, Left, Bottom, Right. Bottom, Right, Top. A developer is using screen scraping full text method. What is not true about full text method. It has speed of 10/10. It has accuracey of 100%. Background Execution is possible. Can extract hidden text but can also extract text position. A developer is using screen scraping native method. What is not true about native method. It has speed of 8/10. It has accuracey of 100%. Background Execution is not possible. Can extract hidden text and also extract text position. A developer is using screen scraping OCR method. What is not true about native method. Is the slowest method. It works on Citrix. Accuracey is 98%. It can extract both text position and hidden text. |