Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Indus Valley Partners Team. If you also belong to the team, you can get access from here

Indus Valley Partners Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Indus Valley Partners Associate Engineer Interview Questions and Answers

Updated 18 Mar 2023

Indus Valley Partners Associate Engineer Interview Experiences

4 interviews found

Round 1 - Aptitude Test 

SQL, English

Round 2 - Technical 

(1 Question)

  • Q1. Oops concepts, reasoning
Round 3 - Technical 

(1 Question)

  • Q1. Basic SQL and MySQL and Advance topics
Round 4 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.
Round 5 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Well my first interview was good
Round 1 - Technical 

(1 Question)

  • Q1. WAP to check palendrom of any number
  • Ans. 

    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

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell something about Polimorphism
  • Ans. 

    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...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Wap to check prime factor
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more n more coding and learn oops concepts

Skills evaluated in this interview

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?
Round 1 - Technical 

(1 Question)

  • Q1. Tell something about Polimorphism
  • Ans. 

    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

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Wap to check prime factor
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more n more coding and learn oops concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Basic SQL Functions, Clauses and Simple Procs
  • Q2. Basic Object Oriented Programming Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL, OOPS ,Confidence and Good Communication Skills

Indus Valley Partners interview questions for designations

 Associate

 (1)

 Associate Software Engineer

 (5)

 Operations Associate

 (2)

 Data Associate

 (1)

 Support Associate

 (1)

 Logistics Associate

 (1)

 Associate Software Developer

 (1)

 Fund Accounting Associate

 (1)

Associate Engineer Jobs at Indus Valley Partners

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.
Round 1 - Aptitude Test 

50 Questions in 1 hour

Round 2 - Coding Test 

Pattern and basic programming questions

Round 3 - Technical 

(1 Question)

  • Q1. Basic Java, SQL, and project-related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice place to work, the staff and the colleagues were very supportive and give importance to your decisions or choices.
Round 1 - Coding Test 

Simple String or list releted questions for Arranging a string some conditions wise

Round 2 - Technical 

(1 Question)

  • Q1. Count number after decimal value What is decorator What is abstraction in python
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Maily focus on logical Questions and Make any one Language proficient then you can give answer
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

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.

Round 2 - Coding Test 

Three questions to solve test cases from LeetCode and similar platforms: one from arrays, one from strings, and one from stacks.

Round 3 - Technical 

(1 Question)

  • Q1. Many questions related to development , some reasoning questions, simple programs and most form resume
Round 4 - Technical 

(1 Question)

  • Q1. To write a program for some sorting tech etc.. basic DSA
Round 5 - HR 

(1 Question)

  • Q1. About personality development and Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Follow all mentioned in resumen and do the basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

30 min mid level apti and reasoning test

Round 3 - Coding Test 

3 basic coding questions where given from and we had to solve only 2 of those.

Round 4 - Technical 

(2 Questions)

  • Q1. Basic technical questions based on your resume
  • Q2. Basic Data Structures question
Round 5 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Job location and joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and Smile a little in your interview. work on your skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    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

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    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 ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    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

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

Indus Valley Partners Interview FAQs

How many rounds are there in Indus Valley Partners Associate Engineer interview?
Indus Valley Partners interview process usually has 3 rounds. The most common rounds in the Indus Valley Partners interview process are Technical, Aptitude Test and HR.
How to prepare for Indus Valley Partners Associate Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Indus Valley Partners. The most common topics and skills that interviewers at Indus Valley Partners expect are SQL, Communication Skills, MySQL, Javascript and Linux Administration.
What are the top questions asked in Indus Valley Partners Associate Engineer interview?

Some of the top questions asked at the Indus Valley Partners Associate Engineer interview -

  1. WAP to check palendrom of any num...read more
  2. Tell something about Polimorph...read more
  3. Wap to check prime fac...read more

Tell us how to improve this page.

Indus Valley Partners Associate Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Technical Round
View more

Interview Questions from Similar Companies

Equifax Interview Questions
3.3
 • 32 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
View all
Indus Valley Partners Associate Engineer Salary
based on 51 salaries
₹6 L/yr - ₹8.5 L/yr
22% more than the average Associate Engineer Salary in India
View more details

Indus Valley Partners Associate Engineer Reviews and Ratings

based on 4 reviews

4.1/5

Rating in categories

2.8

Skill development

3.7

Work-life balance

3.3

Salary

3.4

Job security

4.1

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 4 Reviews and Ratings
Associate Engineer

Noida

1-3 Yrs

Not Disclosed

Associate Engineer

Noida

1-3 Yrs

Not Disclosed

Explore more jobs
Business Analyst
178 salaries
unlock blur

₹12 L/yr - ₹22 L/yr

Software Engineer
168 salaries
unlock blur

₹5 L/yr - ₹17.7 L/yr

Associate Software Engineer
163 salaries
unlock blur

₹4.5 L/yr - ₹13.1 L/yr

Operations Associate
108 salaries
unlock blur

₹4 L/yr - ₹6.6 L/yr

Senior Software Engineer
103 salaries
unlock blur

₹11.3 L/yr - ₹28 L/yr

Explore more salaries
Compare Indus Valley Partners with

Saama Technologies

3.7
Compare

Jumio

3.7
Compare

DISYS

3.0
Compare

Data-Core Systems

3.2
Compare
Did you find this page helpful?
Yes No
write
Share an Interview