Upload Button Icon Add office photos

Filter interviews by

Centific Senior Software Developer Interview Questions and Answers for Experienced

Updated 31 Dec 2024

Centific Senior Software Developer Interview Experiences for Experienced

1 interview found

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

I applied via Approached by Company and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Behavioral 

(1 Question)

  • Q1. Back End Development experience. Coverage for unit tests
  • Ans. 

    Extensive experience in back end development with a strong focus on unit test coverage.

    • Developed back end systems using languages like Java, Python, or Node.js

    • Implemented unit tests using frameworks like JUnit, pytest, or Mocha

    • Achieved high code coverage to ensure quality and reliability of the software

    • Used mock objects and stubs to isolate unit tests and improve testability

  • Answered by AI

Interview questions from similar companies

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

(1 Question)

  • Q1. Explain react life cycle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions
  • Q2. JavaScript questions
Round 3 - HR 

(2 Questions)

  • Q1. Company related questions
  • Q2. Questions based on previous experience

Senior Software Developer Interview Questions & Answers

IBM user image harshavardhan kokollu

posted on 8 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Redux and hooks concepts
  • Q2. Html5 and css3 concepts
Round 2 - Technical 

(1 Question)

  • Q1. Azile methodology and javascript and react advanced concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is MVC and explain how it works?
  • Ans. 

    MVC stands for Model-View-Controller, a software design pattern that separates the application into three main components.

    • Model: Represents the data and business logic of the application.

    • View: Represents the UI components of the application.

    • Controller: Acts as an intermediary between Model and View, handling user input and updating the Model accordingly.

    • MVC helps in organizing code, improving maintainability, and promo...

  • Answered by AI
  • Q2. What is Index Fragmentation in SQL
  • Ans. 

    Index fragmentation in SQL occurs when the logical order of pages in an index does not match the physical order in the data file.

    • Index fragmentation can lead to decreased query performance as the database engine has to scan more pages to retrieve data.

    • Fragmentation can be caused by frequent insertions, deletions, or updates on the indexed columns.

    • Rebuilding or reorganizing indexes can help reduce fragmentation and impr...

  • Answered by AI
  • Q3. Explain about myself
Round 2 - Technical 

(2 Questions)

  • Q1. About My Company and Project
  • Q2. Asked to write SQL query to find the 2nd highest salary of an employee

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 concepts, Java coding, Array Sort, Get sum of list of int using streams.
Round 2 - Technical 

(1 Question)

  • Q1. Thread concept, How to print 1,2,3,4,5 in multiple threads in same sequence. the longest jump in array, when it reaches 0 no jump, have to print the index of an array.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Hash map internal working
  • Ans. 

    Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash maps have O(1) average time complexity for insertion, dele

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is entity framework
  • Ans. 

    Entity Framework is an ORM (Object-Relational Mapping) framework for .NET applications.

    • ORM framework for .NET applications

    • Maps database tables to classes in code

    • Provides a way to query and manipulate data using LINQ

    • Supports various database providers such as SQL Server, MySQL, etc.

  • Answered by AI
  • Q2. What is CTE in SQL
  • Ans. 

    CTE stands for Common Table Expression in SQL, used to create temporary result sets that can be referenced within a query.

    • CTEs are defined using the WITH keyword

    • They can be recursive or non-recursive

    • CTEs improve readability and maintainability of complex queries

    • Example: WITH cte AS (SELECT * FROM table_name) SELECT * FROM cte

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are solid principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable object-oriented code.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of its subclasses without affectin...

  • Answered by AI
  • Q2. What are design patterns
  • Ans. 

    Design patterns are reusable solutions to common problems in software design.

    • Design patterns provide a template for solving recurring design problems in software development.

    • They help in making code more maintainable, scalable, and efficient.

    • Examples include Singleton, Factory, Observer, and Strategy patterns.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you would like to join company
  • Q2. Why shouild we select you

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Developer interview:
  • SQL
  • c#
Interview preparation tips for other job seekers - it takes a lots of time to get in to a project,please consider this fact

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops java8 features Spring boot flow micro services architecture
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Mostly on previous work done And general tableau questions

Centific Interview FAQs

How many rounds are there in Centific Senior Software Developer interview for experienced candidates?
Centific interview process for experienced candidates usually has 1 rounds. The most common rounds in the Centific interview process for experienced candidates are Behavioral.

Tell us how to improve this page.

Centific Senior Software Developer Salary
based on 5 salaries
₹14 L/yr - ₹25 L/yr
33% more than the average Senior Software Developer Salary in India
View more details

Centific Senior Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Project Associate
103 salaries
unlock blur

₹1.8 L/yr - ₹3.8 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹12 L/yr - ₹25 L/yr

Associate Software Engineer
27 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Engineer
22 salaries
unlock blur

₹4 L/yr - ₹16.1 L/yr

Data Engineer
16 salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Centific with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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