Appian Senior Developer (ACD101) — Question 14

You created a process model.

While testing, the process consumes at least 2000 AMU of process memory for each instance.

What are four ways to reduce the overall memory footprint of your process instances? (Choose four.)

Answer options

Correct answer: B, D, E, F

Explanation

The correct options B, D, E, and F can effectively reduce memory usage by breaking down the process, minimizing the number of variables, avoiding large data in variables, and compressing data. Option A does not directly address memory consumption in instances, while option C does not guarantee a reduction in memory usage as it only activates an optimization feature.