i
SpeedLabs
Filter interviews by
I was interviewed in Mar 2021.
Round duration - 45 minutes
Round difficulty - Medium
Timing (10 am- 11 am)
For this round I had slightly more time than the last, due to the fact that the weekend fell in between.The interviewer was very very cool and helping this time, something which I kept at the last in my list of probable things that can happen during an interview. Duration of this round was around 45 minutes.
You are given 'N' ropes, each of varying lengths. The task is to connect all ropes into one single rope. The cost of connecting two ropes is the sum of their lengths. Yo...
You are given a binary tree with 'N' integer nodes. Your task is to determine whether this binary tree is a Binary Search Tree (BST).
A Binary Search Tr...
Round duration - 30 minutes
Round difficulty - Medium
This round was on call where I was just supposed to answer the HRquestions that were asked. It started with a brief interview with one another and then moved to questions on DBMS, operating systems, computer networks and all. Almost 10-15 questions were asked and I probably answered 90% of them correctly.
Tip 1 : practice on gfg and coding ninjas
Tip 2 : compete in online coding contests
Tip 3 : learn DSA and practice regularly from GFG or leetcode
Tip 1 : put your entire valuable experience in brief
Tip 2 : put the handle of you competitive coding profiles
Top trending discussions
posted on 16 Sep 2021
I was interviewed in Feb 2021.
Round duration - 70 Minutes
Round difficulty - Medium
Timing was 9:15AM. Platform was not very good. Questions were not well explained.
Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Given a string STR
consisting of lowercase English letters, your task is to return all permutations of the given string in lexicographically increasing order.
The idea is to fix a character at a position and then find the permutations for rest of the characters.
Make a list ‘ans’ which will contain the permutations of the given string.
Let’s define a function generatePermutaionsHelper(Str, l, r). This function generates the permutations of the substring which starts from index ‘l’ and ends at index ‘r’.
Tip 1 : Prepare maximum algorithms.
Tip 2 : Deep knowledge of data structure.
Tip 3 : OOPS is must.
Tip 1 : Keep it short.
Tip 2 : Mention only your own projects.
I was interviewed in Jan 2025.
Data structures, particularly strings, play a crucial role in problem-solving.
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.
SQL- 1 departments with no users
2 dept_id and their respective no. of users
DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists
I was interviewed in Oct 2024.
Explain about DSA and its example in realtime.
I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.
posted on 4 Oct 2024
I applied via Company Website
A while loop is a control flow statement that allows code to be executed repeatedly based on a given condition.
While loop continues to execute a block of code as long as the specified condition is true
The condition is evaluated before each iteration of the loop
Example: while (x < 5) { // code to be executed }
It was a leetcode medium
It was a leetcode medium
OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation detail
PDO stands for PHP Data Objects, a database access layer providing a uniform method of access to multiple databases.
PDO is a PHP extension that provides a data-access abstraction layer.
It supports multiple database systems like MySQL, PostgreSQL, SQLite, etc.
PDO helps prevent SQL injection attacks by using prepared statements.
It allows for error handling and supports transactions.
Example: $pdo = new PDO('mysql:host=loc...
Business Development Associate
24
salaries
| ₹1 L/yr - ₹4.5 L/yr |
Academic Associate
14
salaries
| ₹3 L/yr - ₹8 L/yr |
Customer Service Executive
8
salaries
| ₹1.5 L/yr - ₹3 L/yr |
Team Manager
7
salaries
| ₹5 L/yr - ₹10.5 L/yr |
Business Development Executive
7
salaries
| ₹2 L/yr - ₹4 L/yr |
BYJU'S
Unacademy
Toppr
Vedant