Phone technical round was done using collabedit to do some programming questions. 1. FizzBuzz program 2. For an array of numbers, count how many times a number appears in an array . print as -><number> : <count> (answer: Solve using hashmap, more efficient) What is the bigO for this? (answer: 1) 3. How would you process a huge amount of data in parallel? (answer: MapReduce) 4. Print all primes from 2 to 1000
Software Development Engineer In Test Interview Questions
6,459 software development engineer in test interview questions shared by candidates
Software test cycle, reporting, program languages used.
Write an algorithm which takes as input a node and returns whether or not the tree structure contains a loop. Assume that a node has at most two pointers to children, but no pointers to parents.
Tell me about your work with Selenium.
(1) How to invert a string with spaces in?
Obscure UNIX commands, but useful. SQL statement writing. Java coding reading CSV files.
SQL query test had some pretty tough queries
nothing too difficult
TCP IP handshake
Given a line with strings and spaces in between reverse the odd once and keep intact the even once.Write testcases for the same.
Viewing 1351 - 1360 interview questions