i
INDIUM
Filter interviews by
I applied via Campus Placement
2 sql questions 30 mins duration mostly focused on joins
Impacts of social media 20 min duration
Window functions in SQL are used to perform calculations across a set of table rows related to the current row.
Use the RANK() function to assign a unique rank to each row within a partition of a result set.
You can use the PARTITION BY clause to divide the result set into partitions to rank separately within each partition.
Example: SELECT column1, column2, RANK() OVER (PARTITION BY column1 ORDER BY column2) AS rank_colu
Window function query on lead is used to retrieve the next row in a result set.
Lead() function is used to access data from the next row in a result set.
It is commonly used in scenarios where you need to compare data from the current row with data from the next row.
Example: SELECT column_name, LEAD(column_name, 1) OVER (ORDER BY column_name) AS next_value FROM table_name;
Check if a given string is a palindrome in Python.
Use string slicing to reverse the string and compare it with the original string.
Remove any spaces and convert all characters to lowercase for accurate comparison.
Example: 'radar' is a palindrome, 'hello' is not.
One business understanding problem is identifying customer churn reasons in a subscription-based service.
Analyze customer data to identify patterns or trends leading to churn
Utilize predictive modeling to forecast potential churn
Implement targeted retention strategies based on findings
Monitor and track the effectiveness of retention efforts
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2018. There was 1 interview round.
I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.
SQL and python questions are very easy.
posted on 19 Nov 2024
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
DURATION 1.3 HRS WITH REASONING AND 2 CODING QUESTION
Use SQL query with ORDER BY and LIMIT to find the Nth highest salary.
Use ORDER BY clause to sort salaries in descending order
Use LIMIT to specify the Nth highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT N,1
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Fundamental aptitude questions.
Two medium-level questions.
posted on 29 May 2024
I applied via Campus Placement
It was a test of 90 minutes containing almost every thing .Quantitative+Logical+Computer fundamentals+2 coding questions
I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.
It was an on campus recruitment drive with questions mostly on basic statistics and algebra.
In round 2 the interviewer asked to explain one of my project and then write code for longest common substring problem.
One Simple coding problem followed with couple of probability questions and explaining the Simple Linear model in detail.
I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.
Two coding questions related to matrices and heaps.
I appeared for an interview before Dec 2023.
Aptitude test had questions like upstream, downstream, etc
SQL questions and 2 live python coding questions
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Test Engineer
1k
salaries
| ₹1.6 L/yr - ₹8.5 L/yr |
Senior Test Engineer
671
salaries
| ₹3 L/yr - ₹11.5 L/yr |
Softwaretest Engineer
230
salaries
| ₹2.5 L/yr - ₹8.4 L/yr |
Test Associate
217
salaries
| ₹1 L/yr - ₹5 L/yr |
Senior Software Engineer
187
salaries
| ₹7.2 L/yr - ₹25 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant