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
4.3

based on 133 Reviews

Filter interviews by

Centelon Associate Consultant Interview Questions and Answers

Updated 28 Nov 2024

Centelon Associate Consultant Interview Experiences

1 interview found

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

Interview questions from similar companies

Round 1 - One-on-one 

(1 Question)

  • Q1. Domain expertise and CRM understanding
Round 2 - 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

Interview Preparation Tips

Interview preparation tips for other job seekers - Great CRM exposure for learners
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Describe about yourself
  • Q2. What is your role in your current project and explain the roles and responsibilities
  • Q3. Why would you like to explore other opportunities
Round 2 - Technical 

(6 Questions)

  • Q1. Explain about the swift payment flows. Explain any one end to end payment flows
  • Ans. 

    Swift payment flows refer to the process of transferring funds quickly and securely between financial institutions globally.

    • Swift payment flows involve the sender initiating a payment instruction through their bank.

    • The instruction is then sent to the recipient's bank via the SWIFT network.

    • The recipient's bank verifies the payment details and credits the recipient's account.

    • An example of an end-to-end payment flow is wh...

  • Answered by AI
  • Q2. What is your current test environment management tool and how does this help in your daily activities
  • Ans. 

    Our current test environment management tool is Jenkins, which helps automate our testing processes and streamline our daily activities.

    • Jenkins allows us to schedule and run automated tests, saving time and effort.

    • It provides detailed reports on test results, helping us identify and fix issues quickly.

    • We can integrate Jenkins with other tools like Jira for seamless workflow management.

  • Answered by AI
  • Q3. Are you aware of JIRA or any ticketing tools
  • Ans. 

    Yes, I am aware of JIRA and have experience using ticketing tools in previous projects.

    • Yes, I have used JIRA extensively in previous projects for tracking tasks and issues.

    • I am familiar with creating, assigning, and tracking tickets in JIRA.

    • I have also used other ticketing tools like Trello and Asana for project management.

  • Answered by AI
  • Q4. Explain yourself in just two words
  • Q5. What are your expectations from the team if we are releasing you the offer
  • Q6. Are you willing to work in US shift
Round 3 - HR 

(3 Questions)

  • Q1. Explain about yourself
  • Q2. Projects roles and responsibilities
  • Q3. Salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - I would recommend to write resume on your own. No tools or anything. Use chatgpt for proper English but at the same time it should not write your whole resume. When you are writing resume on your own you will clearly understand what is your roles and responsibilities. Most of the questions will be asked from your resume. No extra add-ons. Be precise and on point.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Assignment 

Setup a cluster and find the bottleneck of performance.

Round 2 - Technical 

(1 Question)

  • Q1. Ways to deal with latency in Cassandra
  • Ans. 

    Ways to optimize latency in Cassandra

    • Use appropriate data modeling to reduce the number of queries needed

    • Optimize queries by using appropriate indexes and clustering keys

    • Tune the Cassandra configuration settings for better performance

    • Use caching mechanisms like Memcached or Redis to reduce latency

    • Consider using partitioning strategies to distribute data evenly across nodes

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank coding test related to Java 8, Spring Boot and some other JPA stuff. The recruiter just told me that it was an online coding challenge so I did not know what to expect or what to prepare. I just thought it would be some DSA or puzzle challenge round. I think it was 30 questions in 30 minutes of something like that. I thought that did not do well, surprisingly they asked to attend the second round.

Round 2 - Technical 

(3 Questions)

  • Q1. What happens to a HTTP request when it leaves a client making a call and before reaching the server?
  • Ans. 

    HTTP request passes through multiple network layers before reaching the server.

    • HTTP request is first sent from client to local network router.

    • Router forwards request to Internet Service Provider's network.

    • Request then passes through multiple routers and switches in the internet backbone.

    • Finally, request reaches the server hosting the requested website or service.

    • Each network layer adds its own headers and metadata to t

  • Answered by AI
  • Q2. Why is HTTP stateless?
  • Ans. 

    HTTP is stateless because it does not retain information about previous requests.

    • HTTP treats each request as an independent transaction without any knowledge of previous requests.

    • This design simplifies implementation and improves scalability.

    • State information can be managed using cookies or session tokens.

    • Example: When a user logs into a website, the server may create a session token to track the user's activity.

  • Answered by AI
  • Q3. General questions about my career.

