Appian Lead Developer (ACD200) — Question 10
You create an interface, but it fails to load. When you open the design errors log, you see a memory circuit breaker error.
What are two possible root causes of this error? (Choose two.)
Answer options
- A. A database query is taking too long to evaluate.
- B. The interface contains some special characters.
- C. The interface is storing too much data in local variables.
- D. The interface component is looping over too many items.
Correct answer: C, D
Explanation
The correct answers are C and D because both scenarios can cause excessive memory usage, leading to a memory circuit breaker error. A slow database query (A) might not directly cause this type of error, and special characters (B) typically do not impact memory in this way.