Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Celebal Technologies Team. If you also belong to the team, you can get access from here

Celebal Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Celebal Technologies Associate Consultant Interview Questions and Answers

Updated 13 Jul 2024

Celebal Technologies Associate Consultant Interview Experiences

3 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain the OOPs concept
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPs focuses on creating objects that interact with each other to solve problems.

    • Key principles of OOPs include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation involves bundling data and methods that operate on the data into...

  • Answered by AI
  • Q2. What are solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software designs more understandable, flexible, and maintainable.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Objects of a superclass should be replaceable with objects of its sub...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about VBA and SharePoint
  • Q2. Asked about power automate
Round 2 - Scenario Based 

(1 Question)

  • Q1. Asked questions about challenges in projects.
Round 3 - HR 

(1 Question)

  • Q1. Discussed on salary structure and company policies.

Associate Consultant Interview Questions Asked at Other Companies

asked in IQVIA
Q1. There are 2 cricket teams, A and B, with 11 players each. If ever ... read more
asked in KPMG India
Q2. While working late at night, you figure out that the data availab ... read more
asked in Capgemini
Q3. Could you tell me, which tools do you have used in test managemen ... read more
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. Find the Third Greatest Element Given an array 'ARR' of 'N' disti ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2022. 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 - Technical 

(1 Question)

  • Q1. Oops concept, C#, and .Net concepts were asked.
Round 3 - HR 

(1 Question)

  • Q1. Basic behavioral questions.

Interview questions from similar companies

Interview Preparation Tips

Round: Interview
Experience: They asked to write 2 codes on recursion. Then some questions on resume. I asked them about the job profile and after knowing that they were hiring candidates for frontend programming, about which they didn’t mention in JAF. I told them that I was not interested in frontend development. And didn’t even answer any question after that. Unfortunately, I was selected.

General Tips: Plan your schedule judiciously keeping your capacity in mind. There is no point of making ideal plans and then not able to do even 50% of it.
Don’t get into unnecessary arguments or debate with people.
Don’t think about what others are doing. Focus on your preparation.
How you carry yourself matters. So, make sure you portray yourself in the way you want the other person to perceive you.
Be selective while applying for companies.
College Name: IIT Kanpur

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Assignment 

Basic gocube test

Round 2 - One-on-one 

(1 Question)

  • Q1. Company work expectation and past experience questions

Interview Preparation Tips

Topics to prepare for Axtria Associate interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Go through ur resume and build strong profile
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. The Question was based on applying statistical knowledge by providing a real life scenario of sampling and how to best choose the sample size without making it computationally expensive
  • Q2. The Question was about the domain knowledge and what are the real hurdles we face in live project while trying to pitch aftersales to a new stakeholder
Round 2 - Aptitude Test 

It happened in Mettel platfrom, where there were 3 sections like any normal test but mostly focused on the role we are applying for

Round 3 - One-on-one 

(2 Questions)

  • Q1. The question was based on the case study , where the team wants to explore the opportunity to expand the market share of drug
  • Q2. Advanced SQL functions(Data Extractions), and Data manipulations on live DB

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the role and focus on the basics, as the most questions are based on how we develop solutions from basic rather than readily available custom solutions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical qns totally-easy to moderate

Round 2 - Coding Test 

Coding in tech tools as interviewed

Round 3 - HR 

(2 Questions)

  • Q1. About resume points
  • Q2. Qns on tech tools used
  • Ans. 

    I have experience using a variety of tech tools including Microsoft Office Suite, Google Analytics, and Salesforce.

    • Microsoft Office Suite (Word, Excel, PowerPoint)

    • Google Analytics for data analysis

    • Salesforce for CRM management

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Duration 1 hr around 60 questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find anagrams in a sentence
  • Ans. 

    Identify anagrams within a given sentence

    • Split the sentence into individual words

    • Compare each word to every other word to find anagrams

    • Store anagrams in an array of strings

  • Answered by AI
  • Q2. Find lca of a binary tree
  • Ans. 

    The lowest common ancestor (LCA) of a binary tree is the shared ancestor of two nodes farthest from the root.

    • Start from the root and recursively search for the nodes in the left and right subtrees.

    • If one node is found in the left subtree and the other in the right subtree, then the root is the LCA.

    • If both nodes are found in the left subtree, then the LCA is in the left subtree. Same for the right subtree.

    • Repeat the pro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Find duplicates in a string
  • Ans. 

    Use a hash set to find duplicates in a string efficiently.

    • Create a hash set to store characters as you iterate through the string.

    • If a character is already in the hash set, it is a duplicate.

    • Return the duplicates as an array of strings.

  • Answered by AI
  • Q2. Find the sum of the digits in a reverse order
  • Ans. 

    To find the sum of digits in reverse order, reverse the number and then add the digits together.

    • Reverse the given number

    • Separate each digit of the reversed number

    • Add all the digits together to get the sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Basic Understanding ML , SQL Python and case study related questions
Round 3 - Technical 

(1 Question)

  • Q1. Basic sql python and ML Question
Round 4 - HR 

(1 Question)

  • Q1. How to deal with problems that come daily along the way
  • Ans. 

    To deal with daily problems, it is important to stay calm, prioritize tasks, seek help when needed, and learn from each experience.

    • Stay calm and composed to think clearly and make rational decisions

    • Prioritize tasks based on urgency and importance

    • Seek help from colleagues or supervisors when facing complex problems

    • Learn from each experience to prevent similar problems in the future

  • Answered by AI

Celebal Technologies Interview FAQs

How many rounds are there in Celebal Technologies Associate Consultant interview?
Celebal Technologies interview process usually has 2-3 rounds. The most common rounds in the Celebal Technologies interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Celebal Technologies Associate Consultant interview?

Some of the top questions asked at the Celebal Technologies Associate Consultant interview -

  1. What are solid princip...read more
  2. Explain the OOPs conc...read more
  3. oops concept, C#, and .Net concepts were ask...read more

Tell us how to improve this page.

Celebal Technologies Associate Consultant Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
Brane Enterprises Interview Questions
2.0
 • 135 Interviews
ivy Interview Questions
3.6
 • 129 Interviews
DE Shaw Interview Questions
3.8
 • 121 Interviews
ServiceNow Interview Questions
4.1
 • 121 Interviews
Axtria Interview Questions
3.1
 • 117 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
View all
Celebal Technologies Associate Consultant Salary
based on 160 salaries
₹5 L/yr - ₹15 L/yr
11% less than the average Associate Consultant Salary in India
View more details

Celebal Technologies Associate Consultant Reviews and Ratings

based on 30 reviews

2.1/5

Rating in categories

2.7

Skill development

2.1

Work-life balance

2.3

Salary

1.8

Job security

1.8

Company culture

2.1

Promotions

2.1

Work satisfaction

Explore 30 Reviews and Ratings
Data Engineer
412 salaries
unlock blur

₹4.5 L/yr - ₹13 L/yr

Associate
259 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Consultant
160 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Associate Data Engineer
159 salaries
unlock blur

₹4 L/yr - ₹10.5 L/yr

Data Scientist
129 salaries
unlock blur

₹4.5 L/yr - ₹16 L/yr

Explore more salaries
Compare Celebal Technologies with

Intellect Design Arena

3.9
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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