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 Interview Questions and Answers

Updated 21 May 2025
Popular Designations

9 Interview questions

An IT Infrastructure Lead was asked
Q. Do you have experience on GCP?
Ans. 

Yes, I have experience working on Google Cloud Platform (GCP).

  • Managed GCP resources such as Compute Engine, Cloud Storage, and BigQuery

  • Implemented infrastructure as code using Google Cloud Deployment Manager

  • Utilized GCP services for data analytics and machine learning projects

View all IT Infrastructure Lead interview questions
An IT Infrastructure Lead was asked
Q. How would you boot a system without a HDD?
Ans. 

You can boot a system without a HDD by using a live CD/USB or network booting.

  • Use a live CD/USB with an operating system to boot the system.

  • Set up network booting using PXE (Preboot Execution Environment) to boot the system over the network.

  • Utilize a bootable external drive or USB to boot the system.

View all IT Infrastructure Lead interview questions
An IT Infrastructure Lead was asked
Q. What are the data types in Python?
Ans. 

Python data types include integers, floats, strings, lists, tuples, dictionaries, and sets.

  • Integers: whole numbers without decimal points (e.g. 5, -10)

  • Floats: numbers with decimal points (e.g. 3.14, -0.5)

  • Strings: sequences of characters enclosed in quotes (e.g. 'hello', '123')

  • Lists: ordered collections of items (e.g. [1, 'apple', True])

  • Tuples: ordered, immutable collections of items (e.g. (1, 'banana', False))

  • Dict...

View all IT Infrastructure Lead interview questions
An IT Infrastructure Lead was asked
Q. What is DNAT and what is its use?
Ans. 

DNAT stands for Destination Network Address Translation. It is used to change the destination IP address of packets in a network.

  • DNAT is commonly used in network address translation (NAT) to redirect incoming packets to a different destination IP address.

  • It is often used in scenarios where a public IP address needs to be translated to a private IP address within a network.

  • DNAT can be used to forward traffic from a...

View all IT Infrastructure Lead interview questions
A Technical Support Engineer was asked
Q. How would you approach memory management when retrieving and storing large amounts of data in a database?
Ans. 

Efficient memory management is crucial for handling large amounts of data in a database.

  • Use pagination to retrieve data in smaller chunks instead of all at once

  • Implement caching mechanisms to reduce the need for frequent database queries

  • Optimize database queries and indexes to improve retrieval and storage efficiency

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked
Q. What efficient modeling is crucial for managing large data sets?
Ans. 

Efficient data modelling techniques like normalization and indexing are crucial for managing large data sets.

  • Normalization helps reduce redundancy and improve data integrity by organizing data into separate tables and linking them through relationships.

  • Indexing helps improve query performance by creating indexes on columns frequently used in search conditions.

  • Partitioning can also be used to divide large data sets...

View all Technical Support Engineer interview questions
A Technical Support Engineer was asked
Q. How does employing a caching mechanism to store frequently accessed data in memory affect performance?
Ans. 

Employing caching mechanism can significantly improve performance by storing frequently accessed data in memory.

  • Caching reduces the need to fetch data from slower storage systems, such as databases, by keeping a copy in memory.

  • Common caching mechanisms include in-memory caches like Redis or Memcached.

  • Caching can be implemented at different levels, such as application-level caching or server-level caching.

  • Cache evi...

View all Technical Support Engineer interview questions
Are these interview questions helpful?
A Test Engineer was asked
Q. Explain the process of creating functions in coding.
Ans. 

Creating functions involves writing reusable code blocks to perform specific tasks.

  • Functions should have a clear purpose and be named accordingly

  • Functions should take in parameters and return values as needed

  • Functions should be tested thoroughly to ensure they work as intended

View all Test Engineer interview questions
A Python Automation Engineer was asked
Q. Difference of GIT fetch and pull, Difference between classmethod and staticmethod
Ans. 

GIT fetch downloads changes from the remote repository, while pull downloads changes and merges them into the current branch. Classmethod is bound to the class itself, while staticmethod is bound to the class instance.

  • GIT fetch downloads changes from the remote repository without merging them into the local branch.

  • GIT pull downloads changes from the remote repository and merges them into the current branch.

  • Classme...

View all Python Automation Engineer interview questions

Celestial Systems Interview Experiences

