Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Celestial Systems Team. If you also belong to the team, you can get access from here

Celestial Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Celestial Systems Backend Developer Interview Questions and Answers

Updated 5 Sep 2024

Celestial Systems Backend Developer Interview Experiences

1 interview found

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

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

Round 1 - Aptitude Test 

Gave 40 questions with 1 hr of time, which are easy to medium level questions.

Round 2 - Coding Test 

40 min , easy coding round

Round 3 - HR 

(2 Questions)

  • Q1. How much salary u need?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in the industry.

    • Research industry standards for backend developer salaries

    • Consider my level of experience and expertise

    • Factor in cost of living in the area where the job is located

  • Answered by AI
  • Q2. Why u r jioing this company?
  • Ans. 

    I am joining this company because of its innovative projects and strong team culture.

    • Exciting projects that align with my skills and interests

    • Positive company culture and strong team collaboration

    • Opportunities for growth and learning

    • Reputation for excellence in the industry

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and Crackable interviews

Interview questions from similar companies

I applied via Company Website and was interviewed in Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About previous projects and challenges in those
  • Q2. About how to create backends which can take high traffic
  • Q3. Security related. SQL injection, XSS etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - THink about your older projects and how you worked on them. It is a very comfortable discussion. Does not feel like interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It's about implementing rest apis

Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 interview
  • Q2. Rest api development
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Normal java coding question

Round 2 - Technical 

(2 Questions)

  • Q1. What are spring ioc
  • Ans. 

    Spring IoC (Inversion of Control) is a design pattern where the control of object creation and lifecycle is shifted to a container or framework.

    • In Spring IoC, objects are created and managed by the Spring container.

    • It helps in achieving loose coupling between classes.

    • Dependency Injection is a key feature of Spring IoC, where dependencies of a class are injected by the container.

    • Example: @Autowired annotation in Spring

  • Answered by AI
  • Q2. Different implementation of map interface
  • Ans. 

    The Map interface in Java provides a way to store key-value pairs and retrieve values based on keys.

    • Different implementations of the Map interface include HashMap, TreeMap, LinkedHashMap, and ConcurrentHashMap.

    • HashMap provides constant-time performance for basic operations but does not guarantee the order of elements.

    • TreeMap maintains elements in sorted order based on keys.

    • LinkedHashMap maintains the insertion order of...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Could you provide an in-depth discussion about your current project?
  • Ans. 

    Currently, I am working on a scalable microservices architecture for an e-commerce platform.

    • Utilized Node.js and Express for building RESTful APIs, ensuring efficient data handling.

    • Implemented Docker for containerization, allowing seamless deployment across different environments.

    • Integrated MongoDB for a NoSQL database solution, optimizing data retrieval and storage.

    • Employed RabbitMQ for message queuing, enhancing comm...

  • Answered by AI
  • Q2. What occurs behind the scenes when a URL is entered into a browser?
  • Ans. 

    Entering a URL triggers a series of network and server interactions to retrieve and display the requested web page.

    • 1. DNS Resolution: The browser checks the URL and queries a DNS server to translate the domain name into an IP address.

    • 2. TCP Connection: A TCP connection is established with the server using the IP address, typically over port 80 (HTTP) or 443 (HTTPS).

    • 3. HTTP Request: The browser sends an HTTP request to ...

  • Answered by AI

I applied via Approached by Company and was interviewed before Oct 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 

(2 Questions)

  • Q1. Screening of the resume
  • Q2. Regarding candidature
Round 3 - One-on-one 

(1 Question)

  • Q1. Related to job profile and technical requirements
Round 4 - HR 

(1 Question)

  • Q1. Salary structure and the part of joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization to work with. Good work life balance
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project based, oops concepts, average dsa questions,
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. Describe Life cycle in react
  • Ans. 

    React has three main phases in its lifecycle: mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Lifecycle methods can be used to perform actions at each phase, such as componentDidMount() or componentWillUnmount()

    • React also has error handling methods,

  • Answered by AI
  • Q2. Explain strict mode in javascript and it's use
  • Ans. 

    Strict mode is a way to write secure and optimized JavaScript code.

    • Enables catching of silent errors

    • Disallows duplicate property names or parameters

    • Prevents use of undeclared variables

    • Makes `eval()` safer to use

    • Throws errors on invalid usage of `this` keyword

  • Answered by AI
Round 3 - Assignment 

CURD operations along with implementation of a mock UI

Interview Preparation Tips

Interview preparation tips for other job seekers - They are doing good job. If possible try to send a rejection mail along with the reason if candidate is not selected.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

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

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex imple...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Will ask coding related
Round 4 - HR 

(1 Question)

  • Q1. What is Expected salary

Celestial Systems Interview FAQs

How many rounds are there in Celestial Systems Backend Developer interview?
Celestial Systems interview process usually has 3 rounds. The most common rounds in the Celestial Systems interview process are Aptitude Test, Coding Test and HR.

Tell us how to improve this page.

Celestial Systems Backend Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 49 Interviews
Backbase Interview Questions
3.8
 • 22 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Bottomline Interview Questions
3.3
 • 17 Interviews
ValGenesis Interview Questions
3.2
 • 17 Interviews
View all
Software Engineer
65 salaries
unlock blur

₹5 L/yr - ₹13.9 L/yr

Senior Software Engineer
48 salaries
unlock blur

₹12 L/yr - ₹21.6 L/yr

Softwaretest Engineer
24 salaries
unlock blur

₹3.6 L/yr - ₹9 L/yr

Devops Engineer
14 salaries
unlock blur

₹8.1 L/yr - ₹16 L/yr

Technical Lead
11 salaries
unlock blur

₹17 L/yr - ₹25.6 L/yr

Explore more salaries
Compare Celestial Systems with

Yodlee

3.8
Compare

Fingent

4.4
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

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