i
LambdaTest
Filter interviews by
2 Leetcode Medium questions on hackerrank
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
60 Minutes coding test was there
Traverse the linked list and add the values of each node without using additional data structures.
Traverse the linked list while keeping track of the sum in a variable
Update the sum by adding the value of each node as you traverse the list
Handle carry over if the sum of two nodes is greater than 9
To find all subsets of a given set, use recursion to generate all possible combinations.
Use recursion to generate all possible combinations of including or excluding each element in the set.
Start with an empty subset and recursively add each element to create new subsets.
Each subset can be represented as an array of strings.
LRU Cache is a data structure that stores a fixed number of items and removes the least recently used item when the cache is full.
LRU Cache uses a combination of a doubly linked list and a hashmap to efficiently store and retrieve items.
When an item is accessed, it is moved to the front of the linked list to indicate it is the most recently used item.
If the cache is full, the least recently used item at the end of the ...
Manager and employee problem. Given a table with id, Employee, managerId. Print the hierarchy in a tree format.
I applied via Campus Placement and was interviewed in Mar 2023. There were 4 interview rounds.
Aptitude Test with 1 coding question and 8 other aptitude questions
I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.
1hr
DSA
C++
Javascript
Hackerrank
Two DSA question on Appcoder platform
SAAS stands for Software as a Service and IAAS stands for Infrastructure as a Service.
SAAS is a software delivery model where software is hosted on the cloud and accessed via the internet.
IAAS provides virtualized computing resources over the internet, such as virtual machines, storage, and networking.
Examples of SAAS include Google Workspace, Salesforce, and Microsoft Office 365.
Examples of IAAS include Amazon Web Ser...
SOAP is a protocol, REST is an architectural style for web services.
SOAP is a protocol, while REST is an architectural style for web services
SOAP uses XML for message format, REST can use various formats like JSON, XML, etc.
SOAP is more rigid and has built-in security features, REST is more flexible and relies on underlying protocols for security
SOAP has strict rules for communication, REST is more lightweight and simp...
based on 2 reviews
Rating in categories
Member Technical Staff
17
salaries
| ₹8 L/yr - ₹32.6 L/yr |
Solution Engineer
16
salaries
| ₹6.5 L/yr - ₹18.2 L/yr |
Software Engineer
14
salaries
| ₹11.5 L/yr - ₹35 L/yr |
Senior Software Engineer
12
salaries
| ₹13.8 L/yr - ₹53 L/yr |
Senior Member of Technical Staff
9
salaries
| ₹10 L/yr - ₹30 L/yr |
BrowserStack
QASource
SmartBear
Sauce Labs