Filter interviews by
MVC is a software design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic of the application
View is responsible for rendering the user interface
Controller handles user input and updates the model and view accordingly
MVC promotes separation of concerns and modularity
MVC is widely used in web development frameworks like Ru...
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
MVC is a design pattern used in software development to separate concerns, while .NET Core is a cross-platform, open-source framework for building modern, cloud-based, internet-connected applications.
MVC stands for Model-View-Controller, which separates the application into three main components: the model (data), the view (user interface), and the controller (logic)
.NET Core is a cross-platform, open-source framework ...
I applied via Company Website and was interviewed before Sep 2021. There was 1 interview round.
Find the Nth highest salary from a list of salaries in a database or array.
Use SQL query: SELECT DISTINCT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET N-1;
In programming, sort the array and access the N-1 index: salaries.sort(); return salaries[salaries.length - N];
Handle edge cases: If N is greater than the number of unique salaries, return null or an appropriate message.
Consider performance: For large da...
Cross join returns all possible combinations of rows from two tables. It differs from other joins in that it does not use any join condition.
Cross join is also known as Cartesian join.
It is used when we want to combine all rows from two tables.
It does not require any join condition.
It can result in a large number of rows if the tables being joined are large.
Other joins like inner join, left join, right join, etc. requi...
Stored procedures and functions are both database objects used to encapsulate and execute code, but they have some differences.
Stored procedures can return multiple result sets, while functions can only return a single value.
Functions can be used in SELECT statements, while stored procedures cannot.
Stored procedures can modify data in the database, while functions cannot.
Functions can be used in computed columns, while...
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Dec 2019. There was 1 interview round.
Top trending discussions
OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail...
PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.
PDO is a PHP extension that provides a data-access abstraction layer.
It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.
PDO helps prevent SQL injection attacks by using prepared statements.
It allows for error handling and supports transactions.
Example: $pdo = new PDO('mysql:host=loc...
Basic coding and MySQL queries. Like Types of join, having and where difference etc.
Hard test dsa question practice more leetcode
I applied via Naukri.com and was interviewed in Jan 2023. There were 3 interview rounds.
Aptitude test was first round. it was hard level
Program on string, oops , exception handling
based on 2 interview experiences
Difficulty level
Duration
based on 21 reviews
Rating in categories
Software Developer
107
salaries
| ₹2.2 L/yr - ₹8 L/yr |
Technical Support Executive
83
salaries
| ₹1.9 L/yr - ₹4.2 L/yr |
Software Consultant
47
salaries
| ₹3 L/yr - ₹5 L/yr |
Technical Support Engineer
41
salaries
| ₹1.9 L/yr - ₹4 L/yr |
Software Engineer
30
salaries
| ₹2 L/yr - ₹6.3 L/yr |
Planet Spark
Unacademy
Extramarks Education
Vedantu