Upload Button Icon Add office photos

Filter interviews by

Centric Consulting Interview Questions, Process, and Tips for Experienced

Updated 3 Aug 2024

Top Centric Consulting Interview Questions and Answers for Experienced

Centric Consulting Interview Experiences for Experienced

Popular Designations

11 interviews found

Interview experience
4
Good
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 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to sql server in depth
  • Q2. Related to.net in depth
Round 2 - Technical 

(2 Questions)

  • Q1. In depth discussion about full stack
  • Q2. In depth discussion about architecture
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Company policies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts

Senior Technical Lead Interview Questions asked at other Companies

Q1. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
View answer (1)
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 - HR 

(1 Question)

  • Q1. Profile related discussion
Round 3 - Coding Test 

Real time programing questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Technical questions regarding mentioned technology
Round 5 - Technical 

(1 Question)

  • Q1. Technical questions regarding mentioned skillset
Round 6 - Technical 

(1 Question)

  • Q1. US round for technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just Focus on your mentioned skillset which is mentioned in your resume

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)

I applied via Referral and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Some details about my self then some of the questions like DI, middleware, sql trigger, differece between SP and Function, magic tables, oops related like static vs singleton,, in JS - hoisting, dead zone,...
Round 2 - Technical 

(1 Question)

  • Q1. Angular interceptor, one scenario to implement, web api, wcf vs web api, entity framework, poco classes, track changes in EF, transactions, solid principle
Round 3 - One-on-one 

(1 Question)

  • Q1. It was more like to determine that what kind of project should be assigned, so some details about current projects, how i would implement a project from scratch and previous project structure and implement...

Interview Preparation Tips

Topics to prepare for Centric Consulting Technical Lead interview:
  • OOPS
  • C#.Net
  • .Net Core
  • Entity Framework
  • LINQ
  • Design Patterns
  • MS SQL Server
  • java script
Interview preparation tips for other job seekers - It seems they focus more on UI framwork and libraries and further as per requirement basis but it was good experience, interviewers were polite.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Object oriented programming basics
  • Q2. Concepts of Dotnet
  • Ans. 

    Dotnet is a software framework developed by Microsoft for building and running applications on Windows.

    • Dotnet is a platform that provides tools and libraries for developing various types of applications.

    • It supports multiple programming languages such as C#, VB.NET, and F#.

    • Dotnet includes a runtime environment called Common Language Runtime (CLR) which manages the execution of code.

    • It also includes a class library calle...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. React JS basics
  • Q2. Dotnet basics interview questions

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)

Centric Consulting interview questions for popular designations

 Senior Consultant

 (9)

 Consultant

 (2)

 Senior Test Consultant

 (1)

 Senior Technical Lead

 (1)

 Technical Lead

 (1)

 Informatica Developer

 (1)

 Team Manager

 (1)

 .NET Architect

 (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 23 Apr 2024

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. React questions
Round 2 - Technical 

(1 Question)

  • Q1. Memorization react
Round 3 - One-on-one 

(1 Question)

  • Q1. Interview with US founder

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)
Round 1 - Case Study 

Case study of food delivery app

Round 2 - Technical 

(1 Question)

  • Q1. How to authentication in APIs? Flow of .net core app execution? How to do Exception handling? Entity framework best practices Design patterns and SOLID principals
  • Ans. 

    Answering questions related to .NET Core app execution, authentication, exception handling, Entity Framework best practices, design patterns, and SOLID principles.

    • Use authentication middleware like JWT or OAuth2

    • Implement authorization policies to control access to APIs

    • Use try-catch blocks for exception handling

    • Use logging to track errors and exceptions

    • Use dependency injection for Entity Framework

    • Use repository pattern ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - For this level of interview expectation is always to know following things and prepare them well
Design patterns, Microservice design patterns, SOLID principals with example, Authentication and authorization, Entity framework best practices, LINQ joins, .Net core app execution flow etc.

Skills evaluated in this interview

.NET Architect Interview Questions asked at other Companies

Q1. How to authentication in APIs? Flow of .net core app execution? How to do Exception handling? Entity framework best practices Design patterns and SOLID principals
View answer (1)

Jobs at Centric Consulting

View all

Interview Questionnaire 

