Interview Questions
Home From College
QA Specialist Needed

Can you give an example of a detailed QA report you have created in the past?
Bug Report: Login Button Not Working on Safari 16 ID: BUG-2024-001 Reported By: [Your Name] Date: March 28, 2025 Priority: High Severity: Major Status: Open Assigned To: [Developer’s Name] Description: On Safari 16, the login button does not respond when clicked, preventing users from signing in. This issue occurs only on desktop devices and not on mobile. Steps to Reproduce: Open the application in Safari 16 on macOS. Navigate to the login page. Enter valid credentials. Click the "Login" button. Observe that nothing happens. Expected Result: Clicking the "Login" button should authenticate the user and redirect them to the dashboard. Actual Result: The button appears unresponsive, and the login request is not triggered. Environment Details: Device: MacBook Pro 14" (M1, 2021) OS: macOS Ventura 13.5 Browser: Safari 16.3 Network: Wi-Fi, Stable Connection App Version: v2.1.5 Attachments: Screenshot of the console error message. Screen recording of the issue. Additional Notes: No issues observed on Chrome, Firefox, or mobile Safari. DevTools shows a JavaScript error: Uncaught TypeError: Cannot read properties of null (reading 'addEventListener'). Potentially related to how Safari handles event listeners. Next Steps: Assign to the front-end team for investigation. Test if the issue persists after clearing cache or using private browsing. Verify once a fix is implemented.
Home From College
QA Specialist Needed

How do you approach identifying and documenting bugs in digital products?
I find bugs by testing the product manually, running automated tests, and checking user feedback or error logs. When I document them, I make sure to include clear steps to reproduce, environment details, and any relevant screenshots or error messages in a tracking tool like Jira. I work closely with developers to prioritize fixes and retest to make sure everything works smoothly.4o