Upload Button Icon Add office photos

Duruva Finance

Compare button icon Compare button icon Compare

Filter interviews by

Duruva Finance Collection Officer Interview Questions and Answers

Updated 25 Oct 2021

Duruva Finance Collection Officer Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They ask for my Family details and Some Technical Questions also Raised

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshers must attend the interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. You want to come on board
  • Q2. Why should we hire you
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in Sep 2023. There were 3 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 - Case Study 

We first listen to the customer's problem and then tell the customer how to make the payment and prepare him for the payment.

Round 3 - Group Discussion 

I hold a group meeting with my team at the beginning of the month and take review.

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a dedicated Relationship Officer with a strong background in customer service and financial management.

    • Experienced in building and maintaining relationships with clients

    • Skilled in financial analysis and providing tailored solutions

    • Excellent communication and interpersonal skills

    • Proficient in sales and marketing strategies

  • Answered by AI
  • Q2. About company and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. I am maharashtra citizen my location latur in navi technologies agencies to apply
  • Q2. Navi technologies company as vacancy regarding in may location

Interview Preparation Tips

Interview preparation tips for other job seekers - Navi as best financial company navi technologies company as customer good communication navi as one of the maximum amount to aaprol in customer navi good and best financial products
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview in Aug 2022.

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 - One-on-one 

(1 Question)

  • Q1. Self introduction and knowledge about collection
Round 3 - One-on-one 

(1 Question)

  • Q1. Most of the Question are About Collection process
Round 4 - One-on-one 

(1 Question)

  • Q1. Question about knowledge of NC Customers tracing
Round 5 - One-on-one 

(1 Question)

  • Q1. Target vs achievement with challenges of collection in current organization
Round 6 - HR 

(1 Question)

  • Q1. Mostly Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Need more knowledge about NC Customers tracing tcehinquies

Interview Questionnaire 

1 Question

  • Q1. Related to type of work
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How to sales it product and how to convince to customer for this product.
  • Ans. 

    To sell a product, it is important to understand the customer's needs, highlight the benefits of the product, build trust, and provide excellent customer service.

    • Understand the customer's needs and tailor your pitch accordingly

    • Highlight the unique features and benefits of the product

    • Build trust by being knowledgeable about the product and offering solutions to customer's problems

    • Provide excellent customer service befor...

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

(1 Question)

  • Q1. Not question rbnvnnbbnnnv. Chhn n.

Interview Preparation Tips

Interview preparation tips for other job seekers - Hot create new lead
Interview experience
5
Excellent
Difficulty level
-
Process Duration
6-8 weeks
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Sales marketing fild sales executive
  • Ans. 

    5 yers and marketing executive

  • Answered by divayanshuseth
  • Q2. Sales marketing fild work
  • Ans. 

    Qr and box banking account opne

  • Answered by divayanshuseth
  • Q3. Sales marketing and banking
  • Q4. Banking online work
  • Q5. Computer operator bilig marketing
  • Ans. 

    Paytam and phonepe google prey

  • Answered by divayanshuseth

Interview Preparation Tips

Interview preparation tips for other job seekers - Yesh awesome sales marketing

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

