Filter interviews by
I applied via Approached by Company and was interviewed before Jan 2023. There was 1 interview round.
A framework is a software platform that provides a foundation for developing applications by offering pre-built components and tools.
A framework is a set of libraries, tools, and guidelines that help developers build applications more efficiently.
It provides a structure and predefined functionality to simplify the development process.
Frameworks often follow a specific architectural pattern, such as MVC (Model-View-Cont...
Node.js is used for building scalable and high-performance applications.
Node.js is built on Chrome's V8 JavaScript engine, which provides fast and efficient code execution.
It uses an event-driven, non-blocking I/O model, making it lightweight and efficient for handling concurrent requests.
Node.js has a large and active community, with a vast ecosystem of libraries and frameworks available.
It allows developers to use Ja...
RESTful APIs are a set of rules and conventions for building web services that are scalable, stateless, and can be easily consumed by clients.
REST stands for Representational State Transfer
RESTful APIs use HTTP methods like GET, POST, PUT, DELETE to perform operations on resources
They follow a client-server architecture and are stateless
RESTful APIs use uniform resource identifiers (URIs) to identify resources
They supp...
Angular and React are popular frameworks for building web applications due to their efficiency, scalability, and rich ecosystem.
Angular and React provide a component-based architecture, making it easier to build and maintain complex UIs.
They offer a virtual DOM, which improves performance by minimizing direct manipulation of the actual DOM.
Both frameworks have a large and active community, providing extensive documenta...
AngularUniversal is a server-side rendering (SSR) solution for Angular applications.
AngularUniversal allows rendering Angular applications on the server side before sending them to the client.
It improves performance by pre-rendering the application, making it load faster and improving SEO.
AngularUniversal supports dynamic data rendering, allowing the server to provide initial data to the client.
It enables better user e...
Top trending discussions
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
posted on 3 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.
Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.
Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.
Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...
Use a loop to swap characters of two strings without using strcpy function.
Create two arrays of characters to store the strings
Use a loop to iterate through each character of the strings and swap them
Ensure to handle cases where strings have different lengths
Developed a web application for tracking employee attendance and performance
Implemented user authentication and authorization using Spring Security
Utilized Hibernate for database interaction and data persistence
Designed and developed RESTful APIs for frontend integration
Used AngularJS for frontend development to create interactive user interfaces
I applied via LinkedIn and was interviewed in Dec 2024. There was 1 interview round.
Remove duplicates from array of strings without using set.
Iterate through the array and compare each element with all other elements to find duplicates.
Create a new array and add elements only if they are not already present in the new array.
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
A standard online test conducted through one of the testing platforms.
posted on 9 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Primitive data types are basic data types provided by the programming language, while non-primitive data types are created by the programmer.
Primitive data types include int, float, double, char, boolean, etc.
Non-primitive data types include arrays, classes, interfaces, etc.
Primitive data types store actual values, while non-primitive data types store references to objects.
Access modifiers control the visibility of classes, methods, and variables. Non-access modifiers provide additional functionality.
Access modifiers: public, private, protected, default
Non-access modifiers: static, final, abstract, synchronized
Example: public class MyClass { private int myVar; }
Java 8 features include lambda expressions, functional interfaces, streams, and more.
Lambda expressions allow concise syntax for defining anonymous functions.
Functional interfaces can have only one abstract method and are used for lambda expressions.
Streams provide a way to process collections of objects in a functional style.
Optional class helps to avoid NullPointerException by wrapping a value that may be null.
CICD tools automate the process of building, testing, and deploying code changes.
Popular CICD tools include Jenkins, GitLab CI/CD, CircleCI, and Travis CI
These tools help in automating the software development lifecycle
They enable continuous integration, continuous delivery, and continuous deployment
CICD tools help in improving code quality, reducing manual errors, and increasing development speed
Containerization is a lightweight, portable, and self-sufficient way to package and run applications.
Containerization involves encapsulating an application and its dependencies into a container image.
Containers are isolated from each other and share the host OS kernel.
Popular containerization platforms include Docker and Kubernetes.
Containerization allows for easy deployment and scaling of applications.
Indexing in SQL is a technique used to improve the performance of queries by creating a data structure that allows for faster retrieval of data.
Indexes are created on columns in a database table to speed up the retrieval of rows that match a certain condition in a query.
They work similar to the index in a book, allowing the database to quickly locate the rows that satisfy the query.
Indexes can be created using a single...
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
A palindrome program in Java checks if a given string reads the same forwards and backwards.
Create a function that takes a string input
Use a loop to compare characters from both ends of the string
Return true if the string is a palindrome, false otherwise
Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.
Diamond problem arises in multiple inheritance scenarios in Java.
It occurs when a class inherits from two classes that have a common ancestor.
To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.
Example: Class A and Class...
Iterate through the list and find pairs of numbers that sum up to 6
Iterate through the list and check if the current number + any other number in the list equals 6
Store the pairs of numbers that sum up to 6 in a separate list
Return the list of pairs
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Business Analyst
9
salaries
| ₹1.5 L/yr - ₹6 L/yr |
Quality Analyst
5
salaries
| ₹3 L/yr - ₹4 L/yr |
Software Developer
4
salaries
| ₹1.2 L/yr - ₹5.1 L/yr |
HR Manager
4
salaries
| ₹3.6 L/yr - ₹7 L/yr |
HR Executive
4
salaries
| ₹1.8 L/yr - ₹5 L/yr |
TCS
Infosys
Wipro
HCLTech