Previous job experience and relevant work experience.
Ingeniero De Software I Interview Questions
2,012 ingeniero de software i interview questions shared by candidates
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.
How did you find out about Conga?
Present & Past Experience(Resume based), Basics of OOPS, Web application development using MVC. Swap two strings without using Temporary Variable, Inheritance Example
assume that you are sitting in a room without access to any mobile or Internet, can you estimate how many Cards do American Express issues in a year?
How many shortest paths are there in a NxK grid from one corner to the opposite corner.
Viewing 311 - 320 interview questions