Tip 1: Practice basic coding questions, such as writing a program for the table of 5.
Tip 2: Practice SQL query questions.
Tip 3: Learn Excel from basic to advanced.
Tip 1: Add at least 2 projects.
Tip 2: Don’t include irrelevant information in the resume.
Tip 3: Ensure the resume is clean and crisp.
In this round, the interviewer gave me two basic coding questions to solve. He also asked me questions on Excel and basic SQL queries.
0 x y
1 x y
2 x y
Iterate over each element in the list. The extracted element ID is then checked for divisibility by the divisor using the modulo operator. If it returns 0, that number is added to another list containing all the elements divisible by the divisor.
If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Used a built-in function called reversed(), which can reverse the characters in a string.
What is the difference between a Set and Dictionary? (Learn)
What are the best methods for data cleaning? (Learn)
How can you handle missing values in a dataset? (Learn)
Write an SQL query to find an employee with the highest salary.
Difference between primary key and unique Key. (Learn)
Basic HR and data analyst-based questions were asked.
Introduce yourself.
Why have you chosen data analyst as a career?
How do you create a dropdown list in MS Excel?
Can you provide a dynamic range in the 'Data Source' for a Pivot table?
What is the difference between COUNT, COUNTA, and COUNTBLANK? (Learn)
What are some common data visualization tools that you have used?
What are your strengths and weaknesses as a data analyst?
What are the common problems data analysts encounter during analysis?
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is 3 + 2 * 4 based on operator precedence?