It was conducted in Hacker rank which consisted of 10 aptitude questions that included C, C++, Java MCQ. 2 programming questions were also given.

  • Q1. 

    Minimum Cost Path Problem Statement

    Given an N x M matrix filled with integers, determine the minimum sum obtainable from a path that starts at a specified cell (x, y) and ends at the top left corner of t...

  • Ans. 

    The problem involves finding the minimum sum path from a specified cell to the top left corner of a matrix.

    • Start from the specified cell and calculate the minimum sum path to reach the top left corner using dynamic programming.

    • Consider the three possible moves: down, right, and down-right diagonal.

    • Keep track of the minimum sum at each cell and update it based on the minimum of the three possible moves.

    • Finally, the mini...

  • Answered by AI
  • Q2. 

    Balanced Parentheses Combinations

    Given an integer N representing the number of pairs of parentheses, find all the possible combinations of balanced parentheses using the given number of pairs.

    Explanati...

  • Ans. 

    Generate all possible combinations of balanced parentheses for a given number of pairs.

    • Use backtracking to generate all possible combinations of balanced parentheses.

    • Keep track of the number of open and close parentheses used in each combination.

    • Recursively generate combinations by adding open parentheses if there are remaining, and closing parentheses if the number of open parentheses is greater than the number of clo...

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Character Counting Challenge

    Create a program that counts and prints the total number of specific character types from user input. Specifically, you need to count lowercase English alphabets, numeric digi...

  • Ans. 

    Create a program to count lowercase alphabets, digits, and white spaces from user input until '$' is encountered.

    • Read characters from input stream until '$' is encountered

    • Count lowercase alphabets, digits, and white spaces separately

    • Print the counts of each character type as three integers separated by spaces

  • Answered by AI
  • Q2. 

    K Largest Elements Problem Statement

    Given an unsorted array containing 'N' integers, you are required to find 'K' largest elements from the array and return them in non-decreasing order.

    Input:

    The fir...
  • Ans. 

    Find K largest elements in an unsorted array and return them in non-decreasing order.

    • Sort the array in non-decreasing order.

    • Return the last K elements of the sorted array.

  • Answered by AI
  • Q3. How can you check whether you have an internet connection on your system?
  • Ans. 

    To check internet connection on a system, you can use various methods like pinging a website or checking network status.

    • Use ping command to check connectivity to a website (e.g. ping www.google.com)

    • Check network status using network settings or command line tools

    • Try accessing a website or online service to verify internet connection

  • Answered by AI
  • Q4. What happens when you type a URL in a web browser?
  • Ans. 

    When you type a URL in a web browser, the browser sends a request to the server hosting the website, which then responds with the necessary files to display the webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS query to resolve the domain name to an IP address

    • Browser establishes a TCP connection with the server

    • Browser sends an HTTP request to the server for the webpage

    • Server processes the...

  • Answered by AI
Round 3 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

Technical round with questions based on data structures, oops and networking.

  • Q1. 

    Counting Sort Problem Statement

    Ninja is learning about sorting algorithms, specifically those that do not rely on comparisons. Can you help Ninja implement the counting sort algorithm?

    Example:

    Input:
    ...
  • Ans. 

    Implement counting sort algorithm to sort an array of integers without comparisons.

    • Count the frequency of each element in the input array.

    • Calculate the prefix sum of frequencies to determine the position of each element in the sorted array.

    • Place each element in its correct position based on the prefix sum.

    • Time complexity of counting sort is O(n+k), where n is the number of elements and k is the range of input.

    • Example: ...

  • Answered by AI
  • Q2. What are the applications of the Fibonacci series in real life?
  • Ans. 

    The Fibonacci series has applications in various fields such as mathematics, computer science, art, and nature.

    • Used in algorithms for optimization problems and dynamic programming.

    • Found in nature, such as the arrangement of leaves on a stem, the branching of trees, and the spiral shapes of shells.

    • Applied in financial markets for predicting stock prices and analyzing market trends.

    • Utilized in art and design for creating

  • Answered by AI
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round where the interviewer asked questions to know more about me.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAPaypal interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Axis Bank Interview Questions
3.8
 • 1.5k Interviews
Bajaj Finance Interview Questions
4.0
 • 303 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
HighRadius Interview Questions
2.9
 • 184 Interviews
Fiserv Interview Questions
3.0
 • 172 Interviews
View all

Duruva Finance Collection Officer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

3.5

Skill development

4.5

Work-life balance

5.0

Salary

4.5

Job security

4.5

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
HR Manager 1
4 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

HR Executive
3 salaries
unlock blur

₹1.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare Duruva Finance with

Bajaj Finance

4.0
Compare

HDFC Bank

3.9
Compare

ICICI Bank

4.0
Compare

Kotak Mahindra Bank

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