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 Lead Interview Questions, Process, and Tips

Updated 28 Oct 2024

Cigniti Technologies Lead Interview Experiences

1 interview found

Lead Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is closure?
  • Ans. 

    Closure is the process of finalizing or resolving something, often involving emotional healing or acceptance.

    • Closure is the act of coming to terms with a situation or relationship that has ended.

    • It involves accepting the reality of the situation and moving forward.

    • Closure can help individuals find peace and emotional healing after a difficult experience.

    • Examples of closure include talking things out with a friend after...

  • Answered by AI
  • Q2. What is the difference between let, var and const?
  • Ans. 

    let, var and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • let is block-scoped and can be reassigned, var is function-scoped and can be reassigned, const is block-scoped and cannot be reassigned

    • Using let:

    • let x = 10;

    • x = 20; // valid

    • Using var:

    • var y = 5;

    • y = 10; // valid

    • Using const:

    • const z = 15;

    • z = 25; // error, cannot reassign a const variable

  • Answered by AI
  • Q3. What is event loop?
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking and processing events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations.

    • It allows for non-blocking I/O operations by delegating tasks to the operating system.

    • Event loop processes events from the event queue and executes associated callback functions.

    • Example: setTimeout() function in...

  • Answered by AI
  • Q4. What is promise, why do we need it? Why async and await was created when we have promises?
  • Q5. What is the need for callback hell
  • Ans. 

    Callback hell arises from nested callbacks in asynchronous JavaScript code, leading to unreadable and difficult-to-maintain code.

    • Nested callbacks in asynchronous code can lead to deeply nested code structures, making it hard to follow the flow of the program.

    • Error handling becomes more complex in callback hell, as errors need to be propagated through multiple levels of callbacks.

    • Callback hell can also result in code th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They take too many rounds depending on the client

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discussion on the activities handled prior and questions related to project management
Round 2 - Client Interview 

(2 Questions)

  • Q1. Risks and challenges faced in the project handled
  • Q2. Project Management governance activities

Interview Preparation Tips

Topics to prepare for Collabera Technologies Lead interview:
  • Project Management
  • JIRA
Interview preparation tips for other job seekers - Be open and true about the nature of work that is done in prior.
Eager to learn attitude will always takes us to great place!!!
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Assignment 

Some basic testing questions

Round 2 - Technical 

(2 Questions)

  • Q1. Selenium waits, java oops , priority vs severity
  • Q2. Write a selenium code by using assertions
Round 3 - Technical 

(2 Questions)

  • Q1. Write selenium code and execute on screen
  • Q2. Write an sql query and get the desired output on screen
Round 4 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Notice period related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

I was tasked with creating a Spring Boot microservice.

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic question like to make the atmosphere cool about your self & others
  • Q2. Explanation from your resume & others relating to domain
Round 2 - Technical 

(2 Questions)

  • Q1. What exactly you do when requirements gets clashed between stake holder & business analyst
  • Ans. 

    When requirements clash between stakeholder & business analyst, I facilitate open communication, prioritize needs, seek compromise, and involve higher management if necessary.

    • Facilitate open communication between stakeholder and business analyst to understand concerns

    • Prioritize needs based on impact and importance to the project

    • Seek compromise by finding common ground and exploring alternative solutions

    • Involve higher m...

  • Answered by AI
  • Q2. Expain user stories & use case for the banking app where the user wants to login into the app with password
  • Ans. 

    User stories and use case for logging into a banking app with a password

    • User story: As a user, I want to securely login to my banking app using my password

    • Use case: User enters username and password, app verifies credentials and grants access

    • Example: User enters username 'john.doe' and password 'password123', app authenticates and logs in

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

Altimetrik user image Manikandan Ramesh

posted on 6 Sep 2024

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

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

Round 1 - Coding Test 

Hacker Rank Technical Round

Round 2 - Coding Test 

30 Mins Java Selenium

Round 3 - HR 

