1.

What is the purpose of data format validation?(a) Data correctness(b) Mere data existence(c) Both Data correctness and Mere data existence(d) Data modificationThis question was posed to me during an online interview.Origin of the question is Validation in division Caching, Debugging and Animation of JavaScript

Answer»

Correct OPTION is (a) Data correctness

For explanation: The data entered through the server SIDE is used for validation. The data that is entered must be CHECKED for correct form and value. This would need to PUT more logic to test the correctness of data.



Discussion

No Comment Found

Related InterviewSolutions