Filter interviews by
The coding syntax for a programming language.
Syntax refers to the rules and structure of a programming language.
It includes elements like keywords, operators, and punctuation.
Syntax errors occur when the code violates the language's rules.
Examples: C++ uses semicolons to end statements, Python uses indentation for blocks.
Entity Framework is a popular ORM tool for connecting to databases in .NET applications.
Install Entity Framework NuGet package
Create a DbContext class that inherits from DbContext
Specify the connection string in the application's configuration file
Use the DbContext to query and manipulate data from the database
Code first approach involves creating the database schema based on the code, while database first approach involves creating the code based on an existing database schema.
Code first approach focuses on defining the entities and their relationships in code, and then generating the database schema from the code.
Database first approach involves designing the database schema first, and then generating the code based on the...
I applied via Naukri.com and was interviewed before Apr 2022. There were 2 interview rounds.
Object-Oriented Programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.
Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).
Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).
Polymorphism: Ability to present the same interf...
I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
I am a seasoned technical lead with over 10 years of experience in leading software development teams and delivering high-quality products.
Over 10 years of experience in software development
Proven track record of leading successful development teams
Strong expertise in various programming languages and technologies
Excellent communication and problem-solving skills
I am a seasoned technical lead with over 10 years of experience in leading software development teams and delivering high-quality products.
Over 10 years of experience in software development
Proven track record of leading successful development teams
Strong expertise in various programming languages and technologies
Excellent communication and problem-solving skills
I appeared for an interview in Mar 2025, where I was asked the following questions.
Microservice Design Pattern structures applications as a collection of loosely coupled services, enhancing scalability and maintainability.
Microservices are independently deployable services that communicate over a network.
Each microservice focuses on a specific business capability, e.g., user management or payment processing.
Spring Boot simplifies the development of microservices with embedded servers and auto-configu...
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.
based on 4 interview experiences
Difficulty level
Duration
based on 43 reviews
Rating in categories
Senior Software Engineer
622
salaries
| ₹11.6 L/yr - ₹20 L/yr |
Software Engineer
585
salaries
| ₹5 L/yr - ₹11 L/yr |
Technical Lead
364
salaries
| ₹15.9 L/yr - ₹28.5 L/yr |
Software Developer
117
salaries
| ₹3 L/yr - ₹11.4 L/yr |
Senior Technical Lead
97
salaries
| ₹17.5 L/yr - ₹30 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant