Unit 2 - Practice Quiz

INT346 49 Questions
0 Correct 0 Wrong 49 Left
0/49

1 Which of the following RPA components is primarily designed to automate rule-based, repetitive tasks by executing a sequence of commands?

A. Meta Bot
B. Discovery Bot
C. IQ Bot
D. Task Bot

2 In the context of Task Bot loops, which option is NOT a valid iterator condition?

A. Each item in a List variable
B. Each file in a folder
C. Each row in an Excel dataset
D. Each pixel on the screen

3 When performing string operations, which command is used to remove empty spaces from the beginning and end of a text string?

A. Trim
B. Substring
C. Truncate
D. Split

4 What is the primary function of the 'If/Else' command in a Task Bot?

A. To repeat a set of actions multiple times
B. To execute a block of code only when a specific condition is met
C. To store data in a database
D. To defining the start of a bot execution

5 Which system variable is automatically incremented during a 'Loop' command execution?

A.
B.
C.
D.

6 In variable management, what is the best practice for naming a variable that stores a user's first name?

A. 1stName
B. variable1
C. vFirstName
D. x

7 Which command allows a Task Bot to verify if a specific file exists in a directory before attempting to open it?

A. Loop Files
B. If Folder Exists
C. If File Exists
D. Error Handling

8 When defining variables, which type is best suited for storing a collection of key-value pairs?

A. Dictionary
B. List
C. Value
D. Array

9 To extract a specific portion of a string starting from index 3 with a length of 5, which operation is used?

A. Find
B. Replace
C. Substring
D. Compare

10 Which of the following allows a Task Bot to handle unexpected application crashes or missing UI elements without stopping the entire process?

A. Error Handling (Try/Catch)
B. Stop Command
C. Pause Command
D. Loop Break

11 In application integration, what is the primary advantage of using 'Object Cloning' or 'Recorder' over 'Keystrokes'?

A. It interacts with the underlying UI properties of the control
B. It does not require the application to be open
C. It is faster to type
D. It relies on screen coordinates ()

12 What happens to a 'Local' variable when the Task Bot finishes execution?

A. It is cleared from memory
B. It is saved to the hard drive
C. It is uploaded to the Control Room
D. It becomes a Global variable

13 Which File/Folder operation is required to combine multiple files into a single compressed archive?

A. Rename Folder
B. Copy Files
C. Zip Files
D. Merge Files

14 If a variable contains the string "100" and contains "50", what is the result of without explicit type conversion to numbers?

A. Error
B. NaN
C. 150
D. 10050

15 Which command is used to terminate a Loop prematurely if a specific condition is met?

A. Continue
B. Exit Task
C. Stop
D. Break

16 What is the primary characteristic that distinguishes a Meta Bot from a Task Bot?

A. Meta Bots are slower
B. Meta Bots are only for PDF processing
C. Meta Bots allow for modularity and GUI-agnostic scaling via APIs
D. Meta Bots cannot use variables

17 In the Meta Bot architecture, what are 'Assets'?

A. The variables used
B. The screen captures or DLLs required for automation
C. The logic scripts
D. The output files

18 How does a Meta Bot contribute to 'Reusability' in RPA?

A. By creating a centralized library of functions that multiple Task Bots can call
B. By running strictly on the server
C. By preventing changes to the code
D. By copying the same code into every bot

19 When an application's interface changes (e.g., a button moves), how does a Meta Bot help minimize maintenance?

A. You only update the screen capture in the Meta Bot; dependent Task Bots update automatically
B. Meta Bots prevent the application from updating
C. It automatically hacks the application code
D. You must rewrite all Task Bots

20 Which component of the Meta Bot Designer is used to build the workflow logic (actions)?

A. Control Room
B. Logic Editor
C. Asset Manager
D. Visual Capture

21 Meta Bots are often described as providing 'Black Box' functionality. What does this mean?

A. They generate black screens during execution
B. They only work in Dark Mode
C. Input and Output are visible, but the internal complexity is hidden from the Task Bot developer
D. They are encrypted and cannot be opened

22 Which file extension is typically associated with a Meta Bot in automation platforms like Automation Anywhere?

A. .iq
B. .atmx
C. .mbot
D. .task

23 What type of integration allows Meta Bots to perform operations without interacting with the GUI (Graphical User Interface)?

A. API / DLL Integration
B. Screen Scraping
C. Image Recognition
D. OCR

24 In a Meta Bot, what are 'Input Parameters'?

A. Screenshots
B. Variables passed from the Task Bot to the Meta Bot logic
C. Values returned to the Task Bot
D. System variables

25 Which of the following is NOT a benefit of using Meta Bots?

