i
Indium Software
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
I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.
Discussing any topic for a few minutes.
Fundamental aptitude reasoning.
About manual testing
Indium Software interview questions for popular designations
Normal Group discussion
Basic java program and oops concept
Get interview-ready with Top Indium Software Interview Questions
I have 5 years of experience in HR at a multinational company.
Managed recruitment process for various departments
Implemented employee engagement initiatives
Conducted performance evaluations and provided feedback
Handled employee relations issues
Collaborated with management on HR strategy
I am a dedicated and experienced consultant with a strong background in problem-solving and client management.
Over 5 years of experience in consulting roles
Skilled in analyzing data and providing strategic recommendations
Excellent communication and interpersonal skills
Managed successful projects for Fortune 500 companies
I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.
Technical round with some basic/intermediate sql questions
Calculating week on week change in SQL involves using functions like LAG and DATE functions.
Use LAG function to get the previous week's data
Calculate the difference between current week and previous week's data
Use DATE functions to handle date calculations
Consider using window functions for efficient calculations
Key data points to consider for opening restaurants
Location demographics and foot traffic
Competitor analysis and market saturation
Consumer preferences and trends
Economic factors and disposable income levels
I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.
Python round tested basic Python only (not Pandas)
The case study round was with their client team
Top trending discussions
The duration of Indium Software interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 143 interviews
Interview experience
based on 955 reviews
Rating in categories
Test Engineer
974
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
656
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
238
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Associate
198
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
182
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech