Upload Button Icon Add office photos

Filter interviews by

Indus Novateur Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

First we sit in a room in which we are about 10 members. And we got a blank page where we have to write our points related to our GD topic then we have to represent our points in discussion.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Give your brief introduction
  • Q2. Why are you want to work here
  • Q3. Before coming here where you are working
  • Q4. What are your hobbies
  • Q5. What is your expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - There should be at least one skill set where you should be efficient.

Business Accountability Associate Interview Questions & Answers

Wells Fargo user image Anonymous

posted on 7 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Underwriting. Personal Information

What is your full name, Social Security Number, and date of birth?

Are you a U.S. citizen or permanent resident?


Why they ask: To verify your identity and eligibility for a mortgage.

2. Income and Employment

What is your annual income?

Are you employed, self-employed, or retired?

How long have you been at your current job?


Why they ask: To ensure you have a steady income to repay the loan.

3. Credit History

What is your credit score?

Do you have any outstanding loans, credit card debt, or missed payments?

Have you ever declared bankruptcy or had a foreclosure?


Why they ask: To assess your ability and reliability to repay the loan.

4. Assets and Savings

How much money do you have in savings, investments, or retirement accounts?

Do you own any other properties or assets?


Why they ask: To confirm you have enough funds for a down payment, closing costs, and emergency reserves.

5. Property Details

What is the purchase price of the home?

Are you buying a primary residence, second home, or investment property?

What is the home’s address and type (e.g., single-family, condo)?


Why they ask: To evaluate the value and purpose of the property as collateral for the loan.

6. Debts and Expenses

What are your monthly expenses, including rent, utilities, and other bills?

Do you owe child support or alimony?


Why they ask: To calculate your debt-to-income (DTI) ratio and ensure you can afford the mortgage payments.

7. Down Payment

How much are you planning to put down as a down payment?

Are the funds coming from your savings or a gift?


Why they ask: To verify you have a sufficient down payment and its source is legitimate.

8. Insurance and Taxes

Do you have homeowners insurance lined up?

Are you aware of the property taxes in the area?

Round 2 - HR 

(1 Question)

  • Q1. Previous Employment
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(2 Questions)

  • Q1. Golden rules of accounting
  • Q2. What is Derivatives
Round 3 - One-on-one 

(6 Questions)

  • Q1. Golden rules of accounting
  • Q2. What is Derivatives
  • Q3. What is BRS
  • Q4. What is Bond
  • Q5. What is Investment Banking
  • Q6. About Northern Trust
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement search in binary tree
  • Q2. Previous work experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why are switching
  • Q2. What is Netflix OSS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to backend and AWS.
Round 2 - Technical 

(1 Question)

  • Q1. Question related to front end and database.

Interview Preparation Tips

Topics to prepare for JPMorgan Chase & Co. Fullstack Java Developer interview:
  • DSA
  • Bootstrap
  • Javascript
  • Redshift
  • Django
  • kubernate
  • Python
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Round 1 was aptitude round, it consisted of java and c++ snippets and we had to guess the output. Apart from that there were problems on speed, velocity, distance and time. Problems on word-letter patterns were also asked. The aptitude round had 30 questions and time given was 30 minutes.

Round 2 - Coding Test 

Aptitude round was the only elimination round. The next following 4 rounds were non-elimination rounds. Coding test included 3 questions - 1 and half hour was given to solve the same. It is fine if you don't perform well here, since it is a non-elimination round. But try to solve 1 and half or 2 questions atleast. The questions were mainly based on 1d arrays, 2D arrays, strings and string arrays.

Round 3 - Technical 

