nerdexam
Huawei

H19-401_V1.0 · Question #114

If the same user accesses two different applications, () application tokens will be generated.

The correct answer is A. 2. Option A is correct because application tokens are generated per application, not per user session. When a user accesses two different applications, each application independently authenticates the user and issues its own token, resulting in two separate tokens - one for each…

Campus Network Architecture and Trends

Question

If the same user accesses two different applications, () application tokens will be generated.

Options

  • A2
  • B1

How the community answered

(62 responses)
  • A
    71% (44)
  • B
    29% (18)

Explanation

Option A is correct because application tokens are generated per application, not per user session. When a user accesses two different applications, each application independently authenticates the user and issues its own token, resulting in two separate tokens - one for each application. This design is intentional: tokens are scoped to a specific application to limit access and enforce security boundaries, so a token issued for App A cannot be used to access App B.

Option B is wrong because a single token would imply cross-application access, which violates the principle of least privilege and would create a security risk if that token were compromised.

Memory tip: Think of application tokens like physical key cards - if you work in two buildings, you need a separate key card for each building, even though you are the same person entering both.

Topics

#application authentication#token generation#user session management#multi-application access

Community Discussion

No community discussion yet for this question.

Full H19-401_V1.0 Practice