Question 46

In the UiPath Robotic Enterprise Framework template, in the Main workflow, the State Machine includes the following states:
Options are :
  • Question 47

    The following reflects a subset of process steps from the Process Definition Document (PDD):
    1) Read the unread emails from the Robot mailbox and mark them as read.
    2) If the email has an attachment of type PNG, download the attachment.
    3) Else, send a reply to the sender with the message "Invalid Attachment, please attach a .PNG file to process".
    If you are designing a process based on the PDD steps, what is the correct exception type for Step 3?
  • Question 48

    Which is the best way to delete unreferenced variables?
    Options are :
  • Question 49

    A developer added six Queue Items to your queue on 15.04.2021. What is the correct sequence in which these Queue Items will be processed?
  • Question 50

    What will be executed in the following Try Catch activity if the required selector for Click activity is not found?
    Catch block contains catches in the following order:
    1. System.SystemException
    2. System.Exception
    3. UiPath.Core.SelectorNotFound

    Please find below the properties of the Click activity