Upload Button Icon Add office photos

Filter interviews by

Eastern Investments Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

1. Prime Factors Operations

You are given an integer n. In one operation, you can do the following

• Pick a number P such that P is prime and n is divisble by P. Assign P

Find the maximum number of operations you can perform.

Function description

Complete the primeGame function in the editor below. It has the following param

Name

Type

Description

INTEGER

The given integer n.

n

Return

The function must return an INTEGER denoting the maximum operations you can perform.

Constraints

• 1 ≤ n ≤ 10^9

Input format for debugging

• The first line contains an integer, n, denoting the initial value of n. desc

Round 2 - Technical 

(5 Questions)

  • Q1. What is Object-Oriented Programming (OOP) in Java, and can you explain concepts such as encapsulation and polymorphism with examples?
  • Ans. 

    OOP in Java is a programming paradigm that uses objects to design applications. Encapsulation is the bundling of data and methods, while polymorphism allows objects to be treated as instances of their parent class.

    • OOP in Java focuses on creating objects that interact with each other to design applications

    • Encapsulation in Java involves bundling data (variables) and methods (functions) within a class to restrict access f...

  • Answered by AI
  • Q2. What are wrapper classes in Java, and what is their purpose?
  • Ans. 

    Wrapper classes in Java are classes that allow primitive data types to be used as objects.

    • Wrapper classes provide a way to convert primitive data types into objects.

    • They are used when an object is required, such as in collections like ArrayList.

    • Examples include Integer for int, Double for double, Boolean for boolean, etc.

  • Answered by AI
  • Q3. Given an array, how can it be rotated to the left?
  • Ans. 

    To rotate an array to the left, shift all elements to the left by one position and move the first element to the end.

    • Create a temporary variable to store the first element of the array.

    • Shift all elements to the left by one position.

    • Assign the temporary variable value to the last element of the array.

  • Answered by AI
  • Q4. Can you explain the projects you have completed and provide details about your internships?
  • Ans. 

    I have completed projects in renewable energy and automation systems. I have also interned at a manufacturing company and a research institute.

    • Completed a project on designing a solar-powered irrigation system for a rural community

    • Completed a project on developing an automated warehouse management system using RFID technology

    • Interned at a manufacturing company where I worked on optimizing production processes

    • Interned a...

  • Answered by AI
  • Q5. What is the difference between an ArrayList and an array in Java?
  • Ans. 

    ArrayList is a dynamic array in Java that can grow or shrink in size, while an array has a fixed size.

    • ArrayList can dynamically resize itself, while array has a fixed size.

    • ArrayList is a class in Java, while array is a basic data structure.

    • ArrayList provides methods to add, remove, and access elements easily, while array requires manual manipulation.

    • Example: ArrayList<String> list = new ArrayList<>(); Strin...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced customer service executive with a strong background in resolving customer issues and ensuring satisfaction.

    • Over 5 years of experience in customer service roles

    • Skilled in handling customer inquiries, complaints, and feedback

    • Proficient in using CRM systems to track customer interactions

    • Excellent communication and problem-solving skills

    • Received multiple awards for outstanding customer service performance

  • Answered by AI
  • Q2. Why should we hire you
  • Ans. 

    I have a strong background in customer service, excellent communication skills, and a proven track record of resolving customer issues efficiently.

    • I have X years of experience in customer service roles

    • I am skilled in handling difficult customers and resolving conflicts

    • I have received positive feedback from previous employers for my excellent communication skills and ability to empathize with customers

    • I am highly organi...

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

(2 Questions)

  • Q1. Tell me your strength and weaknesses
  • Ans. 

    Strength: Excellent communication skills, Weakness: Overthinking

    • Strength: Ability to effectively communicate with customers and colleagues

    • Strength: Strong problem-solving skills

    • Weakness: Tendency to overthink situations and decisions

    • Weakness: Struggle with delegating tasks to others

  • Answered by AI
  • Q2. Why you are apt for this job
  • Ans. 

    I have a strong background in customer service, excellent communication skills, and a passion for helping others.

    • Extensive experience in customer service roles

    • Excellent communication skills, both verbal and written

    • Strong problem-solving abilities

    • Passion for helping customers and resolving their issues

    • Ability to remain calm and professional in challenging situations

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

