Filter interviews by
A class is a blueprint for creating objects, while an object is an instance of a class.
A class defines the properties and methods that an object will have.
An object is created from a class and can have its own unique values for the properties defined in the class.
Multiple objects can be created from the same class.
Classes and objects are fundamental concepts in object-oriented programming.
Example: A class 'Car' can hav...
MVC stands for Model-View-Controller. View is the user interface of the application.
MVC is a software design pattern used to develop web applications.
View is responsible for displaying data to the user.
It is the user interface of the application.
View interacts with the model to get the data to be displayed.
Examples of views are HTML pages, Razor views, and user controls.
Top trending discussions
readonly variables can be assigned a value either at the time of declaration or in the constructor, while const variables must be assigned a value at the time of declaration and cannot be changed.
readonly variables can be assigned a value at runtime, while const variables must be assigned a value at compile time
readonly variables can be assigned a value in the constructor, while const variables cannot
const variables ar...
const is compile-time constant, while readonly is runtime constant.
const values are determined at compile time and cannot be changed during runtime
readonly values can be assigned a value either at the declaration or in the constructor and can be changed at runtime
const is used for values that are known at compile time, like mathematical constants
readonly is used when the value needs to be initialized at runtime, like d
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Program to calculate factorial of a number using for loop
Initialize a variable to store the factorial result
Use a for loop to iterate from 1 to the given number
Multiply the current value with the factorial result in each iteration
Return the factorial result
I applied via Campus Placement
30 min aptitude quetiobs
2 coding questions where asked i simple logics
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.
Give 10 questions from node js backend
package.json is a file used in Node.js projects to manage dependencies, scripts, and metadata.
It is a JSON file that contains information about the project, such as name, version, dependencies, and scripts.
It is used to manage project dependencies by listing them in the 'dependencies' and 'devDependencies' fields.
It allows developers to define scripts for tasks like building, testing, and running the project.
Example: {...
Components in Angular are building blocks of an application. Data can be shared between components using input properties and output events.
Components in Angular are reusable, self-contained units of code that define a part of the user interface.
Data can be shared to a component using input properties, where data is passed from the parent component to the child component.
Data can also be shared from a child component t...
=== is strict equality operator, while == is loose equality operator. === is commonly used in real-time projects for accurate comparisons.
=== is a strict equality operator that checks both value and type of operands
== is a loose equality operator that only checks the value of operands
=== is commonly used in real-time projects to ensure accurate comparisons and prevent unexpected type coercion issues
Arrow function syntax in JavaScript
Arrow functions are concise syntax for writing function expressions in JavaScript
They have a shorter syntax compared to traditional function expressions
They do not have their own 'this', 'arguments', 'super', or 'new.target' keywords
Arrow functions are concise syntax for writing function expressions, while anonymous functions do not have a name.
Arrow functions have a shorter syntax compared to anonymous functions.
Arrow functions do not have their own 'this' keyword, while anonymous functions do.
Arrow functions do not have 'arguments' object, while anonymous functions do.
Arrow functions are not hoisted, while anonymous functions are hoisted.
posted on 27 Aug 2024
I applied via Job Portal
posted on 4 Nov 2023
I was interviewed in Oct 2023.
Easy to medium
profit and loss questions
Permutation and combination
Easy to medium
45 mins
Operator overloading allows operators to be redefined for user-defined types in Java.
Operator overloading is not supported in Java as it can lead to ambiguity and confusion.
Java does not allow custom operators to be defined or existing operators to be overloaded.
Instead of operator overloading, Java provides method overloading where methods with the same name but different parameters can be defined.
Java is a high-level, object-oriented programming language known for its platform independence and robust features.
Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)
It is object-oriented, allowing for modular and reusable code
Java is known for its robust standard library, which includes tools for networking, I/O, and more
It supports multithreading, allowing for concurrent e...
Designing a lift system using data structures
Use a queue data structure to manage the order of requests for each floor
Implement a priority queue to handle emergency stops or VIP requests
Use a state machine to track the current status of the lift (moving, stopped, opening/closing doors)
Maintain a list of floors the lift has visited to optimize route planning
posted on 26 Mar 2024
I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.
based on 1 review
Rating in categories
US IT Recruiter
27
salaries
| ₹2 L/yr - ₹5 L/yr |
Information Technology Recruiter
14
salaries
| ₹2 L/yr - ₹3 L/yr |
IT Technical Recruiter
6
salaries
| ₹2.3 L/yr - ₹3.8 L/yr |
Senior Technical Recruiter
6
salaries
| ₹5 L/yr - ₹6 L/yr |
Lead Generation Specialist
5
salaries
| ₹2 L/yr - ₹5.4 L/yr |
TCS
Infosys
Wipro
HCLTech