i
Diverse
Lynx
Filter interviews by
I appeared for an interview before May 2022.
Pivot table is a data summarization tool in Excel.
Pivot table allows users to summarize and analyze large datasets.
It can be used to group data by categories, calculate totals, and create custom calculations.
Users can easily change the layout of the table to view data in different ways.
Pivot table is a powerful tool for data analysis and reporting.
Example: A sales manager can use pivot table to analyze sales data by re...
To count data in Excel, use the COUNT function or select the data and look at the status bar.
Use the COUNT function to count the number of cells that contain numbers or dates
Use the COUNTA function to count the number of cells that are not empty
Select the data and look at the status bar to see the count of selected cells
Use the COUNTIF function to count cells that meet a specific criteria
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
I appeared for an interview before May 2024, where I was asked the following questions.
Joins in SQL are crucial for combining data from multiple tables, enabling complex queries and comprehensive data analysis.
Types of Joins: SQL supports various types of joins (INNER, LEFT, RIGHT, FULL) to retrieve data based on different conditions.
INNER JOIN: Returns records that have matching values in both tables. Example: SELECT * FROM Orders INNER JOIN Customers ON Orders.CustomerID = Customers.CustomerID;
LEFT JOI...
I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.
Excel Assignment on building a dashboard
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Easy 1 coding
Medium 1 coding
It was about arrays and sorting techniques and other is about your common sense
Wildcard in Excel is a symbol used to represent one or more characters in a search string.
Wildcards include * (asterisk) for multiple characters and ? (question mark) for a single character.
Example: 'te*t' can match 'test' or 'text'.
Wildcards are commonly used in functions like VLOOKUP and SUMIF.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
1 python question and 1 sql question for coding and rest were the mcqs based on sql and python.
This code checks if two strings are anagrams by comparing sorted characters or using a frequency count.
An anagram is a word formed by rearranging the letters of another, e.g., 'listen' and 'silent'.
Method 1: Sort both strings and compare. Example: sorted('listen') == sorted('silent').
Method 2: Count character frequencies using collections.Counter. Example: Counter('listen') == Counter('silent').
Consider case sensitivit...
SQL code using GROUP BY, HAVING, and COUNT to analyze data effectively.
GROUP BY aggregates data based on specified columns. Example: SELECT department, COUNT(*) FROM employees GROUP BY department;
HAVING filters aggregated data. Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 10;
COUNT() function counts rows or non-null values. Example: SELECT COUNT(*) FROM sales WHERE amount ...
SQL ranking functions help categorize data into ranks, with options for dense ranking and partitioning for grouped analysis.
RANK() assigns a unique rank to each row within a partition, with gaps for ties. Example: RANK() OVER (PARTITION BY department ORDER BY salary DESC).
DENSE_RANK() also assigns ranks but without gaps for ties. Example: DENSE_RANK() OVER (PARTITION BY department ORDER BY salary DESC).
PARTITION BY div...
Hard 2 questions in 45 mins
I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.
Hackerra test with sql ,python coding and theory
Sql advanced coding round
Python basic coding test
based on 1 interview experience
Difficulty level
Duration
Technical Recruiter
128
salaries
| ₹2 L/yr - ₹6 L/yr |
Senior Software Engineer
82
salaries
| ₹4.2 L/yr - ₹14 L/yr |
Software Engineer
78
salaries
| ₹3.5 L/yr - ₹9.8 L/yr |
Senior Technical Recruiter
60
salaries
| ₹2.9 L/yr - ₹6.6 L/yr |
Senior IT Recruiter
43
salaries
| ₹3 L/yr - ₹7 L/yr |
Mobile Programming
Arcesium
Solartis Technology Services
Programmers.io