Answers to KBA Questions
The following are all data points in the test database associated with the
general_identity
test case. To pass a quiz, use this data for reference to find the answers. If you do not see the data point the answer to the question is most likely "NONE OF THE ABOVE". {
"target": "general_identity",
"identities": [{
"fn": "Barbara",
"ln": "Miller",
"addr": "123 Main ST",
"city": "Stratford",
"state": "CT",
"zip": "06614",
"dob": "19740821",
"ssn": "854125698",
"county": "fairfield",
"phone": "2015106000",
"email": "[email protected]"
}, {
"fn": "Barbara",
"ln": "Miller",
"addr": "87 East Broadway Blvd",
"city": "Green Bay",
"state": "WI",
"zip": "54155",
"county": "bucks",
"dob": "19740821",
"ssn": "854125698",
"phone": "2015106000",
"email": "[email protected]"
}]
}
Last modified 10mo ago