(2 Questions)

  • Q1. Your 5 year plan
  • Ans. 

    To excel in customer service, gain leadership experience, pursue further education, and contribute to company growth.

    • Continue to provide exceptional customer service and exceed performance goals

    • Seek opportunities for leadership roles within the customer service department

    • Pursue further education or certifications related to customer service or management

    • Contribute innovative ideas to improve customer satisfaction and c...

  • Answered by AI
  • Q2. Where you see yourself in 2 years
  • Ans. 

    In 2 years, I see myself as a Senior Customer Service Executive leading a team and implementing innovative strategies to enhance customer satisfaction.

    • Advancing to a leadership role within the customer service department

    • Implementing new customer service initiatives to improve customer satisfaction

    • Mentoring and training junior customer service representatives

    • Attending relevant training and workshops to enhance skills an

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Asked questions of finance and aptitude

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is machine learning?
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that enable computers to learn from and make predictions or decisions based on data.

    • Machine learning is a subset of artificial intelligence that focuses on developing algorithms that can learn from and make predictions or decisions based on data.

    • It involves training models on large datasets to recognize patterns and m...

  • Answered by AI
  • Q2. What do you know about SQL?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to retrieve and manipulate data in relational databases

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • SQL can be used to create tables, indexes, and views

    • Examples of SQL databases include MySQL, PostgreSQL, Oracle

  • Answered by AI
  • Q3. What you know about software Development?
  • Ans. 

    Software development involves creating, designing, testing, and maintaining software applications.

    • Software development includes coding, testing, debugging, and documenting software applications.

    • Developers use programming languages like Java, Python, C++, etc. to write code.

    • Agile and Waterfall are common software development methodologies.

    • Version control systems like Git are used to manage code changes.

    • Software developm...

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

(2 Questions)

  • Q1. What are the algorithms you know in machine learning and their details ?
  • Ans. 

    Various machine learning algorithms with brief details

    • Supervised Learning: Linear Regression, Logistic Regression, Support Vector Machines (SVM), Decision Trees, Random Forest

    • Unsupervised Learning: K-means Clustering, Hierarchical Clustering, Principal Component Analysis (PCA)

    • Reinforcement Learning: Q-Learning, Deep Q-Networks (DQN)

    • Neural Networks: Convolutional Neural Networks (CNN), Recurrent Neural Networks (RNN), L

  • Answered by AI
  • Q2. Python questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Python and ML well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What can you tell me about your work process?
  • Ans. 

    My work process involves planning, executing, and reporting on internal audits to ensure compliance and efficiency.

    • I start by reviewing relevant documentation and understanding the audit scope.

    • I then conduct interviews with key stakeholders to gather information and identify potential risks.

    • Next, I perform testing procedures to assess the effectiveness of internal controls.

    • I analyze the findings and prepare detailed re...

  • Answered by AI
  • Q2. What are your reasons for seeking a job change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for new challenges to further develop my skills and knowledge.

    • Seeking opportunities for career advancement and growth.

    • Interested in exploring different industries or sectors.

    • Want to work in a more dynamic and innovative environment.

    • Seeking better work-life balance or location proximity.

  • Answered by AI
  • Q3. What is your salary expectations
  • Ans. 

    My salary expectations are in line with industry standards and commensurate with my experience and qualifications.

    • Research industry standards for Internal Audit Executive salaries

    • Consider my level of experience and qualifications

    • Be prepared to negotiate based on the overall compensation package offered

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Join the sales team if you wish to grow.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Group Discussion 

Need to discuss on self intro & need to speak on any one topic

Round 2 - One-on-one 

(2 Questions)

  • Q1. Regarding previous experience
  • Q2. KPI & KRA
Round 3 - Regarding Entire job journey 

(2 Questions)

  • Q1. About team handling, data Churning, Doing data Allocations
  • Q2. About Controlling on Attrition & Shrinkage, Team Management, Client Management, Product delivery as per the client requirements. Target🎯 deliveries.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. I am interested in Tata capital
Round 2 - Technical 

