Define the essential steps required for data validation process?

devquora
devquora

Posted On: Feb 22, 2018

 

Data Validation is performed in 2 different steps:

Data Screening: In this step various algorithms are used to screen the entire data to find any erroneous or questionable values.

Data Verification: In this step each suspect value is evaluated on a case by case basis, and a decision is made if the values have to be accepted as valid, rejected as invalid or if they have to be replaced with some redundant values.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Data Analyst Interview Questions

    How can we differentiate between Data Mining and Data Analysis?

    Here are a few considerable differences:Data Mining: Data mining does not require any hypothesis and depends on clean..

    Data Analyst Interview Questions

    How do we conduct a data analysis?

    Data analysis deals with collecting, inspecting, cleaning, transforming and modeling data to glean valuable insights an..

    Data Analyst Interview Questions

    Define data cleansing? What best practices do you follow during data cleansing?

    Data cleaning is a crucial step in the analysis process where data is inspected to find anomalies, reduce repetitive da..