i
Cigniti Technologies
Filter interviews by
I applied via Career Goals and was interviewed before Oct 2021. There were 4 interview rounds.
I was given a website to study. Coding Technology used and i was to write a review on the same. Analysis is given a preference.
Boot Camp type on Day 2 . I was given a module and all required software and support libraries installed. Irrespective of module fail or pass they look at our working style coding standard.
Top trending discussions
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
Basic apt and logical questions
I was interviewed in Oct 2020.
Round duration - 60 minutes
Round difficulty - Medium
On-Campus under the invigilation of College professors and campus placement ambassadors.
The idea is to generate all the subsequences and check whether the elements present are equal or not.
Here is the algorithm :
The given linked list is 1 -> 2 -> 3 -> 4-> NULL. Then th...
The brute force approach is to use recursion. First, we reach the end of the Linked List recursively and at last node, we return the last node, which becomes the new head of the partially reversed Linked List. While coming back from each recursion call we add the current node in the current recursion call to the last node of the partially reversed Linked List and assign the current node to null.
Steps:
&...
Round duration - 30 minutes
Round difficulty - Medium
How would you automate searching profile via database of stored mobile numbers/email addresses.
Round duration - 20 minutes
Round difficulty - Easy
Tip 1 : Make projects covering all topic.
Tip 2 : Practice data structure questions daily.
Tip 3 : Time yourself while solving aptitude questions.
Tip 1 : Have some projects related to job profile
Tip 2 : Write every courses you have taken, even those that are not required for the job profile.
I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.
My approach to building basic logic skills involves practicing problem-solving exercises, breaking down complex problems into smaller parts, and seeking feedback to improve.
Practice problem-solving exercises regularly to strengthen logical thinking abilities.
Break down complex problems into smaller, more manageable parts to better understand the problem and find solutions.
Seek feedback from peers or mentors to identify...
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
posted on 23 May 2024
I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.
var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
var is function scoped, let and const are block scoped
var can be redeclared and updated, let can be updated but not redeclared, const cannot be redeclared or updated
const is used for variables that should not be reassigned, like constants
A promise in JavaScript represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Promises are objects that represent the eventual completion (or failure) of an asynchronous operation.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and failure.
Example: new Promise((resolve, reject) => { ... }).then(res
I applied via Company Website and was interviewed in May 2024. There was 1 interview round.
1 hr -duration and Question is Full of basics and technology what we have used
based on 1 review
Rating in categories
Senior Test Engineer
616
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Senior Engineer
501
salaries
| ₹6.4 L/yr - ₹24.5 L/yr |
Test Lead
386
salaries
| ₹6.8 L/yr - ₹27 L/yr |
Test Engineer
360
salaries
| ₹4 L/yr - ₹12 L/yr |
Engineer
247
salaries
| ₹5 L/yr - ₹11.8 L/yr |
TCS
Wipro
Infosys
HCLTech