Filter interviews by
Leetcode medium to hard problems in java
Developed a web application for tracking inventory and sales data
Used React for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database management
Top trending discussions
posted on 15 Jul 2021
I applied via Referral and was interviewed before Jul 2020. There were 3 interview rounds.
posted on 1 Oct 2024
I applied via Campus Placement
DP graphs strings it was good
Reverse a linked list by changing the direction of pointers
Start with three pointers: current, previous, and next
Iterate through the list, updating pointers to reverse the direction
Return the new head of the reversed list
The Fibonacci series is a sequence of numbers where each number is the sum of the two preceding ones.
Start with two variables initialized to 0 and 1
Loop through desired number of iterations, adding the previous two numbers to get the next number
Print or store each number in the series
posted on 8 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
Object-oriented programming concepts that focus on data encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: bundling data and methods that operate on the data into a single unit (class)
Inheritance: ability of a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for different data types
Abstraction: hiding the complex implementation details
I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.
Clean code is well-organized, easy to read, and maintainable code that follows best practices.
Clean code is easy to read and understand by other developers.
It follows consistent naming conventions for variables, functions, and classes.
Clean code is well-organized with proper indentation and spacing.
It avoids unnecessary complexity and duplication.
Clean code is modular and follows the single responsibility principle.
Exa...
To better test your code, use a combination of unit tests, integration tests, regression tests, and automated testing.
Write unit tests to test individual components or functions in isolation.
Perform integration tests to test how different components work together.
Implement regression tests to ensure that new code changes do not break existing functionality.
Utilize automated testing tools to run tests quickly and effici...
posted on 7 May 2024
I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.
Java 8 introduced new features like lambda expressions, streams, and default methods, improving code readability and performance.
Lambda expressions allow for more concise code and easier parallel programming.
Streams provide a way to work with collections in a functional style, enabling easier processing of large data sets.
Default methods allow interfaces to have method implementations, reducing the need for abstract cl...
I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.
Pagination in SQL allows for displaying a subset of query results at a time.
Use LIMIT and OFFSET clauses in SQL queries to implement pagination.
LIMIT specifies the maximum number of rows to return.
OFFSET specifies the number of rows to skip before starting to return rows.
Threads and tasks are both used in multiprocessing, but have different characteristics and use cases.
Threads are lightweight processes within a single process, sharing memory space. They are managed by the operating system.
Tasks are units of work that can be executed asynchronously. They are typically managed by a task scheduler.
Threads are suitable for parallel processing and improving performance, while tasks are use...
ViewBag is used to pass data from controller to view, while TempData is used to pass data between controller actions.
ViewBag is a dynamic property that allows you to pass data from controller to view
TempData is a dictionary object that allows you to pass data between controller actions
ViewBag is not type-safe and requires typecasting, while TempData is type-safe
ViewBag data is lost if redirection occurs, while TempData
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, fields, and non-abstract methods.
Interfaces can only have abstract methods and constants.
A class can implement multiple interfaces but can only inherit from one abstract class.
Send an API request through postman
Based on job role, you will be having coding exam
I applied via campus placement at Indian Institute of Technology (IIT), Kharagpur and was interviewed in Nov 2022. There were 4 interview rounds.
The coding test comprised 4 questions, held on the Hackerank platform. The time-bound was 90 minutes. I would rate the questions as easy, medium, medium, and hard. You had to solve at least 3 and 80% of the test cases of the last question to qualify for the last round.
Polymorphism is the ability of an object to take on many forms. Types include compile-time, runtime, and ad-hoc polymorphism.
Compile-time polymorphism is achieved through function overloading and templates.
Runtime polymorphism is achieved through inheritance and virtual functions.
Ad-hoc polymorphism is achieved through operator overloading and function templates.
Polymorphism allows for code reusability and flexibility ...
Contributed to open source communities by developing and maintaining projects.
Developed and maintained a Python package for data analysis and visualization
Contributed to a popular JavaScript library by fixing bugs and adding new features
Participated in open source hackathons and contributed to various projects
Provided support and guidance to new contributors in the community
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Given an array and target, find the index pair of elements the sum becomes target.
Use a hash table to store the difference between target and current element
Check if the difference exists in the hash table
Return the indices of the current element and the difference
based on 1 interview
Interview experience
Software Engineer
4
salaries
| ₹8.5 L/yr - ₹42 L/yr |
Manager
4
salaries
| ₹23 L/yr - ₹30 L/yr |
BBA Lecturer
3
salaries
| ₹7 L/yr - ₹10.9 L/yr |
JPMorgan Chase & Co.
Wells Fargo
Citicorp
HSBC Group