Upload Button Icon Add office photos

Celusion Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Celusion Technologies Software Developer Interview Questions and Answers

Updated 8 Apr 2025

8 Interview questions

A Software Developer was asked 7mo ago
Q. What is a mirror container?
Ans. 

A mirror container is a duplicate container that reflects the changes made to the original container.

  • Mirror containers are used for redundancy and failover purposes.

  • Changes made to the original container are automatically replicated to the mirror container.

  • Mirror containers can be used in high availability setups to ensure continuous operation.

  • Example: Docker Swarm supports mirror containers for high availability.

A Software Developer was asked 7mo ago
Q. Explain middleware.
Ans. 

Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and work together.

  • Middleware helps in integrating different systems and applications

  • It provides a layer of abstraction for communication between components

  • Examples include message brokers like RabbitMQ, web servers like Apache Tomcat, and API gateways like Kong

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked
Q. What are the OOP concepts?
Ans. 

OOPS concepts are the fundamental principles of Object-Oriented Programming.

  • Abstraction

  • Encapsulation

  • Inheritance

  • Polymorphism

A Software Developer was asked
Q. What is the .NET framework?
Ans. 

.NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

  • It provides a large library of pre-coded solutions to common programming problems.

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

  • It includes a runtime environment, a set of libraries, and a compiler.

  • It allows developers to create applications for desktop, web, mobile, gaming, and IoT platfo...

A Software Developer was asked
Q. What do you understand by Model View Controller?
Ans. 

MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

  • Model represents the data and business logic

  • View displays the data to the user

  • Controller handles user input and updates the model and view accordingly

  • MVC promotes separation of concerns and modularity

  • Examples: Ruby on Rails, ASP.NET MVC, AngularJS

A Software Developer was asked
Q. Why are Minification and Bundling introduced in MVC?
Ans. 

Minification & Bundling are introduced in MVC to improve web application performance.

  • Minification reduces the size of JavaScript and CSS files by removing unnecessary characters like white spaces, comments, etc.

  • Bundling combines multiple JavaScript and CSS files into a single file to reduce the number of HTTP requests.

  • This improves web application performance by reducing the load time of web pages.

  • MVC provides bui...

A Software Developer was asked
Q. Tell me about your current project.
Ans. 

I am currently working on a web application for a retail company.

  • Using React for the front-end

  • Node.js and Express for the back-end

  • MongoDB for the database

  • Implementing features such as user authentication and product search

Are these interview questions helpful?
A Software Developer was asked
Q. Latest Technology in Market
Ans. 

The latest technology in the market is Artificial Intelligence (AI).

  • AI is being used in various industries such as healthcare, finance, and retail.

  • Machine learning and deep learning are subsets of AI that are gaining popularity.

  • Natural Language Processing (NLP) is another area of AI that is being explored.

  • AI is also being used for automation and improving efficiency in businesses.

  • AI-powered chatbots are becoming m...

Celusion Technologies Software Developer Interview Experiences

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is mirror conatiner
  • Ans. 

    A mirror container is a duplicate container that reflects the changes made to the original container.

    • Mirror containers are used for redundancy and failover purposes.

    • Changes made to the original container are automatically replicated to the mirror container.

    • Mirror containers can be used in high availability setups to ensure continuous operation.

    • Example: Docker Swarm supports mirror containers for high availability.

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

    Middleware is software that acts as a bridge between different applications or components, allowing them to communicate and work together.

    • Middleware helps in integrating different systems and applications

    • It provides a layer of abstraction for communication between components

    • Examples include message brokers like RabbitMQ, web servers like Apache Tomcat, and API gateways like Kong

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview not good

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image mohit chaudhari

posted on 8 Apr 2025

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. .net core ,MVC ,vue js question
  • Q2. Ask about your previuos project
  • Q3. What is DI
  • Ans. 

    Dependency Injection (DI) is a design pattern that allows for better code modularity and testing by injecting dependencies into classes.

    • Promotes loose coupling between classes, making them easier to manage.

    • Facilitates unit testing by allowing mock dependencies to be injected.

    • Commonly used in frameworks like Spring (Java) and Angular (JavaScript).

    • Example: Instead of a class creating its own dependencies, they are provid...

  • Answered by AI
  • Q4. Question about microservices

I applied via LinkedIn and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What do you understand by Model View Control
  • Ans. 

    MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.

    • Model represents the data and business logic

    • View displays the data to the user

    • Controller handles user input and updates the model and view accordingly

    • MVC promotes separation of concerns and modularity

    • Examples: Ruby on Rails, ASP.NET MVC, AngularJS

  • Answered by AI
  • Q2. Current Project
  • Ans. 

    I am currently working on a web application for a retail company.

    • Using React for the front-end

    • Node.js and Express for the back-end

    • MongoDB for the database

    • Implementing features such as user authentication and product search

  • Answered by AI
  • Q3. Why are Minification & Bundling introduced in MVC
  • Ans. 

    Minification & Bundling are introduced in MVC to improve web application performance.

    • Minification reduces the size of JavaScript and CSS files by removing unnecessary characters like white spaces, comments, etc.

    • Bundling combines multiple JavaScript and CSS files into a single file to reduce the number of HTTP requests.

    • This improves web application performance by reducing the load time of web pages.

    • MVC provides built-in...

  • Answered by AI
  • Q4. Latest Technology in Market
  • Ans. 

    The latest technology in the market is Artificial Intelligence (AI).

    • AI is being used in various industries such as healthcare, finance, and retail.

    • Machine learning and deep learning are subsets of AI that are gaining popularity.

    • Natural Language Processing (NLP) is another area of AI that is being explored.

    • AI is also being used for automation and improving efficiency in businesses.

    • AI-powered chatbots are becoming more c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - More than Theory they focus on Practical's. Understanding person logic .
