QUESTION #1

[ INFO ] User: admin OTP: 123456

Which uAdmin function will match the given statement above?

A. uadmin.OTPSkew = 6
B. uadmin.OTPPeriod = 6
C. uadmin.OTPAlgorithm = 6
D. uadmin.OTPDigits = 6


QUESTION #2

[ INFO ] User: admin OTP: 7251067

Which uAdmin function will match the given statement above?

A. uadmin.OTPDigits = 7
B. uadmin.OTPPeriod = 7
C. uadmin.OTPAlgorithm = 7
D. uadmin.OTPSkew = 7


QUESTION #3

[ INFO ] User: admin OTP: 081372231

Which uAdmin function will match the given statement above?

A. uadmin.OTPDigits = 8
B. uadmin.OTPDigits = 9
C. uadmin.OTPPeriod = 8
D. uadmin.OTPPeriod = 9


QUESTION #4

[ INFO ] User: admin OTP: 507182442
The cryptographic hash function to be used is sha256.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPPeriod = 9


B. uadmin.OTPAlgorithm = sha256
        uadmin.OTPPeriod = 9


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 9


D. uadmin.OTPAlgorithm = sha256
        uadmin.OTPDigits = 9



QUESTION #5

[ INFO ] User: admin OTP: 7184530925
The cryptographic hash function to be used is sha512.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = sha512
        uadmin.OTPDigits = 9


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 9


C. uadmin.OTPAlgorithm = sha512
        uadmin.OTPDigits = 10


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10



QUESTION #6

[ INFO ] User: admin OTP: 41098275
The cryptographic hash function to be used is sha256.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDlgits = 8


B. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 8


C. uadmin.OTPAlgorithm = sha256
        uadmin.OTPDlgits = 8


D. uadmin.OTPAlgorithm = sha256
        uadmin.OTPDigits = 8



QUESTION #7

[ INFO ] User: admin OTP: 8024174623
The cryptographic hash function to be used is sha256.
The OTP value will change every 60 seconds.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPSkew = uint(60)


B. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPSkew = 60


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(60)


D. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = 60



QUESTION #8

[ INFO ] User: admin OTP: 3471820948
The cryptographic hash function to be used is sha512.
The OTP value will change every 40 seconds.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(40)


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = 40


C. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPSkew = uint(40)


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPSkew = 40



QUESTION #9

[ INFO ] User: admin OTP: 7410258963
The cryptographic hash function to be used is sha256.
The OTP value will change every 80 seconds.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = 80


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(80)


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(80)


D. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDlgits = 10
        uadmin.OTPPeriod = uint(80)



QUESTION #10

[ INFO ] User: admin OTP: 4117225098
The cryptographic hash function to be used is sha512.
The OTP value will change every 93 seconds.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(98)


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDiglts = 10
        uadmin.OTPPeriod = uint(93)


C. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = ulnt(93)


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(93)



QUESTION #11

[ INFO ] User: admin OTP: 1234567890
The cryptographic hash function to be used is sha256.
The OTP value will change every 50 seconds.
The validity of OTP is 5 minutes.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(50)
        uadmin.OTPSkew = 5


B. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(50)
        uadmin.OTPSkew = uint(5)


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = 50
        uadmin.OTPSkew = uint(5)


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(50)
        uadmin.OTPSkew = uint(5)



QUESTION #12

[ INFO ] User: admin OTP: 1212121212
The cryptographic hash function to be used is sha512.
The OTP value will change every 120 seconds.
The validity of OTP is 3 minutes.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(120)
        uadmin.OTPSkew = uint(3)


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(128)
        uadmin.OTPSkew = uint(3)


C. uadmin.OTPAlgorithm = sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(120)
        uadmin.OTPSkew = uint(3)


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(120)
        uadmin.OTPSkew = uint(8)



QUESTION #13

[ INFO ] User: admin OTP: 2780391428
The cryptographic hash function to be used is sha256.
The OTP value will change every 63 seconds.
The validity of OTP is 7 minutes.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha258"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(63)
        uadmin.OTPSkew = uint(7)


B. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPerlod = uint(63)
        uadmin.OTPSkew = uint(7)


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDlgits = 10
        uadmin.OTPPeriod = uint(63)
        uadmin.OTPSkew = uint(7)


D. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 10
        uadmin.OTPPeriod = uint(63)
        uadmin.OTPSkew = uint(7)



QUESTION #14

[ INFO ] User: admin OTP: 50271963482715036741826
The cryptographic hash function to be used is sha256.
The OTP value will change every 173 seconds.
The validity of OTP is 6 minutes.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 23
        uadmln.OTPPeriod = uint(173)
        uadmin.OTPSkew = uint(6)


B. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 24
        uadmln.OTPPeriod = uint(173)
        uadmin.OTPSkew = uint(6)


C. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 23
        uadmin.OTPPeriod = uint(173)
        uadmin.OTPSkew = uint(6)


D. uadmin.OTPAlgorithm = "sha256"
        uadmin.OTPDigits = 24
        uadmin.OTPPeriod = uint(173)
        uadmin.OTPSkew = uint(6)



QUESTION #15

[ INFO ] User: admin OTP: 11520693875241063825741698523014265839561
The cryptographic hash function to be used is sha512.
The OTP value will change every 1024 seconds.
The validity of OTP is 92 minutes.

Which uAdmin function will match the given statement above?

A. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 40
        uadmln.OTPPeriod = uint(1024)
        uadmin.OTPSkew = uint(92)


B. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 41
        uadmln.OTPPeriod = uint(1024)
        uadmin.OTPSkew = uint(92)


C. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 42
        uadmln.OTPPeriod = uint(1024)
        uadmin.OTPSkew = uint(92)


D. uadmin.OTPAlgorithm = "sha512"
        uadmin.OTPDigits = 43
        uadmln.OTPPeriod = uint(1024)
        uadmin.OTPSkew = uint(92)