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 Sdet Interview Questions and Answers

Updated 15 Feb 2024

Cigniti Technologies Sdet Interview Experiences

1 interview 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

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Cigniti Technologies?
Ask anonymously on communities.

Interview questions from similar companies

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions based on java collections

Sdet Interview Questions Asked at Other Companies

Q1. Given an M x N 2D array containing random alphabets and a functio ... read more
asked in InMobi
Q2. Given a line where words are separated by spaces, reverse each wo ... read more
asked in Amazon
Q3. What happens between entering a URL into a browser address bar an ... read more
Q4. Given a circular linked list containing sorted integers, where th ... read more
asked in Flipkart
Q5. Given a sorted array of size 7 containing only 4 elements and ano ... read more

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Core java question. and basic question on angular 8. Difference between promise and graph

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up basic.

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well
Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Different types of No SQL DBs
  • Ans. 

    NoSQL databases are non-relational databases that store and retrieve data in a non-tabular format.

    • Document-oriented databases (MongoDB, Couchbase)

    • Key-value stores (Redis, Riak)

    • Column-family stores (Cassandra, HBase)

    • Graph databases (Neo4j, OrientDB)

  • Answered by AI
  • Q2. Different types of scaling
  • Ans. 

    Scaling refers to the process of increasing or decreasing the capacity of a system to handle more or less load.

    • Vertical Scaling: Adding more resources to a single node

    • Horizontal Scaling: Adding more nodes to a system

    • Load Balancing: Distributing the load across multiple nodes

    • Database Sharding: Splitting a database into smaller parts to distribute the load

    • Caching: Storing frequently accessed data in memory for faster acc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Problem solving. Have a good understanding on main concepts of DSA. Java technical side is just as same as other companies. Also if you are applying for senior positions. Prepare for System Design rounds

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What is event loop?
  • Ans. 

    Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.

    • Event loop is used in programming languages like JavaScript and Python.

    • It manages the execution of multiple tasks by prioritizing them based on their priority level.

    • It continuously checks for new events and executes them in a loop.

    • It allows for efficient handling of I/O operations without blocking the main thread.

    • It is co...

  • Answered by AI
  • Q2. Difference between let var and const.
  • Ans. 

    let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.

    • let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.

    • const is used to declare variables that cannot be reassigned and have block scope.

    • Using const does not mean the value is immutable, only the variable reference is.

    • let and const were introduc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If going for Mean or Mern stack be very firm on JavaScript basics and ES6 concepts.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. There were in general question regarding to technology you worked on and on resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident while giving answers and if you don't know say it directly they will easily come to know you are not aware of topic.

Cigniti Technologies Interview FAQs

How many rounds are there in Cigniti Technologies Sdet interview?
Cigniti Technologies interview process usually has 1 rounds. The most common rounds in the Cigniti Technologies interview process are One-on-one Round.
How to prepare for Cigniti Technologies Sdet 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 Java, Automation, Core Java, React.Js and SDET.
What are the top questions asked in Cigniti Technologies Sdet interview?

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

  1. 2, In C# what are Var and Ref Keywa...read more
  2. 1, Diff b/w final, Finaly & Final...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

CitiusTech Interview Questions
3.3
 • 290 Interviews
Altimetrik Interview Questions
3.7
 • 240 Interviews
Xoriant Interview Questions
4.1
 • 213 Interviews
INDIUM Interview Questions
4.0
 • 198 Interviews
Incedo Interview Questions
3.1
 • 193 Interviews
Globant Interview Questions
3.7
 • 183 Interviews
Iris Software Interview Questions
4.0
 • 178 Interviews
ThoughtWorks Interview Questions
3.9
 • 157 Interviews
View all
Cigniti Technologies Sdet Salary
based on 8 salaries
₹4.5 L/yr - ₹9.4 L/yr
55% less than the average Sdet Salary in India
View more details
Senior Engineer
637 salaries
unlock blur

₹13.1 L/yr - ₹22 L/yr

Senior Test Engineer
605 salaries
unlock blur

₹9.4 L/yr - ₹17 L/yr

Test Lead
376 salaries
unlock blur

₹13 L/yr - ₹22.7 L/yr

Test Engineer
366 salaries
unlock blur

₹4 L/yr - ₹11.6 L/yr

Project Lead
280 salaries
unlock blur

₹16.2 L/yr - ₹29 L/yr

Explore more salaries
Compare Cigniti Technologies with

Xoriant

4.1
Compare

Photon Interactive

4.1
Compare

CitiusTech

3.3
Compare

Iris Software

4.0
Compare
write
Share an Interview