Which of the following is the correct explanation of resource authentication in Web services?
Accenture technical mcq question, verified with a worked answer. Free to practise - no sign-up.
Which of the following is the correct explanation of resource authentication in Web services?
Show answer & explanation
Resource authentication in Web services is fundamentally about verifying that a client requesting access to a protected resource is who they claim to be. This is done by validating credentials (tokens, API keys, certificates, etc.) before granting access to endpoints or data. Options B, C, and D describe unrelated concepts: auto-scaling (infrastructure), disk encryption (storage security), and compression (performance optimization), none of which define authentication.
Step-by-step Derivation:
Authentication answers the question 'Who are you?' and involves identity verification. Option A directly describes this core concept. Option B is about capacity management. Option C is about data-at-rest encryption. Option D is about bandwidth optimization. Only A addresses the authentication mechanism itself.