i
Indus Valley Partners
Filter interviews by
SQL, English
A program to check if a number is a palindrome or not.
Convert the number to a string
Reverse the string
Compare the original string with the reversed string
If they are equal, the number is a palindrome
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they are of the same class.
It can be achieved through method overloading or method overriding.
Example: A shape class can have multiple subclasses like circle, square, rectangle, etc. All these subclasses can have a method called area() which can be called on any object of the shape class.
P...
A program to check if a number is a prime factor or not.
Take input number from user
Loop through all numbers from 2 to n/2
If n is divisible by any number, it is not a prime factor
If n is not divisible by any number, it is a prime factor
Polymorphism is the ability of an object to take on many forms.
Polymorphism allows objects of different classes to be treated as if they were objects of the same class.
It can be achieved through method overloading and method overriding.
Example: A shape class can have different subclasses like circle, square, and triangle, each with their own implementation of the draw method.
Polymorphism makes code more flexible and re
A program to check if a number is a prime factor or not.
Take input number from user
Loop through all numbers from 2 to n/2
If n is divisible by any number, it is not a prime factor
If n is not divisible by any number, it is a prime factor
I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.
Indus Valley Partners interview questions for designations
Top trending discussions
posted on 15 Jul 2022
I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.
If you are a fresher , then this is for you else almost no coding test for experienced candidates.
posted on 29 Aug 2022
50 Questions in 1 hour
Pattern and basic programming questions
posted on 21 Sep 2022
Simple String or list releted questions for Arranging a string some conditions wise
To count number after decimal value in Python, use string manipulation or math module.
Use string manipulation to count number of digits after decimal point
Use math module to round off the number and then subtract the original number to get the digits after decimal point
Example: num = 3.14159, str_num = str(num), decimal_index = str_num.index('.') + 1, digits_after_decimal = len(str_num) - decimal_index
posted on 19 Feb 2025
I appeared for an interview before Feb 2024.
Ten reasoning questions, ten quantitative questions, and fifteen technical questions involving pseudo code, for a total of thirty-five questions to be completed in thirty minutes.
Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.
posted on 9 Jun 2023
I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.
30 min mid level apti and reasoning test
3 basic coding questions where given from and we had to solve only 2 of those.
posted on 29 Jun 2024
I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.
Coding test are just basic Array and linkedList question
The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components of an object, protecting its integrity.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects of different classes to be treated as objects of a
HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.
HashMap internally uses an array of linked lists to store key-value pairs.
When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.
If multiple keys hash to the same index, a linked list is used to handle collisions.
Retrieving a value involves hashing the ...
Implementation of Create, Read, Update, and Delete operations in a software system.
Use SQL queries for database operations
Create separate functions for each operation
Handle errors and exceptions properly
Test thoroughly to ensure functionality
Consider security measures to prevent unauthorized access
Seeking new challenges and opportunities for growth.
Looking for a new environment to learn and develop new skills
Interested in working on different projects and technologies
Seeking better career advancement opportunities
Wanting to work in a more collaborative team environment
based on 2 interviews
1 Interview rounds
based on 4 reviews
Rating in categories
Business Analyst
178
salaries
| ₹12 L/yr - ₹22 L/yr |
Software Engineer
168
salaries
| ₹5 L/yr - ₹17.7 L/yr |
Associate Software Engineer
163
salaries
| ₹4.5 L/yr - ₹13.1 L/yr |
Operations Associate
108
salaries
| ₹4 L/yr - ₹6.6 L/yr |
Senior Software Engineer
103
salaries
| ₹11.3 L/yr - ₹28 L/yr |
Saama Technologies
Jumio
DISYS
Data-Core Systems