Upload Button Icon Add office photos

Celusion Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Celusion Technologies Interview Questions and Answers

Updated 17 Apr 2025
Popular Designations

15 Interview questions

A MVC Dot Net Developer was asked 2mo ago
Q. What is dependency injection in .Net core?
Ans. 

Dependency injection in .NET Core is a design pattern that promotes loose coupling and enhances testability by injecting dependencies.

  • Inversion of Control: Dependency injection is a form of Inversion of Control (IoC) where the control of object creation is transferred to a container.

  • Service Registration: Services are registered in the Startup class using methods like AddSingleton, AddScoped, or AddTransient, defin...

View all MVC Dot Net Developer interview questions
A MVC Dot Net Developer was asked 2mo ago
Q. How do you secure a web API?
Ans. 

Securing a web API involves authentication, authorization, encryption, and input validation to protect data and resources.

  • Use HTTPS to encrypt data in transit, preventing eavesdropping.

  • Implement authentication mechanisms like OAuth 2.0 or JWT for user verification.

  • Apply role-based access control (RBAC) to restrict access to resources.

  • Validate and sanitize inputs to prevent SQL injection and XSS attacks.

  • Use API key...

View all MVC Dot Net Developer interview questions
A MVC Dot Net Developer was asked 2mo ago
Q. Can we return a view from an API controller method?
Ans. 

Returning a view from an API controller is not standard practice in ASP.NET MVC, as API controllers are meant for data responses.

  • Separation of Concerns: API controllers are designed to return data (JSON/XML) rather than views, promoting a clear separation between data and presentation.

  • Use of MVC Controllers: Instead of API controllers, use standard MVC controllers to return views, which are intended for rendering ...

View all MVC Dot Net Developer interview questions
A MVC Dot Net Developer was asked 2mo ago
Q. What is the difference between Abstraction and Encapsulation?
Ans. 

Abstraction hides complexity by exposing only essential features, while encapsulation bundles data and methods in a single unit.

  • Abstraction focuses on the 'what' of an object, like a car's interface (steering wheel, pedals) without revealing the internal mechanics.

  • Encapsulation is about bundling data (attributes) and methods (functions) that operate on the data into a single unit, like a class in OOP.

  • Example of Ab...

View all MVC Dot Net Developer interview questions
A Senior Software Development Engineer was asked 6mo ago
Q. Explain the four OOPs principles.
Ans. 

Four OOP principles are encapsulation, inheritance, polymorphism, and abstraction.

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

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

  • Polymorphism: Ability of different classes to be treated as instances of a common superclass.

  • Abstraction: Hides the complex implementation details and only shows the ne...

View all Senior Software Development Engineer interview questions
A Senior Software Development Engineer was asked 6mo ago
Q. What is the difference between an abstract class and an interface?
Ans. 

Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

  • Abstract class can have constructors, fields, and non-abstract methods.

  • Interface can only have abstract methods and constants.

  • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Abstract classes are used to provide a common base for multiple classes, while interfaces def...

View all Senior Software Development Engineer 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.

View all Software Developer interview questions
Are these interview questions helpful?
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

View all Software Developer interview questions
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

View all Software Developer interview questions
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...

View all Software Developer interview questions

Celusion Technologies Interview Experiences

10 interviews found

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

I applied via Approached by Company

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

(2 Questions)

  • Q1. Spring OOPS Hibernate
  • Q2. Project More into Jquery
Round 3 - Technical 

(1 Question)

  • Q1. Core Java Advance Java Spring MVC

Interview Preparation Tips

Interview preparation tips for other job seekers - I happened to speak to Asst Manager HR- Never responds the call or reverts email
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Questions based on java android android
  • Q2. Explain four oops principal
  • Ans. 

    Four OOP principles are encapsulation, inheritance, polymorphism, and abstraction.

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

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

    • Polymorphism: Ability of different classes to be treated as instances of a common superclass.

    • Abstraction: Hides the complex implementation details and only shows the necessa...

  • Answered by AI
  • Q3. Difference between abstract and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and non-abstract methods.

    • Interface can only have abstract methods and constants.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while interfaces define a...

  • Answered by AI
  • Q4. Android lifecycle
Round 2 - Coding Test 

