i
Nineleaps Technology Solutions
Filter interviews by
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
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;
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
Nineleaps Technology Solutions interview questions for designations
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.
It's easy to crack basic questions are there
Prepare Basic codes to clear the round
I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.
Top trending discussions
1 Interview rounds
based on 14 reviews
Rating in categories
Data Analyst
86
salaries
| ₹3 L/yr - ₹11.6 L/yr |
Software Development Engineer II
85
salaries
| ₹9 L/yr - ₹24 L/yr |
Software Developer
56
salaries
| ₹4 L/yr - ₹15 L/yr |
Software Development Engineer 1
53
salaries
| ₹6.5 L/yr - ₹13.5 L/yr |
Software Development Engineer
39
salaries
| ₹6.5 L/yr - ₹18.5 L/yr |
TCS
Infosys
Wipro
HCLTech