Upload Button Icon Add office photos

Filter interviews by

Celsior Technologies Interview Questions, Process, and Tips

Updated 5 Jun 2024

Top Celsior Technologies Interview Questions and Answers

Celsior Technologies Interview Experiences

Popular Designations

5 interviews found

Architect Interview Questions & Answers

user image Anonymous

posted on 13 Oct 2023

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

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

(2 Questions)

  • Q1. Technical interview questions followed by coding test
  • Q2. Technical questions on Angular, .net
Round 3 - Technical 

(1 Question)

  • Q1. Technical interview questions involving architecture, design patterns

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2023

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

Core Java programming, selenium questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical Round with Manager
  • Q2. Java related questions - String based

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good skills on core Java and selenium for automation testing

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2022. There were 4 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 

(1 Question)

  • Q1. ETL basic and scenario based question mostly would be taken up by TL
Round 3 - Technical 

(1 Question)

  • Q1. ETL basics and previous work experience and project related mostly would be with Manager
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, about celsior company, benifits, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - All rounds completed with in a week.

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jun 2023.

Round 1 - Technical 

(8 Questions)

  • Q1. Usage of Oops in framework
  • Ans. 

    Object-oriented programming principles are used in framework design to improve code reusability, maintainability, and scalability.

    • Encapsulation: Encapsulating data and behavior within classes to hide implementation details.

    • Inheritance: Reusing code and extending functionality through parent-child class relationships.

    • Polymorphism: Allowing objects of different classes to be treated as objects of a common superclass.

    • Abst...

  • Answered by AI
  • Q2. How to handle frames , nested frames
  • Ans. 

    Frames and nested frames in web applications can be handled using switchTo() method in Selenium WebDriver.

    • Use driver.switchTo().frame() to switch to a frame by index, name or WebElement.

    • To switch back to the default content, use driver.switchTo().defaultContent().

    • For nested frames, switch to the parent frame first before switching to the child frame.

  • Answered by AI
  • Q3. How to handle web table elements
  • Ans. 

    Web table elements can be handled using various methods like locating elements, extracting data, and performing actions.

    • Locate the table element using its xpath, id, class name, etc.

    • Extract data from the table using methods like getText() or getAttribute().

    • Perform actions like clicking on a specific cell or row based on the data in the table.

  • Answered by AI
  • Q4. Name some exceptions and how to handle them.
  • Ans. 

    Handling exceptions is crucial in software development to ensure smooth functioning of the application.

    • Use try-catch blocks to handle exceptions gracefully

    • Throw custom exceptions to provide more specific error messages

    • Implement proper logging to track and troubleshoot exceptions

    • Handle different types of exceptions such as NullPointerException, ArrayIndexOutOfBoundsException, and IOException

  • Answered by AI
  • Q5. Java basic questions
  • Q6. String reverse program
  • Ans. 

    Program to reverse an array of strings

    • Iterate through the array of strings

    • For each string, reverse the characters

    • Store the reversed strings in a new array

  • Answered by AI
  • Q7. Windows, alerts and select class
  • Q8. Locators and Api status codes
Round 2 - Technical 

(2 Questions)

  • Q1. Permutation and combination program
  • Q2. Behavioral questions.
Round 3 - HR 

(2 Questions)

  • Q1. Why are you leaving your current organisation
  • Q2. Your expectation from company

Skills evaluated in this interview

Senior Software Quality Assurance Engineer Interview Questions asked at other Companies

Q1. Difference between HTTP and HTTP2, and the real-time use cases for the HTTP2 advantages
View answer (1)

Celsior Technologies interview questions for popular designations

 Module Lead

 (2)

 Architect

 (1)

 Senior Software Quality Assurance Engineer

 (1)

 Technical Lead

 (1)

Module Lead Interview Questions & Answers

user image Anonymous

posted on 11 May 2022

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

(1 Question)

  • Q1. ETL Related question
Round 3 - Technical 

(1 Question)

  • Q1. ETL related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing Be technical and learn basic concepts of ETL

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
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. Tell me about your experience under 2 mins
  • Q2. Tell me about a critical program which had multiple issues?
  • Ans. 

    Implemented a critical software upgrade with multiple bugs affecting production.

    • Identified bugs through thorough testing and analysis.

    • Collaborated with development team to prioritize and resolve issues.

    • Implemented temporary workarounds to minimize impact on production.

    • Conducted post-mortem analysis to prevent similar issues in future upgrades.

  • Answered by AI
  • Q3. Tell me an example of a program where you failed ?
  • Ans. 

    I failed to implement a preventive maintenance program due to lack of buy-in from the team.

    • Lack of clear communication about the benefits of the program

    • Resistance from team members who preferred reactive maintenance

    • Inadequate training and support for team members to adapt to the new program

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Normal sales questions like why u choosed edtech , how u describe good about u, what are the weeknesses ,
  • Q2. Sell me smethg , what are the best qualities of salesmen
  • Q3. How well u r different from others, why should i hire u

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, you can crack it, answer it only when they stop , dont interrupt while questioning
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 - HR 

(1 Question)

  • Q1. Basic details and regarding previous experience if you have any. Basic knowledge about tourism industry and regarding ticketing.
Round 3 - One-on-one 

(2 Questions)

  • Q1. City and airport codes in US
  • Ans. 

    City and airport codes in US

    • JFK - New York City

    • LAX - Los Angeles

    • ORD - Chicago

    • SFO - San Francisco

    • MIA - Miami

  • Answered by AI
  • Q2. Checking knowledge in gds like sabre, appolo and Amadeus.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to know about US market, mainly airports and major cities.

