Filter interviews by
The project was a web application for managing employee data.
Developed using Java and Spring framework
Implemented CRUD operations for employee data
Used MySQL database for data storage
Included user authentication and authorization
Deployed on AWS Elastic Beanstalk
Top trending discussions
I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Oct 2024. There were 3 interview rounds.
It contain 40 question which is very easy
It contain 3 coding question
Joins in SQL are used to combine rows from two or more tables based on a related column between them.
Joins are used to retrieve data from multiple tables based on a related column
Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column
OOP features are key concepts in Object-Oriented Programming that include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation: Bundling data and methods that operate on the data into a single unit (object)
Inheritance: Ability for a class to inherit properties and behavior from another class
Polymorphism: Ability for objects to be treated as instances of their parent class or their own class
Abstractio...
An exception in Java is a runtime error that disrupts the normal flow of a program.
Exceptions are objects that are thrown when an error occurs during the execution of a program.
They can be caught and handled using try-catch blocks.
Common types of exceptions in Java include NullPointerException, ArrayIndexOutOfBoundsException, and IOException.
There are 2 sections one is Output guess and Another one is Quantitative
I didn't attend 2nd round..i was eliminated in 1st round
I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.
Via placement got this oppurtunity asked base questions
Coding test on java for factorial all ways
Database qstns
posted on 27 Feb 2024
English
Critical reasoning and problem solving
Corona Pandemic, digitalization
Qualitative and quantitative questions + gmat
posted on 25 Jan 2023
I applied via LinkedIn and was interviewed before Jan 2022. There were 2 interview rounds.
I have a good understanding of SQL and its syntax.
Familiar with creating and modifying tables, inserting and updating data, and querying data using SELECT statements
Knowledge of SQL functions and operators
Experience with joins and subqueries
Understanding of database normalization and data integrity constraints
Proficient in using SQL in various database management systems such as MySQL, Oracle, and SQL Server
I was interviewed in Jan 2021.
Round duration - 120 minutes
Round difficulty - Medium
Due to pandemic placement process went virtual. Test was conducted at 10 A.M.
Your task is to decode a given encoded string back to its original form.
An encoded string format is <count>[encoded_string], where the 'encoded_string...
The idea is to maintain two Stacks. One will store the integers i.e. number of times the current string is repeated and the other one will store the strings itself.
We use a simple idea and always evaluate the innermost brackets first. We traverse through our encoded string
For a given singly linked list, identify if a loop exists and remove it, adjusting the linked list in place. Return the modified linked list.
A...
We are going to have two loops outer-loop and inner-loop
You are provided with a string EXP
which represents a valid infix expression. Your task is to convert this given infix expression into a postfix expression.
An i...
We will scan the expression from left to write and if we encounter an operand we will append it to our answer. If we encounter an operator we will pop all the operators with equal or higher precedence and append them to our answer. And push the current operator. In the end, we will empty the stack.
Order of precedence = [ ‘^’, ‘*’ and ‘/’, ‘+’ and ‘-’, ‘(’, ‘)’]
Order of precedence [ link ]
The algorithm will be-
Round duration - 30 minutes
Round difficulty - Medium
Due to pandemic placement process went virtual. Test was conducted at 2 P.M.
Given a string 'STR' composed of lowercase English letters, identify the character that repeats first in terms of its initial occurrence.
STR =...
The basic approach is to check each character in the rest of the string and if it is repeated then simply print it.
The steps are as follows:
Round duration - 45 minutes
Round difficulty - Medium
Video Call interview where the interview happened for around 45 minutes.
You are provided with a binary tree consisting of N
nodes where each node has an integer value. The task is to determine the maximum sum achievable by a...
First of all, we need to observe that for any simple path in a Binary tree, there is one and only one node at the maximum height. So, the idea is to fix each node as the highest node in a path and then find the maximum sum path having the current node as the highest node. The final answer will be the maximum value among all the path sum values for each node. To find the maximum sum path for a particul...
Round duration - 30 minutes
Round difficulty - Easy
Video Call interview where the interview happened for around 30 minutes.
Tip 1 : Practise 5 problems daily from websites like hackerrank, codechef, codeforces
Tip 2 : Participate in codechef, codeforces contest.
Tip 3 : Attend mock interviews and should have good communication skills.
Tip 1 : Maintain atleast 2 different projects, write powerful summary statement.
Tip 2 : Maintain skills relevant to job description, include relevant experience.
Aptitude test along with CS fundamentals and Coding problems
Data structures like arrays and linked lists are used in real life applications such as social media networks, databases, and GPS systems.
Social media networks use arrays to store user profiles and linked lists to manage friend connections.
Databases use data structures like B-trees and hash tables to efficiently store and retrieve data.
GPS systems use graphs to represent road networks and find the shortest path between
Use the formula for sum of first n natural numbers to find the missing number in the array.
Calculate the sum of first n natural numbers using the formula n*(n+1)/2
Calculate the sum of all numbers in the array
Subtract the sum of array from the sum of first n natural numbers to find the missing number
based on 1 review
Rating in categories
Software Engineer
4
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Associate Software Engineer
4
salaries
| ₹3.2 L/yr - ₹4 L/yr |
Senior Software Engineer
3
salaries
| ₹8.4 L/yr - ₹18 L/yr |
Delivery Module Lead
3
salaries
| ₹16.6 L/yr - ₹30 L/yr |
BYJU'S
Ericsson
Delhivery
Ekart Logistics