HR session for half an hour, followed by a technical discussion for one hour. The technical part includes general testing concepts and writing/understanding simple Java functions. Boundary testing (testing the edges of input values),
Unit testing (isolating and testing individual units or functions),
Integration testing (verifying how different modules interact),
Positive/Negative testing (valid and invalid inputs)."