Internet banking customers currently use an account number and password to access their online accounts. The bank wants to improve security on high value transfers by implementing a system which call users back on a mobile phone to authenticate the transaction with voice verification. Which of the following authentication factors are being used by the bank?

A. Something you know, something you do, and something you have
B. Something you do, somewhere you are, and something you have
C. Something you are, something you do and something you know
D. Something you have, something you are, and something you know


Answer: C. Something you are, something you do and something you know

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode variable declaration, which of the statements shown would change the variable's contents to "Mia"?

``` Declare String myPal = "Miami" ``` a. delete(myPal, 3, length(myPal)) b. delete(myPal, 3, 4) c. Set myPal = myPal - "mi" d. Set myPal[0] = "Mia"

Computer Science & Information Technology

When you use the arrow keys to move very small distances, it is called ____.

a. scaling b. baseline shifting c. trapping d. nudging

Computer Science & Information Technology

VPN connection settings cannot be changed on a domain wide basis using group policy.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A _____ is one or more statements that do not alter the execution path within an algorithm.

A. sequence B. loop C. selection D. variable

Computer Science & Information Technology