i
Tekskills
Filter interviews by
I applied via Naukri.com and was interviewed before May 2022. There were 2 interview rounds.
OOPs in Java stands for Object-Oriented Programming which is a programming paradigm based on the concept of objects.
OOPs is a way of programming that focuses on objects and their interactions
It involves concepts like inheritance, polymorphism, encapsulation, and abstraction
Java is an object-oriented programming language that supports OOPs concepts
Example: Creating a class for a car with properties like make, model, and
Collections are data structures that store and organize objects in Java.
Collections provide a way to group related objects together.
They can be used to perform operations on groups of objects, such as sorting or searching.
Examples of collections include lists, sets, and maps.
Exception handling is a mechanism to handle runtime errors and prevent program crashes.
It allows the program to gracefully handle errors and continue execution.
It involves catching and handling exceptions using try-catch blocks.
Common exceptions include null pointer, arithmetic, and array index out of bounds.
Proper exception handling improves code reliability and maintainability.
Multi threading is the ability of a program to perform multiple tasks concurrently.
It allows for better utilization of CPU resources
It can improve program performance and responsiveness
Examples include web servers handling multiple requests simultaneously
It requires careful synchronization to avoid race conditions and deadlocks
JDBC connection pooling is a technique of reusing database connections to improve performance.
Connection pooling reduces the overhead of creating and destroying database connections.
It maintains a pool of pre-initialized connections that can be reused by multiple clients.
It improves application scalability and performance by reducing the time spent in establishing a new connection.
Popular connection pooling frameworks
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
Top trending discussions
I appeared for an interview before Jun 2016.
I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
The HashMap class is used to represent key-value pairs in Java.
HashMap is a part of the Java Collections Framework.
It allows null values and only one null key.
It provides constant-time performance for basic operations like get and put.
Example: HashMap<String, Integer> map = new HashMap<>();
Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.
Abstraction allows us to create models or representations of real-world objects or systems in software.
It helps in managing complexity by breaking down a system into smaller, more manageable parts.
Abstraction provides a level of indirection, allowing changes to be made in one part of the system...
try-catch is used in Java to handle exceptions and prevent program crashes.
try-catch blocks are used to catch and handle exceptions that may occur during program execution.
It allows the program to gracefully handle errors and prevent the program from crashing.
The try block contains the code that may throw an exception, and the catch block handles the exception.
Multiple catch blocks can be used to handle different types...
The statement to use for selecting based on integer inputs is the 'switch' statement.
The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.
Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.
The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.
...
I appeared for an interview before Mar 2024, where I was asked the following questions.
MVC lifecycle involves Model, View, and Controller interactions, while deployment ensures the application is live and accessible.
1. Model: Represents data and business logic. Example: A User model that interacts with a database.
2. View: Displays data to the user. Example: HTML templates rendering user information.
3. Controller: Handles user input and updates the model. Example: A login controller processing user creden...
CTE stands for Common Table Expression, a temporary result set in SQL used for complex queries.
CTE is defined using the WITH clause.
It can be recursive or non-recursive.
Example syntax: WITH CTE_Name AS (SELECT column1 FROM table) SELECT * FROM CTE_Name;
CTEs improve readability and organization of SQL queries.
They can be referenced multiple times within a query.
CORS is a security feature that allows restricted resources on a web page to be requested from another domain outside the domain from which the resource originated.
CORS is implemented via HTTP headers that allow servers to specify who can access their resources.
For example, a web application on 'example.com' can request resources from 'api.example.com' if CORS is enabled.
The 'Access-Control-Allow-Origin' header is cruc...
Bundling and minification optimize web assets by reducing file size and number of requests, improving load times and performance.
Bundling combines multiple files (e.g., JavaScript, CSS) into a single file to reduce HTTP requests.
Minification removes unnecessary characters (like whitespace and comments) from code to decrease file size.
Example of bundling: Combining 'script1.js', 'script2.js', and 'script3.js' into 'bund...
HTML helpers are functions that simplify the generation of HTML markup in web applications, enhancing code readability and maintainability.
HTML helpers are often used in MVC frameworks to generate HTML elements easily.
Common HTML helpers include methods for creating forms, links, and other UI components.
Example: In ASP.NET MVC, Html.TextBoxFor() generates an input element for a model property.
HTML helpers promote DRY (...
OOPS features include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (class).
Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.
Polymorphism: Ability to use a single interface for different data types or classes.
Abstraction: Hiding the implementation details and show
Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.
Interface methods are public and abstract by default, while abstract class can have abstract and non-abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used for full abstraction, while abstract classes are used fo...
I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.
Abstraction is a concept of hiding implementation details while interface is a contract that defines the behavior of a class.
Abstraction is achieved through abstract classes and methods
Interface is a collection of abstract methods
Abstraction is used for reducing complexity and increasing efficiency
Interface is used for achieving multiple inheritance and loose coupling
Abstraction is a way of achieving data abstraction w...
I appeared for an interview in Feb 2025, where I was asked the following questions.
based on 1 interview
Interview experience
based on 5 reviews
Rating in categories
Information Technology Recruiter
67
salaries
| ₹1.7 L/yr - ₹4 L/yr |
Senior Software Engineer
40
salaries
| ₹4.2 L/yr - ₹17.4 L/yr |
Software Engineer
39
salaries
| ₹3 L/yr - ₹10.5 L/yr |
Software Developer
14
salaries
| ₹3.6 L/yr - ₹9 L/yr |
Senior IT Recruiter
11
salaries
| ₹2.9 L/yr - ₹5 L/yr |
HCL Infosystems
Softenger
Capital Numbers Infotech
Accel Frontline