Kelly Services: Robotic Process Automation (UI Path) QUIz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Lum Voon
L
Lum Voon
Community Contributor
Quizzes Created: 1 | Total Attempts: 510
| Attempts: 510 | Questions: 99
Please wait...
Question 1 / 99
0 %
0/100
Score 0/100
1. What key combination allows you to automatically create a variable from an activity’s property field?

Explanation

Pressing Ctrl + K allows you to automatically create a variable from an activity's property field.

Submit
Please wait...
About This Quiz
Kelly Services: Robotic Process Automation (UI Path) QUIz - Quiz

Welcome to Kelly Services: Robotic Process Automation (Ui Path) Quiz. Kelly Services is a global leader in workforce management solutions offering staffing services to top companies across various industries.
UiPath is a leading Robotic Process Automation vendor providing a complete software platform to automate business processes efficiently.

Personalize your quiz and earn a certificate with your name on it!
2. What is the recommended layout to define business logic in a complex process automation?

Explanation

In a complex process automation, the recommended layout to define business logic is a flowchart. A flowchart visually represents the sequence of steps and decisions involved in the process. It allows for a clear understanding of the logic flow and helps in identifying any bottlenecks or potential issues. Flowcharts are particularly useful when dealing with complex processes as they provide a structured and organized approach to designing and implementing business logic.

Submit
3. The easiest way to get structured data from a web page is?

Explanation

The easiest way to get structured data from a web page is by using Data Scraping. This method allows for extracting specific data from a website by selecting the elements to be scraped and then converting them into structured data. It automates the process of extracting information and saves time and effort compared to manually reading the contents of the page and parsing the result. Screen Scraping is another method, but it is not as efficient or straightforward as Data Scraping for extracting structured data from a web page.

Submit
4. What recording wizard would you use to automate Virtual Machine actions?

Explanation

Citrix Recording is the correct answer because it is specifically designed to automate Virtual Machine actions in Citrix environments. It allows users to record and replay their interactions with Citrix applications, enabling automation of tasks within virtual machines. This recording wizard captures and replicates user actions, making it easier to automate repetitive tasks and improve efficiency in Citrix environments.

Submit
5. In order to loop through all the rows of a datatable, which activity should be used?

Explanation

The For Each Row activity should be used to loop through all the rows of a datatable. This activity allows the user to iterate through each row of the datatable and perform specific actions or operations on each row. It ensures that all the rows are processed one by one, allowing for efficient and accurate data manipulation or analysis.

Submit
6. How can a robot read only the first page of a PDF file, using the PDF activities?

Explanation

By setting the Range property to "1", the robot will be able to read only the first page of the PDF file. This property specifies the range of pages that the robot should process, and by setting it to "1", the robot will only process the first page.

Submit
7. How many of the following numbers are divisible by 132 ? 264, 396, 462, 792, 968, 2178, 5184, 6336

Explanation

To determine how many of the given numbers are divisible by 132, we need to check if each number is divisible by 132. Divisibility by 132 means that a number is divisible by both 4 and 33. Checking each number, we find that 264, 396, 792, and 6336 are all divisible by 132. Therefore, the answer is 4.

Submit
8. How can you extract white text written on blue background in Citrix?

Explanation

The Google OCR engine invert property can be used to extract white text written on a blue background in Citrix. This property allows the OCR engine to invert the colors of the image, making the white text appear black and the blue background appear white. By doing so, the OCR engine can easily recognize and extract the text from the image.

Submit
9. What least number must be added to 859622, to get a number exactly divisible by 456?

Explanation

To find the least number that must be added to 859622 to get a number exactly divisible by 456, we need to find the remainder when 859622 is divided by 456. By performing the division, we find that the remainder is 394. Therefore, the least number that must be added is 394 in order to obtain a number that is divisible by 456.

Submit
10. QPO, SRQ, UTS, WVU, ?

Explanation

The given sequence follows a pattern where each letter in the sequence is shifted one position to the right, and the letters are in reverse alphabetical order. Starting with QPO, the next letters would be RQP, then TSR, then UTS, and so on. Therefore, the next letters in the sequence would be WVU, and the correct answer is YXW.

Submit
11. What is the EASIEST navigation method to be used in a form within Citrix?

Explanation

The easiest navigation method to be used in a form within Citrix is by sending keyboard commands/hotkeys. This method allows the user to navigate through the form using keyboard shortcuts, which can be quicker and more efficient than clicking on specific areas or using fixed coordinates. By using keyboard commands/hotkeys, the user can easily move between fields, select options, and submit the form without the need for precise clicking or manual navigation.

Submit
12. What type of variables can be used as output for the Read CSV activity?

Explanation

The Read CSV activity is used to read data from a CSV file. Since a CSV file typically contains tabular data, the output of this activity should be in the form of a DataTable. DataTable variables are used to store and manipulate tabular data, making them the appropriate choice for the output of the Read CSV activity.

Submit
13. If you are using the For Each activity to loop through a list of MailMessage variables, what should you set the TypeArgument property to?

Explanation

The TypeArgument property should be set to "System.Net.Mail.MailMessage" because this is the correct namespace for the MailMessage class in the .NET framework. Setting it to "System.Web.Mail.MailMessage" would be incorrect as this namespace is for a different MailMessage class that is not compatible with the For Each activity.

Submit
14. A and B started a business investing MYR 90,000 and MYR 20,000 respectively. In what ratio the profit earned after 2 years be divided between A and B respectively?

Explanation

A and B started the business with investments of MYR 90,000 and MYR 20,000 respectively. The ratio of their investments is 9:2. After 2 years, the profit earned will be divided in the same ratio as their investments. Therefore, the profit will be divided between A and B in the ratio of 9:2.

Submit
15. What can a software robot be likened to?

Explanation

A software robot can be likened to a virtual worker because it is designed to automate tasks and perform them in a similar way to how a human worker would. Like a virtual worker, a software robot can be programmed to complete specific tasks, follow instructions, and interact with various systems and applications. It operates independently and can handle repetitive and mundane tasks, freeing up human workers to focus on more complex and strategic activities.

