Upload Button Icon Add office photos

Filter interviews by

Centific Interview Questions, Process, and Tips

Updated 31 Dec 2024

Top Centific Interview Questions and Answers

View all 12 questions

Centific Interview Experiences

Popular Designations

12 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain microservices
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independently deployable services.

    • Microservices are small, independent services that work together to form a complete application

    • Each microservice is responsible for a specific function or feature

    • Microservices communicate with each other through APIs

    • They can be developed, deployed, and scaled independently

    • Examples of compa...

  • Answered by AI
  • Q2. Explain projects
  • Ans. 

    I have worked on various projects involving web development, mobile app development, and data analysis.

    • Developed a web application using React.js and Node.js for real-time data visualization

    • Created a mobile app using Swift for iOS platform to track fitness activities

    • Implemented data analysis algorithms in Python to optimize business processes

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

(2 Questions)

  • Q1. General questions on Nodejs
  • Q2. How microservices communication
  • Ans. 

    Microservices communicate through lightweight protocols like HTTP/REST, messaging queues, gRPC, and event-driven architecture.

    • Use HTTP/REST for synchronous communication between services

    • Implement messaging queues like RabbitMQ or Kafka for asynchronous communication

    • Leverage gRPC for high-performance, low-latency communication

    • Adopt event-driven architecture with tools like Apache Kafka for real-time data processing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple and general questions

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me your experience with TA

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Companies Strong in Cultural Value

Senior Talent Acquisition Specialist Interview Questions asked at other Companies

Q1. How you can source quality profiles ?
View answer (1)

Senior Data Annotator Interview Questions & Answers

user image Anonymous

posted on 25 Jun 2024

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 in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The test was designed in order to test the hold on concepts of LLM and Prompt Engineering

Round 2 - One-on-one 

(4 Questions)

  • Q1. Questions on personal and professional lives.
  • Q2. About LLM and works done in it
  • Q3. About Prompt Engineering and works done in it
  • Q4. About last job and responsibilities
Round 3 - Aptitude Test 

Prompt and Authoring Response Certification Test

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true and honest to your skills and experience. The interviewer knows, no one can answer each and every question. And rather than providing any misinformation or wrong answers better to let them know. Also read as much as you can before sitting in interviews of such roles.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

You will have to take the test on their portal.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented individual with a background in data annotation and a passion for accuracy and efficiency.

    • Background in data annotation

    • Detail-oriented and accuracy-driven

    • Efficient and organized in work approach

  • Answered by AI
  • Q2. Are you aware of the job role and responsibilities?
  • Ans. 

    Yes, the job role involves labeling and categorizing data for machine learning algorithms.

    • Labeling data accurately according to guidelines provided

    • Categorizing data into different classes or categories

    • Ensuring data quality and consistency

    • Communicating any issues or discrepancies in the data

    • Working closely with data scientists and engineers to improve models

  • Answered by AI

Data Annotator Interview Questions asked at other Companies

Q1. What is insurance? Whats is data annotation? Types of data annotation?
View answer (1)

Centific interview questions for popular designations

 Associate Software Engineer

 (1)

 Data Annotator

 (1)

 DOT NET Developer

 (1)

 Senior Software Developer

 (1)

 Senior Software Engineer

 (1)

 Senior Software Test Engineer 2

 (1)

 Senior Talent Acquisition Specialist

 (1)

 Senior Technical Project Manager

 (1)

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

I applied via LinkedIn and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Native language testing

Round 2 - Technical 

(1 Question)

  • Q1. Testing related questions
Round 3 - Technical 

(1 Question)

  • Q1. Testing related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join the organization. Still I am not getting my fnf settlement amount.

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

SQL Developer Interview Questions & Answers

user image Anonymous

posted on 30 Sep 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
6-8 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About Normalization and Denormalization

SQL Developer Interview Questions asked at other Companies

Q1. How is a change request in application serviced by development team (business analysis, code analysis, discussion with BA, requirment freeze, etc.)
View answer (4)
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 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is the attribute which connects the step definition and Feature file
  • Ans. 

    The attribute that connects the step definition and Feature file is the step definition annotation.

    • Step definition annotation is used to map the steps in the feature file to the corresponding code in the step definition file.

    • It acts as a bridge between the feature file and the step definition file.

    • The step definition annotation is typically written using regular expressions to match the steps in the feature file.

    • By usi...

  • Answered by AI
  • Q2. How do you find the elements of a grid
  • Ans. 

    To find elements of a grid, iterate through each row and column and store the elements in an array of strings.

    • Iterate through each row and column of the grid

    • Store the elements in an array of strings

    • Example: grid = [['A', 'B', 'C'], ['D', 'E', 'F']]

    • Resulting array: ['A', 'B', 'C', 'D', 'E', 'F']

  • Answered by AI
  • Q3. How do you close 3rd window out of 10 windows
  • Ans. 

    To close the 3rd window out of 10 windows, identify the window and use the appropriate method to close it.

    • Identify the window that needs to be closed

    • Use the appropriate method or function to close the window

    • Ensure that the correct window is closed by verifying the window count

  • Answered by AI
  • Q4. Explained logic to it
Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic STLC questions were asked
  • Q2. What is Required Traceability matrix
  • Ans. 

    A Required Traceability matrix is a document that maps the requirements to the test cases and ensures complete test coverage.

    • It is used to track the relationship between requirements and test cases.

    • It helps in ensuring that all requirements have been tested.

    • It provides a clear understanding of the test coverage and helps in identifying any gaps.

    • It is typically created during the test planning phase and updated througho...

  • Answered by AI

Skills evaluated in this interview

Senior Software Test Engineer 2 Interview Questions asked at other Companies

Q1. What is the attribute which connects the step definition and Feature file
View answer (2)

US ACCOUNT SPECIALIST Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

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

I applied via Referral and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Experience in US payment process
  • Q2. Experience in accounting knowledge
Round 2 - One-on-one 

(2 Questions)

  • Q1. Accounts concepts
  • Q2. Accrual accounting
Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous company experience
  • Q2. Daily working in present company role
  • Ans. 

    I handle daily account management tasks such as processing payments, resolving billing issues, and updating customer information.

    • Process payments from customers

    • Resolve billing discrepancies

    • Update customer information in database

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

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Coding Test 

1 hour leet code question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more for coding round

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (10)
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

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)

Centific Interview FAQs

How many rounds are there in Centific interview?
Centific interview process usually has 2-3 rounds. The most common rounds in the Centific interview process are One-on-one Round, Technical and HR.
How to prepare for Centific 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 Centific. The most common topics and skills that interviewers at Centific expect are Python, Machine Learning, SQL, Artificial Intelligence and Javascript.
What are the top questions asked in Centific interview?

Some of the top questions asked at the Centific interview -

  1. What is the attribute which connects the step definition and Feature f...read more
  2. How do you close 3rd window out of 10 wind...read more
  3. How do you find the elements of a g...read more
How long is the Centific interview process?

The duration of Centific interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Centific Interview Process

based on 17 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

Centific Reviews and Ratings

based on 124 reviews

3.6/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.3

Salary

3.3

Job security

3.6

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 124 Reviews and Ratings
Architect

Chennai

10-15 Yrs

Not Disclosed

Explore more jobs
Project Associate
106 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Senior Software Engineer
34 salaries
unlock blur

₹10.7 L/yr - ₹25 L/yr

Associate Software Engineer
30 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Software Engineer
21 salaries
unlock blur

₹4 L/yr - ₹15.6 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