Filter interviews by
MVC pipeline is a design pattern that separates an application into three interconnected components: Model, View, and Controller.
Model represents the data and business logic
View displays the data to the user
Controller handles user input and updates the model and view accordingly
The pipeline ensures separation of concerns and promotes modularity
Example: A user enters data in a form (input), the controller receives the i...
Routing in Asp.Net MVC maps incoming requests to appropriate controller actions.
Routing is configured in RouteConfig.cs file.
Routes are defined using MapRoute method.
Routes can have placeholders for dynamic values.
Routes can have constraints to restrict the values of placeholders.
Routes can be named for easy reference.
Default route is defined as {controller}/{action}/{id}.
Attribute routing can also be used to define ro
To move from one Entity Framework version to another, update the NuGet package and make necessary code changes.
Update the NuGet package to the desired version
Make necessary code changes to accommodate any breaking changes
Test thoroughly to ensure the application still works as expected
WCF is a framework for building distributed systems while Asp.Net Web Api is for building HTTP services.
WCF supports multiple protocols like TCP, HTTP, Named Pipes, etc. while Web Api only supports HTTP.
WCF has more configuration options and is more flexible than Web Api.
Web Api is more lightweight and easier to use for building RESTful services.
WCF is more suitable for building enterprise-level applications with compl...
Creating a RESTful service without using Asp.Net Web Api template.
Use a lightweight framework like Flask or Express
Define routes and HTTP methods for each endpoint
Serialize data to JSON format
Handle errors and exceptions
Test the service using tools like Postman or curl
Difference between drop, truncate and delete.
DROP command removes a table from the database
TRUNCATE command removes all rows from a table
DELETE command removes specific rows from a table
There are two types of routings in Asp.Net MVC: convention-based routing and attribute routing.
Convention-based routing uses default routing rules to map URLs to controller actions.
Attribute routing allows developers to define custom routes using attributes on controller actions or at the controller level.
Both types of routing can be used together in the same application.
Convention-based routing is the default routing ...
Performance tuning in SQL involves optimizing queries, indexes, and server settings to improve database performance.
Identify slow queries using profiling tools
Optimize queries by rewriting or adding indexes
Adjust server settings such as memory allocation and disk usage
Consider partitioning large tables
Regularly monitor and analyze performance metrics
Choose .Net Core for cross-platform and cloud-based applications, .Net Framework for Windows-only applications.
Consider the target platform and deployment environment
Choose .Net Core for cross-platform and cloud-based applications
Choose .Net Framework for Windows-only applications
Check for compatibility with existing libraries and frameworks
Consider performance and scalability requirements
Top trending discussions
I applied via Referral and was interviewed before Jan 2021. There were 3 interview rounds.
OOPs concepts are used in real life to model objects and their behavior.
Encapsulation: A car's engine is encapsulated and can only be accessed through specific methods.
Inheritance: A sports car is a type of car that inherits properties and methods from the car class.
Polymorphism: A person can be a student, teacher, or employee, each with their own unique behavior.
Abstraction: A TV remote has buttons that abstract the c...
Hashmap is a data structure that stores key-value pairs and uses hashing to locate values based on their keys.
Hashmap uses an array of linked lists to store key-value pairs.
The hash function is used to convert the key into an index of the array.
If two keys have the same hash value, they are stored in the same linked list.
Hashmap provides constant time complexity for insertion, deletion, and retrieval of values.
Java's H...
I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.
Online aptitude test
10 questions, write in any programming language you know.
I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.
Find count of pairs whose sum is k in an array, with updated scenarios with each solution
hands on code for Java8, Springboot, HIbernate, Microservice architecture
Current project internals
I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 2 interview rounds.
Builder design pattern is a creational design pattern used to construct complex objects step by step.
Builder pattern separates the construction of a complex object from its representation.
It allows the same construction process to create different representations of the object.
Useful when there are multiple ways to construct an object or when the object creation process is complex.
Example: StringBuilder in Java allows ...
JOIN query to retrieve country and employee name
Use JOIN keyword to combine data from multiple tables
Specify the columns to select from each table
Use ON keyword to specify the relationship between the tables
posted on 8 Jan 2025
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2021. There were 3 interview rounds.
Java 8 features include lambda expressions, functional interfaces, streams, and default methods.
Lambda expressions allow you to write code in a more concise and readable way.
Functional interfaces enable the use of lambda expressions.
Streams provide a way to work with collections of objects in a functional style.
Default methods allow interfaces to have method implementations.
Examples: Using lambda expressions to iterate...
Map applies a function to each element in a collection, while flatMap applies a function that returns a collection and flattens the result. Function is used to transform input into output, Predicate is used to test a condition.
Map transforms each element in a collection using a function
FlatMap transforms each element in a collection using a function that returns a collection and flattens the result
Function is used to t...
Use stream API to find sum of even numbers from a list
Use filter to get only even numbers
Use mapToInt to convert stream to IntStream
Use sum() to get the sum of even numbers
Liskov's substitution principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the program's correctness.
Subtypes must be substitutable for their base types
Derived classes should be able to extend the functionality of base classes without changing their behavior
Violating this principle can lead to unexpected behavior and errors in the program
Switch-case can break the Open/Closed Principle by requiring modification of existing code for new cases.
Switch-case statements violate the Open/Closed Principle, which states that classes should be open for extension but closed for modification.
Adding a new case to a switch statement requires modifying the existing code, violating the principle of not modifying existing code.
Instead of using switch-case, consider usin...
Different kinds of DB joins include inner join, outer join, left join, and right join.
Inner join: Returns rows when there is at least one match in both tables.
Outer join: Returns all rows when there is a match in one of the tables.
Left join: Returns all rows from the left table and the matched rows from the right table.
Right join: Returns all rows from the right table and the matched rows from the left table.
I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.
Java 8 programming and features
Some of the top questions asked at the Black Knight Technical Lead interview -
based on 1 review
Rating in categories
Indexing Associate
286
salaries
| ₹1.2 L/yr - ₹3.5 L/yr |
Application Programmer
184
salaries
| ₹4.1 L/yr - ₹18.4 L/yr |
Software Test Analyst
142
salaries
| ₹2.5 L/yr - ₹13.8 L/yr |
Application Programmer 2
53
salaries
| ₹6.5 L/yr - ₹18 L/yr |
IT Security Analyst
52
salaries
| ₹3.4 L/yr - ₹13.5 L/yr |
ITC Infotech
3i Infotech
Xoriant
CitiusTech