Submit
16. How many pieces of 0.85 metres can be cut from a rod 42.5 metres long?

Explanation

not-available-via-ai

Submit
17. Which of the text extraction methods can return the hidden text from a UI element?

Explanation

FullText is the correct answer because it is a text extraction method that can retrieve hidden text from a UI element. This method is capable of capturing and extracting all the text content within the UI element, including any hidden or obscured text. Unlike other methods such as Native or OCR, FullText provides a comprehensive extraction of text from the UI element, making it the most suitable option for retrieving hidden text.

Submit
18. Is Reset Clipping Region mandatory to be executed at the end of a scrape relative sequence?

Explanation

The correct answer is "Yes, because Clipping Region is a shared resource." This means that the Clipping Region is being used by multiple actions or processes, and if it is not reset at the end of a scrape relative sequence, it may cause conflicts or unexpected behavior in subsequent actions. Resetting the Clipping Region ensures that it is available for use by other actions or processes.

Submit
19. What activity should you use to read all the data from a .xlsx file?

Explanation

To read all the data from a .xlsx file, the activity that should be used is "Excel Read Range." This activity allows you to specify the range of cells you want to read and retrieves the data from those cells in the specified file format. The other options, "Excel Read Cell," "Workbook Read Cell," and "Workbook Read Range," do not specifically mention reading all the data from a file and may not provide the same functionality as the "Excel Read Range" activity.

Submit
20. Find the oddman out 3, 5, 11, 14, 17, 21

Explanation

The numbers in the sequence are increasing by different intervals. The intervals between the numbers are 2, 6, 3, 3, and 4 respectively, except for 14 which breaks the pattern. Therefore, 14 is the odd one out in this sequence.

Submit
21. How many of the following numbers are divisible by 132? 264, 396, 462, 792, 968, 2178, 5184, 6336

Explanation

To determine how many of the given numbers are divisible by 132, we need to check if each number is divisible by 132. Divisibility by 132 means that the number is divisible by both 4 and 33. Looking at the given numbers, we can see that 264, 396, 792, and 6336 are all divisible by 4. However, only 396 and 6336 are also divisible by 33. Therefore, the correct answer is 4.

Submit
22. A wheel rotates 10 times every minute and moves 20 cm during each rotation. How many metres does the wheel move in one hour?

Explanation

The wheel rotates 10 times every minute, which means it completes 10 rotations in one minute. Since the wheel moves 20 cm during each rotation, it covers a total distance of 20 cm x 10 rotations = 200 cm in one minute. To convert this to meters, we divide by 100, so the wheel moves 200 cm / 100 = 2 meters in one minute. In one hour, there are 60 minutes, so the wheel moves 2 meters x 60 minutes = 120 meters in one hour. Therefore, the correct answer is 120 meters.

Submit
23. What does the "Accuracy" property describes in "Click Image" Activity?

Explanation

The "Accuracy" property in the "Click Image" Activity describes the minimum similarity between the image found and the image being searched for, measured in percentage units ranging from 0 to 1. It determines the level of similarity required for an image to be considered a match and returned as a result.

Submit
24. Which of the following fraction is smallest?

Explanation

To determine which fraction is the smallest, we need to compare the fractions. One way to do this is by finding a common denominator for all the fractions. In this case, we can use 420 as the common denominator. When we convert each fraction to have a denominator of 420, we get: 23/28 = 345/420, 14/15 = 392/420, 15/19 = 315/420, and 21/24 = 245/420. Comparing the numerators, we can see that 315 is the smallest, making 15/19 the smallest fraction.

Submit
25. Manu, Manju and Maya can do a work in 90, 30 and 45 days respectively. If they work together, in how many days will they complete work?

Explanation

Manu can complete the work in 90 days, Manju can complete it in 30 days, and Maya can complete it in 45 days. When they work together, their combined efficiency is greater than when they work individually. Therefore, they will be able to complete the work in a shorter amount of time. The correct answer is 15 days.

Submit
26. I. Directions (1to 5) : Read the following information carefully and answer the questions that follow. I. P, Q, R, S, T and U are six students procuring their Master’s degree in six different subjects- English, History, Philosophy, Physics, Statistics and Mathematics. II. Two of them stay in hostel; two stay as paying guest (PG) and the remaining two stay at their home. III. R does not stay as PG and studies Philosophy. IV. The students studying Statistics and History do not stay as PG. V. T studies Mathematics and S studies Physics. VI. U and S stay in hostel. T stays as PG and Q stays at home. Which of the following combinations of subjects and place of stay is not correct?

Explanation

The given combination of English-Hostel is not correct because the information provided states that U and S stay in the hostel, and T stays as a paying guest. Therefore, English cannot be studied by a student staying in the hostel.

Submit
27. How is the software robots configured?

Explanation

The software robots are configured using demonstrative steps, which means that they are set up by providing a series of step-by-step instructions or demonstrations. This method does not involve programming languages or coding. Instead, the configuration process involves visually guiding the robot through the desired tasks or actions, allowing it to learn and replicate those actions. This approach is often used in robotic process automation (RPA) to automate repetitive tasks without the need for extensive programming knowledge or skills.

Submit
28. What are the supported wildcard characters for selectors in UiPath Studio?

Explanation

The supported wildcard characters for selectors in UiPath Studio are "?" and "*". The "?" wildcard character represents a single character, while the "*" wildcard character represents any number of characters. These wildcard characters can be used in selectors to make them more flexible and dynamic, allowing the automation to interact with elements that have variable attributes or values.

Submit
29. If A : B = 4 : 7 and B : C = 5 : 9 then A : B : C is :

Explanation

The ratio A : B is 4 : 7, which means that for every 4 units of A, there are 7 units of B. The ratio B : C is 5 : 9, which means that for every 5 units of B, there are 9 units of C. To find the ratio A : B : C, we need to find the common ratio between A, B, and C. We can do this by multiplying the ratios A : B and B : C together. Multiplying 4/7 and 5/9 gives us 20/63. Therefore, the ratio A : B : C is 20 : 35 : 63.

