Implementing Automation for Cisco Data Center Solutions (DCAUTO) — Question 12
What are two main guiding principles of REST? (Choose two.)
Answer options
- A. cacheable
- B. trackable
- C. stateless
- D. single-layer system
- E. stateful
Correct answer: A, C
Explanation
The correct answers are 'cacheable' and 'stateless' because these principles are fundamental to REST's design, allowing for efficient data retrieval and scaling. Options 'trackable', 'single-layer system', and 'stateful' do not accurately reflect the core tenets of REST, as they either do not apply or contradict its principles.