Interview Preparation Tips

Interview preparation tips for other job seekers - Specifically ask the recruiter what to expect for that particular round. If its an online hackerrank round, ask them what topics will the questions be on.

For technical interviews, carefully look at the JD and make sure you brush up concepts required in the JD. I think they are looking for very specific expertise and not looking flexible developers who can quickly learn and work on anything. If you are a generalist, then definitely look at the JD and try to give bookish answers to the questions.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Programming questions solid principal Design pattern
  • Q2. SQL injection,SQL server database query

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis questions programming and SQL query like DML,DDL,TCL also store procedure trigger cursor.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Different types of testing in software development include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or modules of the software to ensure they work correctly.

    • Integration testing: Testing how different modules work together as a group.

    • System testing: Testing the entire system as a whole to ensure all components work together properly.

    • Acceptance ...

  • Answered by AI
  • Q2. Defect tracking

Skills evaluated in this interview

Consultant Interview Questions & Answers

Pythian user image upendra rao moyyila

posted on 25 Sep 2024

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

I applied via Instahyre and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Reason for changing job and why should we hire you
  • Ans. 

    Seeking new challenges and opportunities for growth. I bring a unique blend of skills and experience to add value to your team.

    • Looking for new challenges and opportunities for professional growth

    • Seeking a more dynamic work environment to utilize my skills effectively

    • Excited about the possibility of contributing to a new team and organization

    • Believe my diverse skill set and experience make me a valuable addition to your

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Real time DBA issues and scenarios
  • Q2. Questions on HA and Always on
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Asked about Projects done on previous company
  • Q2. Asked on Agile, Waterfall and Scrum frameworks
  • Q3. Asked about Core Banking Modules which I have handled in ny previous experiences
Round 3 - Technical 

(4 Questions)

  • Q1. Asked about payments-NEFT/RTGS
  • Q2. Asked on Agile and Scrum.
  • Q3. Asked on Business Analysis process
  • Q4. Asked the situation related questions like how to handle if the requirement changes after developement, challenges faced during process as BA.
Round 4 - HR 

(3 Questions)

  • Q1. Explains the roles handled and experiences previously I have in detail.
  • Q2. Asked expected ctc and negitiated little bit. I managed to get a hike around 40%.
  • Q3. Asked about the minimum joinjng time required to join.

Interview Preparation Tips

Topics to prepare for Luxoft Senior Consultant interview:
  • Business Analysis
  • Agile
  • Scrum
Interview preparation tips for other job seekers - The interview was for an 8+ more years experieced person. So be clear on what you have done so far and should be able to explain the main projects and the roles we have handled in those projects and how to overcome the challenges if any. Also upskill yourself as per the latet trends in your field.
Round 1 - One-on-one 

(1 Question)

  • Q1. Domain expertise and CRM understanding
Round 2 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Great CRM exposure for learners

Centelon Interview FAQs

How many rounds are there in Centelon Associate Consultant interview?
Centelon interview process usually has 2 rounds. The most common rounds in the Centelon interview process are Aptitude Test and Technical.

Tell us how to improve this page.

Centelon Associate Consultant Salary
based on 90 salaries
₹3 L/yr - ₹8 L/yr
53% less than the average Associate Consultant Salary in India
View more details

Centelon Associate Consultant Reviews and Ratings

based on 37 reviews

4.4/5

Rating in categories

4.3

Skill development

4.4

Work-Life balance

4.0

Salary & Benefits

4.3

Job Security

4.6

Company culture

4.3

Promotions/Appraisal

4.6

Work Satisfaction

Explore 37 Reviews and Ratings
Associate Consultant
90 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Consultant
44 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Senior Consultant
29 salaries
unlock blur

₹8.5 L/yr - ₹25 L/yr

Salesforce Developer
21 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Salesforce Consultant
9 salaries
unlock blur

₹3 L/yr - ₹10.3 L/yr

Explore more salaries
Compare Centelon with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview