Try-catch block, handle class, matrix indexing in MATLAB. Declaring private methods in Python. A lot of importance was given to behavioral questions.
Manager In Interview Questions
17,817 manager in interview questions shared by candidates
How well do I work with different areas of IT?
What makes you a good worker
general questions as an interview has.
They asked me to write a 1200-word blog post on the Toyota Prius.
tell me about your family
When would you like to join?
What one thing my former employer would tell them that I wouldn't want them to say about me...
Coding: Create a stack with the usual push() & pop(), but with an additional function getMiddle() that returns the middle element of the stack in constant time.
Given a 2D rectangular matrix of boolean values, write a function which returns whether or not the matrix is the same when rotated 180 degrees. Additionally verify that every boolean true is accessible from every other boolean true if a traversal can be made to an adjacent cell in the matrix, excluding diagonal cells. That is , (x , y ) can access the set [ ( x + 1 , y ) , ( x - 1 , y ) , (x , y - 1 ) , (x , y + 1 ) ] For example, the matrix { { true , false } , { false , true } } should not pass this test.
Viewing 91 - 100 interview questions