I was asked to interpret a previously unseen language, from FactSet's old tech stack.
Software Engineer I Interview Questions
1,702 software engineer i interview questions shared by candidates
some random C functions and data structures questions.
Basic data structures questions on arrays, trees and linked list. networking questions like network stack, protocols.
What's a pointer?
Previous job experience and relevant work experience.
Suppose you got two linkedlist: n1 -> n2 -> n3 ... -> n(k) and l1 -> l2 -> l3 -> l(m), reorder and get n1 -> l(m) -> n2 -> l(m-1). k and m might have different length, connect the remaining nodes to the end if run out. After implementation, write a simple unit testing function.
They asked good questions based on algorithms and use of data structures. Better prepare these two for interview.
- Como encontrar un elemento especifico en un arreglo ordenado. Justificar. - Buscar la maxima suma entre 2 elementos de un arreglo cualquiera
Did you work on Android ????
Write a function that finds a number in an array that does not have a duplicate. For example [2,5,8,3,8,2,5] - > the answer would be 3.
Viewing 251 - 260 interview questions