10 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python coding questions on list, set, dictionaries
  • Q2. Problem statements wrt object oriented concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Questions on selenium web elements
  • Q2. Problems on regular expressions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Project explaination, testing theorical concepts
  • Q2. Some puzzles to check analytical skills
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectation
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in QA testing, ideally in the range of $70,000 to $90,000.

    • Research industry standards: For example, QA Test Engineers in my region typically earn between $70,000 and $90,000.

    • Consider my experience: With over 5 years in QA, I bring valuable skills that justify a higher salary.

    • Flexibility: I am open to discussing the full compensation package, i...

  • Answered by AI
  • Q2. Date of joining if serving the NP
  • Ans. 

    My expected date of joining is dependent on my current notice period, which is typically two weeks.

    • I am currently employed and have a notice period of two weeks.

    • If I receive an offer today, I would be able to join in two weeks.

    • I understand the importance of a smooth transition and will ensure all my responsibilities are handed over properly.

    • If needed, I can negotiate with my current employer for an earlier release.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In the middle of HR round they rejected me saying my salary expectation was out of the budget, but from the beginning no where they mentioned highest budget for this position. During HR discussion she asked about salary expectation also about any offers in hand and I asked wrt current market and told having a offer in hand. She told we don't have that budget I will check with concerned team regarding the max ctc that they can offer me and I agreed for that. I waited for 2 days I didn't get any update. When I contacted the recruiter she told another candidate agreed for the budget as per them and they are waiting for his performance in next round and if he gets selected we will be offering him.
This was such a bad experience from that company they are simply wasting candidates time. They could tell all these in the beginning only. They won't consider talented candidates who complete 3 rounds of interviews. It's not worth applying to celestial systems.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. How would you boot a system without a HDD?
  • Ans. 

    You can boot a system without a HDD by using a live CD/USB or network booting.

    • Use a live CD/USB with an operating system to boot the system.

    • Set up network booting using PXE (Preboot Execution Environment) to boot the system over the network.

    • Utilize a bootable external drive or USB to boot the system.

  • Answered by AI
  • Q2. What is DNAT and what is the use of it?
  • Ans. 

    DNAT stands for Destination Network Address Translation. It is used to change the destination IP address of packets in a network.

    • DNAT is commonly used in network address translation (NAT) to redirect incoming packets to a different destination IP address.

    • It is often used in scenarios where a public IP address needs to be translated to a private IP address within a network.

    • DNAT can be used to forward traffic from a spec...

  • Answered by AI
  • Q3. What are the data types in python?
  • Ans. 

    Python data types include integers, floats, strings, lists, tuples, dictionaries, and sets.

    • Integers: whole numbers without decimal points (e.g. 5, -10)

    • Floats: numbers with decimal points (e.g. 3.14, -0.5)

    • Strings: sequences of characters enclosed in quotes (e.g. 'hello', '123')

    • Lists: ordered collections of items (e.g. [1, 'apple', True])

    • Tuples: ordered, immutable collections of items (e.g. (1, 'banana', False))

    • Dictionar...

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

(1 Question)

  • Q1. Tell me about your experience
  • Ans. I explained my career track record with the achievements and the challenges I faced.
  • Answered by Sujith Arangan
Round 4 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. Do you have experience on GCP?
  • Ans. 

    Yes, I have experience working on Google Cloud Platform (GCP).

    • Managed GCP resources such as Compute Engine, Cloud Storage, and BigQuery

    • Implemented infrastructure as code using Google Cloud Deployment Manager

    • Utilized GCP services for data analytics and machine learning projects

  • Answered by AI
  • Q3. How soon can you join?
  • Q4. I mentioned my notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be well prepared on the job role

Skills evaluated in this interview

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

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

(3 Questions)

  • Q1. How would you approach memory management when retieving and storing large amount of data in database? This question aims to assess to handle large sets efficiently.
  • Ans. 

    Efficient memory management is crucial for handling large amounts of data in a database.

    • Use pagination to retrieve data in smaller chunks instead of all at once

    • Implement caching mechanisms to reduce the need for frequent database queries

    • Optimize database queries and indexes to improve retrieval and storage efficiency

  • Answered by AI
  • Q2. What efficient modelling is crucial for manging large data sets?
  • Ans. 

    Efficient data modelling techniques like normalization and indexing are crucial for managing large data sets.

    • Normalization helps reduce redundancy and improve data integrity by organizing data into separate tables and linking them through relationships.

    • Indexing helps improve query performance by creating indexes on columns frequently used in search conditions.

    • Partitioning can also be used to divide large data sets into...

  • Answered by AI
  • Q3. Employing caching mechanism to store frequently accessed data in memory withrespect to performance ?
  • Ans. 

    Employing caching mechanism can significantly improve performance by storing frequently accessed data in memory.

    • Caching reduces the need to fetch data from slower storage systems, such as databases, by keeping a copy in memory.

    • Common caching mechanisms include in-memory caches like Redis or Memcached.

    • Caching can be implemented at different levels, such as application-level caching or server-level caching.

    • Cache eviction...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction and personal interests rest was all normal formal communication? Offer was discussed and position?
  • Ans. All went positive and i accepted offer.
  • Answered by warblinggobi