(11 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Difference between Structure and object oriented languages
  • Ans. 

    Structure languages focus on procedures and functions, while object-oriented languages focus on objects and classes.

    • Structure languages use functions and procedures to manipulate data

    • Object-oriented languages use objects and classes to encapsulate data and behavior

    • Structure languages are more procedural in nature, while object-oriented languages are more modular and reusable

    • Examples of structure languages include C and...

  • Answered by AI
  • Q3. Explain of OOPS concepts and their real life examples.
  • Ans. 

    OOPS concepts are fundamental to object-oriented programming and include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: A child class inherits properties and behaviors from a parent class. Example: Animal class can be a parent class with child classes like Dog and Cat inheriting its attributes.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: A car ob...

  • Answered by AI
  • Q4. What is static keyword and it's usage.
  • Ans. 

    The static keyword in programming is used to declare variables, functions, or classes that retain their values or state throughout the program's execution.

    • Static variables retain their values between function calls

    • Static functions can only be accessed within the same file

    • Static classes cannot be instantiated and have limited visibility

    • Static keyword can also be used in C++ to declare class members shared among all inst

  • Answered by AI
  • Q5. System architecture diagram for web application project.
  • Ans. 

    The system architecture diagram for a web application project visually represents the components and their interactions.

    • Include components like client-side interface, server-side application, database, and external services

    • Show how these components communicate with each other

    • Consider scalability, security, and performance in the design

    • Use standard symbols and notations for clarity

  • Answered by AI
  • Q6. Access Modifiers in java
  • Ans. 

    Access modifiers in Java control the visibility of classes, methods, and variables.

    • There are four types of access modifiers in Java: public, private, protected, and default.

    • Public: accessible from any other class.

    • Private: only accessible within the same class.

    • Protected: accessible within the same package and subclasses.

    • Default: accessible only within the same package.

    • Example: public class MyClass { private int myVar; p

  • Answered by AI
  • Q7. What OOPS concepts are implemented in my project
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction

    • Encapsulation: Data hiding and bundling of data with methods. Example: Using private variables and public methods.

    • Inheritance: Reusing code and creating a hierarchy of classes. Example: Subclass inheriting properties and methods from a superclass.

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading and overriding.

    • A...

  • Answered by AI
  • Q8. DBMS core concepts
  • Q9. Overloading and Overriding
  • Q10. Approach to the coding questions asked in coding round.
  • Q11. Questions on what is cloud and what are some cloud platforms you know?
Round 4 - Case Study 

A project is assigned to a group of students and we need to come up with an idea on how to implement that project as a team.

Round 5 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in engineering, eager to learn and grow in the field.

    • Recent graduate with a degree in engineering

    • Passionate about learning and growing in the field

    • Eager to apply theoretical knowledge to practical projects

  • Answered by AI
  • Q2. Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was completely resume-based. All the rounds were conducted on-campus within a single day. Aptitude round is the only elimination round. If you don't do well in any coding round, you can make it up in other rounds. Morning they started with the process and by evening all rounds were completed and results were declared.

Skills evaluated in this interview

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

I applied via campus placement at Kumaraguru College of Technology, Coimbatore and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

The group discussion was conducted on the basic topic of "Education System in India." After announcing the topic, the HR provided three minutes for preparation, during which participants were allowed to take notes. Subsequently, each person spoke about the topic for 30 seconds. Following the individual presentations, a three-minute discussion took place among the members.

Round 2 - One-on-one 

(4 Questions)

  • Q1. What is meant by securities?
  • Ans. 

    Securities are financial instruments that represent ownership or debt in a company or government entity.

    • Securities can include stocks, bonds, options, and futures.

    • They are bought and sold on financial markets.

    • Investors purchase securities as a way to potentially earn a return on their investment.

    • Securities can be issued by corporations, governments, or other organizations.

    • They provide investors with the opportunity to ...

  • Answered by AI
  • Q2. What is meant by the repo rate and reverse repo rate?
  • Ans. 

    Repo rate is the rate at which the central bank lends money to commercial banks, while reverse repo rate is the rate at which the central bank borrows money from commercial banks.

    • Repo rate is used by the central bank to control inflation and money supply in the economy.

    • Reverse repo rate is used to absorb excess liquidity from the market.

    • Changes in repo rate and reverse repo rate influence the interest rates in the econ...

  • Answered by AI
  • Q3. What is the difference between stocks and mutual funds?
  • Ans. 

    Stocks represent ownership in a single company, while mutual funds pool money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities.

    • Stocks represent ownership in a single company, giving investors the potential for high returns but also higher risk.

    • Mutual funds pool money from multiple investors to invest in a diversified portfolio of stocks, bonds, or other securities, redu...

  • Answered by AI
  • Q4. Can you provide an introduction about yourself and share details about your family background?
  • Ans. 

    I am a Relationship Manager with a strong background in finance and customer service. My family is supportive and close-knit.

    • Experienced Relationship Manager in finance industry

    • Skilled in customer service and building client relationships

    • Close-knit and supportive family background

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ICICI Securities Relationship Manager interview:
  • NISM VA
  • NISM VII
  • NISM VIII
Interview preparation tips for other job seekers - The recruitment process was straightforward, and the HR team was very friendly throughout the process; it is essential to have basic knowledge in finance.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

During the coding test, I was asked to write a program to check the frequency of characters in a string.

Round 2 - Technical 

(5 Questions)

  • Q1. What is Java , what are the four pillars of java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

    • Object-oriented programming is a key feature of Java, allowing for code reusability and modularity

    • The four pillars of Java are: Inheritance, Encapsulation, Abstraction, and Polymorphism

    • Inheritance allows a class to inherit...

  • Answered by AI
  • Q2. Related to collection framework
  • Q3. What is recursion, write a code for it
  • Ans. 

    Recursion is a programming technique where a function calls itself to solve a problem.

    • Recursion involves breaking down a problem into smaller subproblems and solving them recursively.

    • A base case is needed to stop the recursion and prevent infinite loops.

    • Example: Factorial calculation using recursion - function factorial(n) { return n === 0 ? 1 : n * factorial(n-1); }

  • Answered by AI
  • Q4. Why we don't use pointers in java
  • Ans. 

    Java doesn't use pointers for security and simplicity reasons.

    • Java uses references instead of pointers to avoid direct memory manipulation.

    • Pointers can lead to memory leaks and security vulnerabilities.

    • Java's garbage collection manages memory automatically, reducing the need for pointers.

  • Answered by AI
  • Q5. What are the difference between array and arraylist
  • Ans. 

    Array is a fixed-size data structure while ArrayList is a dynamic-size data structure in Java.

    • Array is a fixed-size collection of elements of the same data type, while ArrayList is a dynamic-size collection that can grow or shrink.

    • Arrays can store primitive data types and objects, while ArrayList can only store objects.

    • Arrays require a specified size at the time of declaration, while ArrayList can dynamically resize it...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - well prepare for all the questions like Java and oops

Officer wealth Interview Questions & Answers

Bajaj Capital user image Anonymous

posted on 1 Dec 2024

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic qsns and answers and personality test

Round 2 - One-on-one 

(5 Questions)

  • Q1. Family background question
  • Q2. My hobbies and other things
  • Q3. Discussion on family
  • Q4. Work and course related
  • Q5. Fresher so basic questions
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(7 Questions)

  • Q1. Work experience and relevance of your resume for Amex
  • Ans. 

    My work experience includes roles in financial services and consulting, providing me with relevant skills for Amex.

    • I have worked in financial services for 5+ years, including roles at a major bank and a fintech startup.

    • I have experience in consulting, where I worked on projects related to financial analysis and strategy development.

    • My resume highlights my expertise in financial modeling, data analysis, and client relat...

  • Answered by AI
  • Q2. Why change to Amex? What attracted you the most about Amex?
  • Ans. 

    I changed to Amex for its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation in the financial industry

    • Strong company culture focused on employee development and diversity

    • Opportunities for career growth and advancement within the company

  • Answered by AI
  • Q3. Technology questions such as how API works and your experience in working with data?
  • Q4. How you used data management and analytics in your last role?
  • Ans. 

    I utilized data management and analytics to track project progress, identify trends, and make data-driven decisions.

    • Implemented data management systems to organize and store project data efficiently

    • Utilized analytics tools to analyze project performance and identify areas for improvement

    • Generated reports and dashboards to track key metrics and communicate findings to stakeholders

    • Used data insights to make informed deci

  • Answered by AI
  • Q5. How you can make business decisions from data in your last role?
  • Ans. 

    I used data analysis tools to identify trends, patterns, and correlations to inform strategic business decisions.

    • Utilized data visualization tools to present key findings to stakeholders

    • Conducted regression analysis to predict future outcomes based on historical data

    • Collaborated with cross-functional teams to gather and analyze data from multiple sources

  • Answered by AI
  • Q6. How you solved any disagreement with your boss in last role?
  • Ans. 

    I always approach disagreements with a focus on finding common ground and maintaining open communication.

    • Listen actively to understand the boss's perspective

    • Express my own perspective calmly and respectfully

    • Seek a compromise or solution that benefits both parties

    • Follow up to ensure the issue is fully resolved

  • Answered by AI
  • Q7. How will you approach different teams with requirements as a product manager?
  • Ans. 

    I will approach different teams with requirements by understanding their unique needs, building relationships, and communicating effectively.

    • Understand the goals and priorities of each team to tailor requirements accordingly

    • Build relationships with key stakeholders to gain buy-in and support

    • Communicate clearly and regularly to ensure alignment and address any concerns

    • Collaborate with cross-functional teams to ensure al

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

(4 Questions)

  • Q1. Logical Questions - Check out Geeks for Geeks Puzzles and memorise them all or atleast understand logic for each
  • Q2. 3 ants around a triangle problem
  • Q3. Find top 3 horses from 25 horses set
  • Ans. 

    To find the top 3 horses from a set of 25 horses, we can sort them based on their performance or rankings.

    • Sort the horses based on their performance or rankings

    • Select the top 3 horses from the sorted list

    • Consider factors like speed, endurance, and previous race results

  • Answered by AI
  • Q4. How will you approach conflicts at workplace?
  • Ans. 

    I approach conflicts at workplace by actively listening, understanding all perspectives, and finding a mutually beneficial solution.

    • Actively listen to all parties involved in the conflict

    • Seek to understand the root cause of the conflict

    • Encourage open communication and dialogue

    • Find a mutually beneficial solution that addresses the concerns of all parties

    • Mediate if necessary to facilitate resolution

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

(4 Questions)

  • Q1. Behavioural questions
  • Q2. How will you manage work life balance?
  • Ans. 

    I prioritize tasks, set boundaries, delegate when necessary, and make time for self-care.

    • Prioritize tasks based on deadlines and importance

    • Set boundaries by establishing work hours and sticking to them

    • Delegate tasks to team members when overwhelmed

    • Schedule time for self-care activities like exercise, hobbies, and relaxation

    • Communicate with supervisors and colleagues about workload and availability

  • Answered by AI
  • Q3. What are the 3 pillars of data management?
  • Ans. 

    The 3 pillars of data management are data quality, data governance, and data security.

    • Data quality ensures that data is accurate, complete, and reliable.

    • Data governance involves establishing policies and procedures for managing data assets.

    • Data security focuses on protecting data from unauthorized access or breaches.

  • Answered by AI
  • Q4. How will you solve disputes and disagreements with your manager?
  • Ans. 

    I will approach disputes with my manager by actively listening, seeking common ground, and proposing solutions collaboratively.

    • Actively listen to my manager's perspective and concerns

    • Seek common ground and areas of agreement

    • Propose solutions collaboratively, considering both perspectives

    • Maintain professionalism and respect throughout the discussion

    • Seek feedback and learn from the experience to prevent future conflicts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay in touch with HR because their process is long and needs many approvals before you can join the company but worth every minute and effort because the company is top notch

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.9
 • 552 Interviews
Bajaj Finserv Interview Questions
4.0
 • 490 Interviews
HSBC Group Interview Questions
4.0
 • 485 Interviews
Xyz Company Interview Questions
3.8
 • 440 Interviews
American Express Interview Questions
4.2
 • 354 Interviews
UBS Interview Questions
4.0
 • 333 Interviews
BNY Interview Questions
4.0
 • 326 Interviews
Morgan Stanley Interview Questions
3.7
 • 298 Interviews
Citicorp Interview Questions
3.7
 • 277 Interviews
View all

Indus Novateur Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

3.7

Skill development

3.5

Work-Life balance

3.5

Salary & Benefits

3.4

Job Security

3.6

Company culture

3.8

Promotions/Appraisal

3.5

Work Satisfaction

Explore 4 Reviews and Ratings
SAP B1 Functional Consultant
5 salaries
unlock blur

₹1.2 L/yr - ₹5.6 L/yr

SAP Fico Consultant
4 salaries
unlock blur

₹4 L/yr - ₹5.4 L/yr

SAP Consultant
4 salaries
unlock blur

₹1.1 L/yr - ₹10 L/yr

SAP Functional Consultant
4 salaries
unlock blur

₹1.1 L/yr - ₹4 L/yr

SAP Abap Consultant
4 salaries
unlock blur

₹2 L/yr - ₹16.2 L/yr

Explore more salaries
Compare Indus Novateur with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.9
Compare

JPMorgan Chase & Co.

4.1
Compare

HSBC Group

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview