I was asked about the egg dropping problem
Development Engineer Interview Questions
37,128 development engineer interview questions shared by candidates
Scripting questions in Python like, parse a csv file and extract the name, phone numebers, emails into a dict.
Don't remember the exact question but it was related to string and array (Leetcode medium)
One question related to trees was tricky. Dont remember the exact details
Data Structures, DS Algo, CTCI
find if string1 exists in string2, give test conditions
Write test cases for the above function.
How many people can you stuff in a school bus
Given an array of positive and negative numbers, give an algorithm that would find the sequence of numbers that give the largest sum. The numbers have to be in sequential order.
Given a string "aaabbc", convert it to "3a2b1c". Output the result only its length is smaller than the input length.
Viewing 1021 - 1030 interview questions