Submit
30. A sum of money at simple interest amounts to MYR. 815 in 3 years and to MYR. 854 in 4 years. The sum is:

Explanation

The given question involves finding the principal sum of money based on the simple interest earned over a certain period of time. By comparing the interest earned in 3 years and 4 years, we can determine the difference in interest earned in one year. The difference is MYR. 39. Dividing this difference by the interest rate for one year gives us the principal sum, which is MYR. 698. Therefore, the correct answer is 698.

Submit
31. I. Directions (1to 5) : Read the following information carefully and answer the questions that follow. I. P, Q, R, S, T and U are six students procuring their Master’s degree in six different subjects- English, History, Philosophy, Physics, Statistics and Mathematics. II. Two of them stay in hostel; two stay as paying guest (PG) and the remaining two stay at their home. III. R does not stay as PG and studies Philosophy. IV. The students studying Statistics and History do not stay as PG. V. T studies Mathematics and S studies Physics. VI. U and S stay in hostel. T stays as PG and Q stays at home. Which of the following pairs of students stay at home?

Explanation

QR is the correct answer because according to the given information, Q stays at home and R studies Philosophy.

Submit
32. What is the activity designed to represent a decision inside a Sequence?

Explanation

The If activity is designed to represent a decision inside a Sequence. It allows the automation to make a decision based on a condition and execute different sets of actions accordingly. The If activity evaluates a condition and if the condition is true, it executes a specified set of actions. If the condition is false, it can either execute a different set of actions or simply move on to the next activity in the sequence. Therefore, the If activity is the correct answer for representing a decision inside a Sequence.

Submit
33. Where should you store login details in a safety manner?

Explanation

Storing login details in the Windows Credentials Manager ensures that the sensitive information is securely stored and encrypted on the user's machine. This provides an added layer of protection against unauthorized access. Storing login details in UiPath Orchestrator also ensures secure storage, as it is a centralized platform designed to securely manage and store credentials. Both options offer a safe and secure manner to store login details, depending on the specific requirements and architecture of the automation solution.

Submit
34. How can a string variable called myString be converted to an all-capitals representation for future use?

Explanation

The correct answer is using an Assign activity with myString on the left side and myString.ToUpper on the right side. This is because the Assign activity is used to assign a new value to a variable, and by assigning myString.ToUpper to myString, it will convert the string variable to an all-capitals representation for future use.

Submit
35. What are the workflow types available in UiPath Studio?

Explanation

The available workflow types in UiPath Studio are State Machine, FlowChart, and Sequence. These workflow types provide different ways to organize and structure the automation process. State Machine allows for complex decision-making and branching, FlowChart provides a visual representation of the workflow with various activities and decision points, and Sequence is a linear workflow with a sequence of activities executed one after another.

Submit
36. A boy runs 200 metres in 24 seconds. What is his speed ?

Explanation

The boy runs 200 meters in 24 seconds. To find his speed, we need to convert the distance to kilometers and the time to hours. Since there are 1000 meters in a kilometer, the boy runs 0.2 kilometers. And since there are 3600 seconds in an hour, the boy runs for 0.0067 hours. Dividing the distance by the time, we get a speed of approximately 30 km/hr.

Submit
37. A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?

Explanation

The software engineer can think 100 lines of code in 5 minutes and type 100 lines of code in 10 minutes. This means that in every 10 minutes, he can complete typing 100 lines of code. However, he takes a break for 5 minutes after every 10 minutes. In an hour, there are 6 sets of 10 minutes, so he can complete typing 6 sets of 100 lines of code, which is equal to 600 lines of code. However, he takes a break for 5 minutes after each set, so he will only have time to type 5 sets of 100 lines of code, which is equal to 500 lines of code. Therefore, he will complete typing 500 lines of code in an hour.

Submit
38. What type of arguments can you use in a workflow?

Explanation

In a workflow, you can use three types of arguments: Out, In/Out, and In.

- Out arguments are used to pass data out of the workflow. They allow you to return values or update variables outside of the workflow.
- In/Out arguments can be used to pass data into the workflow and also return updated values back to the caller. They allow for both input and output.
- In arguments are used to pass data into the workflow. They allow you to provide input values for the workflow to process.

These different argument types provide flexibility in how data is passed and manipulated within a workflow.

Submit
39. Which one of the following is not a prime number?

Explanation

A prime number is a number that is divisible only by 1 and itself. 91 is not a prime number because it is divisible by 7 and 13 in addition to 1 and itself. Therefore, 91 is the correct answer as it is the only number given that is not a prime number.

Submit
40. The Finally block of a Try/Catch activity is executed when:

Explanation

The Finally block of a Try/Catch activity is executed every time, regardless if an exception occurred or not. This block is used to define code that should always be executed, regardless of whether an exception was thrown or not. It is commonly used to release resources or perform cleanup tasks.

Submit
41. Keeping in mind the…………..to develop the sector the government has…………..solicited foreign investment.

Explanation

The government has actively solicited foreign investment in order to develop the sector. This suggests that the government recognizes the importance of foreign investment in meeting their need to develop the sector.

Submit
42. Which of these is not a characteristic of RPA software?

Explanation

The statement "It is large" does not align with the characteristics of RPA software. RPA software is known for being lightweight and scalable, allowing it to be easily deployed and integrated into existing systems. Its size does not determine its effectiveness or functionality.

Submit
43. What activity is used to chain together multiple workflows in a single automation?

Explanation

The Invoke Workflow File activity is used to chain together multiple workflows in a single automation. This activity allows you to invoke and execute another workflow file within the current workflow. By using this activity, you can create a flow where one workflow triggers and calls another workflow, allowing for a seamless integration of multiple workflows and automation processes.

Submit
44. How many characters does "*" replace?

Explanation

The correct answer is "Zero or more" because the asterisk (*) is a wildcard character in many programming languages and regular expressions. It can represent zero or more occurrences of any character or pattern. Therefore, when the question asks how many characters the asterisk replaces, the answer is that it can replace zero characters, one character, or multiple characters depending on the context.

