Upload Button Icon Add office photos
Engaged Employer

i

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

Centelon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Centelon Interview Questions, Process, and Tips

Updated 28 Nov 2024

Top Centelon Interview Questions and Answers

View all 7 questions

Centelon Interview Experiences

Popular Designations

9 interviews found

Senior Consultant Interview Questions & Answers

user image Manu Mohanan Nair

posted on 18 May 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 - Aptitude Test 

Improve your Logical Quotient, so that you can easily crack it.

Round 3 - Technical 

(3 Questions)

  • Q1. Explain thread lifecycle.
  • Ans. 

    Thread lifecycle refers to the various stages a thread goes through during its execution.

    • A thread is created using the 'new' keyword or by implementing the 'Runnable' interface.

    • The thread is started using the 'start()' method.

    • During its execution, the thread can be in various states such as 'Runnable', 'Blocked', 'Waiting', etc.

    • The thread can be interrupted using the 'interrupt()' method.

    • The thread completes its execut...

  • Answered by AI
  • Q2. Explain profiling in Springboot
  • Ans. 

    Profiling in Springboot is a way to measure and analyze the performance of an application.

    • Profiling helps identify performance bottlenecks and optimize code

    • Springboot provides built-in support for profiling through the use of various tools such as VisualVM and JProfiler

    • Profiling can be done on both the server-side and client-side of the application

    • Profiling can help identify memory leaks, CPU usage, and other performan

  • Answered by AI
  • Q3. Advantages of SQL over NoSQL
  • Ans. 

    SQL is better for structured data and complex queries, while NoSQL is better for unstructured data and scalability.

    • SQL is better for handling complex queries and transactions

    • SQL databases have better data consistency and integrity

    • NoSQL is better for handling unstructured data and scalability

    • NoSQL databases are more flexible and can handle large amounts of data

    • SQL databases are better suited for applications with a fixe...

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

(1 Question)

  • Q1. Explain your last project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself at your best, even though you couldn't answer half of the questions if the interviewer found that you have put genuine efforts, they will consider you.

Skills evaluated in this interview

Senior Consultant Interview Questions asked at other Companies

Q1. 1. What's the use of update sets and how do you move update set from one instance to another? Once you imported the update set, what will you do? To check the customisations, You need to do open the update set and do something. What is that... read more
View answer (3)

Consultant Interview Questions & Answers

user image Anonymous

posted on 21 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. JavaScript concepts
  • Q2. JavaScript coding
  • Q3. Angular questions
Round 2 - Technical 

(2 Questions)

  • Q1. Angular questions
  • Q2. Angular implementation explanation
  • Ans. 

    Angular implementation explanation

    • Angular is a popular front-end framework for building web applications

    • Uses TypeScript for development

    • Components, services, modules, and directives are key concepts in Angular

    • Data binding, dependency injection, and routing are important features

    • Example: Creating a new component in Angular - ng generate component my-component

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Casual questions and discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and casual discussion

Skills evaluated in this interview

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)

Consultant Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

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

(2 Questions)

  • Q1. Difference between String and StringBuilder?
  • Ans. 

    String is immutable, StringBuilder is mutable.

    • String is immutable, meaning its value cannot be changed once it is created.

    • StringBuilder is mutable, allowing for the modification of its value without creating a new object.

    • String concatenation in a loop is more efficient with StringBuilder to avoid creating multiple String objects.

    • StringBuilder has methods like append(), insert(), delete(), etc. for modifying its value.

  • Answered by AI
  • Q2. What are AWS services?
  • Ans. 

    AWS services are a collection of cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Analytics services (e.g. Redshift, Athena)

    • Machine Learning services (e.g. SageMaker)

    • Security services (e.g. IAM, KMS)

  • Answered by AI

Skills evaluated in this interview

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

30 min Aptitude Test

Round 2 - Technical 

(1 Question)

  • Q1. Some basic Sql questions, basic python, and project which i did on the college time

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

Centelon interview questions for popular designations

 Salesforce Developer

 (2)

 Consultant

 (2)

 Software Engineer

 (1)

 Senior Consultant

 (1)

 Junior Consultant

 (1)

 Associate Consultant

 (1)

 Developer Associate

 (1)

