Upload Button Icon Add office photos

Filter interviews by

Cedar Business Solutions Interview Questions and Answers

Updated 15 Mar 2025

Cedar Business Solutions Interview Experiences

Popular Designations

5 interviews found

BPO Executive Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2024

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

(2 Questions)

  • Q1. Any previous experience in collection
  • Q2. Expecting salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Work confidently results will come soon

BPO Executive Interview Questions asked at other Companies

Q1. What is BPO and why it is important for the company?
View answer (4)

B.P.O Interview Questions & Answers

user image 511 SAKTHIVEL. L

posted on 18 Jan 2024

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

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. About Your Self
Round 2 - HR 

(1 Question)

  • Q1. About Your Self?

B.P.O Interview Questions asked at other Companies

Q1. What about BPO and it's use ?
View answer (2)

Interview Questions & Answers

user image Anonymous

posted on 9 May 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Face to face 

(2 Questions)

  • Q1. Document verification
  • Q2. Self introduction
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Self introduction

Collections Executive Interview Questions asked at other Companies

Q1. Company rules and regulations an how to handle customer
View answer (7)

Cedar Business Solutions interview questions for popular designations

 B.P.O

 (1)

 BPO Executive

 (1)

 Telecaller

 (1)

 Collections Executive

 (1)

Telecaller Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2025

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. About you self
  • Q2. Any work experience

Telecaller Interview Questions asked at other Companies

Q1. 1.What is the Excel? Excel is a short cut method and easy to method 2.What is the vlookup? Vlookup is a mapping in the one file to another file 3.Tell me about cut, copy, paste? Cut: Ctrl+p Copy: Ctrl+c Paste: Ctrl+v File save: Ctrl+s 4.wha... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your core values?
  • Q2. Details about relativity tool?
  • Ans. 

    Relativity is a document management and e-discovery software used by law firms and corporations.

    • Relativity allows users to manage and analyze large volumes of data, including emails, documents, and other electronic files.

    • It includes features such as advanced search capabilities, data visualization tools, and customizable workflows.

    • Relativity is commonly used in the legal industry for e-discovery and litigation support,...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total of 3 interview rounds. First is taken by HR and Second by Prabha Tiwary, who is People's director and third round with Anand Dayal, The founder. The interview mostly focuses on the core values. But Round 3 is more technical.
The best advise:
1. Be thorough with your CV and refrain from lying and manipulating.
2. Must know about the relativity tool, privilege and confidentiality.
3. Communication must be clear and crisp.

P.s- Despite such an easy way of conducting interviews, this company cannot be relied upon as there is no job security and Prabha Tiwary, People's Director is very snobbish.

I applied via Naukri.com and was interviewed in Nov 2021. 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 - Coding Test 

Asking Questions related to their profile and work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident what you say and reply when you know all about that topic.

I applied via Naukri.com and was interviewed in Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why use reactjs
  • Ans. 

    ReactJS is a popular JavaScript library for building user interfaces.

    • ReactJS allows for reusable components, making development faster and more efficient.

    • It uses a virtual DOM, which improves performance by minimizing updates to the actual DOM.

    • ReactJS has a large and active community, providing support and resources for developers.

    • It can be used for both web and mobile app development, with tools like React Native.

    • Reac...

  • Answered by AI
  • Q2. What is functional and class based components.
  • Ans. 

    Functional components are stateless and rely on props, while class-based components have state and lifecycle methods.

    • Functional components are written as functions and return JSX elements.

    • Class-based components are written as ES6 classes and extend the React.Component class.

    • Functional components are simpler and easier to test and understand.

    • Class-based components have access to lifecycle methods like componentDidMount ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was telephonic interview. In first round they asked about myself and my current project. And some basics of ReactJS and nodejs. In the second round mostly questions was from ReactJS and some questions based on my CV skills.
Last round was HR where we discuss about the current CTC and expected CTC and negotiation.

Skills evaluated in this interview

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

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

Cedar Business Solutions Interview FAQs

How many rounds are there in Cedar Business Solutions interview?
Cedar Business Solutions interview process usually has 1-2 rounds. The most common rounds in the Cedar Business Solutions interview process are HR and One-on-one Round.
What are the top questions asked in Cedar Business Solutions interview?

Some of the top questions asked at the Cedar Business Solutions interview -

  1. Document verificat...read more
  2. About you s...read more
  3. Any work experie...read more

Tell us how to improve this page.

Cedar Business Solutions Interview Process

based on 6 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Milliman Interview Questions
3.8
 • 20 Interviews
Dhruv Research Interview Questions
3.2
 • 12 Interviews
Lodha & Company Interview Questions
3.1
 • 11 Interviews
O3 Hire Interview Questions
3.7
 • 6 Interviews
View all

Cedar Business Solutions Reviews and Ratings

based on 35 reviews

2.5/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.4

Salary

2.7

Job security

2.7

Company culture

2.4

Promotions

2.3

Work satisfaction

Explore 35 Reviews and Ratings
Team Lead
29 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Telecaller
14 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Telecalling Executive
14 salaries
unlock blur

₹1.2 L/yr - ₹3 L/yr

Collections Executive
5 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Network Engineer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Cedar Business Solutions with

Dhruv Research

3.2
Compare

S.M. Consultants

3.4
Compare

Cheers Interactive

3.5
Compare

Milliman

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