Upload Button Icon Add office photos

Filter interviews by

Celusion Technologies Java Developer Interview Questions and Answers

Updated 11 Sep 2023

Celusion Technologies Java Developer Interview Experiences

1 interview 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 questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. List and tuple differences
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • Lists are mutable, meaning their elements can be changed after creation.

    • Tuples are immutable, meaning their elements cannot be changed after creation.

    • Lists are defined using square brackets [], tuples using parentheses ().

    • Lists are typically used for collections of similar items, tuples for fixed collections of dissimilar items.

  • Answered by AI
  • Q2. Generators in python
  • Ans. 

    Generators in Python are functions that allow you to iterate over a sequence of items without storing them all in memory at once.

    • Generators are created using a function with 'yield' instead of 'return'.

    • They are used to generate a sequence of values lazily, one at a time.

    • Generators are memory efficient as they do not store all values in memory at once.

    • Example: def my_generator(): for i in range(5): yield i

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Angular interceptor
  • Q2. Api calling
  • Q3. For loop to find largest value
  • Ans. 

    A for loop can be used to find the largest value in an array of numbers.

    • Initialize a variable to hold the largest value

    • Loop through the array and compare each value to the current largest value

    • If the current value is larger, update the largest value variable

    • Return the largest value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - have good knowledge about your work

Skills evaluated in this interview

I appeared for an interview in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. Oops, asp.net, MVC, design patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Get prepared well, if it's your day..you will definitely crack it.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Technical 

(5 Questions)

  • Q1. What are oops concepts in java, explain real time scenario
  • Ans. 

    OOPs concepts in Java include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a subclass to inherit properties and methods from a superclass.

    • Polymorphism allows objects to take on multiple forms and behave differently based on their context.

    • Encapsulation hides the implementation details of an object and only exposes necessary information.

    • Abstraction allows for the creation of abstract class...

  • Answered by AI
  • Q2. Uses of interface, inheritance
  • Ans. 

    Interfaces define contracts for behavior, while inheritance allows for code reuse and polymorphism.

    • Interfaces allow for loose coupling and abstraction, enabling multiple implementations of the same behavior.

    • Inheritance allows for code reuse and extension of existing classes, reducing code duplication.

    • Polymorphism allows objects of different classes to be treated as if they were of the same class, simplifying code and i

  • Answered by AI
  • Q3. SQL query for join of tables
  • Ans. 

    SQL query for joining tables

    • Use JOIN keyword to combine two or more tables based on a related column

    • Specify the columns to be selected using SELECT keyword

    • Use ON keyword to specify the condition for joining the tables

    • Different types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN

  • Answered by AI
  • Q4. Java concepts used in your project
  • Ans. 

    Used Java concepts such as inheritance, polymorphism, and exception handling in my project.

    • Implemented inheritance to create a base class and derived classes with specific functionalities.

    • Utilized polymorphism to allow objects of different classes to be treated as if they were of the same class.

    • Implemented exception handling to handle errors and prevent program crashes.

    • Used interfaces to define a set of methods that a ...

  • Answered by AI
  • Q5. Overloading vs overriding, practical uses
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in the superclass.

    • Overloading is used to provide different ways to call a method with different parameters

    • Overriding is used to provide a specific implementation of a method in a subclass

    • Overloading is resolved at compile-time while overriding is r...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zebra Technologies Software Developer interview:
  • Core Java
  • OOPS
  • collection framework
  • Database Management

Skills evaluated in this interview

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

It was easy process and the questions is easy for freshers to clear the interview

Round 2 - Technical 

(1 Question)

  • Q1. Oops c# mvc asp.net web api asp.net core

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and learn the basic concepts

I applied via LinkedIn and was interviewed before May 2021. 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 - HR 

(1 Question)

  • Q1. Introduction ,CTC ,ECTC
Round 3 - Technical 

(1 Question)

  • Q1. According to your profile
Round 4 - Coding Test 

Small project related task

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared technical question and do user friendly and clean code
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain process for SDE
  • Ans. 

    The process for Software Development Engineer involves planning, designing, coding, testing, and deploying software solutions.

    • Gather requirements from stakeholders

    • Create a design based on requirements

    • Write code to implement the design

    • Test the software for bugs and issues

    • Deploy the software for users to use

    • Iterate on feedback and make improvements

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Jun 2022. There were 3 interview rounds.

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

C java angular data coding test

Round 3 - HR 

(1 Question)

  • Q1. Back ground check and certificate verification
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was online 60min test.

Round 2 - Aptitude Test 

It was offline 30 min test.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,dbms,css,html,dsa,java.
  • Q2. It was very friendly .

Interview Preparation Tips

Topics to prepare for Apmosys Technologies Software Developer interview:
  • Java

Celusion Technologies Interview FAQs

How many rounds are there in Celusion Technologies Java Developer interview?
Celusion Technologies interview process usually has 3 rounds. The most common rounds in the Celusion Technologies interview process are Technical and Resume Shortlist.
How to prepare for Celusion Technologies Java Developer 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 Ajax, JQuery, Java, Javascript and REST API.
What are the top questions asked in Celusion Technologies Java Developer interview?

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

  1. Core Java Advance Java Spring ...read more
  2. Spring OOPS Hibern...read more
  3. Project More into Jqu...read more

Tell us how to improve this page.

Celusion Technologies Java Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Contus Interview Questions
4.2
 • 22 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
ZingHR Interview Questions
3.2
 • 21 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
View all
Software Developer
99 salaries
unlock blur

₹2.2 L/yr - ₹8.2 L/yr

Quality Analyst
39 salaries
unlock blur

₹2.9 L/yr - ₹7.5 L/yr

Business Analyst
23 salaries
unlock blur

₹4.2 L/yr - ₹13 L/yr

Senior Software Developer
12 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹8.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Celusion Technologies 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