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
Top trending discussions
I applied via LinkedIn and was interviewed before Nov 2020. There were 4 interview rounds.
Window functions like lag and lead are used to analyze data over a specific range or window.
Lag function can be used to calculate the difference between current and previous values in a time series data.
Lead function can be used to calculate the difference between current and future values in a time series data.
Window functions can be used to calculate moving averages, cumulative sums, and other statistical measures.
Fo...
I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.
I applied via Company Website and was interviewed before Aug 2021. There were 3 interview rounds.
Simple aptitude and coding test, I was selected from national talent hunt exam
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
Aadhaar card is a unique identification card issued by the Indian government to residents of India.
Aadhaar card is a 12-digit unique identification number issued by the Unique Identification Authority of India (UIDAI).
It serves as proof of identity and address for Indian residents.
Aadhaar card contains biometric and demographic information of the cardholder, including fingerprints and iris scans.
It is used for various ...
I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.
Structured Query Language (SQL) is a programming language used to manage and manipulate relational databases.
SQL is used to create, modify, and delete databases, tables, and data
It is used to retrieve data from databases using queries
SQL is used to perform operations on data such as sorting, filtering, and grouping
Examples of SQL-based database management systems include MySQL, Oracle, and Microsoft SQL Server
I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 4 interview rounds.
based on 1 interview
Interview experience
based on 3 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