(2 Questions)

  • Q1. Explain about Career experience
  • Ans. 

    I have over 5 years of experience in testing various software applications, including creating test plans, executing test cases, and reporting bugs.

    • Experience in creating test plans and test cases

    • Proficient in executing manual and automated tests

    • Strong skills in identifying and reporting bugs

    • Familiarity with various testing tools and methodologies

    • Collaborating with developers and stakeholders to ensure quality software

  • Answered by AI
  • Q2. Walkthrough on Framework
  • Ans. 

    Framework walkthrough involves explaining the structure, components, and functionality of the test automation framework.

    • Explain the architecture of the framework (e.g. modular, data-driven, keyword-driven, hybrid)

    • Discuss the key components such as test scripts, test data, object repositories, and reporting mechanisms

    • Describe how the framework handles test execution, result reporting, and error handling

    • Provide examples ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is velocity
  • Ans. 

    Velocity is the rate of change of an object's position with respect to a frame of reference, typically measured in meters per second.

    • Velocity is a vector quantity, meaning it has both magnitude and direction.

    • It is calculated as the displacement of an object divided by the time taken to cover that displacement.

    • For example, if a car travels 100 meters in 10 seconds, its velocity is 10 m/s in the direction of travel.

  • Answered by AI
  • Q2. What is test bed
  • Ans. 

    A test bed is a platform or environment used to conduct testing of software or hardware.

    • Test bed is a controlled environment where tests can be conducted.

    • It may include hardware, software, network configurations, and other necessary components.

    • Test beds are used to simulate real-world scenarios for testing purposes.

    • Examples of test beds include virtual machines, physical devices, and cloud-based testing platforms.

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. SELENIUM QUESTIONS
  • Q2. BASIC PYTHON PROGRAMS
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Tell me about your experience
  • Ans. 

    I have 5 years of experience in software testing, specializing in automation testing using tools like Selenium and JUnit.

    • 5 years of experience in software testing

    • Specialize in automation testing using Selenium and JUnit

    • Experience in creating test cases, executing tests, and reporting bugs

    • Familiar with Agile development methodologies

    • Strong analytical and problem-solving skills

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Regression testing,smoke testing,api testing
  • Q2. Http status code,test plan

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Lead interview?
Cigniti Technologies interview process usually has 1 rounds. The most common rounds in the Cigniti Technologies interview process are Technical.
How to prepare for Cigniti Technologies Lead 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 C#, Java, SQL Server, .NET Framework and .Net Core.
What are the top questions asked in Cigniti Technologies Lead interview?

Some of the top questions asked at the Cigniti Technologies Lead interview -

  1. What is the difference between let, var and con...read more
  2. What is the need for callback h...read more
  3. What is closu...read more

Tell us how to improve this page.

Cigniti Technologies Lead Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more

Lead Interview Questions from Similar Companies

Infosys Lead Interview Questions
3.6
 • 4 Interviews
Mphasis Lead Interview Questions
3.4
 • 3 Interviews
TCS Lead Interview Questions
3.7
 • 1 Interview
Wipro Lead Interview Questions
3.7
 • 1 Interview
HCLTech Lead Interview Questions
3.5
 • 1 Interview
View all
Cigniti Technologies Lead Salary
based on 213 salaries
₹9 L/yr - ₹29.2 L/yr
28% more than the average Lead Salary in India
View more details

Cigniti Technologies Lead Reviews and Ratings

based on 22 reviews

3.1/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

3.4

Salary

2.6

Job security

2.7

Company culture

2.7

Promotions

2.5

Work satisfaction

Explore 22 Reviews and Ratings
Senior Test Engineer
605 salaries
unlock blur

₹5.5 L/yr - ₹19.5 L/yr

Senior Engineer
512 salaries
unlock blur

₹6.8 L/yr - ₹25 L/yr

Test Lead
387 salaries
unlock blur

₹6.8 L/yr - ₹27 L/yr

Test Engineer
356 salaries
unlock blur

₹4 L/yr - ₹13.1 L/yr

Engineer
257 salaries
unlock blur

₹5 L/yr - ₹11.8 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