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 613 Reviews

Filter interviews by

Cigniti Technologies Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Cigniti Technologies Interview Questions and Answers

View all 73 questions

Cigniti Technologies Interview Experiences

Popular Designations

75 interviews found

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.

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)

I applied via Naukri.com and was interviewed before Aug 2021. There were 4 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 - One-on-one 

(2 Questions)

  • Q1. About Yourself and Explain
  • Q2. Your Roles & Experiences
Round 3 - Technical 

(2 Questions)

  • Q1. Architecture & Complexities
  • Q2. Technologies worked on and solutions provided for load testing
  • Ans. 

    I have worked on various load testing tools and technologies such as JMeter, LoadRunner, and Gatling.

    • Experience in creating and executing load test scenarios

    • Expertise in analyzing test results and identifying performance bottlenecks

    • Provided solutions for improving application performance

    • Familiarity with cloud-based load testing solutions like BlazeMeter and LoadNinja

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General Discussions and Negotiations around Package
  • Q2. Regarding Role Changes

Interview Preparation Tips

Topics to prepare for Cigniti Technologies Performance Test Manager interview:
  • Performance Testing Concepts
  • Application Architecture
  • Challenges we faced
  • Solutions provided
  • Ability to work independantly
Interview preparation tips for other job seekers - It was good interview in all rounds and currently I am working with same people who interviewed me.

Skills evaluated in this interview

Performance Test Manager Interview Questions asked at other Companies

Q1. Technologies worked on and solutions provided for load testing
View answer (1)

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain current project framework
  • Ans. 

    Our current project framework is based on Selenium WebDriver and TestNG.

    • We use Selenium WebDriver for automating web application testing.

    • TestNG is used for test management and reporting.

    • We follow Page Object Model design pattern for better code maintainability.

    • We use Maven for project build and dependency management.

    • We integrate with Jenkins for continuous integration and deployment.

  • Answered by AI
  • Q2. 2. WAP to reverse a string using while loop.
  • Ans. 

    WAP to reverse a string using while loop.

    • Declare a string variable and initialize it with the input string

    • Declare an empty string variable to store the reversed string

    • Use a while loop to iterate through the input string from the end to the beginning

    • Append each character to the empty string variable

    • Print the reversed string

  • Answered by AI
  • Q3. 3. WAP to print all the alphabets only from the below string - I/p: "selenium 123java456", o/p: "seleniumjava"
  • Ans. 

    Write a program to print all the alphabets from a given string.

    • Loop through each character in the string

    • Check if the character is an alphabet using isalpha() function

    • If it is an alphabet, add it to a new string

    • Print the new string

  • Answered by AI
  • Q4. 4. Cucumber hooks and background
  • Q5. 5. How do u start designing framework?
  • Ans. 

    Designing a framework involves identifying the scope, selecting the right tools, creating a structure, and implementing it.

    • Identify the scope of the framework

    • Select the right tools and technologies

    • Create a structure for the framework

    • Implement the framework and test it

    • Ensure the framework is scalable and maintainable

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were four rounds of interview -
1. Technical 1
2. Technical 2
3. Discussion with Project Director
4. HR Discussion

All the rounds were of 30 mins except the third one. It went for 15 mins discussion with project director.

Skills evaluated in this interview

Senior QA Engineer Interview Questions asked at other Companies

Q1. Combination SumYou are given an array/list ARR of N distinct positive integers. You are also given a non-negative integer B. Your task is to find all unique combinations in the array whose sum is equal to B. A number can be chosen any numbe... read more
View answer (2)
Round 1 - Technical 

(1 Question)

  • Q1. It's all related to technical questions only
Round 2 - HR 

(1 Question)

  • Q1. Fully technical questions only
Round 3 - HR 

(1 Question)

  • Q1. Just basic details and reason for changing job

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview experience with cigniti.

Senior Test Engineer 2 Interview Questions asked at other Companies

Q1. Difference between verification and validation
View answer (1)

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)

Round 1 - Technical 

(1 Question)

  • Q1. Ansible, Terraform, Git related questions
Round 2 - HR 

(1 Question)

  • Q1. General Questions not technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Place to learn work and grow............

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

Get interview-ready with Top Cigniti Technologies Interview Questions

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Interview two types one is internally and second one is client round. Once client round is clear you will get offer. Most probably resume mentioned questions.
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Am not sujest this organisation.

Jobs at Cigniti Technologies

View all

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

Round 1 - Technical 

(4 Questions)

  • Q1. Question on collection diff between hash map and table.
  • Q2. Can we override interface. If yes how its done and if not why not
  • Ans. 

    Yes, interfaces can be overridden in Java using the 'default' keyword.

    • Interfaces can be overridden in Java 8 or later using the 'default' keyword.

    • The 'default' keyword allows us to provide a default implementation for a method in an interface.

    • If a class implements an interface with a default method, it can choose to override the default implementation.

    • Overriding a default method is done by simply providing a new implem...

  • Answered by AI
  • Q3. Write a code to show overiding in java with real world solution
  • Ans. 

    Code example of method overriding in Java

    • Create a parent class with a method

    • Create a child class that extends the parent class and overrides the method

    • Instantiate the child class and call the method to see the overridden behavior

  • Answered by AI
  • Q4. Features of java8 and uses in the project
  • Ans. 

    Java8 features include lambda expressions, streams, and functional interfaces.

    • Lambda expressions provide concise syntax for functional programming.

    • Streams allow for efficient processing of large data sets.

    • Functional interfaces enable the use of lambda expressions.

    • Optional class helps to avoid null pointer exceptions.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round =Java, selenium, devops, CI/CD, writing of programs keep it handy.

Second round =Tram management, technical challenges faced and solutions provided

Skills evaluated in this interview

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)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2022

Round 1 - One-on-one 

(2 Questions)

  • Q1. Complete details about our day to day roles and responsibilities.
  • Q2. Webservices (using SOAP UI) related questions
Round 2 - Technical 

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Project Lead Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2022

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Complete information about uslike what we have done how we have done everything.

Interview Preparation Tips

Interview preparation tips for other job seekers - We should be clear what we have done.

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Senior Engineer Interview Questions & Answers

user image lokesh lodha

posted on 11 Jan 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - As for the salary as per the market norms atleast 18 lpa if having more than 5 years of experience

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

Interview experience

3.9
  
Good
View more

People are getting interviews through

based on 49 Cigniti Technologies interviews
Job Portal
Company Website
WalkIn
Recruitment Consultant
80%
4%
2%
2%
12% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 779 Interviews
KPIT Technologies Interview Questions
3.5
 • 282 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all

Cigniti Technologies Reviews and Ratings

based on 613 reviews

3.8/5

Rating in categories

3.6

Skill development

3.6

Work-Life balance

3.6

Salary & Benefits

3.6

Job Security

3.5

Company culture

3.3

Promotions/Appraisal

3.5

Work Satisfaction

Explore 613 Reviews and Ratings
Immediate requirement For Python, Selenium Automation role

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Immediate need For Security tester _Work from office_Cigniti _Hyd

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Immediate need For_ AI/ML /Data science Manager

Hyderabad / Secunderabad

12-18 Yrs

₹ 11-21 LPA

Explore more jobs
Senior Test Engineer
617 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Senior Engineer
499 salaries
unlock blur

₹6.4 L/yr - ₹25 L/yr

Test Lead
381 salaries
unlock blur

₹6.5 L/yr - ₹27 L/yr

Test Engineer
376 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Project Lead
246 salaries
unlock blur

₹8.5 L/yr - ₹31 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

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview