Upload Button Icon Add office photos

Filter interviews by

Kothari Products Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(7 Questions)

  • Q1. What are derivatives in financial terms?
  • Q2. Northern trust
  • Q3. What is equity
  • Q4. What is secondary market
  • Q5. What is call and put options and difference
  • Q6. What is custodian bank
  • Q7. Tell me about investment bank
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
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. This round was purely based on DSA. One question of Leetcode hard difficulty was asked. Question Name - Median of two sorted arrays.
Round 2 - Technical 

(1 Question)

  • Q1. This was low level design round. I was asked to design a system like Redbus. Functional Requirements - 1. user can login/signup on the platform 2. functionality to choose btw different operational routes....
Round 3 - Technical 

(2 Questions)

  • Q1. This round was taken by their Engineering Director. Questions were related to multithreading, types of entity relationships with examples, transaction management in Spring Boot, JVM components, garbage col...
  • Q2. Later interviewer asked me to code a multithreading assignment - 1. Create a fixed threadpool of size 10. 2. Submit number of tasks to the threadpool. 3. Return the results from every task and print in mu...

Interview Preparation Tips

Topics to prepare for Pine Labs Software Development Engineer II interview:
  • DSA
  • LLD
  • HLD
  • MySQL
  • Java
  • Spring Boot
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2024. There were 12 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Adhar housing financ
Round 2 - HR 

(1 Question)

  • Q1. Aadhar housing financ
Round 3 - HR 

(1 Question)

  • Q1. Adhar housing financ
Round 4 - HR 

(1 Question)

  • Q1. Aadhar housing financ
Round 5 - HR 

(1 Question)

  • Q1. Aadhar housing financ
Round 6 - One-on-one 

(1 Question)

  • Q1. Aadhar housing financ
Round 7 - Technical 

(1 Question)

  • Q1. Adhar housing financ
Round 8 - One-on-one 

(1 Question)

  • Q1. Aadhar housing financ
Round 9 - One-on-one 

(1 Question)

  • Q1. Adhar housing financ
Round 10 - Technical 

(1 Question)

  • Q1. Adhar housing financ
Round 11 - One-on-one 

(1 Question)

  • Q1. Aadhar housing financ
Round 12 - Technical 

(1 Question)

  • Q1. Adhar housing financ

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company

Round 1 - Technical 

(4 Questions)

  • Q1. Fund strategies, Fund structure of Private equity
  • Q2. What is high water mark, hurdle rare, journal entry for prepaid expenses, journal entry for accrual
  • Ans. 

    High water mark and hurdle rate are terms used in finance, while journal entries for prepaid expenses and accruals are common accounting practices.

    • High water mark is the highest value that an investment fund has reached, used to calculate performance fees.

    • Hurdle rate is the minimum rate of return that a fund manager must achieve before earning performance fees.

    • Journal entry for prepaid expenses involves debiting Prepai...

  • Answered by AI
  • Q3. What is private quity, how much knowledge you have on Excel, what is commitment, Fair market value meaning
  • Ans. 

    Private equity is a type of investment where funds are raised from investors to acquire ownership stakes in companies not publicly traded.

    • Private equity involves investing in privately held companies or buying out public companies to make them private

    • Excel knowledge includes proficiency in financial modeling, data analysis, and creating complex formulas and macros

    • Commitment in accounting refers to the dedication and re...

  • Answered by AI
  • Q4. Journal entry for reflecting current market value of an invested asset by investor, Journal entry for prepaid insurance and Audit fees payable

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
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Quantitative Aptitude, Communication(English language proficiency), Finance

Round 2 - Technical 

(4 Questions)

  • Q1. Accounting related question-impact of transactions on the 3 financial statements
  • Q2. Equity related terms and concepts
  • Q3. Guesstimates questions
  • Q4. Relative valuation multiples

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up on accounting, equity related topics, valuation methods, guesstimates
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. I am eligible to work in banking sector hence I worked with HSBC and JP Morgan earlier.
  • Q2. You can just let me know the process structure and explain me in one attempt. I can be able to handle all the queries in an easy manner. Please do the needful. Thankyou.

Interview Preparation Tips

Interview preparation tips for other job seekers - I can be able to handle the cards payment customers. Hence eagerly waiting to join as early as possible.

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

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

Round 1 - Aptitude Test 

There were 3 tests at the start. One is regarding English communication. Second is regarding logical reasoning and third is accounting related

Round 2 - Technical 

(3 Questions)

  • Q1. Journal entry for deferred revenue and for unbilled revenue
  • Ans. 

    Journal entries for deferred revenue and unbilled revenue

    • Deferred revenue journal entry: Debit Cash/Accounts Receivable, Credit Deferred Revenue

    • Unbilled revenue journal entry: Debit Unbilled Revenue, Credit Revenue

    • Example: Deferred revenue journal entry - Debit Accounts Receivable $1,000, Credit Deferred Revenue $1,000

    • Example: Unbilled revenue journal entry - Debit Unbilled Revenue $500, Credit Revenue $500

  • Answered by AI
  • Q2. Difference between realised and unrealised forex gain/ loss
  • Ans. 

    Realised forex gain/loss is when the exchange rate changes and the transaction is completed, while unrealised forex gain/loss is when the exchange rate changes but the transaction is not completed.

    • Realised forex gain/loss is recorded when an actual transaction occurs and the exchange rate has changed since the initial transaction.

    • Unrealised forex gain/loss is recorded when the exchange rate changes but the transaction ...

  • Answered by AI
  • Q3. Consolidation entries
Round 3 - Case Study 

There were 2 case studies about which we are supposed to write an email.

Round 4 - Excel test 

(1 Question)

  • Q1. Cases to solve on excel
Round 5 - Technical 

(2 Questions)

  • Q1. What adjustments we do in consolidation
  • Ans. 

    Adjustments in consolidation involve eliminating intercompany transactions, adjusting for differences in accounting policies, and recognizing goodwill.

    • Eliminating intercompany transactions to avoid double counting

    • Adjusting for differences in accounting policies to ensure consistency

    • Recognizing goodwill to account for the premium paid in acquisitions

  • Answered by AI
  • Q2. Revenue recognition

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process is good and fast honestly. You just have to brush up your accounting knowledge. That's it.

Tell us how to improve this page.

Interview Questions from Similar Companies

Morningstar Interview Questions
4.0
 • 240 Interviews
ICICI Securities Interview Questions
3.9
 • 142 Interviews
Apex Group Interview Questions
2.7
 • 124 Interviews
Kotak Securities Interview Questions
3.6
 • 110 Interviews
CAMS Interview Questions
3.7
 • 109 Interviews
TresVista Interview Questions
3.0
 • 107 Interviews
Pine Labs Interview Questions
3.5
 • 106 Interviews
Northern Trust Interview Questions
3.8
 • 102 Interviews
View all

Kothari Products Reviews and Ratings

based on 3 reviews

3.5/5

Rating in categories

3.8

Skill development

3.5

Work-Life balance

3.3

Salary & Benefits

3.3

Job Security

3.3

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 3 Reviews and Ratings
Assistant Company Secretary
4 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Senior Manager HR & IR
4 salaries
unlock blur

₹10 L/yr - ₹12 L/yr

ASM
3 salaries
unlock blur

₹4.5 L/yr - ₹7 L/yr

Explore more salaries
Compare Kothari Products with

SBI Cards & Payment Services

3.7
Compare

Axis Direct

3.9
Compare

ICICI Securities

3.9
Compare

CAMS

3.7
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