Upload Button Icon Add office photos

Filter interviews by

Celsior Technologies Senior Software Quality Assurance Engineer Interview Questions, Process, and Tips

Updated 5 Jun 2024

Celsior Technologies Senior Software Quality Assurance Engineer Interview Experiences

1 interview found

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

I appeared for an interview 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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals

Interview Questionnaire 

1 Question

  • Q1. Concepts

Interview Questionnaire 

1 Question

  • Q1. Concepts
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

Questions on quant and maths

Round 2 - Coding Test 

Related to collections

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Array tasks on given platform

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions on core java
Round 3 - One-on-one 

(1 Question)

  • Q1. About frontend technology questions

Interview Preparation Tips

Interview preparation tips for other job seekers - study every topic in detail. oops, collection, exception handling
Round 1 - Coding Test 

They will give you a leet code test.

Round 2 - Technical 

(2 Questions)

  • Q1. Technical round with a few coding questions. API to get the employee.
  • Q2. API to update the salary of the employee
  • Ans. 

    API endpoint to update employee salary

    • Create a PUT request endpoint with employee ID and new salary as parameters

    • Verify user authentication and authorization before updating the salary

    • Update the salary in the database and return success message

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews take too long and repetitive questions on multiple rounds

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude questions, quantitative and qualitative questions

Round 2 - Coding Test 

1 medium coding question. Preferably write in Java. Add commands to explain your code along with time and space complexity

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview round where ask about general DSA questions, SQL along with practical questions.
  • Q2. A variant of bubble sort
  • Ans. 

    Cocktail sort is a variant of bubble sort that sorts in both directions.

    • Also known as bidirectional bubble sort or shaker sort.

    • It starts with the first element and compares it with the next one, swapping if necessary.

    • Then it moves to the last element and compares it with the previous one, swapping if necessary.

    • It continues until no more swaps are needed.

    • It is more efficient than bubble sort for large lists with many ou

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have knowledge about DSA.
Writing in Java is more preferable.

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on caching. Consistency

Celsior Technologies Interview FAQs

How many rounds are there in Celsior Technologies Senior Software Quality Assurance Engineer interview?
Celsior Technologies interview process usually has 3 rounds. The most common rounds in the Celsior Technologies interview process are Technical and HR.
What are the top questions asked in Celsior Technologies Senior Software Quality Assurance Engineer interview?

Some of the top questions asked at the Celsior Technologies Senior Software Quality Assurance Engineer 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 Senior Software Quality Assurance Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Technical Lead
35 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
11 salaries
unlock blur

₹26.4 L/yr - ₹38 L/yr

Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹16.6 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Explore more salaries
Compare Celsior Technologies with

Reliance Communications

4.0
Compare

Henry Harvin Education

3.7
Compare

GAO Tek

4.4
Compare

Tata Teleservices

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