7 Questions

  • Q1. Truncate vs delete
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate cannot be rolled back while delete can be

    • Truncate resets the identity of the table while delete doesn't

    • Truncate doesn't fire triggers while delete does

  • Answered by AI
  • Q2. Transformation union
  • Q3. Scenario base question
  • Q4. Delete duplicate rows
  • Ans. 

    To delete duplicate rows, we can use the DISTINCT keyword or GROUP BY clause in SQL.

    • Use the DISTINCT keyword to select unique rows from a table.

    • Use the GROUP BY clause to group rows with the same values and select only one row from each group.

    • Use the HAVING clause with GROUP BY to filter out groups with more than one row.

    • In Informatica, use the Sorter transformation to sort the data and then use the Aggregator transfor...

  • Answered by AI
  • Q5. Lookup
  • Q6. Regenrated dimension
  • Q7. Star vs snowflake
  • Ans. 

    Star and snowflake are two types of database schema used in data warehousing.

    • Star schema is simpler and easier to understand.

    • Snowflake schema is more normalized and reduces data redundancy.

    • Star schema is better for simple queries and reporting.

    • Snowflake schema is better for complex queries and analysis.

    • Star schema has fewer tables and is faster for querying.

    • Snowflake schema has more tables and is slower for querying.

    • St...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepared well in basics and advanced level scenarios

Skills evaluated in this interview

Informatica Developer Interview Questions asked at other Companies

Q1. if we dont specify anything in group by aggregator what will happen
View answer (2)

Consultant Interview Questions & Answers

user image Anonymous

posted on 28 Jul 2021

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

Interview Questionnaire 

1 Question

  • Q1. Informatica related question. You can find all questions on internet

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and talk. Share your thoughts, experiences and try to indulge in the conversation more and more

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 Questionnaire 

1 Question

  • Q1. Good scenario based questions were asked in the interview. Be clear of the projects you have worked as most of the scenarios are dug from there.

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)

Interview Questionnaire 

2 Questions

  • Q1. Basic questions of manual testing along with the basic selenium
  • Q2. Regression and retesting difference, smoke and sanity difference, brief about the project, defect life cycle, selenium locators, hard assert and soft assert difference, difference between implicit wait and...

Senior Test Consultant Interview Questions asked at other Companies

Q1. What is STLC, SDLC and Agile framework? how Dev Ops works, knowledge on automation explain it thoroughly
View answer (1)

Centric Consulting Interview FAQs

How many rounds are there in Centric Consulting interview for experienced candidates?
Centric Consulting interview process for experienced candidates usually has 3-4 rounds. The most common rounds in the Centric Consulting interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Centric Consulting interview for experienced candidates?
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 Centric Consulting. The most common topics and skills that interviewers at Centric Consulting expect are Consulting, System Architecture, Troubleshooting, Unit Testing and Coding.
What are the top questions asked in Centric Consulting interview for experienced candidates?

Some of the top questions asked at the Centric Consulting interview for experienced candidates -

  1. How to authentication in APIs? Flow of .net core app execution? How to do Excep...read more
  2. Delete duplicate r...read more
  3. Truncate vs del...read more

Tell us how to improve this page.

Centric Consulting Interview Process for Experienced

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Tractebel Interview Questions
4.1
 • 42 Interviews
Smollan Group Interview Questions
4.1
 • 36 Interviews
Huron Interview Questions
3.7
 • 33 Interviews
Dunnhumby Interview Questions
4.0
 • 29 Interviews
SMEC Interview Questions
3.7
 • 27 Interviews
Powerweave Interview Questions
3.3
 • 22 Interviews
View all

Centric Consulting Reviews and Ratings

based on 92 reviews

3.7/5

Rating in categories

3.3

Skill development

4.0

Work-life balance

3.7

Salary

3.6

Job security

3.8

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 92 Reviews and Ratings
Senior Consultant - DevOps Engineer

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
238 salaries
unlock blur

₹11.2 L/yr - ₹37 L/yr

Consultant
139 salaries
unlock blur

₹7.6 L/yr - ₹26 L/yr

Technical Lead
70 salaries
unlock blur

₹20 L/yr - ₹43 L/yr

Senior Software Engineer
27 salaries
unlock blur

₹11.5 L/yr - ₹28 L/yr

Technical Architect
14 salaries
unlock blur

₹26 L/yr - ₹51.5 L/yr

Explore more salaries
Compare Centric Consulting with

McKinsey & Company

3.8
Compare

Smollan Group

4.0
Compare

National Commodities Management Services

3.9
Compare

Tractebel

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