nerdexam
IBM

C2180-279 · Question #19

A developer is debugging a form-based authentication and at a point the issue is narrowed down to the challengeHandler object. The following implementation describes the challenge handler: What is…

The correct answer is C. The variable reqURL cannot include the hostname and port. See the full explanation below for the reasoning.

Question

A developer is debugging a form-based authentication and at a point the issue is narrowed down to the challengeHandler object. The following implementation describes the challenge handler:

What is the problem with this challenge handler?

Exhibit

C2180-279 question #19 exhibit

Options

  • AThe user is not implementing the mandatory challenge handler functions submitFailure() and
  • BThe user credentials should be sent to the server using a secured protocol.
  • CThe variable reqURL cannot include the hostname and port.
  • DThe function createChallengeHandler() is not properly invoked, it also takes the security test.

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    82% (28)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full C2180-279 Practice