Tip 1: Practice the SQL queries
Tip 2: Remember the Microsoft Excel formulas
Tip 3: Practice creating dashboards in Power BI
Tip 4: Learn the basics of Python
Tip 1: Mention the skills mentioned on JD in the resume
Tip 2: Add any database project to the resume
HR is responsible for the basic training of all new hires. Below is a table that gives a training status for all the new hires.
Using Excel formulae, find out the following:
1. How many have neither registered nor completed any of the 3 courses?
2. How many have registered or trained in at least 2 of the 3 courses?
3. How many have not been trained in any of the 3 yet?
Tip 1: Read the question well
Tip 2: Apply the Excel formula
Below in Column 2 there are some numbers given:
Please calculate sum of numbers based on the criteria given in the start row number and end row number
Formula should be capable enough, if we change start row number and end row number sum will get update
Tip 1: Read the question well
Tip 2: Apply the Excel formula
Based on the data in the table below, please answer the following questions using excel functions
1. Number of employees from the Sales deparment who joined before July 2006 and have a total experience (prior and present) of more than 10 years?
2. Total Number of years of experience of employees in the Sales department who joined before 31 Mar 2009?
Tip 1: Read the question well
Tip 2: Apply the Excel formula
Fill this multiplication table with just one formula and copy past the same in all the red cells.
Tip 1: Read the question well
Tip 2: Apply the Excel formula
1. Please Map area sales manager name into column C from Table given in Column F and G
2. In Column J extract first name of area sales manager from column G
Tip 1: Read the question well
Tip 2: Apply the Excel formula
The interviewer was too good. She made me comfortable during the interview. It was an online interview held on Google Meet.
What is the difference between Primary Key and Foreign Key?
Tip 1: Understand the question well
Tip 2: Speak only what is required
What are the different types of JOIN in SQL?
Tip 1: Understand the question well
Tip 2: Speak only what is required
Explain the difference between left outer join and right outer join?
Tip 1: Understand the question well
Tip 2: Speak only what is required
Write a query to find the names of employees that begin with ‘S’
Tip 1: Understand the question well
Tip 2: Try to write the query within a minimal time
Write a query to retrieve two minimum and maximum salaries from the EmployeePosition table.
Tip 1: Understand the question well
Tip 2: Try to write the query within a minimal time
Write a query to find the Nth highest salary from the table
Tip 1: Understand the question well
Tip 2: Try to write the query within a minimal time
Write an SQL query to fetch all those employees who work on Projects other than project Q.
Tip 1: Understand the question well
Tip 2: Try to write the query within a minimal time
The HR round was a just short round to check the communication skills of the person and if he is willing to join the company or not.
Can you give your brief introduction?
Tip 1: Give a brief introduction of your education, achievements, and any work experience
Will you be able to relocate to the base position, i.e., Bangalore, if required?
Tip 1: Don't say 'No' directly, even if you are not willing
Where do you see yourself after 5 years?
Tip 1: Answer with full confidence
Tip 2: Your answer should be related to JD.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?