The last question was: design a class (pseudo code or whatever language you want) that has three methods: insert an element, remove an element, remove all elements. all methods must meet O(1) time complexity (no limits on memory).
Jr Software Engineer Interview Questions
7,340 jr software engineer interview questions shared by candidates
I had to explain a OOP pattern designs and also with a problem design a good design to solve it
C# Preferred you are given a 2d grid of 0 and 1. You have to go from 0,0 to an index where it's not 0 or 1 . have to tell the shortest distance if not found print -1.
No hicieron preguntas. Presentaron la oferta, consultaron que si había interés en la misma y confirmaron contacto para siguientes pasos (o para avisar de no seguir en el proceso selectivo).
passage was on rohingya issue
Is complex queries an advantage or disadvantage or both when we use normalization of databases
basics java and c++ questions data types in java java programmes
how long you will stay with us
OOPs Concept in programming language
Primitive Assembley Question: ============================= Assume your assembley language includes ONLY the following instructions: - 'inc REG': increments a given register by one. - 'dec REG': decrements a given register by one. - 'jnz LABEL': jumps to a given LABEL if the previous instruction's result was not zero. - 'HALT': stops running. Task: A and B registers hold non-negative values. The program should calculate the value of |A-B| and locate the result in C. In addition the language holds registers C, D, ..., Z, which you can assume are initialized at program start to zero.
Viewing 1081 - 1090 interview questions