Give an example of when you went above and beyond for a customer
Development Lead Interview Questions
1,050 development lead interview questions shared by candidates
Given a list of numbers as input, e.g. : 25626 25757 24367 24267 16 100 2 7277 Output a delta encoding for the sequence. In a delta encoding, the first element is reproduced as-is. Each subsequent element is represented as the numeric difference from the element before it. E.g. for the sequence above, the delta encoding would be: 25626 131 -1390 -100 -24251 84 -98 7275 However, if a difference value does not fit in a single signed byte, i.e. -127 <= x <= 127, then, instead of the difference, we would like to use an escape token, printing it. This will denote that the value following the escape token is a full four-byte difference value, rather than a one-byte difference value. For this exercise, well declare -128 as the escape token. Following the same example above, the final output would be: 25626 -128 131 -128 -1390 -100 -128 -24251 84 -98 -128 7275
Basic programming and testing
How much do you know about BlackRock and Aladdin What is your interest in joining the organisation How will you describe your experience and how it matches the job
Tell me about a time when you had to complete a task in a short amount of time.
What kind of boss are you?
Tell us about a time you advocated for equality, diversity and inclusion.
How would you handle a safeguarding concern
Situation and behaviour based questions
JavaScript related questions.
Viewing 681 - 690 interview questions