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
3.8

based on 621 Reviews

Filter interviews by

Cigniti Technologies Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top Cigniti Technologies Interview Questions and Answers

View all 73 questions

Cigniti Technologies Interview Experiences

Popular Designations

76 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 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)

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)
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)
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)

Cigniti Technologies interview questions for popular designations

 Senior Engineer

 (6)

 Project Lead

 (4)

 Automation Engineer

 (3)

 Technical Lead

 (3)

 Test Architect

 (3)

 Test Engineer

 (3)

 Associate Engineer

 (2)

 Automation Test Engineer

 (2)

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)

Get interview-ready with Top Cigniti Technologies Interview Questions

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)

Jobs at Cigniti Technologies

View all

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 (7)
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 (54)

Test Consultant-TCOE Interview Questions & Answers

user image Anonymous

posted on 24 Jun 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Stated with SDLC and STLC process and continued ....
  • Q2. Various QA activity's we do for the project

Interview Preparation Tips

Interview preparation tips for other job seekers - They conducted 5 rounds and took documents for releasing offer letter, but no response from past few months
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technology related question on basics if API
Round 2 - Technical 

(1 Question)

  • Q1. Manager level discussion - Technologies and Frameworks
  • Ans. Framework Structure overview and Technologies usage over the experience
  • Answered Anonymously
Round 3 - Technical 

(2 Questions)

  • Q1. Client Interview - Technologies and Frameworks
  • Q2. Framework explanation and Technologies usage
  • Ans. 

    Frameworks are tools that provide structure and guidelines for developing software applications. Technologies are the specific tools and languages used in development.

    • Frameworks like Angular, React, and Spring provide pre-built components and architecture for web development.

    • Technologies like HTML, CSS, JavaScript, Java, and SQL are commonly used in software development.

    • Choosing the right framework and technologies dep...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cigniti Technologies Senior Engineer interview:
  • QA Testing
  • Automation Testing
  • API

Skills evaluated in this interview

Senior Engineer Interview Questions asked at other Companies

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

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 32 interviews in last 1 year

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
KPIT Technologies Interview Questions
3.5
 • 293 Interviews
CitiusTech Interview Questions
3.4
 • 266 Interviews
View all

Cigniti Technologies Reviews and Ratings

based on 621 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-life balance

3.6

Salary

3.6

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 621 Reviews and Ratings
Automation Test Engineer

Bangalore / Bengaluru

5-10 Yrs

₹ 10-20 LPA

Cypress Automation Professional

Hyderabad / Secunderabad

4-9 Yrs

Not Disclosed

Cypress & JavaScript Professional

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Test Engineer
620 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Senior Engineer
506 salaries
unlock blur

₹6.5 L/yr - ₹24.4 L/yr

Test Lead
386 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Test Engineer
360 salaries
unlock blur

₹4 L/yr - ₹12.5 L/yr

Project Lead
255 salaries
unlock blur

₹10.2 L/yr - ₹29 L/yr

Explore more salaries
Compare Cigniti Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.7
Compare

HCLTech

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