Bird
0
0

Why might RabbitMQ administrators prefer OAuth over LDAP for authentication in cloud-native environments?

hard📝 Conceptual Q10 of 15
RabbitMQ - Security and Operations
Why might RabbitMQ administrators prefer OAuth over LDAP for authentication in cloud-native environments?
AOAuth requires less configuration than LDAP
BLDAP provides better encryption than OAuth
COAuth supports token-based stateless authentication suitable for distributed systems
DLDAP is deprecated in cloud environments
Step-by-Step Solution
Solution:
  1. Step 1: Understand OAuth advantages in cloud

    OAuth uses tokens that are stateless and scalable for distributed systems.
  2. Step 2: Compare with LDAP characteristics

    LDAP is stateful and less suited for dynamic cloud environments; not deprecated.
  3. Final Answer:

    OAuth supports token-based stateless authentication suitable for distributed systems -> Option C
  4. Quick Check:

    OAuth = stateless token auth for cloud [OK]
Quick Trick: OAuth tokens fit cloud-native stateless needs [OK]
Common Mistakes:
MISTAKES
  • Believing LDAP is deprecated
  • Assuming OAuth always requires less config
  • Confusing encryption capabilities

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More RabbitMQ Quizzes