i
Entrata
Filter interviews by
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any of these.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract...
Find duplicate numbers in an array of strings.
Iterate through the array and keep track of the count of each number using a hash map.
If the count of a number is greater than 1, it is a duplicate.
Return the list of duplicate numbers.
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.
OOP is based on the concept of classes and objects.
It focuses on encapsulation, inheritance, and polymorphism.
Encapsulation hides the internal details of an object and provides a public interface.
Inheritance allows classes to inherit properties and methods from other classes.
Polymorphism allows objects of...
The final class and method are used to prevent inheritance and method overriding respectively.
Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.
Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.
The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.
The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.
It is used in conjunction with the GROUP BY clause.
The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.
It is typically used to specify cond...
The output will be the literal string of the variable, without any variable interpolation.
When a variable is echoed in single quotes, it is treated as a literal string.
No variable interpolation or special characters are interpreted.
The output will include the variable name itself, not its value.
PHP reference variables allow multiple variables to point to the same data, enabling efficient memory usage and data manipulation.
Reference variables are created using the '&' operator. Example: $a = 10; $b = &$a; // $b now references $a.
Changes to a reference variable affect the original variable. Example: $b = 20; // Now $a is also 20.
References can be used with functions to modify arguments directly. Ex...
OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability for objects of different classes to respond to the same message in different...
Database queries involve retrieving, updating, and manipulating data stored in a database.
Database queries are used to retrieve specific data from a database based on certain criteria.
Queries can also be used to update existing data or insert new data into the database.
SQL (Structured Query Language) is commonly used to write database queries.
Examples of database queries include SELECT, INSERT, UPDATE, and DELETE ...
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have constructors, fields, and methods, while interface cannot have any of these.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to provide a common base for multiple classes, while interfaces are used to define a contract for ...
OOP Concepts refer to the principles of Object-Oriented Programming, including encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object).
Inheritance: Allowing a class to inherit properties and behavior from another class.
Polymorphism: The ability for objects of different classes to respond to the same message in different ways...
Database queries involve retrieving, updating, and manipulating data stored in a database.
Database queries are used to retrieve specific data from a database based on certain criteria.
Queries can also be used to update existing data or insert new data into the database.
SQL (Structured Query Language) is commonly used to write database queries.
Examples of database queries include SELECT, INSERT, UPDATE, and DELETE state...
I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.
The final class and method are used to prevent inheritance and method overriding respectively.
Final class: A final class cannot be subclassed. It is often used for utility classes or classes that should not be extended.
Final method: A final method cannot be overridden by subclasses. It is used to prevent modification of a method's behavior in subclasses.
PHP reference variables allow multiple variables to point to the same data, enabling efficient memory usage and data manipulation.
Reference variables are created using the '&' operator. Example: $a = 10; $b = &$a; // $b now references $a.
Changes to a reference variable affect the original variable. Example: $b = 20; // Now $a is also 20.
References can be used with functions to modify arguments directly. Example...
Find duplicate numbers in an array of strings.
Iterate through the array and keep track of the count of each number using a hash map.
If the count of a number is greater than 1, it is a duplicate.
Return the list of duplicate numbers.
The output will be the literal string of the variable, without any variable interpolation.
When a variable is echoed in single quotes, it is treated as a literal string.
No variable interpolation or special characters are interpreted.
The output will include the variable name itself, not its value.
Object-oriented programming (OOP) is a programming paradigm that uses objects to represent and manipulate data.
OOP is based on the concept of classes and objects.
It focuses on encapsulation, inheritance, and polymorphism.
Encapsulation hides the internal details of an object and provides a public interface.
Inheritance allows classes to inherit properties and methods from other classes.
Polymorphism allows objects of diff...
The HAVING clause is used in MySQL to filter the results of a GROUP BY query based on a condition.
The HAVING clause is similar to the WHERE clause, but it operates on grouped rows rather than individual rows.
It is used in conjunction with the GROUP BY clause.
The HAVING clause is used to filter the results of a GROUP BY query based on a condition that applies to the grouped rows.
It is typically used to specify condition...
I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.
A company designed the test basically to understand the nature of the interviewee. Simple test.
Top trending discussions
I applied via LinkedIn and was interviewed in Oct 2022. There were 6 interview rounds.
4 Coding Questions Leetcode Level Medium to Hard. Had to solve it within 1.5 hours.
Was able to solve 2 questions - One hard and one Medium. Hadn't enough time to solve all.
A zoo management system to track animals, enclosures, staff, and visitor information.
Create classes for animals, enclosures, staff, and visitors
Implement functions for adding, updating, and deleting records
Include features for scheduling feeding times, cleaning enclosures, and managing staff shifts
Standard DSA questions
posted on 16 May 2024
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Configuration of a stack involves setting up the environment, dependencies, and parameters for software deployment.
Define the stack components: Choose the programming languages, frameworks, and tools (e.g., MERN stack: MongoDB, Express, React, Node.js).
Set up environment variables: Use .env files to manage sensitive information like API keys and database URLs.
Configure build tools: Use tools like Webpack or Babel to bu...
posted on 11 Jul 2021
It will be a scenario based implementation
based on 5 interview experiences
Difficulty level
Duration
based on 24 reviews
Rating in categories
Software Engineer
336
salaries
| ₹4.5 L/yr - ₹16.2 L/yr |
Softwaretest Engineer
175
salaries
| ₹3 L/yr - ₹6.7 L/yr |
QA Engineer
160
salaries
| ₹3 L/yr - ₹7.9 L/yr |
Senior Software Engineer
124
salaries
| ₹7.1 L/yr - ₹28 L/yr |
Sdet Engineer
67
salaries
| ₹7 L/yr - ₹12.4 L/yr |
Duck Creek Technologies
FinThrive
Mobileum
Evolent Health International