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 606 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
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Ans. 

    A hashmap is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hashmap uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when two keys hash to the same index, which is resolved using techniques like chaining or open addressing.

    • Hashmap typically has an underlying array where each element is a linked...

  • Answered by AI
  • Q2. Design a Least Recently Used (LRU) cache.
  • Ans. 

    LRU cache is a data structure that stores the most recently used items and removes the least recently used items when full.

    • Use a doubly linked list to keep track of the order of items based on their usage.

    • Use a hashmap to quickly access items in the cache.

    • When an item is accessed, move it to the front of the linked list to mark it as the most recently used.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Ans. 

    SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.

    • Single Responsibility Principle (SRP) - A class should have only one reason to change.

    • Open/Closed Principle (OCP) - Software entities should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be re...

  • Answered by AI
  • Q2. What design patterns have you worked with?
  • Ans. 

    I have worked with design patterns such as Singleton, Factory, Observer, and Strategy.

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

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified a...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Hashmap internal working
  • Q2. Equals and hashcode
Round 2 - Technical 

(2 Questions)

  • Q1. Microservice design pattern
  • Ans. 

    Microservice design pattern focuses on breaking down a large application into smaller, independent services.

    • Each microservice is responsible for a specific function or feature

    • Communication between microservices is typically done through APIs

    • Microservices can be developed, deployed, and scaled independently

    • Examples: Netflix, Amazon, Uber

  • Answered by AI
  • Q2. Springboot annotation
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 Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About Self introduction and Core Functions of experiences
  • Q2. Deep dive into Technologies what we have worked so far
  • Ans. 

    I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ability to handle the product
  • Ans. 

    I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.

    • Led a team to successfully launch a new product feature within tight deadlines

    • Managed the development of a large-scale software product from conception to release

    • Collaborated with cross-functional teams to ensure product requirements were met

    • Implemented agile methodologies to improve produ

  • Answered by AI
  • Q2. Customer or client interaction and project evaluations
Round 3 - HR 

(2 Questions)

  • Q1. About Complete personal traits
  • Q2. Compensation and Willingness

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Difference between default and props
  • Q2. How do you know the dom is ready or not

Interview Preparation Tips

Interview preparation tips for other job seekers - vue js basic questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. There we a lot of question on Python basics 1. Iterators 2. Generator 3. List Comprehensions 4. Static Method, Class Method 5. Testing in Python - Pytest 6. Magic Methon 7. Try Except Else Block in Python ...
  • Q2. DSA Questions 1. Balanced Parenthesis 2. String Compression - Check on Leetcode
  • Q3. Basic SQL Count(*) query
Round 2 - Technical 

(3 Questions)

  • Q1. Memory Management in Python
  • Ans. 

    Memory management in Python involves automatic memory allocation and deallocation through garbage collection.

    • Python uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Memory is managed using reference counting and a cycle-detecting garbage collector.

    • Python's memory management is efficient for most use cases, but can lead to memory leaks if circular references are not handled p

  • Answered by AI
  • Q2. Garbage Collection in Python
  • Ans. 

    Garbage collection in Python is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.

    • Python uses a built-in garbage collector to manage memory automatically.

    • The garbage collector in Python uses reference counting and a cycle-detecting algorithm to reclaim memory.

    • Explicitly calling the 'gc.collect()' function can trigger garbage collection in Python.

    • Garbage...

  • Answered by AI
  • Q3. Code a system to query an API, do multiprocessing and improve the efficiency
  • Ans. 

    Code a system to query an API, do multiprocessing and improve efficiency

    • Use a library like requests in Python to query the API

    • Implement multiprocessing using a library like multiprocessing or threading in Python

    • Optimize efficiency by caching API responses or using asynchronous programming

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This was for a Python Job Posting - Prepare well for basic to advanced level Python core concepts, any online site with a question bank of Python is good enough to prepare
DSA asked is generally easy, do some practice on LeetCode

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

An online coding test at coderByte. Medium level question.

Round 2 - Technical 

(2 Questions)

  • Q1. Find sum of distinct elements from two given array.
  • Ans. 

    Sum of distinct elements from two arrays

    • Create a set to store distinct elements from both arrays

    • Iterate through each array and add elements to the set

    • Calculate the sum of elements in the set

  • Answered by AI
  • Q2. Discussion around Java,Spring-boot.

Skills evaluated in this interview

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

Coding + Aptitude question

Round 2 - Technical 

(2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between composition and aggregation
  • Ans. 

    Composition is a strong relationship where the child object does not exist independently of the parent object, while aggregation is a weak relationship where the child object can exist independently of the parent object.

    • Composition is a 'has-a' relationship, where the child object is part of the parent object.

    • Aggregation is a 'has-a' relationship, where the child object is not part of the parent object and can exist in...

  • Answered by AI

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