Interview Preparation Tips

Interview preparation tips for other job seekers - Be self who you are?

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Basic and rasy questions

Round 2 - Coding Test 

Written code test on paper

Round 3 - Technical 

(1 Question)

  • Q1. Es6 fatures and other javascript questions
Round 4 - HR 

(1 Question)

  • Q1. Basic hr question

I applied via Company Website

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 

(3 Questions)

  • Q1. Electrical work questions
  • Q2. Technical questions any information ask
  • Q3. Sports questions any one
Round 3 - Technical 

(3 Questions)

  • Q1. Any general questions ask
  • Q2. Any general questions ask
  • Q3. Any one general knowledge & technical questions ask

Interview Preparation Tips

Interview preparation tips for other job seekers - Please check to my resume and call me urgently,

Intern Interview Questions & Answers

user image Anonymous

posted on 21 May 2025

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

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

  • Q1. JavaScript interview questions
  • Q2. React interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - good
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 experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Php related questions
Round 3 - Project information 

(1 Question)

  • Q1. Gave overview of current project

Interview Preparation Tips

Topics to prepare for Celestial Systems Senior Software Engineer interview:
  • PHP
  • Laravel
  • Javascript
  • CSS
  • HTML
  • Github
Interview preparation tips for other job seekers - Good question and good company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basics and logical questions 3 in numbers for half an hour

Round 3 - Technical 

(2 Questions)

  • Q1. Technical queries related were asked
  • Q2. Difference of GIT fetch and pull, Difference between classmethod and staticmethod
  • Ans. 

    GIT fetch downloads changes from the remote repository, while pull downloads changes and merges them into the current branch. Classmethod is bound to the class itself, while staticmethod is bound to the class instance.

    • GIT fetch downloads changes from the remote repository without merging them into the local branch.

    • GIT pull downloads changes from the remote repository and merges them into the current branch.

    • Classmethod ...

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

(1 Question)

  • Q1. It will be managerial round
Round 5 - HR 

(1 Question)

  • Q1. HR Related Queries

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image KODIVENDLA BABU

posted on 12 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Absolute XPath, list comprehension Coding,
  • Q2. Rest API methods
  • Q3. Creating Functions Coding
  • Ans. 

    Creating functions involves writing reusable code blocks to perform specific tasks.

    • Functions should have a clear purpose and be named accordingly

    • Functions should take in parameters and return values as needed

    • Functions should be tested thoroughly to ensure they work as intended

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better to Have Knowledge on Python Datatypes, Coding skills like Building logic, Selenium and Rest API

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Celestial Systems?
Ask anonymously on communities.

Celestial Systems Interview FAQs

How many rounds are there in Celestial Systems interview?
Celestial Systems interview process usually has 3-4 rounds. The most common rounds in the Celestial Systems interview process are Technical, HR and One-on-one Round.
How to prepare for Celestial Systems 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 Celestial Systems. The most common topics and skills that interviewers at Celestial Systems expect are Python, Javascript, Software Development, Application Programming and Docker.
What are the top questions asked in Celestial Systems interview?

Some of the top questions asked at the Celestial Systems interview -

  1. How would you approach memory management when retieving and storing large amoun...read more
  2. What efficient modelling is crucial for manging large data se...read more
  3. Employing caching mechanism to store frequently accessed data in memory withres...read more
How long is the Celestial Systems interview process?

The duration of Celestial Systems 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

4.3/5

based on 10 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 86%
4-6 weeks 14%
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 50 Interviews
Fingent Interview Questions
4.2
 • 25 Interviews
Backbase Interview Questions
3.7
 • 23 Interviews
Khoros Interview Questions
3.7
 • 20 Interviews
3Pillar Global Interview Questions
3.2
 • 20 Interviews
Bottomline Interview Questions
3.4
 • 20 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
Fourkites Interview Questions
3.7
 • 18 Interviews
ValGenesis Interview Questions
3.2
 • 17 Interviews
View all

Celestial Systems Reviews and Ratings

based on 88 reviews

4.0/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.9

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 88 Reviews and Ratings
Software Engineer
75 salaries
unlock blur

₹5 L/yr - ₹10.4 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹13.9 L/yr - ₹23 L/yr

Softwaretest Engineer
25 salaries
unlock blur

₹3.6 L/yr - ₹9.6 L/yr

Devops Engineer
19 salaries
unlock blur

₹8.1 L/yr - ₹20.5 L/yr

Technical Lead
11 salaries
unlock blur

₹17 L/yr - ₹25.6 L/yr

Explore more salaries
Compare Celestial Systems with

Yodlee

3.9
Compare

Fingent

4.1
Compare

Bravura Solutions

3.9
Compare

CloudMoyo

4.1
Compare
write
Share an Interview