I applied via Referral and was interviewed in Jul 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me something about you.
  • Ans. 

    I am a passionate and creative individual with a strong interest in social media marketing.

    • I have completed several courses on social media marketing and have hands-on experience managing social media accounts for small businesses.

    • I am proficient in using various social media platforms such as Facebook, Instagram, and Twitter.

    • I have a keen eye for design and can create visually appealing graphics and content for social...

  • Answered by AI
  • Q2. Significance of social media in marketing
  • Ans. 

    Social media is crucial in marketing as it allows businesses to reach a wider audience, engage with customers, and build brand awareness.

    • Social media provides a platform for businesses to connect with their target audience and build relationships.

    • It allows for targeted advertising and the ability to track and analyze campaign performance.

    • Social media also facilitates user-generated content and word-of-mouth marketing.

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Being confident is really important while giving an interview. It doesn't give a good impresion if we stammer or delay answering.

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - HR 

(4 Questions)

Round duration - 20 Minutes
Some generic questions were asked related to oneself, the job posting and past experiences.

  • Q1. Tell us about yourself.
  • Ans. 

    I am a social media enthusiast with a passion for creating engaging content and building online communities.

    • I have experience managing social media accounts for various organizations

    • I am skilled in creating visually appealing graphics and videos

    • I enjoy staying up-to-date with the latest social media trends and algorithms

    • I am a strong communicator and enjoy collaborating with others

    • I am eager to learn and grow in the fi

  • Answered by AI
  • Q2. Tell us what you have learned about company till now.
  • Ans. 

    I have learned that the company is a leading social media marketing agency.

    • The company specializes in helping businesses grow their online presence through social media platforms.

    • They offer a range of services including social media strategy, content creation, and advertising campaigns.

    • The company has worked with clients from various industries such as fashion, technology, and food.

    • They have a strong track record of de...

  • Answered by AI
  • Q3. What made you apply for this company and post?
  • Ans. 

    I applied for this company and post because of its strong reputation in the industry and its innovative approach to social media marketing.

    • The company has a strong reputation in the industry

    • The company is known for its innovative approach to social media marketing

    • The company's values align with my own

    • I am impressed by the company's previous successful campaigns

    • The opportunity to learn and grow in a dynamic and fast-pac

  • Answered by AI
  • Q4. Tell us about past experiences and how would it help in the position you are applying for.
  • Ans. 

    I have previous experience managing social media accounts for a non-profit organization, which has given me valuable skills in content creation and community engagement.

    • Managed social media accounts for a non-profit organization

    • Developed and implemented content strategies to increase engagement

    • Created and curated engaging content, including graphics and videos

    • Monitored and responded to comments and messages from follow...

  • Answered by AI
Round 2 - Aptitude Test 

(3 Questions)

Round duration - 20 Minutes
Questions were given about job candidate background, job posting and new ideas for the position applied for.

  • Q1. What is your educational background?
  • Ans. 

    I have a Bachelor's degree in Marketing with a focus on Social Media and Digital Marketing.

    • Bachelor's degree in Marketing

    • Focus on Social Media and Digital Marketing

  • Answered by AI
  • Q2. What skills do you think are required for the post you are applying for?
  • Ans. 

    Skills required for Social Media Marketing Intern

    • Strong understanding of social media platforms and their algorithms

    • Excellent written and verbal communication skills

    • Ability to create engaging and shareable content

    • Knowledge of social media analytics and reporting

    • Basic graphic design skills

    • Understanding of target audience and market trends

    • Ability to work in a fast-paced and deadline-driven environment

    • Creativity and abili...

  • Answered by AI
  • Q3. Why do you want to work for this company?
  • Ans. 

    I am passionate about social media marketing and believe in the company's mission.

    • I have a strong interest in social media marketing and have been following the company's success in this field.

    • I believe in the company's mission and values, and want to contribute to its growth.

    • I am impressed by the company's innovative approach to social media marketing and want to be a part of it.

    • I have experience in managing social me...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundAt the time of the interview, I had 0 Years (fresher) of experience. My academic qualification is BE from SVIT, Vasad.GAOTek interview preparation:Topics to prepare for the interview - Self introduction
What does the company do.
How can I be useful towards the company
Why do I want the position and company I am applying for.Resources to prepare for this interview - Google, professional content makers on social media for tips and tricks, LinkedIn.Tips for other job seekers - Keep the answers for most generic questions prepared before going for the interview. Example, tell us about yourself, you strength and weakness, why this company, why this role, etc.Final outcome of the interviewAwaiting Outcome

Celsior Technologies Interview FAQs

How many rounds are there in Celsior Technologies interview?
Celsior Technologies interview process usually has 3-4 rounds. The most common rounds in the Celsior Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Celsior 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 Celsior Technologies. The most common topics and skills that interviewers at Celsior Technologies expect are OOPS, Web Api, .Net, .Net Core and C#.
What are the top questions asked in Celsior Technologies interview?

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

  1. Name some exceptions and how to handle th...read more
  2. How to handle frames , nested fra...read more
  3. How to handle web table eleme...read more

Tell us how to improve this page.

Celsior Technologies Interview Process

based on 5 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 905 Interviews
View all

Celsior Technologies Reviews and Ratings

based on 37 reviews

3.2/5

Rating in categories

3.1

Skill development

3.3

Work-life balance

3.7

Salary

2.9

Job security

3.1

Company culture

3.0

Promotions

3.1

Work satisfaction

Explore 37 Reviews and Ratings
Technical Lead
37 salaries
unlock blur

₹20 L/yr - ₹37 L/yr

Module Lead
15 salaries
unlock blur

₹16.6 L/yr - ₹34.8 L/yr

Senior Technical Lead
10 salaries
unlock blur

₹26.4 L/yr - ₹38 L/yr

Software Engineer
8 salaries
unlock blur

₹6 L/yr - ₹15.8 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Explore more salaries
Compare Celsior Technologies with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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