Tag: packaged enterprise solutions

Questions Related to packaged enterprise solutions

Which shape allows you to spawn a flow for each element in an embedded list?

  1. Spin-Off

  2. Sub-Flow

  3. Swim Lane

  4. Split-forEach


Correct Option: D

AI Explanation

To answer this question, you need to understand the concept of shapes in flowcharts and their functionalities.

Option A) Spin-Off - This option is incorrect because a Spin-Off shape is used to represent a parallel process or alternative path in a flowchart. It does not specifically allow you to spawn a flow for each element in an embedded list.

Option B) Sub-Flow - This option is incorrect because a Sub-Flow shape is used to represent a separate flowchart or process that is called from the main flowchart. It is not specifically designed to spawn a flow for each element in an embedded list.

Option C) Swim Lane - This option is incorrect because a Swim Lane shape is used to represent different participants or departments involved in a process. It is not specifically designed to spawn a flow for each element in an embedded list.

Option D) Split-forEach - This option is correct because the Split-forEach shape allows you to spawn a flow for each element in an embedded list. It is specifically designed for this purpose, allowing you to iterate through a list and perform a specified set of actions for each element.

The correct answer is D) Split-forEach. This option is correct because it provides the functionality to spawn a flow for each element in an embedded list.

  1. Object level locks persist for longer than database level lock and prevent two users from making changes to the record simultaneously

  2. Database locks are held for a longer duration than object locks

  3. Both

  4. None


Correct Option: A

Which of the following options in the Change Tracking field enable backward chaining? (Select all that apply)

  1. When used if no value present

  2. When used if property is missing

  3. Whenever used

  4. Whenever inputs change


Correct Option: A,B,C

Which of the following rules cannot be called by an expression in a manner in which property changes are tracked?

  1. Decision Trees

  2. Decision Tables

  3. Map

  4. Activities


Correct Option: D

Backward chaining expressions always lead to worse performance than forward chaining rules

  1. True

  2. False


Correct Option: B

Which of the following statements is true regarding the use of Draft Flows?

  1. Draft flows cannot be executed

  2. Draft flows can be used for demonstration purpose

  3. Draft flows are not visible to rule resolution

  4. None


Correct Option: C

Select from a list of rules which implement the build for change

  1. Declare-Expressions

  2. Edit Validate

  3. Rule-File-Text

  4. When


Correct Option: A,B,D

What is class pollution?

  1. The burgeoning numbers of custom rules in the Work- class that make navigation in application work classes difficult.

  2. The improper creation of sub-classes to the Work- class

  3. The creation of too many rules in the application work class

  4. None


Correct Option: A