i
Cognizant
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Constructors are special methods used to initialize objects in a class.
Constructors have the same name as the class.
Types of constructors include default, parameterized, copy, and static constructors.
Example: public class Person { public Person() { } }
Difficulty was not that hard it was easy of you got your aptitude skills
Quantative Exam verbal
What people are saying about Cognizant
I applied via Campus Placement and was interviewed in Oct 2021. There were 3 interview rounds.
Cognizant interview questions for designations
I applied via campus placement at P.S.N.A College of Engineering and Technology, Dindigul and was interviewed in Aug 2021. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Oct 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.
Promises and observables are both used for handling asynchronous operations in JavaScript.
Promises are objects that represent the eventual completion or failure of an asynchronous operation and allow you to handle the result using then() and catch() methods.
Observables are a more powerful way of handling asynchronous operations that allow you to subscribe to a stream of data and react to each event as it occurs.
Observa...
Lifecycle hooks are functions that allow you to tap into specific moments in the Angular lifecycle.
There are eight lifecycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy
ngOnChanges is called when an input property changes
ngOnInit is called once the component is initialized
ngDoCheck is called during every change detection ...
Inheritance in JavaScript allows objects to inherit properties and methods from other objects.
Inheritance is achieved through the use of prototypes
Child objects can access properties and methods of parent objects
Object.create() and class syntax can be used to create inheritance
Example: Child.prototype = Object.create(Parent.prototype)
Example: class Child extends Parent {}
I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Check if a string is Palindrome or not.
Create a function to compare the original string with its reverse
Ignore spaces and punctuation when checking for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not
3 Interview rounds
based on 20 reviews
Rating in categories
Associate
72.4k
salaries
| ₹5.1 L/yr - ₹16 L/yr |
Programmer Analyst
55.5k
salaries
| ₹2.4 L/yr - ₹9.8 L/yr |
Senior Associate
48.4k
salaries
| ₹9 L/yr - ₹27.2 L/yr |
Senior Processing Executive
28.7k
salaries
| ₹1.8 L/yr - ₹9 L/yr |
Technical Lead
17.6k
salaries
| ₹5.9 L/yr - ₹24.5 L/yr |
TCS
Infosys
Wipro
Accenture