Exam tip 1
When asked about testing, be specific. Don't just say 'test the program'. Mention creating a test plan with specific test data (valid, boundary, invalid) and describe what is being checked. For example, 'Test the login module with a valid username and password, then with an invalid password, and finally with a username that is too long to check input validation.'