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

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

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Logical Reasoning, Maths questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic sql, python, past projects, guesstimates
Round 3 - HR 

(1 Question)

  • Q1. Why Axtria? What you know about Axtria?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics and strong hold on your past work experience.

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

(3 Questions)

  • Q1. About Java Collections, features and more depth about Java 8.
  • Q2. SpringBoot features and annotations and dependency injection.
  • Q3. About previous project and tools used as part of Development.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie on your resume, post what ever you know and have knowledge about it.

I applied via Campus Placement and was interviewed in Nov 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 - Coding Test 

Hackerrank level 1 with 3 programming questions and 10 multiple choice questions

Round 3 - HR 

(2 Questions)

  • Q1. Technical HR was conducted asked about java and SQL concept and was said to write a java program
  • Q2. Java string concepts

Interview Preparation Tips

Topics to prepare for Intellect Design Arena Associate Consultant interview:
  • Java
  • Sql
  • Communication Skills
Interview preparation tips for other job seekers - Always give your full effort on things you prepared 100% . Answers the questions in HR with confidence.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude available in YouTube and Google

Round 2 - One-on-one 

(1 Question)

  • Q1. Basics and methodologies of software testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, convincing and clear.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Basic coding questions

Round 2 - Group Discussion 

Given a topic and asked to speak about it. half members are supporting the statement, half are against the statement

Round 3 - Technical 

(3 Questions)

  • Q1. Questions based on resume
  • Q2. Linked list code
  • Q3. Sql query for salary of the employee
  • Ans. 

    Use SQL query to retrieve the salary of an employee.

    • Use SELECT statement to retrieve the salary column from the employee table.

    • Specify the employee's ID or name in the WHERE clause to filter the results.

    • Consider joining the employee table with other tables if necessary.

    • Use appropriate functions like SUM, AVG, MAX, MIN if needed.

    • Example: SELECT salary FROM employee WHERE employee_id = 123;

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Where do u see your self in 5 years
  • Q2. Do you think you are a good fit

Skills evaluated in this interview

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 L/yr - ₹13 L/yr

Associate
261 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Associate Data Engineer
163 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Associate Consultant
160 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Data Scientist
121 salaries
unlock blur

₹4.5 L/yr - ₹15.1 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