1st round was apti round then 2nd round was they give an question we have to write progamme to solve this one and also wrrite a flow chart for the same programme
Engineer Interview Questions
842,826 engineer interview questions shared by candidates
How does STP work...how does it know who will control everything?
Write a method that counts how many elements in an unsorted array are out of order.
Given a string of numbers, you can interpolate basic operations (+, -, * and /) to create an equation that can be evaluated using simple math. Given a string of numbers and a value, write a method that prints all of the equations that can be generated using that string that evaluate to the given value. ex- f("323",3) will print out "3 * 2 - 3"
Have you ever had your code formally verified?
Basic
A few questions on basic command-line syntax in Unix shells: 1. How would you log output and error messages from a command to a file? 2. How would you run the same command on every file in a directory? 3. How would you find the PID of a named process (say if you wanted to kill it)?
Merging of Sets: Sets Users which reference other user groups.
Java: how do you make n threads run at the same time?
Write a program to fetch even natural numbers
Viewing 561 - 570 interview questions