Upload Button Icon Add office photos

Filter interviews by

Centroxy Solution Interview Questions, Process, and Tips

Updated 1 Apr 2025

Top Centroxy Solution Interview Questions and Answers

View all 6 questions

Centroxy Solution Interview Experiences

Popular Designations

6 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jul 2023.

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

(4 Questions)

  • Q1. What is indexing in SQL
  • Ans. 

    Indexing in SQL is a way to optimize the performance of queries by creating a data structure that allows for faster retrieval of data.

    • Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition in a WHERE clause.

    • Indexes can be created using CREATE INDEX statement in SQL.

    • Types of indexes include clustered indexes, non-clustered indexes, unique indexes, and composit...

  • Answered by AI
  • Q2. What is Primay index and Secondary index
  • Ans. 

    Primary index is the main index used to uniquely identify records in a database, while secondary index is an additional index for faster access to specific data.

    • Primary index is typically based on the primary key of a table, ensuring uniqueness of each record.

    • Secondary index is created on non-primary key columns to improve query performance for specific data retrieval.

    • Example: In a student database, student ID can be a...

  • Answered by AI
  • Q3. What is Table Lock in SQL
  • Ans. 

    Table Lock in SQL is a mechanism that prevents other users from accessing a table while it is being used by a transaction.

    • Table Lock is used to control access to a table in a database.

    • It can be used to prevent other users from reading or writing to a table while a transaction is in progress.

    • There are different types of table locks such as shared lock, exclusive lock, and update lock.

    • Table locks can impact the performan

  • Answered by AI
  • Q4. How do you maintain security in Web API
  • Ans. 

    Maintain security in Web API by implementing authentication, authorization, encryption, and input validation.

    • Implement authentication mechanisms such as OAuth, JWT, or API keys to verify the identity of clients accessing the API.

    • Use authorization to control access to resources based on roles and permissions.

    • Encrypt sensitive data using SSL/TLS to ensure secure communication between clients and the API.

    • Validate and sani...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through certain interview questions available on the internet

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Topics covered are Asp.net core, dependency injection, web api, sql,plsql,DSA(compulsory for freshers)
Round 2 - Technical 

(1 Question)

  • Q1. Asp.net core, html, css, javascript, sql queries.... According to resume everything mentioned will be asked and judged.
Round 3 - HR 

(1 Question)

  • Q1. Behavioral question, salary negotiation and joining discussions(non elimination round)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a fresher be well prepared with a technical language (C#/JAVA) and DSA compulsorily.

Experienced will also be asked DSA but most questions will be from technology you mentioned.

Both need to be expert in OOPS concepts and SQL queries

DOT NET Developer Interview Questions asked at other Companies

Q1. What is the difference between windows application development and web based development?
View answer (12)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Some Linux commands
  • Q2. Some SQL query questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Some SQL query will be asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing Linux commands n SQL n python

Data Engineer Intern Interview Questions asked at other Companies

Q1. what are window functions in sql
View answer (1)
  • Q1. What is OOPs and its concepts?
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on objects and classes, promoting code reusability and modularity.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same...

  • Answered by AI
  • Q2. Questions about preferred technology
  • Q3. Personality test type questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to be well prepared for whatever you mention in your CV. OOPs concepts and preferred technology knowledge should be good. Communication skill is much more emphasised.

Assistant Software Engineer Interview Questions asked at other Companies

Q1. 2) What is multithreading, difference between multitasking and multiprocessing ?
View answer (2)

Centroxy Solution interview questions for popular designations

 Software Developer

 (2)

 Assistant Software Engineer

 (2)

 Data Engineer Intern

 (1)

 DOT NET Developer

 (1)

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

I appeared for an interview before Apr 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Simple OOPS concept
  • Ans. 

    OOPS (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOPS focuses on creating reusable and modular code by organizing data into objects.

    • It involves concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • For example, a class 'Car' can have objects like 'Toyota', 'Honda', etc., each with their own properties and methods.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Intro , personal, career

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core skills

Assistant Software Engineer Interview Questions asked at other Companies

Q1. 2) What is multithreading, difference between multitasking and multiprocessing ?
View answer (2)
Round 1 - Coding Test 

They give you basic code for their requirements

Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on Gluu,Octa,java, Spring Boot,RestApi
Complete task properly to get a job

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

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 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2023.

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

(1 Question)

  • Q1. Docker Basics:What is Docker, and how does it differ from traditional virtualization?Explain the purpose of Docker images and containers.Node.js Fundamentals:Describe the event-driven architecture of Node....

Centroxy Solution Interview FAQs

How many rounds are there in Centroxy Solution interview?
Centroxy Solution interview process usually has 2 rounds. The most common rounds in the Centroxy Solution interview process are Technical, HR and Coding Test.
How to prepare for Centroxy Solution 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 Centroxy Solution. The most common topics and skills that interviewers at Centroxy Solution expect are Application Development, CRM, Python, SAN and SQL.
What are the top questions asked in Centroxy Solution interview?

Some of the top questions asked at the Centroxy Solution interview -

  1. What is Primay index and Secondary in...read more
  2. How do you maintain security in Web ...read more
  3. What is Table Lock in ...read more

Tell us how to improve this page.

Centroxy Solution Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all

Centroxy Solution Reviews and Ratings

based on 26 reviews

2.4/5

Rating in categories

2.7

Skill development

2.0

Work-life balance

2.4

Salary

2.2

Job security

2.2

Company culture

2.0

Promotions

2.1

Work satisfaction

Explore 26 Reviews and Ratings
Assistant Software Engineer
60 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Software Engineer
26 salaries
unlock blur

₹1.7 L/yr - ₹8 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹4 L/yr - ₹4.8 L/yr

Software Developer
9 salaries
unlock blur

₹0.9 L/yr - ₹4.5 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare Centroxy Solution with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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