Software Engineer Interview Questions & Answers

user image sangramsinh Tanaji katare

posted on 7 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 - Aptitude Test 

1 hour test tha focus on the logical apti que.

Round 3 - Coding Test 

1 hr for complete the code and pass the test case.

Round 4 - Technical 

(3 Questions)

  • Q1. Depth knowledege about sql , oops concept , project and logics of programming language.
  • Q2. Tell me about your project
  • Q3. Tell me about your internship experiance.

Interview Preparation Tips

Topics to prepare for Centelon Software Engineer interview:
  • SQL
  • C++
  • Java
  • HTML
  • CSS
Interview preparation tips for other job seekers - Focus an the deep knowledge on logic.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.

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 - Aptitude Test 

Simple multiple choice questions

Round 3 - Technical 

(2 Questions)

  • Q1. In-depth knowledge about project and internships Programming basic concepts writing simple code logics
  • Q2. Good knowledge about oops concepts

Interview Preparation Tips

Topics to prepare for Centelon Salesforce Developer interview:
  • Java
  • Salesforce CRM
  • HTML
  • Javascript
  • CSS
  • SQL
Interview preparation tips for other job seekers - Should have good hands on knowledge in coding. Any Programming language is preferred they are only looking for logic.

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

Jobs at Centelon

View all
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Aptitude Test 

There were questions on logical reasoning and had to write an essay on given topic.

Round 2 - Technical 

(1 Question)

  • Q1. Difference between standard and custom objects? Difference between flow and process builder, and which is better in which way? What are triggers? Write a basic trigger to update contacts from account when ...
  • Ans. 

    Standard objects are pre-built by Salesforce, while custom objects are created by users. Flow is a declarative tool for automating processes, while Process Builder is a visual tool for automating business processes. Triggers are pieces of code that execute before or after specific events in Salesforce.

    • Standard objects are pre-built by Salesforce, such as Account, Contact, Opportunity, etc.

    • Custom objects are created by ...

  • Answered by AI

Skills evaluated in this interview

Junior Consultant Interview Questions asked at other Companies

Q1. Difference between standard and custom objects? Difference between flow and process builder, and which is better in which way? What are triggers? Write a basic trigger to update contacts from account when certain changes are made. Security ... read more
View answer (2)

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Admin Questions related to security, automation, objects & relationships
  • Q2. Apex trigger scenario coding
  • Q3. Past work experience related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good admin knowledge and good understanding in coding as well follow best practices

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

I applied via Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Every question will be based on what you answer and from your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, know what they do and their products and technologies they are working

Developer Associate Interview Questions asked at other Companies

Q1. Cycle Detection in a Singly Linked List Determine if a given singly linked list of integers forms a cycle or not. A cycle in a linked list occurs when a node's next points back to a previous node in the list. Thus, the list does not have a ... read more
View answer (1)

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Configuration Management, data modelling, CI relationships, Problem management process flow, SIAM, integration, cmdb reports, KPIs.
  • Q2. General introduction, projects handled in the past,

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to what u have worked on in your resume, ask about offered profile,

Centelon Interview FAQs

How many rounds are there in Centelon interview?
Centelon interview process usually has 2-3 rounds. The most common rounds in the Centelon interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Centelon interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Centelon. The most common topics and skills that interviewers at Centelon expect are Javascript, Salesforce, Front End, HTML and Python.
What are the top questions asked in Centelon interview?

Some of the top questions asked at the Centelon interview -

  1. Difference between standard and custom objects? Difference between flow and pro...read more
  2. Difference between String and StringBuild...read more
  3. Explain profiling in Springb...read more

Tell us how to improve this page.

Centelon Interview Process

based on 8 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Luxoft Interview Questions
3.7
 • 122 Interviews
View all

Centelon Reviews and Ratings

based on 138 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.7

Salary

4.1

Job security

4.1

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 138 Reviews and Ratings
Salesforce Project Manager

Kochi,

Pune

+1

10-12 Yrs

Not Disclosed

Content Writer

Chennai,

Pune

+5

3-6 Yrs

Not Disclosed

Integration Developer

Chennai,

Pune

+1

0-2 Yrs

Not Disclosed

Explore more jobs
Associate Consultant
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Consultant
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Centelon with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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