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

Sdet Interview Questions & Answers

user image Anonymous

posted on 15 Feb 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. 1, Diff b/w final, Finaly & Finalize
  • Ans. 

    final, finally, and finalize are keywords in Java with different meanings.

    • final is a keyword used to declare a constant value that cannot be modified

    • finally is a block used in exception handling to ensure a piece of code is always executed

    • finalize is a method in the Object class used for garbage collection before an object is destroyed

  • Answered by AI
  • Q2. 2, In C# what are Var and Ref Keywards
  • Ans. 

    Var is used to declare implicitly typed local variables, while Ref is used for passing arguments by reference.

    • Var keyword allows the compiler to infer the type of the variable based on the assigned value.

    • Ref keyword is used to pass arguments by reference, allowing the called method to modify the original value.

    • Var example: var number = 10; // Compiler infers the type as int

    • Ref example: void ModifyValue(ref int value) {...

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is framework
  • Ans. 

    A framework is a reusable set of libraries or tools that provide a structure for developing software applications.

    • Framework provides a foundation for building software applications

    • It includes pre-written code, libraries, and tools to help developers

    • Frameworks can be specific to a programming language or platform

    • Examples: React for front-end web development, Django for back-end web development

  • Answered by AI
  • Q2. Its a structure

Skills evaluated in this interview

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. 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 - Technical 

(2 Questions)

  • Q1. Detailed information about your experience along with the roles and responsibilities.
  • Q2. Explain about Agile vs SAFe agile
  • Ans. 

    Agile is a flexible and iterative approach to project management, while SAFe agile is a framework for scaling Agile to larger organizations.

    • Agile focuses on individual teams working in short iterations, while SAFe agile extends this to multiple teams and departments working together.

    • Agile values individuals and interactions over processes and tools, while SAFe agile emphasizes alignment, collaboration, and delivery acr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Explain about performance testing and engineering concepts
  • Ans. 

    Performance testing involves evaluating the speed, responsiveness, and stability of a system under various conditions.

    • Performance testing is used to identify bottlenecks, assess system capacity, and ensure reliability.

    • It involves simulating real-world scenarios to measure the system's response time, throughput, and resource utilization.

    • Performance engineering focuses on optimizing system performance through design, dev...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Need to understand the salary

Interview Preparation Tips

Interview preparation tips for other job seekers - It's very good company to work

Skills evaluated in this interview

Senior Manager Interview Questions asked at other Companies

Q1. 1. What you understand the requirement of shuttering material at project site?
View answer (19)

Programmer Analyst Interview Questions & Answers

user image Shivarathri shiva prasad

posted on 25 Feb 2024

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

I applied via Company Website

Round 1 - Technical 

(1 Question)

  • Q1. Profile and skill and talent

Programmer Analyst Interview Questions asked at other Companies

Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 What is Delegate 5 Difference between polymorphism and what are its type 6 What is out and ref keyword 7 What is call by ref and call by value 8 What is namespace 9  What ... read more
View answer (12)

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
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2023. 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 - Technical 

(7 Questions)

  • Q1. What is Blind XSS? What is the technique to find one?
  • Ans. 

    Blind XSS is a type of XSS attack where the attacker does not receive the output of the injected script.

    • Blind XSS is also known as non-persistent XSS.

    • It is difficult to detect as the attacker does not receive any feedback.

    • One technique to find Blind XSS is to use a tool like Burp Suite to inject a payload and monitor the server response.

    • Another technique is to use a third-party service like XSS Hunter to track the payl...

  • Answered by AI
  • Q2. What is your favorite vulnerability? explain that
  • Ans. 

    My favorite vulnerability is SQL injection.

    • SQL injection is a type of attack where an attacker injects malicious SQL code into a database query.

    • It can be used to steal sensitive information, modify or delete data, or even take control of the entire database.

    • Preventing SQL injection involves using parameterized queries, input validation, and proper error handling.

    • Examples of high-profile SQL injection attacks include th...

  • Answered by AI
  • Q3. What is CRLF? explain that
  • Ans. 

    CRLF stands for Carriage Return Line Feed. It is a sequence of characters used to represent a line break in text files.

    • CRLF consists of two ASCII control characters: CR (carriage return) and LF (line feed).

    • It is commonly used in HTTP headers to separate lines of text.

    • CRLF can be exploited by attackers to inject malicious code or perform attacks such as HTTP response splitting.

    • To prevent such attacks, input validation a...

  • Answered by AI
  • Q4. How many XSS are there? what will be the mitigation?
  • Ans. 

    There are numerous types of XSS attacks. Mitigation involves input validation and output encoding.

    • There are three main types of XSS attacks: stored, reflected, and DOM-based.

    • Mitigation involves input validation to ensure that user input is safe and output encoding to prevent malicious code from being executed.

    • Examples of input validation include limiting the length of input and restricting the types of characters that ...

  • Answered by AI
  • Q5. Explain the process of SQLi. Mitigation?
  • Ans. 

    SQLi is a type of injection attack where an attacker injects malicious SQL code into a vulnerable application to gain unauthorized access to sensitive data.

    • SQLi involves exploiting vulnerabilities in web applications that allow user input to be executed as SQL commands

    • Attackers can use SQLi to bypass authentication, access sensitive data, modify or delete data, and even take control of the entire database

    • Mitigation tec...

  • Answered by AI
  • Q6. Explain the process of CSRF
  • Ans. 

    CSRF is a type of attack where a malicious website tricks a user into performing an action on a different website.

    • The attacker creates a website with a form that submits a request to the target website

    • The user visits the attacker's website and submits the form, unknowingly performing an action on the target website

    • The target website cannot distinguish between a legitimate request and the forged request from the attacke...

  • Answered by AI
  • Q7. What will be the best way to send CSRF token in the Clint Server communication?
  • Ans. 

    The best way to send CSRF token in client-server communication is through HTTP headers.

    • HTTP headers are the most secure way to send CSRF tokens.

    • The token should be sent in the 'X-CSRF-Token' header.

    • The header should be set to 'SameSite=Strict' to prevent cross-site request forgery attacks.

    • The token should be regenerated for each session to prevent replay attacks.

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Help me understand If I need to take over a higher-privilege account with an existing lower-privilege account what are the options available?
  • Ans. 

    Options to take over a higher-privilege account with an existing lower-privilege account.

    • Use privilege escalation techniques to gain higher privileges

    • Exploit vulnerabilities in the system to gain access to higher-privilege accounts

    • Use social engineering to obtain login credentials for higher-privilege accounts

    • Use brute-force attacks to crack passwords for higher-privilege accounts

  • Answered by AI
  • Q2. Some scenario-based questions that are going to land take over an account with XSS
  • Q3. Different types of XSS
  • Ans. 

    XSS or Cross-Site Scripting is a type of security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users.

    • Reflected XSS: The attacker injects a script that is reflected back to the user through a search query or form input.

    • Stored XSS: The attacker injects a script that is stored on the server and executed whenever the user visits the affected page.

    • DOM-based XSS: The attacker...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was interviewed by Cigniti and their client Linde, the second interview was organized by Linde. Both interviews cleared, but because of the time delay by Linde, the Final interview was not scheduled till now, now it's almost one month. If anyone get this kind of opportunity from Cigniti think before you accept the offer, in the end, they will not take responsibility for your time and effort. Because of the incident, I loose one of the good opportunities from another organization.

Skills evaluated in this interview

Top Cigniti Technologies Information Security Consultant Interview Questions and Answers

Q1. Help me understand If I need to take over a higher-privilege account with an existing lower-privilege account what are the options available?
View answer (1)

Information Security Consultant Interview Questions asked at other Companies

Q1. Help me understand If I need to take over a higher-privilege account with an existing lower-privilege account what are the options available?
View answer (1)

Get interview-ready with Top Cigniti Technologies Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2023. 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 - Technical 

(2 Questions)

  • Q1. Some real time project scenario questions on azure data engineering
  • Q2. Asked the questions on the architecture level
Round 3 - Technical 

(1 Question)

  • Q1. Asked the questions on the architecture level
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - be transparent and sure on what is your expectation.

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Jobs at Cigniti Technologies

View all
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice Experience

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. What are the T codes you have used in SAP ISU
  • Ans. 

    I have used T codes such as FBL5N, FBL1N, FB50, FB60, FB70 in SAP ISU for various testing purposes.

    • FBL5N - Display Customer Line Items

    • FBL1N - Display Vendor Line Items

    • FB50 - G/L Account Posting

    • FB60 - Vendor Invoice Posting

    • FB70 - Customer Invoice Posting

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How do you bill customer in SAP ISU and tell us about different meter reads
  • Ans. 

    Billing customers in SAP ISU involves creating billing documents based on meter reads.

    • Billing in SAP ISU involves creating billing documents using transaction code EA16

    • Different meter reads include actual reads, estimated reads, and manual reads

    • Actual reads are readings taken directly from the meter, estimated reads are calculated based on previous consumption patterns, and manual reads are entered by the user

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make a list of T codes and name the with explanation

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Basic java questions

Round 3 - Technical 

(2 Questions)

  • Q1. Simple java string/Array manipulation questions
  • Q2. Reverse the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string and build a new string in reverse order

    • Alternatively, use built-in functions like reverse() or StringBuilder in some programming languages

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just get your basic concepts right

Associate Engineer Interview Questions asked at other Companies

Q1. Count Ways To Reach The N-th Stair Problem Statement You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. You have to return the number of dis... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Related performance testing and engineering they asked question
Round 2 - Technical 

(1 Question)

  • Q1. Related to perormance testing and engineering questiins they asked
Round 3 - Technical 

(1 Question)

  • Q1. Related performance Testing and engineering questions they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on performance Testing, JMeter and performance engineering questiins

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

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