i
LambdaTest
Filter interviews by
Clear (1)
There are 3 questions moderate one with topics like dp ( edit distance variant ), dequeue and hashing question. I cleared the test and move forward to interview round 1
Topological sort is a linear ordering of vertices in a directed acyclic graph.
Use Depth First Search (DFS) to visit each vertex and add it to the result list after visiting all its neighbors.
Maintain a visited set to keep track of visited vertices and a result list to store the sorted order.
If a cycle is detected during DFS, the graph is not a DAG and topological sort is not possible.
Top trending discussions
It depends on the specific requirements and use case.
Use flows for declarative automation and to automate standard processes.
Use triggers for more complex automation and to perform custom logic.
Flows are easier to build and maintain, while triggers offer more flexibility and control.
Consider the complexity of the automation, the need for custom logic, and the scalability of the solution.
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
I applied via Approached by Company and was interviewed before Feb 2022. There were 4 interview rounds.
Chrome and Firefox Browser automation
Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers
Messaging queues are used to manage asynchronous communication between different components of a system.
Use a reliable messaging queue system like RabbitMQ or Apache Kafka
Ensure messages are properly formatted and serialized
Implement message acknowledgement and retry mechanisms
Monitor queue health and performance
Consider message ordering and partitioning for scalability
Avoid long-running tasks in message handlers
MapReduce is a programming model for processing large data sets in parallel.
MapReduce divides the input data into chunks and processes them in parallel.
It consists of two phases: Map and Reduce.
Map function takes input data and converts it into key-value pairs.
Reduce function takes the output of Map as input and combines the values with the same key.
It is used for solving dictionary keywords by mapping each word to a k
posted on 4 Jul 2024
I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.
Normal 3 leetcode medium questions
Machine coding round to design tail -f
I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.
Implement tail -f command
Browserstack is a popular cloud-based cross-browser testing tool used by developers worldwide.
Provides access to a wide range of browsers and devices for testing
Allows for parallel testing to save time and increase efficiency
Integrates with popular testing frameworks like Selenium and Appium
Offers features like screenshots, video recordings, and debugging tools
Used by companies like Microsoft, Twitter, and Airbnb for t
Yes, I faced a challenge in integrating a new third-party API with our existing system.
Had to understand the documentation of the API thoroughly
Encountered compatibility issues with our system
Worked closely with the API provider to troubleshoot and resolve issues
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
MCQ based Questions from topics of DSA , web development
I applied via Campus Placement
Machine coding round
posted on 21 Oct 2021
I was interviewed in Mar 2021.
Round duration - 60 Minutes
Round difficulty - Medium
The platform was HackerEarth time duration was 1 hour.
2 Coding questions were asked, 30 minutes for each were allotted.
Given a string S
of length L
, determine the length of the longest substring that contains no repeating characters.
"abac...
The problem asks to find the length of the longest substring without repeating characters in a given string.
Use a sliding window approach to iterate through the string and keep track of the characters seen so far.
Maintain a set to check for duplicate characters within the current substring.
Update the maximum length of the substring whenever a duplicate character is encountered.
Continue the process until the end of the ...
Given an array Arr
consisting of N
integers, find all distinct triplets in the array that sum up to zero.
An array is said to have a triplet {Arr[i], Arr[j],...
The task is to find all distinct triplets in an array that add up to zero.
Iterate through the array and fix the first element of the triplet.
Use two pointers approach to find the other two elements that sum up to the negative of the fixed element.
Skip duplicate elements to avoid duplicate triplets.
Return the list of triplets found.
Round duration - 120 Minutes
Round difficulty - Hard
This was a 2 hours round, with the following problem statement. At the end of the allotted time you had give a demo and explain your implementation.
Round duration - 45 Minutes
Round difficulty - Medium
The platform was Zoom, time duration was 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms and real life problems.
Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice questions from leetcode as mostly questions were asked from that only.
Tip 3 : Revise Computer Science subjects like DBMS, OS & OOPS thoroughly, it'll help you ace last round
Tip 4 : Revise everything about your mentioned internship projects and self projects. Projects hold a great weight in selection.
Tip 1 : Competitive programming profiles is a must. That'll help you get shortlisted.
Tip 2 : Resume should reflect development and experience in DSA.
Tip 3 : Be genuine in your skills and technologies section, question will be asked from them.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Member Technical Staff
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Engineer
14
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
12
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Member of Technical Staff
11
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
BrowserStack
QASource
SmartBear
Sauce Labs