container_edits: container|units|status |move_time XYZ | 5 |Start |2018-01-01 00:00:15 XYZ | 2 |Add |2018-01-01 00:01:10 XYZ | 3 |Add |2018-01-01 00:02:00 XYZ | |Complete |2018-01-01 00:03:00 XYZ | 5 |Start |2018-01-01 00:04:15 XYZ | 3 |Add |2018-01-01 00:05:10 XYZ | 4 |Add |2018-01-01 00:06:00 XYZ | 5 |Add |2018-01-01 00:07:10 XYZ | 6 |Add |2018-01-01 00:08:00 XYZ | |Complete |2018-01-01 00:09:00 For the above dataset the record should look like loop: container|loop_num|units|start_time |end_time XYZ |1 |10 |2018-01-01 00:00:15|2018-01-01 00:03:00 XYZ |2 |23 |2018-01-01 00:04:15|2018-01-01 00:09:00
Developer Interview Questions
269,206 developer interview questions shared by candidates
Tell me about a situation when you worked on a situation
exam online
const add=()=>{ let x=1; return ()=>x+1; } add(); add(); console.log(add())
Given numbers 1 to 100 in an array a random number was replaced with 0. Find the which number it was in constant time (100).
fibonacci and write the recursive function
The remote coderpad challenge was to map some json to an object. The json object contained a part of a url path and had children with deeper parts of the path and so on. Had to write an algorithm to traverse the object's tree and print all full paths.
Given an unbalanced binary tree image and asked to print the top view.
They asked about my skills and knowledge.
If the manager asks you to finish a task in 3 days, but you know it is going to take more than a week to finish, what should you do?
Viewing 1231 - 1240 interview questions