Upload Button Icon Add office photos

Cybage

Compare button icon Compare button icon Compare

Filter interviews by

Cybage Senior Quality Engineer Interview Questions and Answers for Experienced

Updated 15 Mar 2024

Cybage Senior Quality Engineer Interview Experiences for Experienced

1 interview found

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

(5 Questions)

  • Q1. How to read data from Excel using selenium ?
  • Ans. 

    You can read data from Excel using Selenium by using Apache POI library.

    • Use Apache POI library to interact with Excel files in Selenium

    • Create a FileInputStream object to read the Excel file

    • Use WorkbookFactory to create a workbook object from the FileInputStream

    • Get the desired sheet from the workbook using getSheet() method

    • Iterate through rows and cells to read data from Excel sheet

  • Answered by AI
  • Q2. Git basic command
  • Q3. Soft and hard assertion ?
  • Q4. Testng and webdriver listeners?
  • Q5. Write a java code to find max no. From array
  • Ans. 

    Java code to find max number from array of strings

    • Convert array of strings to array of integers using Integer.parseInt()

    • Initialize max variable with Integer.MIN_VALUE

    • Iterate through array and update max if current element is greater

    • Return max value

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

They mainly check vocabulary and fluency and interaction

Round 2 - One-on-one 

(2 Questions)

  • Q1. Where do you see yourself in next 5 years?
  • Ans. 

    In the next 5 years, I see myself growing into a senior QA Engineer role, leading a team, and contributing to the development of innovative testing strategies.

    • Continuing to enhance my technical skills in automation testing and performance testing

    • Taking on more responsibilities such as mentoring junior QA engineers

    • Contributing to process improvements within the QA team

    • Possibly pursuing certifications in QA or related fi...

  • Answered by AI
  • Q2. How do describe v-model?
  • Ans. 

    V-model is a software development model that emphasizes the relationship between each phase of development and its corresponding testing phase.

    • V-model is a sequential path of the waterfall model where testing is done in parallel with the development phase.

    • Each phase must be completed before the next phase begins.

    • It involves verification and validation activities at each stage to ensure high-quality software.

    • The V-shape...

  • Answered by AI

Skills evaluated in this interview

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

Basic aptitude questions and pseudo codes

Round 2 - Technical 

(2 Questions)

  • Q1. Basic programs which we generally get online
  • Q2. Some technical questions on programming language and some situation based quesions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning and adapting to new situations
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Case Study 

Quite tough and interesting and good questions

Round 2 - Coding Test 

Quite tough and interesting and goodnpanel of members

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain Java OOPS concepts
  • Ans. 

    Java OOPS concepts include 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 implementation details and showing only the necessary features.

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. WHat are object litrals
  • Ans. 

    Object literals are a way to define objects in JavaScript using a simple syntax of key-value pairs.

    • Defined using curly braces: `{ key: value }`.

    • Keys can be strings or identifiers, e.g., `{ name: 'John', age: 30 }`.

    • Values can be any data type: strings, numbers, arrays, functions, etc.

    • Example: `const person = { name: 'Alice', greet: function() { return 'Hello'; } };`.

    • Supports nested objects: `const car = { make: 'Toyota'

  • Answered by AI
  • Q2. Code to find prime number
  • Ans. 

    A prime number is a natural number greater than 1 that cannot be formed by multiplying two smaller natural numbers.

    • A prime number has exactly two distinct positive divisors: 1 and itself.

    • Examples of prime numbers include 2, 3, 5, 7, 11, and 13.

    • The number 1 is not considered a prime number.

    • To check if a number n is prime, test divisibility from 2 to the square root of n.

    • If n is divisible by any number in that range, it

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regression testing
  • Q2. Defect cycle
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Regression testing
  • Q2. Defect cycle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Experience is good

Cybage Interview FAQs

How many rounds are there in Cybage Senior Quality Engineer interview for experienced candidates?
Cybage interview process for experienced candidates usually has 1 rounds. The most common rounds in the Cybage interview process for experienced candidates are Technical.
How to prepare for Cybage Senior Quality Engineer interview for experienced candidates?
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 Cybage. The most common topics and skills that interviewers at Cybage expect are Load Runner, Performance Testing, Selenium, Automation and Automation Testing.
What are the top questions asked in Cybage Senior Quality Engineer interview for experienced candidates?

Some of the top questions asked at the Cybage Senior Quality Engineer interview for experienced candidates -

  1. How to read data from Excel using seleniu...read more
  2. Write a java code to find max no. From ar...read more
  3. Testng and webdriver listene...read more

Tell us how to improve this page.

Cybage Senior Quality Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
Cybage Senior Quality Engineer Salary
based on 49 salaries
₹7.1 L/yr - ₹14 L/yr
21% more than the average Senior Quality Engineer Salary in India
View more details

Cybage Senior Quality Engineer Reviews and Ratings

based on 6 reviews

2.9/5

Rating in categories

2.7

Skill development

3.1

Work-life balance

2.5

Salary

2.5

Job security

3.2

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
3.4k salaries
unlock blur

₹2.7 L/yr - ₹12.8 L/yr

Senior Software Engineer
2k salaries
unlock blur

₹6 L/yr - ₹19.8 L/yr

QA Engineer
1k salaries
unlock blur

₹3.9 L/yr - ₹11 L/yr

Senior QA Engineer
776 salaries
unlock blur

₹6.2 L/yr - ₹15 L/yr

System Analyst
747 salaries
unlock blur

₹9.6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cybage with

Mphasis

3.4
Compare

eClerx

3.3
Compare

L&T Technology Services

3.3
Compare

Coforge

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