A. Easier Maintenance
B. Ability to process handwritten documents out-of-the-box
C. Modularity
D. High Reusability

26 When designing a Meta Bot, 'Calibrating' a screen primarily ensures:

A. The colors are inverted
B. The screen resolution matches the developer's monitor
C. The text is translated
D. The screen elements are correctly identified relative to the application window

27 Can a Meta Bot Logic call another Meta Bot Logic?

A. Only if they are in the same folder
B. Yes, nesting logic is possible
C. No, Meta Bots function in isolation
D. Only if the Task Bot allows it

28 What is the primary role of an IQ Bot?

A. To manage the Control Room
B. To process semi-structured and unstructured data using AI/ML
C. To record mouse clicks
D. To replace the Operating System

29 Which technology is core to the functioning of an IQ Bot?

A. Java Scripting
B. Computer Vision and OCR (Optical Character Recognition)
C. Macro Recording
D. SMTP

30 What is a 'Learning Instance' in the context of IQ Bots?

A. A variable type
B. A failed bot run
C. A tutorial for the developer
D. A specific project grouped by domain (e.g., Invoices) trained to process documents

31 In IQ Bot training, what is the purpose of the 'Validation Station'?

A. To validate the user's login credentials
B. To allow humans to correct data where the bot's confidence score is low
C. To check if the internet is connected
D. To validate the file format

32 Which of the following data types is IQ Bot best suited to handle?

A. Binary code
B. Invoices, Purchase Orders, and Utility Bills
C. Excel spreadsheets with fixed columns
D. SQL Database rows

33 What is 'Straight-Through Processing' (STP) in IQ Bot metrics?

A. Processing files in a straight line
B. Skipping the OCR step
C. Printing documents directly
D. Processing documents without any human intervention

34 How does an IQ Bot improve its accuracy over time?

A. Through Supervised Learning based on human corrections in the Validation Station
B. It does not improve
C. By upgrading the CPU
D. By downloading patches

35 When defining a domain for an IQ Bot, what are 'Form Fields'?

A. The login fields
B. The file name
C. Fields that appear in a table/grid
D. Key-value pairs that appear once per document (e.g., Invoice Date)

36 Which format is a common output of an IQ Bot processing?

A. .dll
B. .mp4
C. .csv or .json
D. .exe

37 What is the best practice for deploying an IQ Bot Learning Instance?

A. Train on a representative sample of variations, test, and then move to production
B. Train on 1 document and deploy immediately
C. Deploy without training
D. Use a generic model for all document types

38 If an IQ Bot fails to classify a document, where does it typically send the file?

A. It emails the CEO
B. It stops the server
C. It sends it to the 'Unclassified' folder or marks it for validation
D. It deletes the file

39 Custom logic in IQ Bots (to format dates or manipulate strings after extraction) is often written in:

A. Assembly
B. C++
C. Python
D. HTML

40 Which feature allows an IQ Bot to handle documents with tables that span multiple pages?

A. Screenshot tool
B. Table Extraction / Repeating Groups
C. Header Analysis
D. File Splitter

41 In Task Bot variable management, what is 'Type Casting'?

A. Converting a variable from one data type to another (e.g., String to Number)
B. Assigning a variable to a specific group of bots
C. Naming a variable
D. Deleting a variable

42 Which Task Bot command is best used to launch a desktop application?

A. FTP
B. Run Script
C. Browser Automation
D. Open Program/File

43 What is the recommended best practice for handling sensitive data (like passwords) in variables?

A. Use standard String variables
B. Hardcode them in the script
C. Use Credential Vaults or 'Insecure String' variables
D. Store them in a text file on the desktop

44 In string manipulation, if and , which condition is true if case sensitivity is enabled?

A. They are identical
B.
C.
D. String1 is less than String2

45 Which Meta Bot feature allows developers to organize logic into logical groupings?

A. Folders in the Logic Editor
B. Renaming the variables
C. Zipping the bot
D. Using only one large file

46 When deploying an IQ Bot, what role does the 'Confidence Threshold' play?

A. It determines the speed of the bot
B. It limits the number of pages
C. It sets the minimum certainty required for a field to be accepted without human validation
D. It sets the login timeout

47 Which variable operation is used to append text to an existing string variable?

A. Overwrite
B. Truncate
C. String Operation: Before/After
D. Assign using

48 What is a 'System Variable' in RPA?

A. Pre-defined variables providing environment details (e.g., Date, Time, File Path)
B. A variable created by the user
C. A variable used only for math
D. A variable that crashes the system

49 When integrating a Meta Bot with a Task Bot, the Meta Bot appears in the Task Bot editor as:

A. A single command line calling the Meta Bot Logic
B. A comment
C. A completely separate window
D. It cannot be seen