Warren
Interview experiences shared by candidates.
MIMikaylaHutchinson·Jun 8, 2025·Coding·graphite
Graphite | Software Engineer (Senior) | Coding | Phone Screen
Software Engineer
Graphite Phone Interview Question: """ Given a list of letters, return all possible permutations of the letters Input: ['a', 't', 'c'] Output: [ ['a', 't', 'c'], ['a', 'c', 't'], ['t', 'c', 'a'], ['t', 'a', 'c'], ['c', '...
010
ANankitasc·May 14, 2025·Coding·Postman
Postman | Senior Software Engineer - Monetization (Senior) | Coding | Onsite
Senior Software Engineer - Monetization
Coding Implement a task scheduler with priority Interface TaskScheduler { addTask(task) pollTask() } Task Id Name priority 1 A 2 2 B 4 3 C 1 4 D 2 Output for pollTask B A D C Same priority return task which was inserted...
010