North American Tech Company Business Analyst Interview Experience Share
Behavorial Questions
- Introduce yourself
- Why company?
- What strength can you bring to this role?
- Tell me about a time when you didn’t have enough data to make the right decision.
- Tell me about a time when you took on something outside your area of responsibility.
- Tell me about a time when you went above and beyond for a customer.
- Tell me about a situation that required you to dig deep to get to the root cause.
- Tell me about a time when you’ve had to push back to a customer request.
- Tell me about a time when you were not able to meet a commitment.
- Tell me about a time when you thought differently to improve a process that was working.
- Describe a time when you influenced and drove new thinking and innovation out of your team.
- Describe a time when you needed to influence a peer who had different opinion about a shared goal
- Tell me about a time when you uncovered a significant problem in your team.
SQL Conceptual Questions
- What are JOIN function, what are the differences between JOINS, make examples.
- What are WHERE, GROUP BY, HAVING, how will you use them.
- What are window functions, differences between RANK, DENSE_RANK, and ROW_NUMBER
SQL Coding Questions (EASY/MEDIUM)
- Find how many employees joined in this company during year.
- Find the second highest salary.
- Find the employees who were in company but do not have a building number. (Use JOIN)
- Use IFNULL to handle missing values
- Questions related to experience and concepts of Tableau, Excel, and Python, such as VLOOKUP, pivot tables, and macros.