Developer Interview Questions

269,303 developer interview questions shared by candidates

Resume had Unity Development on it. Got some nice geometry questions. Is string a palindrome (str: string ) : boolean Find the center of circle ( radius: number, pointOnArc: Point, centerDirection:Point ) : Point Draw Square Mesh ( length: number ) : { triangles:number[], vertices:Point[] }
avatar

Software Developer

Interviewed at Tata Consultancy Services (North America)

3.5
Nov 17, 2019

Resume had Unity Development on it. Got some nice geometry questions. Is string a palindrome (str: string ) : boolean Find the center of circle ( radius: number, pointOnArc: Point, centerDirection:Point ) : Point Draw Square Mesh ( length: number ) : { triangles:number[], vertices:Point[] }

1. Please consider the HTML below. Assuming it is stored in a String variable, can you write a short Java program to retrieve all the ‘beverages’ from the list shown below. You should assume there could be any number of lists, with any number of items, and in any order, but there will only be one list of beverages. <html> <body> <p>Coders favourite music genre:</p> <ol> <li>House</li> <li>Ballad</li> <li>Dance</li> </ol> <p>Coders favourite beverage:</p> <ol> <li>Coffee</li> ................................................................................ <li>Tea</li> <li>Coke</li> </ol> <p>Coders favourite phrase:</p> <ol> <li>Pfff</li> <li>Damn</li> <li>It works</li> </ol> </body> </html> Consider the following HTML source of the page ‘test.html’ below: <html> <form name="sample" action=”?”> <input type="checkbox" name="field1" /> <input type="hidden" name="field2" id="field_2" /> <input type="radio" name="field3" value="X" /> <input type="radio" name="field3" value="Y" /> <input type="button" oncl1ck="document.getElementById('sample').submit();" value="Submit form" /> <input type=”submit” name=”clicked” value=”Click me” /> </form> </html> 2-Looking at the form above, to which page will the data be sent ? 3-What would be the HTTP method through which the form data will be transmitted ? 4-What will be the value of the checkbox ‘field1’, if the form was submitted as it is ? Hint: the checkbox that is not ticked. 5-What would be the result of clicking the ‘Submit form’ button ? Hint: see the bolded text above, before answering this question.
avatar

Java Developer

Interviewed at Travelfusion

3.3
Feb 17, 2015

1. Please consider the HTML below. Assuming it is stored in a String variable, can you write a short Java program to retrieve all the ‘beverages’ from the list shown below. You should assume there could be any number of lists, with any number of items, and in any order, but there will only be one list of beverages. <html> <body> <p>Coders favourite music genre:</p> <ol> <li>House</li> <li>Ballad</li> <li>Dance</li> </ol> <p>Coders favourite beverage:</p> <ol> <li>Coffee</li> ................................................................................ <li>Tea</li> <li>Coke</li> </ol> <p>Coders favourite phrase:</p> <ol> <li>Pfff</li> <li>Damn</li> <li>It works</li> </ol> </body> </html> Consider the following HTML source of the page ‘test.html’ below: <html> <form name="sample" action=”?”> <input type="checkbox" name="field1" /> <input type="hidden" name="field2" id="field_2" /> <input type="radio" name="field3" value="X" /> <input type="radio" name="field3" value="Y" /> <input type="button" oncl1ck="document.getElementById('sample').submit();" value="Submit form" /> <input type=”submit” name=”clicked” value=”Click me” /> </form> </html> 2-Looking at the form above, to which page will the data be sent ? 3-What would be the HTTP method through which the form data will be transmitted ? 4-What will be the value of the checkbox ‘field1’, if the form was submitted as it is ? Hint: the checkbox that is not ticked. 5-What would be the result of clicking the ‘Submit form’ button ? Hint: see the bolded text above, before answering this question.

The technical phone round was easy. Given a list of strings, a, z, xyc, abc, ab, bc, dz you have print, (a,z), (abc, xyc), (ab,cd), (dz). Each of the characters of the strings abc and xyz are shifted by three units. On site interview was weird, as I mentioned before none of the engineers were prepared to ask questions. The first round, they asked me fib series, two sum problem and some random brain teasers because I answered them too "soon". The next round was again fib series and bucket sort. The final round was design your game.
avatar

Software Developer

Interviewed at 1stDibs.com

3.4
May 3, 2016

The technical phone round was easy. Given a list of strings, a, z, xyc, abc, ab, bc, dz you have print, (a,z), (abc, xyc), (ab,cd), (dz). Each of the characters of the strings abc and xyz are shifted by three units. On site interview was weird, as I mentioned before none of the engineers were prepared to ask questions. The first round, they asked me fib series, two sum problem and some random brain teasers because I answered them too "soon". The next round was again fib series and bucket sort. The final round was design your game.

Viewing 1931 - 1940 interview questions

Glassdoor has 269,303 interview questions and reports from Developer interviews. Prepare for your interview. Get hired. Love your job.