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 Interview Questions, Process, and Tips

Updated 28 Feb 2025

Top Cigniti Technologies Interview Questions and Answers

View all 73 questions

Cigniti Technologies Interview Experiences

Popular Designations

79 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. How to extract data from CSV when there is no JSON available to input API
  • Ans. 

    Use a CSV parser library to extract data from CSV files.

    • Use a CSV parser library like Apache Commons CSV or OpenCSV to read and extract data from CSV files.

    • Identify the structure of the CSV file (e.g. delimiter, headers) to properly parse the data.

    • Iterate through the CSV file to extract the desired data fields.

    • Handle any data formatting or transformations needed during extraction.

    • Store the extracted data in a suitable

  • Answered by AI
  • Q2. What is singleton pattern and where did you use in your framework
  • Ans. 

    Singleton pattern is a design pattern that restricts the instantiation of a class to one object.

    • Singleton pattern ensures that a class has only one instance and provides a global point of access to it.

    • It is commonly used in scenarios where only a single instance of a class is needed, such as managing database connections or configuration settings.

    • In a test automation framework, singleton pattern can be used to create a...

  • Answered by AI
  • Q3. What is run-time polymorphism and where did you use in your framework
  • Ans. 

    Run-time polymorphism is the ability of a method to do different things based on the object it is acting upon.

    • Run-time polymorphism is achieved through method overriding in inheritance.

    • It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • An example of run-time polymorphism is when a parent class reference variable is used to refer to a child class object.

  • Answered by AI
  • Q4. From a String extract letters, digits, Special characters and display as individual strings
  • Ans. 

    Extract letters, digits, and special characters from a string and display as individual strings

    • Use regular expressions to extract letters, digits, and special characters

    • Split the string based on the extracted characters

    • Store the individual strings in an array

  • Answered by AI

Skills evaluated in this interview

Test Architect Quality Assurance Lead Interview Questions asked at other Companies

Q1. How to extract data from CSV when there is no JSON available to input API
View answer (1)
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 asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

QA Engineer Interview Questions & Answers

user image chinmaya muduli

posted on 28 Feb 2025

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

Written test was happen with reasoning and English grammar

Round 2 - Coding Test 

Basic java concept like opps

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2024

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

Java programs and oops cocepts

Round 2 - Technical 

(1 Question)

  • Q1. Java programs and project questions

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Cigniti Technologies interview questions for popular designations

 Senior Engineer

 (6)

 Project Lead

 (4)

 Technical Lead

 (3)

 Automation Engineer

 (3)

 Test Engineer

 (3)

 Automation Test Engineer

 (3)

 Test Architect

 (3)

 QA Engineer

 (3)

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

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java Program and given Enough time to solve

Round 2 - Technical 

(2 Questions)

  • Q1. Sterilization and Deserialization
  • Q2. Set and List difference
  • Ans. 

    Sets do not allow duplicate elements, while lists allow duplicate elements.

    • Sets do not maintain insertion order, while lists maintain insertion order.

    • Sets are implemented using HashSet, TreeSet, or LinkedHashSet in Java, while lists are implemented using ArrayList or LinkedList.

    • Sets are used when you want to ensure uniqueness of elements, while lists are used when you want to allow duplicates.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 2 rounds once you cleared there will be HR round. HR was very supportive and she referred me to another project

Skills evaluated in this interview

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)

Get interview-ready with Top Cigniti Technologies Interview Questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why automation is more efficient than manual testing.
  • Ans. 

    Automation is more efficient than manual testing due to faster execution, repeatability, scalability, and coverage.

    • Automation allows for faster execution of test cases compared to manual testing.

    • Automated tests can be easily repeated multiple times without human error.

    • Automation can be scaled to run tests on multiple configurations and environments simultaneously.

    • Automated tests can cover a wider range of scenarios and...

  • Answered by AI
  • Q2. Tools used for data base testing
  • Ans. 

    Tools commonly used for database testing include SQL Server Management Studio, MySQL Workbench, and Oracle SQL Developer.

    • SQL Server Management Studio

    • MySQL Workbench

    • Oracle SQL Developer

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Jobs at Cigniti Technologies

View all

Test Architect Interview Questions & Answers

user image Ankita Maitra

posted on 19 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Framework explanation, no of frameworks worked upon, odd no program using Java 8 ,group by function, how to parss json, ci cd pipeline, java usage in framework,
Round 2 - Technical 

(1 Question)

  • Q1. Same types of questions like Excel reader data using selenium, emp table having the third highest salary

Interview Preparation Tips

Topics to prepare for Cigniti Technologies Test Architect interview:
  • Java
  • oops concept
  • data table web
  • SQL basics

Test Architect Interview Questions asked at other Companies

Q1. Can we override interface. If yes how its done and if not why not
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write xpath for given feature in Flipkart website
  • Ans. 

    Xpath for a feature in Flipkart website

    • Use Chrome DevTools to inspect the element and generate xpath

    • Start with double forward slash (//) to select any element on the page

    • Use attributes like class, id, text, etc. to narrow down the selection

    • Consider using contains() function for dynamic elements

  • Answered by AI
  • Q2. Explain testing annotations
  • Ans. 

    Testing annotations are used in automation testing to provide additional information about test methods.

    • Annotations are used to provide metadata about the test methods in automation testing frameworks.

    • Annotations can be used to specify the order of test execution, dependencies between tests, and other configurations.

    • Examples of testing annotations include @Test, @Before, @After, @DataProvider, @Parameters, etc.

  • Answered by AI
  • Q3. Explain static and runtime polymorphism
  • Ans. 

    Static polymorphism is resolved at compile time while runtime polymorphism is resolved at runtime.

    • Static polymorphism is achieved through function overloading and operator overloading.

    • Examples of static polymorphism include compile-time polymorphism in C++.

    • Runtime polymorphism is achieved through virtual functions and function overriding.

    • Examples of runtime polymorphism include dynamic polymorphism in Java.

  • Answered by AI

Skills evaluated in this interview

Senior Automation Engineer Interview Questions asked at other Companies

Q1. 1. Print numbers from 1 to 100 without using any loop ? 2. How do you take out duplicate values from array without using any set ? if you iterate the array and take out unique values , how do you do it for 2lakh items in less time? 3. Diffe... read more
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 20 Sep 2024

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

(1 Question)

  • Q1. Program for output a1bb2cc3
  • Ans. 

    Program to output a1bb2cc3

    • Create an array of strings with 'a', 'b', 'c'

    • Loop through the array and concatenate the index + 1 with the string element

  • Answered by AI

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Self intruduction
  • Q2. Project exaplaination

Senior Engineer Interview Questions asked at other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
View answer (57)

Cigniti Technologies Interview FAQs

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

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

  1. Help me understand If I need to take over a higher-privilege account with an ex...read more
  2. What is manual and automation testing What type of bug occure doing project Dif...read more
  3. 3. WAP to print all the alphabets only from the below string - I/p: "selenium 1...read more
How long is the Cigniti Technologies interview process?

The duration of Cigniti Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cigniti Technologies Interview Process

based on 60 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Cigniti Technologies Reviews and Ratings

based on 667 reviews

3.7/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.5

Salary

3.5

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 667 Reviews and Ratings
AI Architect

Hyderabad / Secunderabad,

Greater Noida

12-19 Yrs

₹ 45-60 LPA

Python Automation Architect

Pune,

Bangalore / Bengaluru

10-14 Yrs

Not Disclosed

Domain Testing SME / Program Manager

Pune

12-16 Yrs

Not Disclosed

Explore more jobs
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