Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I am drawn to your company's innovative projects and collaborative work environment.
I am impressed by the cutting-edge technologies and projects your company is working on.
I value the opportunity to work in a collaborative and supportive team environment.
I believe that joining your company will provide me with the chance to further develop my skills and contribute meaningfully to impactful projects.
I prioritize tasks based on deadlines, importance, and dependencies.
I create a list of all tasks and categorize them based on deadlines.
I identify tasks that are critical to the project's success and prioritize them accordingly.
I consider dependencies between tasks and prioritize those that are dependent on others being completed first.
I regularly reassess priorities and adjust as needed based on changing circumstances...
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, fields, and non-abstract methods.
Interfaces can only have abstract methods and constants.
A class can implement multiple interfaces but can only inherit from one abstract class.
I am a Full Stack Developer with experience in front-end and back-end technologies, passionate about creating innovative solutions.
Experienced in HTML, CSS, JavaScript for front-end development
Proficient in Node.js, Express, MongoDB for back-end development
Skilled in creating responsive and user-friendly web applications
Strong problem-solving and communication skills
I applied via LinkedIn and was interviewed in Jun 2024. There were 3 interview rounds.
There is 30 aptitude test
There 2 coding problems
Oops concepts in Java are fundamental principles of object-oriented programming such as Inheritance, Polymorphism, Encapsulation, and Abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability of an object to take on multiple forms.
Encapsulation: Wrapping data and methods into a single unit.
Abstraction: Hiding the implementation details and showing only the neces
I applied via Company Website and was interviewed in Jul 2024. There were 3 interview rounds.
Speak in english and work
I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.
Regarding To My Full Stack
Regarding To My Full Stack
I applied via Campus Placement and was interviewed in Jun 2024. There were 5 interview rounds.
All good nothing much
2 Question will be given you have answer them
I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.
Design patterns are reusable solutions to common problems in software design.
Design patterns help in creating maintainable, scalable, and efficient code.
Some common design patterns include Singleton, Factory, Observer, and Strategy.
Design patterns can be categorized into three main groups: creational, structural, and behavioral.
Functional overloading involves multiple functions with the same name but different parameters, while function overriding involves a subclass providing a specific implementation for a method in its superclass.
Functional overloading allows multiple functions with the same name but different parameters.
Function overriding occurs in inheritance when a subclass provides a specific implementation for a method in its supercl...
Hoisting in JavaScript is a behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their initializations.
Function declarations are fully hoisted, including their definitions.
Hoisting can lead to unexpected behavior if not understood properly.
Memoization is a technique used in computer science to store the results of expensive function calls and return the cached result when the same inputs occur again.
Memoization helps in improving the performance of a program by reducing redundant calculations.
It is commonly used in dynamic programming to optimize recursive algorithms.
Example: Fibonacci sequence calculation can be optimized using memoization to store prev
A promise is an object representing the eventual completion or failure of an asynchronous operation. A closure is a function defined within another function that has access to its parent function's scope.
Promise is used to handle asynchronous operations in JavaScript.
Promises can be in one of three states: pending, fulfilled, or rejected.
Closures allow functions to access variables from their parent function even after...
== is used for equality comparison, while === is used for strict equality comparison.
== checks for equality of values, while === checks for equality of values and data types.
== can perform type coercion, while === does not.
== is less strict than ===.
Example: 1 == '1' returns true, but 1 === '1' returns false.
TCS
Accenture
Wipro
Cognizant