Logic Apps Flashcards

1
Q

Recurrence Trigger

A

Used to schedule actions, workloads, or processes that run regularly.

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

Polling Trigger

A

Checks a service’s endpoint at regular intervals.

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

Event-based Trigger

A

Used by Event Grid to trigger the logic app

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

Retry Policy

A

A retry policy applies to intermittent failures, characterized as HTTP status codes 408, 429 (rate limit), and 5xx, in addition to any connectivity exceptions. The default is an exponential interval policy set to retry 4 times.

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

For/Do Loops are processed in parallel? True or False

A

True

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

For/Do Loops are processed in parallel? True or False

A

True and is the default but it can also run sequential

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

Fixed Retry Interval

A

Fixed interval for retries

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

Fixed Retry Interval

A

Fixed interval for retries

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

List the RunAfter Settings options

A

is successful
has failed
is skipped
has timed out

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