(2 Questions)

  • Q1. I am interested in Tata capital
  • Q2. I am interested in Tata capital

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you so much sir giving me for this opportunity
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the documents required for processing a Home loan?
  • Ans. 

    Documents required for processing a Home loan include proof of identity, address, income, property documents, and bank statements.

    • Proof of identity (e.g. Aadhar card, passport, driver's license)

    • Proof of address (e.g. utility bills, rental agreement)

    • Income documents (e.g. salary slips, income tax returns)

    • Property documents (e.g. sale deed, NOC from builder)

    • Bank statements (e.g. last 6 months)

  • Answered by AI
  • Q2. Can you process a housing loan with a document being waived off with oral communication?
  • Ans. 

    No, a housing loan cannot be processed with a document being waived off with oral communication.

    • Documents are legally required for processing a housing loan to ensure accuracy and compliance.

    • Oral communication is not considered a valid form of documentation in the loan processing.

    • Waiving off a document without proper written approval can lead to legal issues and risks for the lender.

    • Examples: income verification docume...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell about Housing Loan
  • Ans. 

    Housing loan is a type of loan provided by financial institutions to individuals for purchasing or constructing a house.

    • Housing loans typically have lower interest rates compared to other types of loans.

    • The loan amount is usually based on the applicant's income, credit score, and the value of the property.

    • Repayment of the loan is done through monthly installments over a specified period of time.

    • Defaulting on housing lo...

  • Answered by AI
  • Q2. Are you ok with late office sittings on month ends?
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    Experienced legal professional with a strong background in supporting executives and managing legal operations.

    • Over 5 years of experience as a legal assistant

    • Skilled in drafting legal documents and conducting legal research

    • Proficient in managing calendars, scheduling meetings, and coordinating travel arrangements for executives

    • Strong communication and organizational skills

    • Ability to prioritize tasks and work efficientl

  • Answered by AI
  • Q2. Tell me about your family
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • My parents have been married for over 30 years and have always been supportive of my career goals.

    • My younger sister is currently studying to become a nurse and I am very proud of her dedication.

    • We enjoy spending quality time together, whether it's going on family vacations or simply having dinner at home.

  • Answered by AI
  • Q3. SARFESAI ACT, NI ACT, ARBITRATION, DRAFTING, CPC - O. 29
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Tell me about the projects you have worked on
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do you want to join BofA?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - HR 

(5 Questions)

  • Q1. Tell you about some thing
  • Q2. Which porife for job and toatal experience for you collection
  • Q3. My name is Prashant Tiwari. I have 2 years of experience in collection of 2years and I have good knowledge of home loan property loan plural recovery. I am also in private finance on a regular post and I d...
  • Q4. What are bkt 1 bkt2 bkt3 explain
  • Ans. 

    BKT1, BKT2, and BKT3 are commonly used abbreviations in the credit industry to categorize the payment behavior of borrowers.

    • BKT1 refers to borrowers who have never missed a payment and have a good credit history.

    • BKT2 refers to borrowers who have missed a few payments but are still considered low risk.

    • BKT3 refers to borrowers who have a history of missing payments and are considered high risk.

  • Answered by AI
  • Q5. Life gols Prashant

Interview Preparation Tips

Interview preparation tips for other job seekers - What this collection and what types are product for collection
secured loan and unsecured
Bkt1 bkt2 bkt3
NPA write of
Plsa xpl d2dc
Ef online loan

Tell us how to improve this page.

Interview Questions from Similar Companies

Muthoot Fincorp Interview Questions
4.5
 • 458 Interviews
Shriram Finance Interview Questions
4.1
 • 321 Interviews
Bajaj Finance Interview Questions
4.0
 • 290 Interviews
Muthoot Finance Interview Questions
3.6
 • 248 Interviews
IIFL Finance Interview Questions
4.0
 • 240 Interviews
SMFG India Credit Interview Questions
4.0
 • 150 Interviews
L&T Finance Interview Questions
3.9
 • 145 Interviews
Mahindra Finance Interview Questions
4.1
 • 144 Interviews
View all
Compare Eastern Investments with

HDB Financial Services

4.0
Compare

Shriram Finance

4.1
Compare

Muthoot Fincorp

4.5
Compare

Bajaj Finance

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