
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Find the variance of data set: 2, 4, 6.
Correct Answer: A) 2.67
Step-by-step Solution: Mean = (2+4+6)/3 = 4. Squared deviations: (2-4)^2 = 4, (4-4)^2 = 0, (6-4)^2 = 4. Sum = 8. Variance = 8/3 = 2.67.
If the variance of a dataset is 16, what is the standard deviation?
Correct Answer: A) 4
Step-by-step Solution: Standard Deviation = sqrt(Variance) = sqrt(16) = 4.
Standard deviation is always a non-negative value.