Submit
45. Can a valid selector identify different elements on the screen at the same time?

Explanation

A valid selector cannot identify different elements on the screen at the same time. Selectors are used to target specific elements in HTML or CSS, and they can only select one element at a time based on their unique attributes or properties. To select multiple elements, you would need to use a different approach such as selecting elements by class name or using a more advanced selector like XPath. Therefore, the correct answer is no.

Submit
46. What did the early form of RPA exist as?

Explanation

The early form of RPA existed as screen scraping. Screen scraping refers to the process of extracting data from the screen display of a computer or other electronic device. In the context of RPA, screen scraping involves automating the extraction of data from legacy systems or applications by mimicking human interaction with the user interface. This method was commonly used before more advanced automation techniques and technologies were developed.

Submit
47. What kind of workstation does the robot operate on?

Explanation

The robot operates on a virtual workstation. This means that it does not require a physical workstation, but instead uses a simulated or virtual environment to perform its tasks. This could involve using virtual screens, virtual keyboards, and virtual interfaces to interact with the system. Operating on a virtual workstation allows for flexibility, scalability, and ease of maintenance, as the robot can be easily deployed on different machines without the need for physical hardware.

Submit
48. A monkey starts climbing up a tree 20ft. tall. Each hour, it hops 3ft. and slips back 2ft. How much time would it take the monkey to reach the top?

Explanation

The monkey climbs up 1ft (3ft - 2ft) every hour. Since the tree is 20ft tall, it would take the monkey 20 hours to reach the top. However, the monkey reaches the top on the 19th hour, so the correct answer is 18.

Submit
49. What are Queues used for?

Explanation

Queues are used to distribute transactional load among multiple robots. This means that when there are multiple robots involved in performing a task or processing transactions, a queue can be used to evenly distribute the workload among them. By using a queue, each robot can take on a transaction from the queue and process it, ensuring that the load is distributed efficiently and effectively among all the robots.

Submit
50. What type of container will Basic Recording generate?

Explanation

Basic Recording does not generate any container. This means that it does not create a specific container to hold the recorded actions. Instead, the actions are recorded as individual steps without being grouped or organized in any specific way.

Submit
51. On dividing a number by 999, the quotient is 366 and the remainder is 103. The number is:

Explanation

When dividing a number by 999, the quotient represents how many times 999 can be subtracted from the number, and the remainder is what is left after subtracting the largest multiple of 999 from the number. In this case, the quotient is 366, which means that 366 * 999 = 365,634 has been subtracted from the number. The remainder is 103, so we add 103 to 365,634 to find the number. Therefore, the number is 365,737.

Submit
52. Akshar, Brinda, Cathy and Dinesh are four friends who live in the same area and work for the children in a nearby slum. One of them cooks the childrens breakfast and each of the other three teach a different subject from mathematics, reading & writing and drawing. They study mechanical engineering, psychology, medicine and economics. Neither the economics nor the psychology student cooks breakfast. Brinda does not teach reading & writing. Dinesh is the medical student, and he does not cook breakfast. Cathy teaches drawing. Akshar studies mechanical engineering. Who teaches mathematics?

Explanation

Brinda is the only friend left who could teach mathematics. We know that Dinesh is the medical student and does not cook breakfast, and Cathy teaches drawing. Akshar studies mechanical engineering, so he cannot teach mathematics either. Therefore, the only option left is Brinda.

Submit
53. I. B is the brother of A. II. B is D’s son. Question: How is D related to A?

Explanation

Statement I tells us that B is the brother of A. However, it does not provide any information about the relationship between D and A. Statement II tells us that B is D's son. This still does not provide any direct information about the relationship between D and A. Therefore, both statements are needed to determine how D is related to A.

Submit
54. In a certain code language, if the value of 28 + 14 = 50 and 36 + 43 = 63, then what is the value of 44 + 52 =?

Explanation

In the given code language, the sum of the two numbers is obtained by subtracting the second number from the first number and then adding 14 to the result. For example, in the first equation, 28 + 14 = 42, and when we add 14 to 42, we get 56, which is the correct answer. Similarly, in the second equation, 36 + 14 = 50, and when we add 14 to 50, we get 64, which is the correct answer. Therefore, applying the same logic to the third equation, 44 + 14 = 58, and when we add 14 to 58, we get 72. However, since the options only go up to 62, the correct answer is 56.

Submit
55. When is it recommended to use nested If activities inside workflows?

Explanation

It is recommended to avoid using nested If activities inside workflows because it can make the workflow complex and difficult to understand. Nested If activities can lead to code duplication and make the workflow harder to maintain and debug. It is better to use other activities like Switch activities or design the workflow in a way that reduces the need for nested If activities.

Submit
56. If (a – b) is 9 more than (c + d) and (a + b) is 3 less than (c – d), then (a – c) is:

Explanation

The given equations can be written as (a - b) - (c + d) = 9 and (a + b) + (d - c) = -3. By rearranging the terms, we get (a - c) - (b + d) = 9 and (a - c) + (b + d) = -3. Adding these two equations, we eliminate the variables b and d, resulting in 2(a - c) = 6. Dividing both sides by 2 gives us (a - c) = 3. Therefore, the answer is 3.

Submit
57. Does the use of RPA tools interfere with underlying computer systems?

Explanation

The answer "No" suggests that the use of RPA tools does not interfere with underlying computer systems. This implies that RPA tools are designed to work seamlessly with existing systems without causing any disruptions or conflicts.

Submit
58. What text extraction method can you use to get text position?

Explanation

Native and OCR are the two text extraction methods that can be used to get text position. The Native method refers to extracting text directly from the source document without any additional processing. On the other hand, OCR (Optical Character Recognition) involves using software to recognize and extract text from images or scanned documents. Both methods can provide information about the position of the extracted text within the document.

Submit
59. If you want to get only filtered MailMessage variables, what activity should you use?

Explanation

