Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.
Online coding test had two questions to be solved in 60 mins. Medium level questions to be expected.
4 Rounds:
Online Assesment, Leetcode medium type questions
Application Design: Write solution with Design patterns
LLD
HLD
3 questions, 2 dsa and 1 sql query
I applied via Approached by Company and was interviewed in Jan 2024. There were 4 interview rounds.
LeetCode style DS Algo Questions
Wayfair interview questions for designations
A URL shortener service that converts long URLs into shorter, more manageable links.
Generate a unique short code for each long URL
Store the mapping between short code and long URL in a database
Redirect users from short URL to original long URL when accessed
Top trending discussions
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
The coding test was divided in 4 sections:
1> Java and SpringBoot multiple choice questions
The question topics included, multihreading, springboot context, security
2> Leetcode style program question 1 - Easy
3> Leetcode style program question 2 - Medium
Length of longest consecutive ones by at most one swap.
4> Sql query question
Queue can be implemented using two stacks by maintaining the order of elements in the stacks.
Create two stacks, let's call them stack1 and stack2
When an element is enqueued, push it to stack1
When an element is dequeued, pop all elements from stack1 and push them to stack2
Pop the top element from stack2 and return it as the dequeued element
If stack2 is empty, repeat step 3
To get the front element of the queue, peek the
Left join returns all records from left table and matching records from right table. Full outer join returns all records from both tables.
Left join is used to combine two tables based on a common column.
In left join, all records from the left table are returned along with matching records from the right table.
If there is no match in the right table, NULL values are returned.
Example: SELECT * FROM table1 LEFT JOIN table...
Magic functions are special methods in PHP that start with __. Autoloading is a way to automatically load classes.
Magic functions are used to handle certain events in PHP, such as object creation or property access.
Autoloading allows PHP to automatically load classes when they are needed, without requiring manual includes.
Magic functions can be used in conjunction with autoloading to dynamically load classes or handle
Given three sorted arrays, find common elements.
Create three pointers to traverse each array
Compare the elements at the pointers and move the pointer of the smallest element
If all pointers point to the same element, add it to the result and move all pointers
Repeat until any pointer reaches the end of its array
Check if a number is a power of 2 or not.
A power of 2 has only one bit set in its binary representation.
Use bitwise AND operator to check if the number is a power of 2.
If n is a power of 2, then n & (n-1) will be 0.
I applied via Referral
based on 5 interviews
1 Interview rounds
based on 2 reviews
Rating in categories
Senior Software Engineer
51
salaries
| ₹15.6 L/yr - ₹57.8 L/yr |
Software Engineer
40
salaries
| ₹21 L/yr - ₹69.7 L/yr |
Software Engineer2
30
salaries
| ₹32 L/yr - ₹65 L/yr |
Senior Software Engineer 2
16
salaries
| ₹34 L/yr - ₹61 L/yr |
Software Engineer III
14
salaries
| ₹45 L/yr - ₹72 L/yr |
Amazon
Etsy
Practo
InsanelyGood