Filter interviews by
I applied via Naukri.com and was interviewed in Jun 2023. There were 3 interview rounds.
First round was basic introduction
Object-oriented programming concepts that focus on objects and classes for better code organization and reusability.
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 det...
An exception is an event that disrupts the normal flow of a program's execution.
Exceptions are used to handle errors and other exceptional events in a program.
They allow the program to continue running even when unexpected situations occur.
Examples of exceptions include divide by zero, file not found, and out of memory errors.
Spring JPA is a framework that simplifies data access with Java Persistence API. REST services are web services that use HTTP methods for communication.
Spring JPA is a part of the Spring Framework that provides an abstraction layer on top of JPA (Java Persistence API) to simplify database operations in Java applications.
It allows developers to interact with databases using object-oriented programming concepts rather th...
I applied via Job Portal and was interviewed in Oct 2021. There were 5 interview rounds.
Top trending discussions
There were three coding questions.
posted on 6 Jan 2025
I applied via Campus Placement
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Question Related to the DP and the Graph
Find the Kth maximum element in an array of strings.
Sort the array in descending order.
Return the element at index K-1.
Coin change problem can be solved using dynamic programming to find the minimum number of coins needed to make a certain amount of change.
Use dynamic programming to build up solutions for smaller subproblems
Start by initializing an array to store the minimum number of coins needed for each amount from 0 to the target amount
Iterate through each coin denomination and update the array with the minimum number of coins need
Two sum problem DSA fromleetcode
Libuv is a multi-platform support library with a focus on asynchronous I/O.
Provides event loop, networking, and file system access APIs
Supports asynchronous operations for handling I/O events efficiently
Used in Node.js for handling non-blocking I/O operations
Async programming in JS allows for non-blocking operations, improving performance and user experience.
Use async/await to write asynchronous code in a synchronous manner
Promises are a common way to handle asynchronous operations
Callbacks can also be used for async programming, but can lead to callback hell
Utilize setTimeout and setInterval for delayed and repeated tasks
MCQ test consisting of 70 mcqs in 75 minutes from aptitude english and cs fundamentals. If cleared next paper 2 coding qs medium level
I faced challenges with integrating third-party APIs and debugging complex logic.
Difficulty in understanding and implementing third-party APIs
Issues with data synchronization between different systems
Troubleshooting complex logic errors
Managing dependencies and version conflicts
Time constraints affecting problem-solving
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
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Programmer
16
salaries
| ₹3 L/yr - ₹8 L/yr |
Trainee Programmer
7
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Team Lead
6
salaries
| ₹6 L/yr - ₹16.5 L/yr |
Test Engineer
5
salaries
| ₹3 L/yr - ₹4.1 L/yr |
Developer
4
salaries
| ₹2.8 L/yr - ₹5.2 L/yr |
Infosys
TCS
Wipro
HCLTech