Nagarro Interview QA Guide
Nagarro Interview QA Guide
Q: What is the difference between INNER JOIN and LEFT JOIN in SQL?
- LEFT JOIN: Returns all rows from the left table and matching rows from the right; NULLs if no
match.
Q: Write a SQL query to find the second highest salary from an Employee table.
A: SELECT MAX(salary)
FROM employees
A: Discuss tools like Control-M or Apache Airflow, how you monitored job status, handled failures,
A: - Use indexes
- Avoid SELECT *
A: Mention creating tables/views, querying data, using virtual warehouses, performance tuning with
A: Describe data sources, tools used, data transformation process, loading strategy, error handling,
A: Use the STAR method: Situation, Task, Action, Result. Focus on root cause analysis and clear
communication.
A: - Validation rules
- Exception handling
- Reconciliation reports
A: Express flexibility, maintaining work-life balance, good communication, and time management.
- SLA requirements