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 Software Engineer Interview Questions and Answers

Updated 1 Aug 2024

Indus Valley Partners Associate Software Engineer Interview Experiences

5 interviews found

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

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 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 

(1 Question)

  • Q1. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Clarivate
Q2. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in CGI Group
Q4. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
asked in Gainsight
Q5. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

30 min test covers basic logic reasonings

Round 3 - Coding Test 

30 min round medium level questions from leetcode

Round 4 - Technical 

(1 Question)

  • Q1. Explain project you did for final year DSA
Round 5 - HR 

(1 Question)

  • Q1. Basic hr evel question

Interview Preparation Tips

Interview preparation tips for other job seekers - Please study DSA and your project well
Be confident with atleat one programming language
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

This one is a combination of aptitude and coding test where medium questions abt c,cpp are asked
Do few aptitude test and some level of coding and ull be able to clear the test quite easily

Round 3 - One-on-one 

(1 Question)

  • Q1. What is inheritance in cpp Basic oops concept question Basic dbms related question
Round 4 - HR 

(1 Question)

  • Q1. For me they just asked me about my project and i was good to go

Interview Preparation Tips

Interview preparation tips for other job seekers - There wasn't any round 4 for our college atleast but it can be for o ther colleges not sure

Indus Valley Partners interview questions for designations

 Associate Software Developer

 (1)

 Software Engineer

 (4)

 Associate Engineer

 (4)

 Associate

 (1)

 QA Engineer

 (2)

 Operations Associate

 (2)

 Logistics Associate

 (1)

 Data Associate

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Dr. B.R. Ambedkar National Institute of Technology (NIT), Jalandhar and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Question were based on coding 1 with linked list 1 with string and 1 sql one

Round 2 - Technical 

(1 Question)

  • Q1. Questions were based on oops, dsa, dbms, and more technical concepts from operating systems

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 4 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 

Aptitude test on logocal reasoning and maths question

Round 3 - Coding Test 

All sql queries and oops concept.

Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and about your views on questions.
  • Q2. Oops concept and .net basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more on sql queries and .net and be yourself
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. I am interested but I am fasher
  • Q2. I am interested but I am fasher

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested but I am fasher

Indus Valley Partners Interview FAQs

How many rounds are there in Indus Valley Partners Associate Software Engineer interview?
Indus Valley Partners interview process usually has 3-4 rounds. The most common rounds in the Indus Valley Partners interview process are Technical, Resume Shortlist and HR.
How to prepare for Indus Valley Partners Associate Software 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 Python, SQL, Engineering, HTML and Java.
What are the top questions asked in Indus Valley Partners Associate Software Engineer interview?

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

  1. Questions based on Objects and Classes Basic Questions related to DSA Projects...read more
  2. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questio...read more
  3. What is inheritance in cpp Basic oops concept question Basic dbms related quest...read more

Tell us how to improve this page.

Indus Valley Partners Associate Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Indus Valley Partners Associate Software Engineer Salary
based on 164 salaries
₹5 L/yr - ₹11.5 L/yr
55% more than the average Associate Software Engineer Salary in India
View more details

Indus Valley Partners Associate Software Engineer Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

2.7

Skill development

2.7

Work-life balance

2.7

Salary

3.3

Job security

3.3

Company culture

2.8

Promotions

2.3

Work satisfaction

Explore 18 Reviews and Ratings
Business Analyst
171 salaries
unlock blur

₹11 L/yr - ₹22 L/yr

Software Engineer
164 salaries
unlock blur

₹5.1 L/yr - ₹22 L/yr

Associate Software Engineer
164 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Operations Associate
108 salaries
unlock blur

₹4 L/yr - ₹6.6 L/yr

Senior Software Engineer
105 salaries
unlock blur

₹11.3 L/yr - ₹28 L/yr

Explore more salaries
Compare Indus Valley Partners with

Advent Construction

3.6
Compare

Edelweiss

3.9
Compare

Evalueserve

3.3
Compare

Genpact

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