Envié una solicitud electrónica. El proceso duró 1 día. Acudí a una entrevista en InsideView en nov 2014
Entrevista
I was called for the interview.The receiving was very warm.Even the company had a good ambience.We then had a programming test.The paper had the following 5 questions:
1.in a string every opening brace should have a closing brace.Strings which satisfy this criteria are valid and those which don't are invalis.Write a code to test if a string is valid .
2.given an array of characters.Write a code to replace every space in a array with %20.
3.Given 32 numbers.What is the minimum no of comparisions to find the 2nd smallest among them(puzzle)
4.Write test scenarios for testing the functionality of searching friends or friends of friends in Facebook API.
5.Given an array of integers .write a code to return the an interval which covers maximum numbers in the array.For eg: For {1,2,7,,3,6,4,9} it should return [1,4].
Time for the written tewst was 90 min though some grace time is given.I couldn't clear the test.
Preguntas de entrevista [1]
Pregunta 1
Given an array of integers .write a code to return the an interval which covers maximum numbers in the array.For eg: For {1,2,7,,3,6,4,9} it should return [1,4].
Envié una solicitud electrónica. El proceso duró 1 semana. Acudí a una entrevista en InsideView (Hyderabad) en dic 2014
Entrevista
HR called over phone. Took One week to process. Interviewers were very friendly and now friends.
4 rounds of interview were there where each took 1 hour long time. Questions were from past work experience, and skills
Preguntas de entrevista [1]
Pregunta 1
Anagrams, Linked List problems, Data Structure problems, Design problems