The correct answer is "Get IMAP mail messages" because IMAP (Internet Message Access Protocol) is a protocol used for retrieving email messages from a mail server. If you want to retrieve only filtered mail messages, using the Get IMAP mail messages activity allows you to connect to an IMAP server and retrieve specific email messages based on your filtering criteria. This activity is specifically designed for working with IMAP servers, whereas the other options (Get POP3 Mail Messages, Get Outlook mail messages, Get Exchange Mail Messages) are tailored for different protocols or email clients.

Submit
60. The sum of three prime numbers is 100. If one of them exceeds another by 36, then one of the numbers is:

Explanation

Let's assume the three prime numbers are x, x+36, and y. According to the given information, the sum of these three numbers is 100. So, we can write the equation as x + (x+36) + y = 100. Simplifying this equation gives us 2x + y = 64. Since x and y are prime numbers, the only possible solution is x = 29 and y = 7. Therefore, the number that exceeds another by 36 is 29, and the correct answer is 67.

Submit
61. Two buses A and B leave the same bus depot, A towards the North and B towads the East. The bus A travels at a speed of 5 km/hr more than that of the bus B. If after four hours the distance between the two buses is 100 km, find the speed of the bus A.

Explanation

After four hours, the distance traveled by bus A can be represented as 4x, where x is the speed of bus B. The distance traveled by bus B can be represented as 4(x-5), as it is traveling 5 km/hr slower than bus A. The total distance between the two buses is given as 100 km. By substituting the values, we get the equation 4x + 4(x-5) = 100. Solving this equation, we find that x = 20 km/hr. Therefore, the speed of bus A is 20 km/hr.

Submit
62. What actions can you record using Automatic Recording?

Explanation

Automatic Recording allows you to record actions such as clicking on elements and typing into fields. It captures the user's interactions with the application interface and records these actions as part of the automation process. By selecting Click and Type Into, the user can automate repetitive tasks that involve clicking on elements and entering text into fields, making the automation process more efficient and accurate.

Submit
63. What is the Output Data Table activity used for?

Explanation

The Output Data Table activity is used to save all data from a Data Table to a string variable. This allows the data to be stored in a format that can be easily manipulated or used in other parts of the automation process. It is not used for converting data to a Data Table, printing the Data Table in the Output panel, or any other options mentioned.

Submit
64. If you want to wait until a UI Element becomes available on the screen, what activity should you use?

Explanation

The correct answer is "Find Element" because this activity is used to search for a specific UI element on the screen. It waits until the element is available and then returns the element as an output. This activity is commonly used when you need to interact with a particular element that may not be immediately visible on the screen.

Submit
65. When should you use the Flowchart workflow?

Explanation

The Flowchart workflow should be used when modelling a process that has loops to previous states. This is because flowcharts allow for the representation of loops and repetition in a process, making it easier to visualize and understand the flow of the process. Additionally, flowcharts are also useful when having a process with many decision blocks, as they allow for the clear representation of different decision paths.

Submit
66. If you want to extract specific information from multiple native PDF files with the same structure, what activity should you use?

Explanation

If you want to extract specific information from multiple native PDF files with the same structure, you should use the "Get Text" activity. This activity allows you to extract text from PDF files without OCR (Optical Character Recognition) technology. It can retrieve the text from the PDF files and store it in a variable for further use or processing.

Submit
67. In an examination, a student scores 4 marks for every correct answer and loses 1mark for every wrong answer. If he attempts all 90 questions and secures 140 marks, the number of questions he attempts correctly, is:

Explanation

Let's assume the number of questions the student attempted correctly is x. Since he attempted all 90 questions, the number of questions he attempted wrongly would be (90 - x).
For every correct answer, he scores 4 marks, so the total marks for correct answers would be 4x.
For every wrong answer, he loses 1 mark, so the total marks deducted for wrong answers would be (90 - x).
Given that he secured 140 marks in total, we can form the equation: 4x - (90 - x) = 140.
Solving this equation, we find x = 46. Therefore, the student attempted 46 questions correctly.

Submit
68. A can do a work in 14 days and working together A and B can do the same work in 10 days. In what time can B alone do the work?

Explanation

Since A can do the work in 14 days and A and B can do the work together in 10 days, it means that B's work rate is slower than A's. To find out how long it would take B to do the work alone, we can set up the equation: 1/14 + 1/B = 1/10. Solving this equation, we find that B alone can do the work in 35 days.

Submit
69. What activity can be used to modify the value of an existing cell in a DataTable?

Explanation

The Assign activity can be used to modify the value of an existing cell in a DataTable. This activity allows you to assign a new value to a specific cell by specifying the cell's row index and column name. It is commonly used in workflows to update or change the value of cells in a DataTable based on certain conditions or calculations.

Submit
70. Can Excel related activities be used without having the Excel Application installed?

Explanation

Excel related activities can be used without having the Excel Application installed, but only for xlsx files. This means that UiPath Studio can work with Excel files in the newer xlsx format without requiring the Excel Application to be installed. However, it may not work for older xls files, as they require the Excel Application to be installed in order to be processed.

Submit
71. What method do you need to use to extract the text font and color when automating in a Critrix Environment?

Explanation

In a Citrix environment, the text color cannot be retrieved when automating. This means that it is not possible to extract the text font and color using any method.

Submit
72. If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work?

Explanation

The correct answer is "No, if the accuracy is too high." This means that if the accuracy level set for the Click Image activity is too high, the robot may not be able to find the icon if it becomes highlighted. On the other hand, the answer "Yes, if the clipping region avoids the background of the icon" implies that as long as the clipping region is set to exclude the background of the icon, the activity will still work regardless of whether the icon is highlighted or not.

Submit
73. A number when divided by 3 leaves a remainder 1. When the quotient is divided by 2, it leaves a remainder 1. What will be the remainder when the number is divided by 6?

Explanation

