Filter interviews by
I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.
Alter is used to modify an existing table, Primary key is a unique identifier for a table, Foreign key links two tables.
Alter is used to add, modify, or delete columns in a table
Primary key ensures each row in a table is uniquely identified
Foreign key establishes a relationship between two tables
Top trending discussions
I applied via Campus Placement
They follow the same pattern questions in every college so go through those. These are easily accessible from Leetcode discussion section.
posted on 17 Oct 2024
I applied via Approached by Company and was interviewed in Aug 2022. There were 2 interview rounds.
Edge score of nodes in a directed graph
Edge score is a measure of the importance of a node in a graph
It is calculated by counting the number of edges that point to or from a node
Nodes with higher edge scores are considered more important
Edge score can be calculated using algorithms like PageRank or HITS
Simulate rotting of oranges in a 2D matrix every second.
Create a queue to store the coordinates of fresh oranges
Iterate through the matrix and add the coordinates of fresh oranges to the queue
Simulate the rotting process by iterating through the queue and rotting adjacent fresh oranges
Keep track of the time taken for all oranges to rot
Return -1 if there are any fresh oranges left after the simulation
DB design for air ticket booking system
Create tables for flights, passengers, bookings, and payments
Use foreign keys to establish relationships between tables
Include fields for flight details, passenger information, and payment details
Consider implementing a caching mechanism for frequently accessed data
I applied via Campus Placement and was interviewed before Aug 2022. There were 4 interview rounds.
Technical MCQs (OS, CN, etc.), 2 coding questions (medium level)
I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.
In round 1 we could only use Java
Basic DSA and android questions
Live coding round for android
I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.
Concurrency is the ability of a system to execute multiple tasks simultaneously.
Concurrency allows multiple tasks to run concurrently, improving performance and efficiency.
Concurrency can be achieved through multithreading or multiprocessing.
Example: A web server handling multiple requests simultaneously using multithreading.
ACID principles are a set of properties that guarantee database transactions are processed reliably.
Atomicity: Transactions are all or nothing. If one part of the transaction fails, the entire transaction is rolled back.
Consistency: Transactions bring the database from one valid state to another. All constraints are satisfied.
Isolation: Transactions are isolated from each other until they are completed.
Durability: Once...
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
3 sum problem involves finding 3 numbers in an array that add up to a target sum. Number of operations to make 2 strings same involves finding the minimum number of operations (insert, delete, replace) needed to transform one string into another.
For 3 sum problem, use a hashmap to store complements of each number and check if the complement exists in the hashmap while iterating through the array.
For number of operation...
I have experience working on projects using high-level design (HLD) practices.
Utilized UML diagrams to create HLD for projects
Followed industry best practices for software design
Collaborated with team members to ensure HLD aligns with project goals
I applied via Recruitment Consulltant and was interviewed before Apr 2023. There was 1 interview round.
Types of REST API methods include GET, POST, PUT, DELETE, PATCH, and more.
GET - Retrieve data from a server
POST - Create new data on a server
PUT - Update existing data on a server
DELETE - Remove data from a server
PATCH - Partially update data on a server
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Sales Manager
43
salaries
| ₹3 L/yr - ₹5.1 L/yr |
Senior Software Engineer
34
salaries
| ₹7.5 L/yr - ₹22 L/yr |
Area Sales Manager
22
salaries
| ₹4.7 L/yr - ₹9 L/yr |
Relationship Manager
22
salaries
| ₹2.8 L/yr - ₹4.8 L/yr |
Software Engineer
18
salaries
| ₹5.3 L/yr - ₹17.2 L/yr |
PhonePe
KFintech
Rupeek
Razorpay