Candidatei-me por meio de uma agência de recrutamento. O processo levou 2 semanas. Fui entrevistado pela ABCO Advisory Services India (Chennai) em jun. de 2016
Entrevista
I was contacted by a consultancy. She was confused about the interview process. First time she called me she said the interview will be based on database, DS, DAA, ASP etc. Then she called me and said it will be based on purely coding, OOPS and DS.
Perguntas de entrevista [1]
Pergunta 1
- There is a table with 2 columns UserID, TimeStamp. Write a SQL Query to find the user who logged in most no. of times
- There is a Class
Class Items
{
int ID; List<Items> _List;
}
Write a function to print ID of each and every Items in the List.
- Write a function to find the number in an array that repeats Odd no. of times
Write the function signature so that it can be extended in the future for any type of requirements
- How ASP request response cycle works?
- Can we have protected Constructor? What is the usecase of such as Constructor?
- Can we have static constructor? if Yes, when will it be invoked?
- Design a Parking lot inventory system and what are all the data structures you will use in?
- You will be provided with array of items. Write a program to find the index at which the left side and the right side sub array have same Sum