Problem – IBM Robotic Process Automation – Regex IBM Quiz Answers
This course will cover the use of regular expressions (Regex) in IBM Robotic Process Automation. The use of Regex in the script is common in different situations, such as looking for patterns in window names or extracting data from structured files. This is an advanced level course for developers and technical professionals.
After completing this course, you should be able to:
- Use good practices with regex.
- Describe all regex features with IBM RPA Studio.
- Use IBM RPA Studio Regex Builder.
- Use regex in IBM RPA Studio commands.
Before taking this course, you must:
- Know programming logic.
- Watch IBM Robotic Process Automation – Basic I course.
- Watch IBM Robotic Process Automation – Basic II course.
- Watch IBM Robotic Process Automation – Intermediate I course.
- Watch IBM Robotic Process Automation – Intermediate II course.
Enroll on IBM
Quiz 1: IBM Robotic Process Automation – Regex
Q1. Which command creates a table after analyzes text based on a Regex?
- Get Text by Regular Expression (getRegex)
- Find Table Cell Occurrences (findTableCell)
- Go to If (gotoIf)
- Get Table by Regular Expression (getRegexTable)
- Assign Value to Variable If (setVarIf)
Q2. Select the alternative that contains commands that use Regex as an operator:
- Replace Text, Count Windows, Find Window.
- Close Process, Check If Process Exists, Find Occurrences in Text.
- Wait for Window to Appear, Connect to Office Application, Launch or Attach Window.
- Get Text by Regular Expression, Get Table by Regular Expression, Search by Regular Expression.
- Run Subroutine If, Go to If, If.
Q3. Select two commands where that use Regex as an assistant:
- Find Windows (findWindows)
- If (if)
- Get Table by Regular Expression (getRegexTable)
- Replace Text (replaceText)
- Get Table of a Text File (textReadTable)
Q4. Consider the following Regex:
INVOICE\s#\d{4}
Which of the following sentences would match?
- inVoICE #1
- INVOICE
- invoice
- invoice#12
- INVOICE #2325
Q5. Select three of the Regex flags in the WDG Automation Regex Builder:
- Singleline
- HTML
- XML
- Ignore Case
- Multiline
Q6. Where is a regex tool expression builder located?
Q7. What is the name of the regex tool in IBM RPA Studio?
- Regex Expression Builder
- Extract PDF Text
- Fields Mapper
- Regex Tool
- Region Selector
Q8. How to register an expression in a library?
- Place the expression inside the Pattern field of the Regex Expression Builder tool.
- Publish the script to the repository.
- Use the Assets Synchronization tool.
- There is no way to register an expression.
- Use the “Synchronize” button of the Regex Expression Builder tool.
Conclusion:
I hope this IBM Robotic Process Automation – Regex IBM Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>
LeetCode Solutions
Hacker Rank Solutions
CodeChef Solutions