Position: E5
Location: London
Date: April 2020
I've 5 years of experience as a Software Developer and currently working for a startup. I recently got interviewed for Facebook London. Unfortunately I couldn't clear it due to variety of reasons. I did worst than my last interview with Google where atleast I did decently in all the rounds of interview. Whining apart, let me jump into the particulars,
Question 1:
Given an integer representing the column number, give the name of the column in an excel sheet. Column number is 0 based.
https://leetcode.com/problems/excel-sheet-column-number/
Question 2:
Given n logs of wood having various lengths, return the maximum length of k logs of equal length that can be cut out of them.
Cut Wood