Upload Button Icon Add office photos
Engaged Employer

i

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

Cigniti Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cigniti Technologies Qa Automation Testing Engineer Interview Questions and Answers

Updated 14 Oct 2024

Cigniti Technologies Qa Automation Testing Engineer Interview Experiences

1 interview found

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Request specification and response specification
  • Q2. Explain about selenium waits
  • Ans. 

    Selenium waits are used to make the automation script wait for a certain condition to be met before proceeding.

    • Selenium provides different types of waits such as implicit wait, explicit wait, and fluent wait.

    • Implicit wait sets a default waiting time for the elements to be found before throwing an exception.

    • Explicit wait allows the automation script to wait for a specific condition to be met before proceeding.

    • Fluent wai...

  • Answered by AI
  • Q3. Explain about oops
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

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

  • Answered by AI
  • Q4. Query and path parameters

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Nov 2021. There were 5 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 - Aptitude Test 

Medium level Aptitude questions,and basic coding knowledge required to clear the First round

Round 3 - Assignment 

Communication skill Assessment

Round 4 - Technical 

(5 Questions)

  • Q1. Core Java Questions,few may ask to write basic program in Java/C/python
  • Q2. Write a program to print Fibonacci series
  • Ans. 

    Program to print Fibonacci series

    • Declare two variables to store the first two numbers of the series

    • Use a loop to generate the next numbers in the series

    • Print each number as it is generated

  • Answered by AI
  • Q3. Program to Print palindrome
  • Ans. 

    Program to print palindrome

    • A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward

    • To check if a string is a palindrome, we can compare the first and last characters, then the second and second-to-last characters, and so on

    • If all pairs match, the string is a palindrome

    • We can use a loop to iterate through the string and compare the characters

  • Answered by AI
  • Q4. Program to print average of number series
  • Ans. 

    Program to print average of number series

    • Create a variable to store the sum of the numbers in the series

    • Create a variable to store the count of numbers in the series

    • Loop through the series and add each number to the sum variable

    • Increment the count variable for each number in the series

    • Calculate the average by dividing the sum by the count

    • Print the average

  • Answered by AI
  • Q5. Program to print sum of 2 numbers
  • Ans. 

    Program to print sum of 2 numbers

    • Declare 2 variables to store the numbers

    • Add the variables and store the result in another variable

    • Print the result

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Self Intro,Fav movie and why is it favourite,Hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with aptitude and Java.All the best🙂

I applied via Naukri.com and was interviewed in Jan 2022. 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 - Aptitude Test 

Math, logical reasoning, verbal communication

Round 3 - Technical 

(1 Question)

  • Q1. Java basic programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Must know about testing Manual and Automation tool
Create test plan , write test scenario, Write and execution of test case
Error, Defect,bug tracking, SDLC,STLC Agile methodology, functional testing, Database Testing, GUI testing, Exploratory testing,Black Box testing, white Box testing,V Model,QA,QC, severity, Priority

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain Agile and agile scrum ceremony
  • Ans. 

    Agile is a methodology that emphasizes flexibility and collaboration. Agile Scrum is a framework for implementing Agile.

    • Agile focuses on delivering working software in short iterations

    • Agile values individuals and interactions over processes and tools

    • Agile encourages customer collaboration and responding to change

    • Agile Scrum includes ceremonies such as Sprint Planning, Daily Stand-up, Sprint Review, and Sprint Retrospec...

  • Answered by AI
  • Q2. Select an element from drop down
  • Ans. 

    To select an element from a drop down, locate the drop down element and use the select class in Selenium.

    • Locate the drop down element using findElement() method

    • Create an object of Select class using the drop down element

    • Use selectByVisibleText(), selectByValue() or selectByIndex() method to select the desired option

  • Answered by AI
  • Q3. How to check if for every steps we have steps written in step definition file
  • Ans. 

    To check if every step has a corresponding step definition, we can use a code coverage tool.

    • Use a code coverage tool to analyze the step definition file and identify any missing steps

    • Ensure that all steps in the feature file are covered by the step definition file

    • Regularly review and update the step definition file to ensure it stays up-to-date with the feature file

  • Answered by AI
  • Q4. Reverse an integer in java
  • Ans. 

    Reverse an integer in Java

    • Convert integer to string using Integer.toString()

    • Use StringBuilder to reverse the string

    • Convert the reversed string back to integer using Integer.parseInt()

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Only four questions he asked.seems interviewer Pavan Kumar was busy somewhere else.