When a number is divided by 3 and leaves a remainder of 1, it can be expressed as 3n + 1, where n is an integer.
When this quotient is divided by 2 and leaves a remainder of 1, it can be expressed as 2m + 1, where m is an integer.
To find the remainder when the number is divided by 6, we can substitute the expressions for n and m into 3n + 1.
(3n + 1) = 3(2m + 1) + 1 = 6m + 4.
So, the remainder when the number is divided by 6 is 4.

Submit
74. If one-third of one-fourth of a number is 15, then three-tenth of that number is:

Explanation

If one-third of one-fourth of a number is 15, it means that one-fourth of the number is 45 (15 multiplied by 3). To find three-tenths of the number, we can multiply 45 by 3 and divide the result by 4. This calculation gives us 33.75, which is closest to 35. However, since the options do not include 33.75, the closest option is 54. Therefore, three-tenths of the number is 54.

Submit
75. What is the Data Scraping wizard for?

Explanation

The Data Scraping wizard is used for extracting correlated data from the web or other applications, as well as extracting whole tables from the web or other applications. It allows users to automate the process of gathering data from various sources and organizing it in a structured format. This can be useful for tasks such as web scraping, data mining, and data analysis.

Submit
76. Which of the following statements are true regarding the Find Element activity?

Explanation

The Find Element activity in UiPath returns the found element in a variable for later use. If the element is not found on the screen, it throws an exception.

Submit
77. A bag contains 4 red balls, 5 green balls and 6 white balls. A ball is drawn at random from the box. What is the probability that the ball drawn is either red or green?

Explanation

The probability of drawing a red ball is 4/15 and the probability of drawing a green ball is 5/15. Since we are interested in the probability of drawing either a red or green ball, we can add these probabilities together to get 4/15 + 5/15 = 9/15 = 3/5. Therefore, the probability of drawing either a red or green ball is 3/5.

Submit
78. Praveen starts business with MYR.3500 and after 5 months, Hari joins with Praveen as his partner. After a year, the profit is divided in the ratio 2 : 3. What is Hari’s contribution in the capital?

Explanation

Hari's contribution in the capital can be calculated by finding out his share in the profit and then dividing it by the ratio in which the profit is divided. Since the profit is divided in the ratio 2:3, Hari's share would be 3/5 of the total profit. Therefore, to find out Hari's contribution in the capital, we need to multiply the total profit by 3/5. As the answer is given as 9000, it means that Hari's contribution in the capital is 9000.

Submit
79. I. Directions (1to 5) : Read the following information carefully and answer the questions that follow. I. P, Q, R, S, T and U are six students procuring their Master’s degree in six different subjects- English, History, Philosophy, Physics, Statistics and Mathematics. II. Two of them stay in hostel; two stay as paying guest (PG) and the remaining two stay at their home. III. R does not stay as PG and studies Philosophy. IV. The students studying Statistics and History do not stay as PG. V. T studies Mathematics and S studies Physics. VI. U and S stay in hostel. T stays as PG and Q stays at home. Which of the following pairs of students stay one each at hostel and at home?

Explanation

Based on the given information, we know that U and S stay in the hostel, T stays as a paying guest, and Q stays at home. Since R does not stay as a paying guest, R must stay at home. Therefore, the pair of students who stay one each at the hostel and at home is SR.

Submit
80. What activity allows you to customize the name of the sender when you are sending an email?

Explanation

The activity that allows you to customize the name of the sender when sending an email is the "Send SMTP Mail Message" activity. This activity uses the Simple Mail Transfer Protocol (SMTP) to send emails, and it allows you to specify the sender's name along with their email address. The "Send Outlook Mail Message" activity is specific to Microsoft Outlook and may not offer the same level of customization for the sender's name. The "Send Exchange Mail Message" activity is not a valid option for customizing the sender's name.

Submit
81. If m : n = 3 : 4 and n : o = 8 : 9, then m : o is :

Explanation

The given ratios are m:n = 3:4 and n:o = 8:9. To find the ratio of m:o, we can combine the two ratios by canceling out the common term "n". By multiplying the first ratio by 2 and the second ratio by 3, we get m:o = (3*2):(4*3) = 6:12. Simplifying this ratio gives us m:o = 1:2. Therefore, the correct answer is 1:2.

Submit
82. One-fifth of Ramu’s expenditure is equal to one-half of his savings. If his monthly income is MYR.6300 how much amount does he save?

Explanation

Ramu's monthly income is MYR 6300. Let's assume his savings amount is x. According to the given information, one-fifth of Ramu's expenditure is equal to one-half of his savings. This can be expressed as (1/5) * expenditure = (1/2) * x. Simplifying this equation, we get expenditure = (5/2) * x. Since expenditure + savings = income, we can substitute the values and solve for x. (5/2) * x + x = 6300. Simplifying further, we get (7/2) * x = 6300. Solving this equation, we find x = 1800. Therefore, Ramu saves MYR 1800.

Submit
83. In which of these ways is a software robot beneficial to human workers?

Explanation

A software robot is beneficial to human workers as it can take over interpersonal roles. This means that it can handle tasks that require human interaction, such as customer service or communication with colleagues. By automating these roles, human workers can focus on more complex and strategic tasks, improving productivity and efficiency. Additionally, software robots can provide consistent and accurate responses, reducing errors and improving customer satisfaction.

Submit
84. In the work environment, what are the robots related to as?

Explanation

Robots are often related to as beings in the work environment. This is because they are designed to perform tasks and interact with humans in a way that resembles human-like behavior. They are often given names, personalities, and even physical appearances that make them seem more like living beings rather than just tools or software services. This helps to create a more collaborative and interactive work environment where humans can work alongside robots as partners rather than just using them as tools.

Submit
85. Pointing to Manju, Raju said, “The son of her only brother is the brother of my wife”. How is Manju related to Raju?

Explanation

Raju states that the son of Manju's only brother is the brother of his wife. This implies that Manju's only brother is Raju's father-in-law, and the son of Manju's only brother is Raju's brother-in-law. Therefore, Manju is the sister of Raju's father-in-law, making her the sister of his father-in-law.

Submit
86. How does the robot interpret screen displays?

Explanation

