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 Interview Questions, Process, and Tips

Updated 18 Jan 2025

Top Indus Valley Partners Interview Questions and Answers

View all 27 questions

Indus Valley Partners Interview Experiences

Popular Designations

41 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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer
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

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. More question was related to past experience
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions related to past exp
  • Q3. Explain trade life cycle
  • Ans. 

    Trade life cycle is the process of a trade from initiation to settlement.

    • Trade initiation: Trade is proposed and agreed upon by parties involved.

    • Trade execution: Trade is executed on the exchange or over-the-counter market.

    • Trade confirmation: Parties confirm the details of the trade.

    • Trade settlement: Payment and transfer of securities are completed.

    • Trade reconciliation: Ensuring all details match between parties' recor...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Generic questions which are asked in most hr rounds

Senior Operations Analyst Interview Questions asked at other Companies

Q1. How will you resolve the issue if you get a highly escalated Severity 1 issue, and you have to resolve it in 30 minutes?
View answer (1)
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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer

Indus Valley Partners interview questions for popular designations

 Associate Software Engineer

 (5)

 Business Analyst

 (5)

 Associate Engineer

 (4)

 Software Engineer

 (4)

 Analyst

 (2)

 Implementation Engineer

 (2)

 Operations Associate

 (2)

 QA Engineer

 (2)

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How can you fit in to this role
  • Q2. Questions about Finacial products, CDS, Asset Management

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared on Financial topics, especially Asset Management and Hedge Funds.
Be well verse with your CV, especially work experience and projects

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Get interview-ready with Top Indus Valley Partners Interview Questions

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. I have asked several questions in this interview related to previous Job work and MySql related Questions.
  • Q2. 1: what's the difference between Sql and Mysql?
  • Ans. 

    MySQL is a relational database management system based on SQL.

    • MySQL is an open-source RDBMS while SQL is a language used to manage RDBMS.

    • MySQL supports multiple storage engines while SQL does not.

    • MySQL has better performance and scalability than SQL.

    • MySQL has better security features than SQL.

    • MySQL has a larger community and more resources available than SQL.

  • Answered by AI
  • Q3. 2: What's the difference between Clustered and non-clustered Index?
  • Ans. 

    Clustered index determines the physical order of data in a table while non-clustered index creates a separate structure.

    • Clustered index sorts and stores the data rows in the table based on their key values.

    • Non-clustered index creates a separate structure that contains the key values and a pointer to the data row.

    • A table can have only one clustered index while multiple non-clustered indexes can be created.

    • Clustered inde...

  • Answered by AI
  • Q4. 3:what are the constraint in Sql?
  • Ans. 

    Constraints in SQL are rules that limit the type of data that can be inserted, updated or deleted from a table.

    • Primary Key Constraint

    • Foreign Key Constraint

    • Unique Constraint

    • Check Constraint

    • Not Null Constraint

  • Answered by AI
  • Q5. 4: how many type of Joins in Mysql and more questions related to Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - My advise is Just prepare for the Sql Basics to Advance, Interviewer is gonna start from Basic Sql and they will go into deep level of Sql thefore you should have good knowledge if Sql and if you have any experience in any programming language that would be benefit for you.

Skills evaluated in this interview

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

Jobs at Indus Valley Partners

View all
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

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
Add answer

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About the current role I am handling!!

Interview Preparation Tips

Interview preparation tips for other job seekers - Be realistic
To the point

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Jul 2021

I applied via Campus Placement and was interviewed in Jan 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL,OOPS,STLC,SDLC,PROJECT

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL MUST BE STRONG AND ABSTRACT CLASSES & INTERFACE

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All the questions would be from sql server and C# and asp.net

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through 50 questions links on google for interview of the above mentioned topics, whichever topics would be there in the links, go through those topics on KUDVENKAT channel on YOUTUBE because of the DETAILED EXPLAINATION by Mr. VENKAT

Implementation Engineer Interview Questions asked at other Companies

Q1. What is the SI unit of current?
View answer (5)

Indus Valley Partners Interview FAQs

How many rounds are there in Indus Valley Partners interview?
Indus Valley Partners interview process usually has 2-3 rounds. The most common rounds in the Indus Valley Partners interview process are Technical, One-on-one Round and HR.
How to prepare for Indus Valley Partners 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, Excel, SQL Server and Javascript.
What are the top questions asked in Indus Valley Partners interview?

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

  1. 2: What's the difference between Clustered and non-clustered Inde...read more
  2. 1: what's the difference between Sql and Mysq...read more
  3. What is corporate actions and how you record those in boo...read more
How long is the Indus Valley Partners interview process?

The duration of Indus Valley Partners interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Indus Valley Partners Interview Process

based on 33 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Evalueserve Interview Questions
3.3
 • 112 Interviews
Edelweiss Interview Questions
3.9
 • 59 Interviews
View all

Indus Valley Partners Reviews and Ratings

based on 213 reviews

3.3/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

3.3

Salary

3.8

Job security

3.3

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 213 Reviews and Ratings
Operations Analyst

Noida

0-2 Yrs

Not Disclosed

Software Engineer

Noida

8-13 Yrs

Not Disclosed

SSE

Noida

3-6 Yrs

Not Disclosed

Explore more jobs
Business Analyst
171 salaries
unlock blur

₹11 L/yr - ₹22 L/yr

Software Engineer
166 salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

Associate Software Engineer
161 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.5
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