Show user list with retrofit and using mvvm design patterns and jetpack library data binding

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion round
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

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is dependency injection in. Net core
  • Ans. 

    Dependency injection in .NET Core is a design pattern that promotes loose coupling and enhances testability by injecting dependencies.

    • Inversion of Control: Dependency injection is a form of Inversion of Control (IoC) where the control of object creation is transferred to a container.

    • Service Registration: Services are registered in the Startup class using methods like AddSingleton, AddScoped, or AddTransient, defining t...

  • Answered by AI
  • Q2. Can we return a view from api controller merhod
  • Ans. 

    Returning a view from an API controller is not standard practice in ASP.NET MVC, as API controllers are meant for data responses.

    • Separation of Concerns: API controllers are designed to return data (JSON/XML) rather than views, promoting a clear separation between data and presentation.

    • Use of MVC Controllers: Instead of API controllers, use standard MVC controllers to return views, which are intended for rendering HTML.

    • ...

  • Answered by AI
  • Q3. How to secure web api
  • Ans. 

    Securing a web API involves authentication, authorization, encryption, and input validation to protect data and resources.

    • Use HTTPS to encrypt data in transit, preventing eavesdropping.

    • Implement authentication mechanisms like OAuth 2.0 or JWT for user verification.

    • Apply role-based access control (RBAC) to restrict access to resources.

    • Validate and sanitize inputs to prevent SQL injection and XSS attacks.

    • Use API keys to ...

  • Answered by AI
  • Q4. What is the difference between abstraction and Encapsulation
  • Ans. 

    Abstraction hides complexity by exposing only essential features, while encapsulation bundles data and methods in a single unit.

    • Abstraction focuses on the 'what' of an object, like a car's interface (steering wheel, pedals) without revealing the internal mechanics.

    • Encapsulation is about bundling data (attributes) and methods (functions) that operate on the data into a single unit, like a class in OOP.

    • Example of Abstrac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep level questions they asked

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic oops Project Based on pratical examples they evaluate
Round 2 - Coding Test 

Oops
MVC
Ef
Dapper
Html

Interview Preparation Tips

Interview preparation tips for other job seekers - Level of interview is good on timely basis they update feedback. i refered from LinkedIn.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    Experienced project coordinator with a background in managing multiple projects simultaneously.

    • Managed cross-functional teams to successfully deliver projects on time and within budget

    • Skilled in creating project plans, tracking progress, and resolving issues as they arise

    • Strong communication and organizational skills

    • Proficient in using project management tools such as Asana and Trello

  • Answered by AI
  • Q2. Explain agile, Scrum
  • Ans. 

    Agile is a project management methodology focused on flexibility and collaboration. Scrum is a specific framework within Agile.

    • Agile emphasizes adaptability and responding to change over following a strict plan

    • Scrum is a framework within Agile that divides work into short iterations called sprints

    • Scrum involves daily stand-up meetings, sprint planning, sprint review, and sprint retrospective

    • Scrum roles include Product ...

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

(2 Questions)

  • Q1. Scenario based for scrum
  • Q2. Scrum, kanban, events

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

I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Coding Test 

Oops
MVC
Ef
Dapper
Html

Interview Preparation Tips

Interview preparation tips for other job seekers - Level of interview is good on timely basis they update feedback. i refered from LinkedIn.
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
1w
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.

Celusion Technologies Interview FAQs

How many rounds are there in Celusion Technologies interview?
Celusion Technologies interview process usually has 2 rounds. The most common rounds in the Celusion Technologies interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Celusion Technologies 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 Celusion Technologies. The most common topics and skills that interviewers at Celusion Technologies expect are Entity Framework, ASP.Net MVC, SQL Server, Javascript and C#.
What are the top questions asked in Celusion Technologies interview?

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

  1. What do you understand by Model View Cont...read more
  2. Why are Minification & Bundling introduced in ...read more
  3. What is the difference between abstraction and Encapsulat...read more
How long is the Celusion Technologies interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

2.6/5

based on 7 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 83%
2-4 weeks 17%
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.5
 • 108 Interviews
HyScaler Interview Questions
4.4
 • 104 Interviews
Snovasys Interview Questions
4.0
 • 38 Interviews
Quantsapp Interview Questions
2.9
 • 36 Interviews
NexTurn Interview Questions
4.1
 • 34 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Celusion Technologies Reviews and Ratings

based on 63 reviews

3.8/5

Rating in categories

4.0

Skill development

3.3

Work-life balance

3.3

Salary

3.3

Job security

3.4

Company culture

3.1

Promotions

3.4

Work satisfaction

Explore 63 Reviews and Ratings
NET Developer :Juinagar | WFO Fintech domain client Location

Mumbai,

Mumbai Suburban

+2

4-5 Yrs

₹ 7-13 LPA

Hiring Frontend Developer :Vue.js, HTML, CSS Mumbai

Mumbai,

Mumbai Suburban

+2

1-3 Yrs

₹ 2-4.5 LPA

HR Executive Contract 6 Months Work from office -Thane Location

Mumbai,

Mumbai Suburban

+2

0-2 Yrs

₹ 1-3.3 LPA

Explore more jobs
Software Developer
105 salaries
unlock blur

₹2.2 L/yr - ₹9.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 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.4
Compare

Accel Frontline

4.1
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.8
Compare
write
Share an Interview