Exam UiARD All QuestionsBrowse all questions from this exam
Question 198

SIMULATION

-

A developer is building a process which scrapes sensitive structured data from an application. The process needs to meet the following requirements:

1. Wait for the entire application to load

2. Hide the sensitive data when the Verbose logging level is set

3. Must work on a background window

4. Must use the fastest input method

Instructions: From the drop-down list and check boxes shown in the following exhibit, set the properties for the Data Scraping activity to ensure they meet the requirements described above.

    Correct Answer:

Discussion
sur_bhi123456789

send window message and simulate click both cannot be set to true simultaneously , so only simulate click will be set to true as it is the fastest and works in the background, the private property should set to be true too for sensitive data and wait for ready should be set to complete.