The robot interprets screen displays electronically. This means that it uses electronic signals and components to understand and process the information displayed on a screen. This could involve reading and analyzing digital data, converting it into instructions or actions, and displaying the appropriate response on its own screen or through other means. Electronic interpretation allows the robot to interact with and respond to visual information in a way that is compatible with its programming and capabilities.

Submit
87. Creating automation in a Citrix environment is challenging because:

Explanation

In a Citrix environment, creating automation is challenging because direct access to UI elements is not available. This means that traditional methods of interacting with the application, such as using selectors, cannot be used. Instead, automation in Citrix environments relies on image recognition and optical character recognition (OCR) techniques to interact with the application. These methods require analyzing and understanding the visual elements and text within the application's user interface, which can be more complex and less reliable than directly interacting with UI elements.

Submit
88. What activity should you use to extract all the text from the PDF file?

Explanation

To extract all the text from a PDF file, you can use either "Read PDF Text" or "Read PDF with OCR" activities. The "Read PDF Text" activity is suitable for extracting text from a standard PDF file, while the "Read PDF with OCR" activity is used when the PDF contains scanned images or non-selectable text. Both activities can effectively retrieve the text from the PDF file, depending on its type and content.

Submit
89. I. D is sitting opposite to A. II. B is sitting right of A and left of D. Question: Who is C’s partner in a game of cards involving four players A, B, C and D?

Explanation

The data in statement I alone is sufficient to answer the question. Since D is sitting opposite to A, it implies that C cannot be sitting opposite to A. Therefore, C's partner in the game of cards is B.

Submit
90. I. Directions (1to 5) : Read the following information carefully and answer the questions that follow. I. P, Q, R, S, T and U are six students procuring their Master’s degree in six different subjects- English, History, Philosophy, Physics, Statistics and Mathematics. II. Two of them stay in hostel; two stay as paying guest (PG) and the remaining two stay at their home. III. R does not stay as PG and studies Philosophy. IV. The students studying Statistics and History do not stay as PG. V. T studies Mathematics and S studies Physics. VI. U and S stay in hostel. T stays as PG and Q stays at home. Which subject does Q study?

Explanation

Based on the given information, we know that Q stays at home and the students studying Statistics and History do not stay as PG. Therefore, Q cannot be studying Statistics because the students studying Statistics do not stay as PG. However, we cannot determine for certain whether Q is studying History or not. Therefore, the correct answer is History or Statistics.

Submit
91. In a certain code language if the word ‘MUSEUM’ is coded as ‘LSPAPG’, then how will the word  ‘PALACE’ be coded in that language?

Explanation

The code for each letter in the word 'MUSEUM' is obtained by moving one position forward in the English alphabet. Therefore, the code for 'P' in 'PALACE' will be 'O', the code for 'A' will be 'Y', the code for 'L' will be 'I', the code for 'C' will be 'X', and so on. Hence, the correct code for 'PALACE' in the given language is 'OYIXYW'.

Submit
92. What is considered a best practice in large projects?

Explanation

In large projects, there are several best practices that can be followed. One of them is giving descriptive names to variables and workflows. This helps in improving the readability and maintainability of the code, making it easier for other developers to understand and work with. Another best practice is testing workflows independently. This ensures that each workflow is functioning correctly and helps in identifying and fixing any issues or bugs early on. Breaking a large process into smaller workflows is also considered a best practice as it improves modularity and makes the code more manageable and easier to understand.

Submit
93. Compared to traditional non-RPA solutions, is RPA in business enterprises more cost effective?

Explanation

The given correct answer is "No". This implies that RPA in business enterprises is not more cost-effective compared to traditional non-RPA solutions. This suggests that implementing RPA may not result in significant cost savings for businesses, potentially due to the initial investment required for RPA implementation and ongoing maintenance costs. Additionally, other factors such as the complexity of business processes and the need for human intervention in certain tasks may also contribute to the lower cost-effectiveness of RPA in some cases.

Submit
94. Where can you see the variables’ values during workflow execution?

Explanation

During workflow execution, you can see the values of variables in the Locals pane. The Locals pane provides a detailed view of all the variables that are currently in scope, allowing you to monitor and track their values as the workflow progresses. This pane is particularly useful for debugging purposes, as it allows you to inspect the state of variables at different stages of the workflow execution.

Submit
95. Can you run the robot manually, step by step, in order to analyze the robot behavior in certain conditions?

Explanation

Yes, by using Step Into and Step Over, as well as by using Breakpoints and running the workflow in Debug mode, you can manually run the robot step by step. Step Into allows you to execute the robot code line by line, while Step Over allows you to execute the entire current line and move to the next line. By using Breakpoints, you can pause the execution at specific points in the code to analyze the robot behavior in certain conditions. Running the workflow in Debug mode provides a more detailed view of the robot's execution and allows for better analysis.

Submit
96. What is flowchart most suitable for?

Explanation

A flowchart is most suitable for higher-level organization and creating complex workflows. Flowcharts are visual representations that help in understanding and organizing processes or workflows. They provide a clear and systematic representation of the steps involved in a process, making it easier to analyze, identify bottlenecks, and improve efficiency. Flowcharts are particularly useful for complex workflows that involve multiple decision points, branches, and interdependencies. They enable better communication and collaboration among team members and stakeholders, facilitating effective planning and decision-making.

Submit
97. I. Directions (1to 5) : Read the following information carefully and answer the questions that follow. I. P, Q, R, S, T and U are six students procuring their Master’s degree in six different subjects- English, History, Philosophy, Physics, Statistics and Mathematics. II. Two of them stay in hostel; two stay as paying guest (PG) and the remaining two stay at their home. III. R does not stay as PG and studies Philosophy. IV. The students studying Statistics and History do not stay as PG. V. T studies Mathematics and S studies Physics. VI. U and S stay in hostel. T stays as PG and Q stays at home. Who studies English?

Explanation

not-available-via-ai

Submit
98. What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?

Explanation

