Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
ASP.NET is a web development framework while ASP.NET MVC is a design pattern for building web applications.
ASP.NET is a web development framework that follows a Web Forms model, where the UI and logic are tightly coupled.
ASP.NET MVC is a design pattern that separates the UI and logic, providing better maintainability and testability.
MVC allows for more control over the HTML, CSS, and JavaScript, making it easier to cre...
Partial is a method in MVC that renders a specific portion of a view, while render partial renders a partial view.
Partial is used to render a specific portion of a view, while render partial is used to render a partial view.
Partial is typically used within a view to render a reusable component, while render partial is used to render a separate partial view.
Partial can be used with parameters to pass data to the partial...
Different ways to send data view to controller
Using form submission
Using AJAX requests
Using URL parameters
Using cookies or local storage
Using web sockets
jQuery post is a shorthand method for Ajax post in MVC.
jQuery post is a shorthand method for Ajax post in MVC
jQuery post uses the $.post() method while Ajax post uses $.ajax() method
jQuery post is simpler and easier to use than Ajax post
Both methods are used to send data to the server without reloading the page
Ajax is a technique used to send and receive data from a server without refreshing the entire web page.
Ajax stands for Asynchronous JavaScript and XML.
It allows for asynchronous communication between the client and server.
With Ajax, form submission can be done without reloading the entire page.
The data is sent to the server in the background and the response can be processed without interrupting the user's interaction ...
Different types of action result in MVC include ViewResult, PartialViewResult, JsonResult, and RedirectResult.
ViewResult: Returns a complete HTML view to the client.
PartialViewResult: Returns a partial HTML view to the client.
JsonResult: Returns JSON data to the client.
RedirectResult: Redirects the client to a different URL.
Routing in MVC is the process of mapping URLs to specific actions or controllers in an application.
Routing determines how an incoming request is handled and which controller and action should be executed.
It helps in creating clean and user-friendly URLs.
Routes can be defined using attributes or in a route configuration file.
Parameters can be passed in the URL and accessed in the controller action.
Routing can also handl
Security in MVC involves implementing authentication, authorization, and secure communication to protect web and API resources.
Implement authentication mechanisms like username/password, tokens, or OAuth.
Use authorization to control access to resources based on user roles and permissions.
Secure communication by using HTTPS and encrypting sensitive data.
Implement input validation and sanitization to prevent common secur...
Validation technique in MVC is used to ensure that the data entered by the user is valid and meets the specified criteria.
Validation can be performed at different levels in MVC, such as client-side validation using JavaScript or server-side validation using data annotations or custom validation logic.
Client-side validation provides immediate feedback to the user without making a round trip to the server, while server-s...
Dependency injection is a design pattern where the dependencies of a class are provided externally rather than created internally.
Dependency injection helps in achieving loose coupling and improves testability and maintainability.
There are three types of dependency injection: constructor injection, setter injection, and interface injection.
In constructor injection, dependencies are provided through the class constructo...
MVC filters are used in projects to handle cross-cutting concerns and provide a way to intercept and modify the behavior of MVC actions.
MVC filters are attributes that can be applied to controllers or actions.
They can be used to perform tasks like authentication, authorization, logging, exception handling, etc.
Filters can be applied globally, at the controller level, or at the action level.
There are different types of ...
Singleton design pattern restricts the instantiation of a class to one object.
Used when only one instance of a class is required throughout the project
Provides a global point of access to the instance
Can be implemented using a private constructor and a static method
Examples include database connections, configuration settings, and logger classes
Abstract classes are classes that cannot be instantiated and can have both abstract and non-abstract methods. Interfaces are contracts that define the methods that a class must implement.
Abstract classes can have constructors while interfaces cannot
A class can implement multiple interfaces but can only inherit from one abstract class
Abstract classes can have instance variables while interfaces cannot
Interfaces can have...
A cursor is used to retrieve and manipulate data from a database, while a while loop is a control structure used to repeat a block of code.
Cursors are used in database operations, while while loops are used in programming logic.
Cursors are typically used to iterate over a result set, while while loops can be used for any repetitive task.
Cursors can be more efficient for large result sets, while while loops are generall...
Stored procedures and functions are both database objects used to encapsulate a set of SQL statements, but they have some differences.
Stored procedures are used to perform an action or a series of actions, while functions are used to return a value.
Stored procedures can have input and output parameters, while functions can only have input parameters.
Stored procedures can modify data, while functions are read-only.
Store...
Top trending discussions
I applied via Naukri.com and was interviewed before Jan 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.
I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.
I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 interview rounds.
They will ask you simple programs to check your logical abilities.
posted on 16 Apr 2021
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
posted on 16 Apr 2021
Implement merge sort and find kth largest element in an array.
Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.
Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.
Merge sort has a time complexity of O(nlogn) and space complexity of O(n).
Quick select has a time comp...
I applied via LinkedIn and was interviewed before Jun 2021. There were 5 interview rounds.
Its a simple hackathon MCQ questions based on your skills.
I appeared for an interview in Aug 2020.
Remove duplicate entries from array of strings using JavaScript
Use Set to remove duplicates
Convert Set back to array
Use spread operator to convert Set to array
Determines if words in given array are anagram or not using JS
Create a function that takes an array of strings as input
Loop through the array and sort each string alphabetically
Compare the sorted strings to check if they are equal
Return true if all strings are anagrams, else false
I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.
Some of the top questions asked at the Medusind Solutions Senior Software Engineer interview -
Client Servicing Executive
491
salaries
| ₹1.2 L/yr - ₹4 L/yr |
Senior Client Servicing Executive
261
salaries
| ₹1 L/yr - ₹5 L/yr |
Customer Service Executive
126
salaries
| ₹1.1 L/yr - ₹4.2 L/yr |
Team Coordinator
68
salaries
| ₹1 L/yr - ₹7.9 L/yr |
Team Coach
49
salaries
| ₹3 L/yr - ₹8.1 L/yr |
Xoriant
Photon Interactive
CitiusTech
Iris Software