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

Updated 20 Feb 2025

Cigniti Technologies Automation Test Engineer Interview Experiences

3 interviews found

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 May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is M2 in Maven?
  • Ans. 

    M2 in Maven refers to the directory where Maven stores all the downloaded dependencies for a project.

    • M2 is the default directory where Maven stores all the downloaded dependencies for a project.

    • It is located in the user's home directory under a folder named '.m2'.

    • This directory contains subdirectories like 'repository' where all the project dependencies are stored.

  • Answered by AI
  • Q2. What is Scenario Outline? What is Background and how it is different from Hooks?
  • Ans. 

    Scenario Outline is used in Gherkin to run the same scenario multiple times with different inputs. Background sets up preconditions for all scenarios. Hooks are used for setup and teardown tasks.

    • Scenario Outline is used to run the same scenario with different inputs by using placeholders in the steps.

    • Background is used to set up preconditions that apply to all scenarios in a feature file.

    • Hooks are used for setup and te...

  • Answered by AI
  • Q3. Java program in Array , highest profit on being and selling books. {1,7,4,9,5} . Buy books on monday, Tuesday...Friday for 1 rs, 7 rs, ...5rs respectfully. Sold then on any day eg Thursday you sold by buin...
  • Ans. 

    Java program to find maximum profit from buying and selling books on different days.

    • Create an array to store the prices of books on different days

    • Iterate through the array to find the maximum profit by buying on one day and selling on another

    • Calculate profit by subtracting buying price from selling price

    • Return the maximum profit obtained

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Interview Questions & Answers

user image SHAIK MOHAMMED SHAFIULLA

posted on 20 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic c# concepts and basic selenium concepts

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more

I was interviewed in Feb 2022.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of selenium and Java. Also asked to explain framework. Do brush up core java concepts like oops, static, final
Round 2 - Behavioral 

(1 Question)

  • Q1. This round was with the Project director. Mostly situational based questions were asked.
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Tell me about yourself.
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up core java topics well. Also selenium basics are a must. In the director round just stay confident in what you answer.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rate your expertize on the scale of 5
  • Q2. Write the code in notepad by sharing your screen
  • Ans. 

    Code writing task for Automation Test Engineer position

    • Open Notepad

    • Write code for the given task

    • Share screen to show the code

    • Ensure code is well-structured and follows best practices

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain your automation framework
  • Ans. 

    My automation framework is a hybrid framework that uses both data-driven and keyword-driven approaches.

    • The framework is built using Selenium WebDriver and TestNG.

    • It uses Excel sheets to store test data and Apache POI library to read/write data from/to Excel.

    • The framework has a modular structure with reusable functions and libraries.

    • It uses Page Object Model design pattern to maintain object repository.

    • The framework gen...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Reason of leaving previous organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for technical questions and strudy about coding

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. BDD framework
  • Q2. Testng Screenshot
  • Q3. Extent report Wait
  • Q4. Screenshot X-path

Interview Questionnaire 

1 Question

  • Q1. Basic java,selenium, sql, api,

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Python dictionary
  • Q2. Python functions

Interview Preparation Tips

Interview preparation tips for other job seekers - Machine learning , ie learning full function related Oops concepts required must
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to print how many integer and character from a given string. Input:"nAJh4837sj"
  • Ans. 

    A program to count the number of integers and characters in a given string.

    • Iterate through each character in the string and check if it is an integer or a character.

    • Use isdigit() function to check if a character is an integer.

    • Keep separate counters for integers and characters.

    • Return the counts of integers and characters at the end.

  • Answered by AI
  • Q2. Diff btw Final vs finally vs finalize
  • Ans. 

    Final is a keyword in Java used to restrict inheritance, finally is a block used in exception handling, and finalize is a method used for cleanup.

    • Final is a keyword in Java used to restrict inheritance or prevent method overriding.

    • Finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • Finalize is a method in Java used for cleanup operations befo

  • Answered by AI
  • Q3. Diff btw assertion vs validation/verification
  • Ans. 

    Assertion is a statement that checks if a condition is true, while validation/verification is the process of confirming that a product meets specified requirements.

    • Assertion is used to validate the expected outcome of a test case.

    • Validation/verification is the process of checking if the product meets the specified requirements.

    • Assertions are typically used within test scripts to verify the expected behavior of the syst...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Automation Test Engineer interview:
  • Java
  • Selenium
Interview preparation tips for other job seekers - Prepare java programming and diff btw type questions.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basis of knowledge and confidence, process and problem solving skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of whatever you know and be confident in your area.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Questions of moderate difficulty.

Round 2 - Coding Test 

Moderate level of questions

Round 3 - Technical 

(2 Questions)

  • Q1. String programs.... Reverse program
  • Q2. SQL query
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion, relocation

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Automation Test Engineer interview?
Cigniti Technologies interview process usually has 1-2 rounds. The most common rounds in the Cigniti Technologies interview process are Technical, HR and Coding Test.
How to prepare for Cigniti Technologies Automation Test Engineer 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 Cigniti Technologies. The most common topics and skills that interviewers at Cigniti Technologies expect are Selenium, Automation Testing, Java, Cucumber and Test Engineering.
What are the top questions asked in Cigniti Technologies Automation Test Engineer interview?

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

  1. Java program in Array , highest profit on being and selling books. {1,7,4,9,5} ...read more
  2. What is Scenario Outline? What is Background and how it is different from Hoo...read more
  3. What is M2 in Mav...read more

Tell us how to improve this page.

Cigniti Technologies Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Cigniti Technologies Automation Test Engineer Salary
based on 127 salaries
₹3.6 L/yr - ₹10.1 L/yr
8% less than the average Automation Test Engineer Salary in India
View more details

Cigniti Technologies Automation Test Engineer Reviews and Ratings

based on 14 reviews

3.7/5

Rating in categories

3.7

Skill development

3.9

Work-life balance

3.9

Salary

3.9

Job security

4.0

Company culture

3.7

Promotions

3.7

Work satisfaction

Explore 14 Reviews and Ratings
Senior Test Engineer
604 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
545 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
390 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
359 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
264 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