Variables/Workflows Flashcards

1
Q

_________ are used to store data, values, strings, and commands that will be reused in a command line or script.

A

Variables

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

Each variable can contain one or more objects. It it contains more than one object it is called an “______”

A

Array

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

______ variables only exist until that script finishes running.

A

Script

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

_______ variables exist only until that function finishes running.

A

Function

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

In Windows PowerShell, _______ are temporary storage containers for objects.

A

Variables

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

Variables are ______. That means that they can be created inside a specific in-memory container, and they exist only as long as their container exists.

A

Scoped

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

What do you use to assign objects to a variable?

A

”=”

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

________ are series of steps (activities) that accomplish a given result.

A

Workflow

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

For running workflow tasks in a “fan out” fashion (multiple computers working simultaneously)

A

Parallel

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

For running workflow tasks in a serial fashion (one computer at a time).

A

Sequence

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

For setting a rollback/resume location in a workflow.

A

Checkpoint-Workflow

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

For gracefully pausing and resuming a workflow.

A

Suspend-Workflow

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

A _______ in general terms is a predefined business process.

A

workflow

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