Skills evaluated in this interview

I was interviewed before Oct 2021.

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. Prject architecture and your role
  • Q2. Automation Frameworks related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please inform clearly to candidates about the interview process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Average.......,....

Round 2 - Coding Test 

Medium level of difficulties

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.

    • 5 years of experience in QA Automation Testing

    • Proficient in creating and executing test cases

    • Strong knowledge of automation tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Familiar with Agile methodology

  • Answered by AI
  • Q2. Tell me about your family
  • Q3. How was your day
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Normal aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about Oops concept
  • Ans. 

    Oops concept stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • Oops concept focuses on creating objects that contain data in the form of fields (attributes) and code in the form of procedures (methods).

    • Encapsulation, inheritance, polymorphism, and abstraction are the four main principles of Oops concept.

    • Encapsulation refers to the bundling of data and methods th...

  • Answered by AI
  • Q2. Situation based hr questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between hash map and hash table
  • Ans. 

    HashMap is non-synchronized and allows null values and keys, while HashTable is synchronized and does not allow null values or keys.

    • HashMap is non-synchronized and not thread-safe, while HashTable is synchronized and thread-safe.

    • HashMap allows null values and keys, while HashTable does not allow null values or keys.

    • HashMap is generally preferred over HashTable for non-thread-safe operations due to better performance.

  • Answered by AI
  • Q2. What is final finally finalize
  • Ans. 

    final, finally, and finalize are keywords in Java used for different purposes.

    • final is a keyword used to declare constants, prevent method overriding, and prevent inheritance.

    • finally is a block of code that is always executed, whether an exception is thrown or not.

    • finalize is a method used for cleanup operations before an object is garbage collected.

  • Answered by AI
  • Q3. What is idempotent in API
  • Ans. 

    Idempotent in API means that making the same request multiple times has the same effect as making it once.

    • Idempotent operations produce the same result regardless of how many times they are called.

    • GET and PUT requests are typically idempotent, while POST requests are not.

    • For example, sending a PUT request to update a resource should have the same result whether it is sent once or multiple times.

  • Answered by AI
  • Q4. Pillars of JAVA and explain with example
  • Ans. 

    The pillars of JAVA are Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables with public getter and setter methods.

    • Polymorphism: Ability of a method to do different things based on the ob...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2022. There were 5 interview rounds.

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 - Aptitude Test 

I don't remember what they gave

Round 3 - Coding Test 

Java program about selenium web driver previous experience and project

Round 4 - One-on-one 

(1 Question)

  • Q1. It is a manager round asked about current project and scenario based questions about jira bug tracking and sql
Round 5 - HR 

(1 Question)

  • Q1. Just about date of joining and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please speak more and explain more elaborate on all the topics they ask
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python concept related prpgrams
  • Q2. Multithreaded related questions

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Qa Automation Testing Engineer interview?
Cigniti Technologies interview process usually has 1 rounds. The most common rounds in the Cigniti Technologies interview process are Technical.
What are the top questions asked in Cigniti Technologies Qa Automation Testing Engineer interview?

Some of the top questions asked at the Cigniti Technologies Qa Automation Testing Engineer interview -

  1. Explain about selenium wa...read more
  2. explain about o...read more
  3. Request specification and response specificat...read more

Tell us how to improve this page.

Cigniti Technologies Qa Automation Testing Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Cigniti Technologies Qa Automation Testing Engineer Salary
based on 4 salaries
₹6 L/yr - ₹16.5 L/yr
42% more than the average Qa Automation Testing Engineer Salary in India
View more details

Cigniti Technologies Qa Automation Testing Engineer Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.6

Salary

3.6

Job security

4.3

Company culture

2.9

Promotions

4.3

Work satisfaction

Explore 2 Reviews and Ratings
Senior Test Engineer
609 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
513 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
389 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
358 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
262 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cigniti Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

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