Filter interviews by
I applied via Company Website and was interviewed in Jun 2023. There were 3 interview rounds.
Coding decoding Grammer mental ability fond the number etc
posted on 17 Dec 2024
I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.
Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.
Write a SQL query to count number of reportees for each manager using GROUP BY clause
Add HAVING clause to filter out managers with atleast 5 reportees
Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5
Use libraries like pandas and dask to efficiently manage large datasets in Python.
Use pandas library for data manipulation and analysis.
Use dask library for parallel computing and out-of-core processing.
Optimize memory usage by loading data in chunks or using data types efficiently.
Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.
Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.
Pandas - used for data manipulation and analysis
NumPy - used for numerical computing and working with arrays
Matplotlib - used for data visualization
Scikit-learn - used for machine learning and data mining
posted on 10 Aug 2024
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Union combines and removes duplicates, Union All combines without removing duplicates
Union combines result sets and removes duplicates
Union All combines result sets without removing duplicates
Union is slower than Union All as it involves removing duplicates
Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2;
Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2;
Coalesce function in SQL is used to return the first non-null value in a list of expressions.
Coalesce function takes multiple parameters and returns the first non-null value.
It is commonly used to handle null values in SQL queries.
Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;
posted on 29 Jul 2024
posted on 21 May 2024
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
Basics of SQL was asked, having good foundation will really help in clearing this round
posted on 6 Jun 2024
posted on 5 Feb 2024
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
posted on 20 May 2024
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
posted on 25 Oct 2023
posted on 30 Apr 2023
It's easy to crack basic questions are there
Prepare Basic codes to clear the round
Information Technology Recruiter
11
salaries
| ₹2.6 L/yr - ₹4 L/yr |
Software Engineer
10
salaries
| ₹5 L/yr - ₹9.6 L/yr |
Automation Test Engineer
9
salaries
| ₹7.3 L/yr - ₹12 L/yr |
Technical Support Engineer
8
salaries
| ₹4.5 L/yr - ₹7.5 L/yr |
Senior Software Engineer
4
salaries
| ₹10 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech