Files and Folders Flashcards

1
Q

What is the purpose of using the Get File Info activity in Studio?

Choose one of the options below

To create new files.

To retrieve the properties of a specified file.

To delete files from a folder.

To move files between different folders.

A

To retrieve the properties of a specified file.

The Get File Info activity retrieves the properties of a specified file and saves the information for later use in the project.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How can you avoid creating a duplicate folder in the below situation?

Choose one of the options below

By checking the folder after running the automation and erasing the duplicates.

By checking the folder before running the automation and erasing files with the same name.

We cannot avoid duplicates.

By checking the Overwrite option.

A

By checking the Overwrite option.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which activity is used to enable dynamic file selection in an automation process?

Choose one of the options below

Browse For File

Create File

Move File

Rename File

A

Browse For File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the purpose of the “For Each Folder in Folder” activity in an automation process?

Choose one of the options below

Selects and creates folders dynamically.

Extracts contents from archives.

Iterates through folders, including sub-folders, for processing.

Deletes files and folders.

A

Iterates through folders, including sub-folders, for processing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Review question: Which activity is being described by the following statement “Provides a way to try a block for a predefined number of times in case there are any exceptions or a particular condition is not met”?

Choose one of the options below

Rethrow

Throw

Try Catch

Retry Scope

A

Retry Scope

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the purpose of the File Exists activity?

Choose one of the options below

It allows the workflow developer to select a folder when building the automation.

Checks if the specified folder path exists and returns True if the folder exists, False if it doesn’t.

Checks if the specified file path exists and returns True if the file exists, False if it doesn’t.

It allows the user to select a folder while the automation is running.

A

Checks if the specified file path exists and returns True if the file exists, False if it doesn’t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which values does the expression InputFileInfo.DirectoryName return?

Choose one of the options below

The name without the extension.

The full path of the folder in which the file is located.

The file’s extension.

The full name of the file.

A

The full path of the folder in which the file is located.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Review question: When you are developing automation for an application on a client machine without direct access or the ability to install Studio on that machine, which targeting method can be used to identify the required UI element for processes?

Image and Fuzzy selectors

Only Anchors

Selectors

Image

A

Image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly