Upload Button Icon Add office photos

Filter interviews by

Centric Consulting Interview Questions and Answers

Updated 3 Aug 2024
Popular Designations

7 Interview questions

A Senior Consultant was asked 12mo ago
Q. Explain the hierarchy of nested classes and their calling sequence.
Ans. 

Nested classes in Java have a hierarchical structure with the outer class containing the inner class, which can further contain more inner classes.

  • Nested classes are defined within another class, known as the outer class.

  • Inner classes have access to the members of the outer class.

  • Nested classes can be static or non-static.

  • The calling sequence for nested classes is OuterClass.InnerClass.method();

  • Example: OuterClass...

View all Senior Consultant interview questions
An Informatica Developer was asked
Q. How would you delete duplicate rows in a database?
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 tra...

View all Informatica Developer interview questions
A .NET Architect was asked
Q. 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 pat...

View all .NET Architect interview questions
An Informatica Developer was asked
Q. 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

View all Informatica Developer interview questions
An Informatica Developer was asked
Q. 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 queryi...

View all Informatica Developer interview questions
A Senior Consultant was asked
Q. 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 ...

View all Senior Consultant interview questions
A Senior Consultant was asked
Q. Oops concepts in detail
Ans. 

Oops concepts refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Polymorphism: Ability of objects to take on multiple forms.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Abstraction: Hiding the complex implementation details and showing...

View all Senior Consultant interview questions
Are these interview questions helpful?

Centric Consulting Interview Experiences

18 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Hiraracy of Nested classes and their calling sequence!
  • Ans. 

    Nested classes in Java have a hierarchical structure with the outer class containing the inner class, which can further contain more inner classes.

    • Nested classes are defined within another class, known as the outer class.

    • Inner classes have access to the members of the outer class.

    • Nested classes can be static or non-static.

    • The calling sequence for nested classes is OuterClass.InnerClass.method();

    • Example: OuterClass oute...

  • Answered by AI
  • Q2. Types Constructors and calling sequence

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops concepts in detail
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of objects to take on multiple forms.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Abstraction: Hiding the complex implementation details and showing only...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Xpath related questions
Round 3 - Client Interview 

(1 Question)

  • Q1. In general about your career journey

Team Manager Interview Questions & Answers

user image Anonymous

posted on 12 Jan 2023

Interview experience
1
Bad
Difficulty level
Hard
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 - 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 

(2 Questions)

  • Q1. About Agile, .NET, RDP, Java Projects
  • Q2. .Net, Java, Manual Testing, Automation, Cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - Not worth it, HR called me with many benefit plans and asked for the immediate joining which I am able to provide to them. Interview was great with the technical panel, the next day HR called to inform that the position is put on hold for the moment. This is totally disgusting, How can you put a position on hold on such a short span of time? Its a complete waste of time for candidate and employer
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 - One-on-one 

(2 Questions)

  • Q1. It was based on resume
  • Q2. Soft skills as well like how well you can articulate.
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was more into profile for which you applied
  • Q2. More theoretical based questions which you can learn from internet as well.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation based on the last drawn.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm and give your best. Dont panic at any time .
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

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.
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

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
Round 1 - Technical 

(1 Question)

  • Q1. General resume based questions
  • Ans. Go through the resume well and be positive
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. More grilling and few case studies
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation with respect to last drawn

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont worry . just be confident and positive. HRs are good and they wont negotiate a lot but still better than other companies.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Centric Consulting?
Ask anonymously on communities.

Centric Consulting Interview FAQs

How many rounds are there in Centric Consulting interview?
Centric Consulting interview process usually has 2-3 rounds. The most common rounds in the Centric Consulting interview process are Technical, One-on-one Round and HR.
How to prepare for Centric Consulting 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 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?

Some of the top questions asked at the Centric Consulting interview -

  1. How to authentication in APIs? Flow of .net core app execution? How to do Excep...read more
  2. Hiraracy of Nested classes and their calling sequen...read more
  3. Delete duplicate r...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 7 interview experiences

Difficulty level

Easy 25%
Moderate 50%
Hard 25%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Tractebel Interview Questions
4.1
 • 43 Interviews
Smollan Group Interview Questions
4.0
 • 40 Interviews
Huron Interview Questions
3.8
 • 33 Interviews
Dunnhumby Interview Questions
4.0
 • 31 Interviews
SMEC Interview Questions
3.7
 • 27 Interviews
Powerweave Interview Questions
3.3
 • 24 Interviews
Milliman Interview Questions
3.8
 • 22 Interviews
View all

Centric Consulting Reviews and Ratings

based on 105 reviews

3.6/5

Rating in categories

3.2

Skill development

3.8

Work-life balance

3.6

Salary

3.4

Job security

3.6

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 105 Reviews and Ratings
Guidewire - Business Analyst

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

NetSuite Technical Architect

Gurgaon / Gurugram

12-15 Yrs

Not Disclosed

Senior Consultant - DevOps Engineer

Kolkata,

Mumbai

+5

5-9 Yrs

Not Disclosed

Explore more jobs
Senior Consultant
252 salaries
unlock blur

₹19.9 L/yr - ₹36 L/yr

Consultant
126 salaries
unlock blur

₹14.2 L/yr - ₹26 L/yr

Technical Lead
81 salaries
unlock blur

₹27 L/yr - ₹45 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹13.5 L/yr - ₹23 L/yr

Technical Architect
14 salaries
unlock blur

₹35.8 L/yr - ₹51.5 L/yr

Explore more salaries
Compare Centric Consulting with

McKinsey & Company

3.8
Compare

Smollan Group

4.0
Compare

Tractebel

4.1
Compare

Buzzworks Business Services

3.7
Compare
write
Share an Interview