The HR also make us aware on technical things what the company is looking for, where the candidate is also prepared she seems to be technical person ( Entity Framework, Dependency Injection,Javascript,.net core ,VueJS,Sql Server. Things are well defined

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. What is .net framework
  • Ans. 

    .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

    • It provides a large library of pre-coded solutions to common programming problems.

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

    • It includes a runtime environment, a set of libraries, and a compiler.

    • It allows developers to create applications for desktop, web, mobile, gaming, and IoT platforms.

    • E...

  • Answered by AI
  • Q2. What are the OOPS concept
  • Ans. 

    OOPS concepts are the fundamental principles of Object-Oriented Programming.

    • Abstraction

    • Encapsulation

    • Inheritance

    • Polymorphism

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Celusion Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

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

Aptitude test details in the snovasys are best aptitude test details in snovasys and in the snovasys i thought like i need to learn more in the aptitude atmy strating of career and all all all alllllllllllllllllllllllll abc and the best buddy program we have invested on the internet today at the speed limit of data and the policy are not good we need to improve all the data and the data is not good of all the data to be shared and with in the organisation all the data is must and should need to learn careful and all the data is need to know all the must and should detailed actions are taken on their data

Round 2 - HR 

(2 Questions)

  • Q1. Not good with my situation And
  • Q2. What is your current salary What is your location
  • Ans. 

    I am unable to provide my current salary as it is confidential.

    • My current salary is confidential and I am unable to disclose it.

    • I prefer to discuss salary expectations rather than disclosing my current salary.

    • Salary is negotiable based on the position and responsibilities.

    • I am more interested in discussing the opportunities and growth potential in this role.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I don't have any tips to submit please consider everyone's own organisation policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Give a pattern and solved people enter into techinal round 1.I cleard this test and enter to tr1

Round 2 - Technical 

(1 Question)

  • Q1. They ask executye some patterns anf basic programs.i performed but don't select to tr2

Interview Preparation Tips

Topics to prepare for Snovasys Software Developer interview:
  • Design Patterns
  • Basic programs
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discussed on my last salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. General fit to profile filtration
Round 2 - Technical 

(3 Questions)

  • Q1. To the profile applied for
  • Q2. Explain an actual component
  • Ans. 

    An actual component is a reusable and modular piece of software that performs a specific function within a larger system.

    • Components are often designed to be independent and can be easily integrated into different systems.

    • Examples of components include buttons, input fields, and dropdown menus in a user interface.

    • Components can have their own logic, styling, and functionality, making them versatile building blocks for s...

  • Answered by AI
  • Q3. Design the architecture
  • Ans. 

    Designing the architecture for a software system involves planning the structure and components of the system.

    • Identify the key components of the system and their interactions

    • Choose appropriate technologies and frameworks for each component

    • Consider scalability, performance, security, and maintainability

    • Create a detailed diagram or documentation of the architecture

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Attitude towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not bluff they will catch you immediately as even their management are hardcore coders

Skills evaluated in this interview

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

I applied via Company Website 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 

I have given the coding test in python language. Out of 5 questions, we have to attain a minimum of 3 questions.

Round 3 - Technical 

(1 Question)

  • Q1. The questions in technical round is related to the task which were given to us and also they ask basics questions related to technical.
Round 4 - HR 

(1 Question)

  • Q1. The interview was about the personality check, overeally it was good .

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best place for the freshers to start their career.

Celusion Technologies Interview FAQs

How many rounds are there in Celusion Technologies Software Developer interview?
Celusion Technologies interview process usually has 1-2 rounds. The most common rounds in the Celusion Technologies interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Celusion Technologies Software Developer interview?

Some of the top questions asked at the Celusion Technologies Software Developer interview -

  1. What do you understand by Model View Cont...read more
  2. Why are Minification & Bundling introduced in ...read more
  3. What are the OOPS conc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 3 interview experiences

Difficulty level

Moderate 50%
Hard 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Celusion Technologies Software Developer Salary
based on 105 salaries
₹3.6 L/yr - ₹7.5 L/yr
49% less than the average Software Developer Salary in India
View more details

Celusion Technologies Software Developer Reviews and Ratings

based on 23 reviews

4.5/5

Rating in categories

4.6

Skill development

3.3

Work-life balance

3.3

Salary

3.6

Job security

3.5

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 23 Reviews and Ratings
Software Developer
105 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Quality Analyst
43 salaries
unlock blur

₹2.9 L/yr - ₹8 L/yr

Business Analyst
21 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Senior Software Developer
13 salaries
unlock blur

₹8.1 L/yr - ₹14 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Celusion Technologies with

Zidio Development

4.5
Compare

Northcorp Software

4.5
Compare

Accel Frontline

3.9
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare
write
Share an Interview