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 Test Architect Quality Assurance Lead Interview Questions, Process, and Tips

Updated 21 May 2024

Cigniti Technologies Test Architect Quality Assurance Lead Interview Experiences

1 interview found

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

(4 Questions)

  • Q1. How to extract data from CSV when there is no JSON available to input API
  • Ans. 

    Use a CSV parser library to extract data from CSV files.

    • Use a CSV parser library like Apache Commons CSV or OpenCSV to read and extract data from CSV files.

    • Identify the structure of the CSV file (e.g. delimiter, headers) to properly parse the data.

    • Iterate through the CSV file to extract the desired data fields.

    • Handle any data formatting or transformations needed during extraction.

    • Store the extracted data in a suitable

  • Answered by AI
  • Q2. What is singleton pattern and where did you use in your framework
  • Ans. 

    Singleton pattern is a design pattern that restricts the instantiation of a class to one object.

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

    • It is commonly used in scenarios where only a single instance of a class is needed, such as managing database connections or configuration settings.

    • In a test automation framework, singleton pattern can be used to create a...

  • Answered by AI
  • Q3. What is run-time polymorphism and where did you use in your framework
  • Ans. 

    Run-time polymorphism is the ability of a method to do different things based on the object it is acting upon.

    • Run-time polymorphism is achieved through method overriding in inheritance.

    • It allows a subclass to provide a specific implementation of a method that is already provided by its superclass.

    • An example of run-time polymorphism is when a parent class reference variable is used to refer to a child class object.

  • Answered by AI
  • Q4. From a String extract letters, digits, Special characters and display as individual strings
  • Ans. 

    Extract letters, digits, and special characters from a string and display as individual strings

    • Use regular expressions to extract letters, digits, and special characters

    • Split the string based on the extracted characters

    • Store the individual strings in an array

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What happens if there is finally block inside an exception block?
  • Ans. 

    Finally block will always execute, even if an exception is thrown in the try or catch block.

    • Finally block is used to execute code that must always run, regardless of whether an exception was thrown or not.

    • If an exception is thrown in the try or catch block, the finally block will still execute.

    • Finally block is often used to release resources like file handles, database connections, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were two rounds of technical discussion. First round took around 45 mins which mainly concentrated on Django related concepts. Second round was the customer interaction and the questions were mostly the scenario based and it was asked on Python concepts. Both the rounds carried its own weight. The key to clear any interview is "Be strong in your basics".

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Cloud/Kubernetes 2.linux 3.volte

Interview Preparation Tips

Interview preparation tips for other job seekers - I belong to Telecom sector so according to my profile and other users which are belong to same sector... Please focus of cloud/Kubernetes, Linux, 4G/5G...

I applied via Referral and was interviewed before Nov 2021. There were 2 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. Brief about my roles
  • Q2. Explanation about my previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just tell the truth about your experience and they will look for the answers from your resume and they will ask about their requirements

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fiori elements Git BTP

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore on new technology and SAP Tools

I applied via Referral and was interviewed before Mar 2021. 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 

(2 Questions)

  • Q1. Technical Evaluation
  • Q2. Technology related evaluation
Round 3 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Wipro Technical Lead interview:
  • SSIS
  • SQL Server
Interview preparation tips for other job seekers - prepare yourself for theoretical as well as practical questions as Wipro has different interview panels and you can come across any panel

I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. How to add users in data administration?
  • Ans. 

    To add users in data administration, follow these steps:

    • Log in to the data administration system

    • Navigate to the user management section

    • Click on the 'Add User' button

    • Fill in the required user details such as name, email, and password

    • Assign appropriate roles and permissions to the user

    • Save the changes and the user will be added to the system

  • Answered by AI
  • Q2. What is the team size you have handled?
  • Q3. How to create libraries for electrical and instrumentation requirements?
  • Ans. 

    Libraries for electrical and instrumentation requirements can be created by following a structured approach.

    • Identify the requirements and specifications of the library

    • Design the library structure and components

    • Develop and test the library

    • Document the library for ease of use and maintenance

    • Continuously update and improve the library based on feedback and changes in requirements

    • Examples: National Instruments LabVIEW libr

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep up to date resume with you and be prepared with the resume

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the BIM360

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and excellent interview happened

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked question related to SQL server administration and azure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on high availability.

I applied via Referral and was interviewed before Jun 2021. 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 

(4 Questions)

  • Q1. Difference between functions and procedure in oracle
  • Ans. 

    Functions return a value while procedures do not in Oracle.

    • Functions are used to perform a specific task and return a value.

    • Procedures are used to perform a specific task but do not return a value.

    • Functions can be used in SQL statements while procedures cannot.

    • Functions can be called from within procedures while procedures cannot be called from within functions.

  • Answered by AI
  • Q2. Cursor and it's attributes in oracle
  • Ans. 

    Cursor is a pointer to a private SQL area that stores information about processing a specific SELECT or DML statement.

    • Attributes include %FOUND, %NOTFOUND, %ROWCOUNT, %ISOPEN, %BULK_ROWCOUNT, %BULK_EXCEPTIONS

    • Used to fetch and manipulate data from a result set

    • Can be declared and used in PL/SQL blocks

    • Example: OPEN cursor_name FOR SELECT * FROM table_name WHERE column_name = value;

  • Answered by AI
  • Q3. Removing duplicate records in sql
  • Ans. 

    Removing duplicate records in SQL

    • Use SELECT DISTINCT to retrieve unique records

    • Use GROUP BY to group records by a specific column

    • Use HAVING to filter out groups with more than one record

    • Use DELETE to remove duplicate records from the table

  • Answered by AI
  • Q4. Advantages of using packages in oracle
  • Ans. 

    Packages in Oracle provide modularity, encapsulation, and reusability of code.

    • Packages group related procedures, functions, and variables together.

    • Packages provide a namespace for the objects they contain, avoiding naming conflicts.

    • Packages can be compiled and stored in the database for efficient execution.

    • Packages can be granted privileges, allowing controlled access to their contents.

    • Packages can be versioned and upg...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Regarding salary expectation
  • Q2. Regarding work location
  • Q3. Regarding notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer boldly and with clear words. If it a scenario based question listen carefully and convey your answer. If you have any doubts in understanding the scenario call it out so the interview can put in a way you understand.

Skills evaluated in this interview

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Test Architect Quality Assurance Lead interview?
Cigniti Technologies interview process usually has 1 rounds. The most common rounds in the Cigniti Technologies interview process are Technical.
What are the top questions asked in Cigniti Technologies Test Architect Quality Assurance Lead interview?

Some of the top questions asked at the Cigniti Technologies Test Architect Quality Assurance Lead interview -

  1. How to extract data from CSV when there is no JSON available to input ...read more
  2. What is singleton pattern and where did you use in your framew...read more
  3. What is run-time polymorphism and where did you use in your framew...read more

Tell us how to improve this page.

Cigniti Technologies Test Architect Quality Assurance Lead Interview Process

based on 1 interview

Interview experience

3
  
Average
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
 • 270 Interviews
View all
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