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

Filter interviews by

Cigniti Technologies Software Quality Analyst Interview Questions and Answers

Updated 28 Sep 2022

Cigniti Technologies Software Quality Analyst Interview Experiences

1 interview found

Round 1 - Technical 

(3 Questions)

  • Q1. What is manual and automation testing What type of bug occure doing project Different type of http method Sanity testing Functional testing Retesting Regression testing Just testing How to handle iframe ...
  • Ans. 

    Explaining manual and automation testing, types of bugs, HTTP methods, sanity testing, functional testing, retesting, regression testing, iframe and multiple windows handling.

    • Manual testing is done manually by a tester, while automation testing is done using tools and scripts.

    • Bugs can be functional, performance, security, usability, etc.

    • HTTP methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, CONNECT, TRACE.

    • Sanity t...

  • Answered by AI
  • Q2. Why use dimension and point class How to take screenshots in selenium What is sychronisation What is paramiterization Different between variable and string
  • Ans. 

    Answering questions related to software quality analysis

    • Dimension and Point classes are used in software testing to represent the size and location of objects on a screen

    • Screenshots in Selenium can be taken using the TakesScreenshot interface and getScreenshotAs() method

    • Synchronization is the process of ensuring that the application waits for a certain condition to be met before proceeding with the next step

    • Parameteriz...

  • Answered by AI
  • Q3. Tell me about previous project And current project What is severity and periorty and give a hight severity and high periorty example
Round 2 - HR 

(2 Questions)

  • Q1. What u r expected salary
  • Q2. Tell mi your project details

Interview Preparation Tips

Interview preparation tips for other job seekers - I have 3 + yr experience in manual and automation now still I am working in cigniti technology in that my responsibility are perform the different testing sanity functional retesting regression testing and also responsible for write the testcase

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code pairing round - you will be given story where you need to add one API to the share repository. It is a simple problem but needs good understanding of the shared code. You should follow clean code pri...
  • Q2. Add one API to the existing repository
  • Ans. 

    The API allows users to retrieve weather data based on location.

    • Create a new endpoint that accepts a location parameter

    • Use a weather API service to fetch weather data based on the location

    • Return the weather data in a standardized format, such as JSON

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project you are working on, do some changes to the project, how well you understand the project
  • Q2. Add some feature to the project
  • Ans. 

    The feature added to the project is a user authentication system.

    • Implement a login page with username and password fields.

    • Create a database table to store user credentials.

    • Hash and salt passwords for secure storage.

    • Implement password reset functionality.

    • Add user roles and permissions for access control.

  • Answered by AI

Skills evaluated in this interview

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

Coding test regarding the tools and technologies

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about the connections
  • Q2. Questions on coding

Interview Preparation Tips

Interview preparation tips for other job seekers - It's some what Moderate question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concept, solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Angular. oops, c#
Round 3 - Technical 

(1 Question)

  • Q1. Programs, oops, azure
Round 4 - HR 

(1 Question)

  • Q1. About company, Package negotiation, notice period
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .Net Core 7 & MVC
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 - Technical 

(1 Question)

  • Q1. Multithreading and concept
Round 3 - HR 

(1 Question)

  • Q1. Salary expecting and vision

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn multi thread
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is higher order component?
  • Ans. 

    Higher order component is a function that takes a component and returns a new component with additional functionality.

    • HOC is a design pattern in React

    • It allows code reuse, logic abstraction and composition

    • Examples include withRouter, connect, and memo

  • Answered by AI
  • Q2. What is context api?
  • Ans. 

    Context API is a way to manage global state in React applications.

    • Context API allows components to share data without passing props down the component tree.

    • It provides a way to avoid prop drilling and makes code more maintainable.

    • Context API consists of two parts: the Provider and the Consumer.

    • The Provider component allows data to be passed down to all child components.

    • The Consumer component allows components to access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discuss last salary and godhead for final round
Round 4 - HR 

(1 Question)

  • Q1. Discuss only expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply. here not job security. North Indian peoples please don't apply here

Skills evaluated in this interview

I was interviewed in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Check if a linkedlist is palindrome
  • Ans. 

    To check if a linkedlist is palindrome or not

    • Traverse the linkedlist and push each element into a stack

    • Traverse the linkedlist again and compare each element with the popped element from the stack

    • If all elements match, then the linkedlist is palindrome

  • Answered by AI
  • Q2. Sort employees stream based on salary and department
  • Ans. 

    Sort employees by salary and department

    • Create a comparator function to compare salary and department

    • Use the comparator function with the sort() method on the employee stream

    • Return the sorted employee stream

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Count the duplicates in array
  • Ans. 

    Count duplicates in array of strings

    • Create a dictionary to store the count of each string

    • Loop through the array and increment the count in dictionary

    • Loop through the dictionary and count the duplicates

    • Return the count of duplicates

  • Answered by AI
Round 4 - Client Interview 

(1 Question)

  • Q1. Managerial questions about resolving team issues
  • Ans. How will you solve a blocker
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is of average difficulty, very easy and smooth process, helpful hrs

Skills evaluated in this interview

Round 1 - Aptitude Test 

Aptitude question like logical reason,verbal
Technical question like output of the programs,finding error.

Round 2 - Technical 

(1 Question)

  • Q1. 1 program and some technical questions how what,why?
Round 3 - Technical 

(1 Question)

  • Q1. 1 program and explain about it
  • Ans. 

    A web-based task management system

    • Allows users to create and assign tasks

    • Tracks progress and completion status

    • Includes notifications and reminders

    • Can be customized with different task types and priorities

  • Answered by AI
Round 4 - Assignment 

Question like,
tell me about your self
Goals
Achievement
Courses
Salary detail

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but salary is not up to market.
Learning process of company is good.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Programming Java dot net scenario questions
Round 3 - HR 

(1 Question)

  • Q1. General questions like scenario and reason for leaving

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy prepare well and be confident about the answer

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Software Quality Analyst interview?
Cigniti Technologies interview process usually has 3 rounds. The most common rounds in the Cigniti Technologies interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Cigniti Technologies Software Quality Analyst interview?

Some of the top questions asked at the Cigniti Technologies Software Quality Analyst interview -

  1. What is manual and automation testing What type of bug occure doing project Dif...read more
  2. Why use dimension and point class How to take screenshots in selenium What is s...read more

Tell us how to improve this page.

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.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
KPIT Technologies Interview Questions
3.5
 • 281 Interviews
CitiusTech Interview Questions
3.4
 • 259 Interviews
View all
Cigniti Technologies Software Quality Analyst Salary
based on 4 salaries
₹4.1 L/yr - ₹8.9 L/yr
15% more than the average Software Quality Analyst Salary in India
View more details
Senior Test Engineer
621 salaries
unlock blur

₹5.5 L/yr - ₹19.5 L/yr

Senior Engineer
488 salaries
unlock blur

₹6.6 L/yr - ₹24.7 L/yr

Test Lead
399 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Test Engineer
377 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Project Lead
251 salaries
unlock blur

₹10 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.6
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