When the Windows Remote Connection is in 'full-screen' mode, it allows the sending of hotkeys. This means that if the connection is not in full-screen mode, hotkeys may not be sent. Therefore, to enable the sending of hotkeys, the Windows Remote Connection should be switched to full-screen mode.

Submit
99. Which of the following activities will allow you to retrieve only unread messages?

Explanation

The activities "Save Mail Message" and "Get IMAP Mail Messages" will allow you to retrieve only unread messages. "Save Mail Message" activity saves the incoming mail message to a specified folder, and you can filter the messages based on their read status. "Get IMAP Mail Messages" activity retrieves mail messages from an IMAP server, and you can specify the filter to retrieve only unread messages. The other two activities, "Get POP3 Mail Messages" and "Get Outlook Mail Messages," do not have a built-in filter for retrieving only unread messages.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 04, 2018
    Quiz Created by
    Lum Voon
Cancel
  • All
    All (99)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What key combination allows you to automatically create a variable...
What is the recommended layout to define business logic in a complex...
The easiest way to get structured data from a web page is?
What recording wizard would you use to automate Virtual Machine...
In order to loop through all the rows of a datatable, which activity...
How can a robot read only the first page of a PDF file, using the PDF...
How many of the following numbers are divisible by 132 ?...
How can you extract white text written on blue background in Citrix?
What least number must be added to 859622, to get a number exactly...
QPO, SRQ, UTS, WVU, ?
What is the EASIEST navigation method to be used in a form within...
What type of variables can be used as output for the Read CSV...
If you are using the For Each activity to loop through a list of...
A and B started a business investing MYR 90,000 and MYR 20,000...
What can a software robot be likened to?
How many pieces of 0.85 metres can be cut from a rod 42.5 metres long?
Which of the text extraction methods can return the hidden text from a...
Is Reset Clipping Region mandatory to be executed at the end of a...
What activity should you use to read all the data from a .xlsx file?
Find the oddman out 3, 5, 11, 14, 17, 21
How many of the following numbers are divisible by 132?...
A wheel rotates 10 times every minute and moves 20 cm during each...
What does the "Accuracy" property describes in "Click Image" Activity?
Which of the following fraction is smallest?
Manu, Manju and Maya can do a work in 90, 30 and 45 days respectively....
I. Directions (1to 5) : Read the following information carefully and...
How is the software robots configured?
What are the supported wildcard characters for selectors in UiPath...
If A : B = 4 : 7 and B : C = 5 : 9 then A : B : C is :
A sum of money at simple interest amounts to MYR. 815 in 3 years and...
I. Directions (1to 5) : Read the following information carefully and...
What is the activity designed to represent a decision inside a...
Where should you store login details in a safety manner?
How can a string variable called myString be converted to an...
What are the workflow types available in UiPath Studio?
A boy runs 200 metres in 24 seconds. What is his speed ?
A software engineer has the capability of thinking 100 lines of code...
What type of arguments can you use in a workflow?
Which one of the following is not a prime number?
The Finally block of a Try/Catch activity is executed when:
Keeping in mind the…………..to develop the sector the government...
Which of these is not a characteristic of RPA software?
What activity is used to chain together multiple workflows in a single...
How many characters does "*" replace?
Can a valid selector identify different elements on the screen at the...
What did the early form of RPA exist as?
What kind of workstation does the robot operate on?
A monkey starts climbing up a tree 20ft. tall. Each hour, it hops 3ft....
What are Queues used for?
What type of container will Basic Recording generate?
On dividing a number by 999, the quotient is 366 and the remainder is...
Akshar, Brinda, Cathy and Dinesh are four friends who live in the same...
I. B is the brother of A....
In a certain code language, if the value of 28 + 14 = 50 and 36 + 43 =...
When is it recommended to use nested If activities inside workflows?
If (a – b) is 9 more than (c + d) and (a + b) is 3 less than (c –...
Does the use of RPA tools interfere with underlying computer systems?
What text extraction method can you use to get text position?
If you want to get only filtered MailMessage variables, what activity...
The sum of three prime numbers is 100. If one of them exceeds another...
Two buses A and B leave the same bus depot, A towards the North and B...
What actions can you record using Automatic Recording?
What is the Output Data Table activity used for?
If you want to wait until a UI Element becomes available on the...
When should you use the Flowchart workflow?
If you want to extract specific information from multiple native PDF...
In an examination, a student scores 4 marks for every correct answer...
A can do a work in 14 days and working together A and B can do the...
What activity can be used to modify the value of an existing cell in a...
Can Excel related activities be used without having the Excel...
What method do you need to use to extract the text font and color when...
If a Click Image activity was created with an image of an icon, and...
A number when divided by 3 leaves a remainder 1. When the quotient is...
If one-third of one-fourth of a number is 15, then three-tenth of that...
What is the Data Scraping wizard for?
Which of the following statements are true regarding the Find Element...
A bag contains 4 red balls, 5 green balls and 6 white balls. A ball is...
Praveen starts business with MYR.3500 and after 5 months, Hari joins...
I. Directions (1to 5) : Read the following information carefully and...
What activity allows you to customize the name of the sender when you...
If m : n = 3 : 4 and n : o = 8 : 9, then m : o is :
One-fifth of Ramu’s expenditure is equal to one-half of his savings....
In which of these ways is a software robot beneficial to human...
In the work environment, what are the robots related to as?
Pointing to Manju, Raju said, “The son of her only brother is the...
How does the robot interpret screen displays?
Creating automation in a Citrix environment is challenging because:
What activity should you use to extract all the text from the PDF...
I. D is sitting opposite to A....
I. Directions (1to 5) : Read the following information carefully and...
In a certain code language if the word ‘MUSEUM’ is coded as...
What is considered a best practice in large projects?
Compared to traditional non-RPA solutions, is RPA in business...
Where can you see the variables’ values during workflow execution?
Can you run the robot manually, step by step, in order to analyze the...
What is flowchart most suitable for?
I. Directions (1to 5) : Read the following information carefully and...
What can be done when the Windows Remote Connection doesn’t allow...
Which of the following activities will allow you to retrieve only...
Alert!

Advertisement