Solicité el puesto a través de un captador. El proceso duró 1 semana. Acudí a una entrevista en Kony (Hyderabad) en sept 2014
Entrevista
There were three rounds in total.
Round1. Basic questions on testing and my project. What is garbage collection in java? If you have 10 devices how will you store them in an application?
Round2. Questions on Testing - Give test scenarios for the door. Questions on my work. What are your strengths? Coding Question - Find minimum of an array.
Round3. VP Round. Very Tough. 2 Questions - one on Binary search and another on String matching.
Preguntas de entrevista [1]
Pregunta 1
Given a string, konylabsinterview write a program to return bool if a given pattern matches.pattern example - kon*lab*terview*
Solicité el puesto a través de un captador. El proceso duró 1 día. Acudí a una entrevista en Kony (Hyderabad) en abr 2015
Entrevista
HR found my profile in linked in and invited me for technical discussion over the weekend.
He educated me related to the scrutiny/evaluation process/roles offered/salary negotiations process/focus areas well in advance. On the due date, they helped me to understand the number of levels of the interview, elimination process etc., They remained prompt at every moment like scheduling the interview, updating, arranging the interviewer etc.,
Preguntas de entrevista [3]
Pregunta 1
Few general questions here and there...
01. Testing process, Performance testing approach, NUnit, how does the coded ui works? what is the difference between coded ui and telerik, what is the difference between SOAP and RESTful services? how do you test the web services? general discussion about the testing in agile model and orthodox delivery.
02. Design & Code for a poker game where it consists of few tables and each table consists of 6 chairs. And the system has to allocate the available seat to the participants in queue. And each participant will be allocated 100 poker chips.
03. Presented a double linked list where its next address are pointing to it next node in sequence but the prev address are randomized. Write a code for copying the data as-is to another.