Appian Lead Developer (ACD200) — Question 25

What are three things you can do to improve the memory usage of a process model? (Choose three.)

Answer options

Correct answer: B, C, E

Explanation

The correct answers are B, C, and E because reducing the number of process variables decreases memory overhead, avoiding large text blocks prevents excessive memory consumption, and passing data directly to nodes minimizes the need for additional variable storage. Options A and D do not directly address memory efficiency as effectively as the correct options.