Do you have any knowledge of Any testing tools?
Software Trainee Interview Questions
9,113 software trainee interview questions shared by candidates
How to write test cases?
Describe your profile.
Q>>programming question-- 1>Armstrong numbers 2>string palindrome 3>ugly numbers 4>divide a number without using '/' operator 5> 6>leap year 7>first occurence of string
Like 15 questions which were a mix of aptitude, logic and technical. A question on query and two questions which would use concepts like string and recursion.
Explain to me about your project?
A program where we were given a number and we should convert every digit into binary and club the binary numbers as shown by the team and display the resulting number.
In personal round they asked about technology and my projects
In first round they asked to question from collection. 1.) How to find the duplicates element in the array list. They have already given method signature just had to write the code. Arraylist<Integer> DuplicateElement (Arraylist<Integer>){ } 2. How to reverse the integer. Integer reverseNumber( Integer number) {} 3. wap to convert the decimal number in to binary. String BinaryConversion(Integer number) { } 4.) How to do multiplication of two large Integer. 5.) Find the maximum occurrence of word from the file.
How to remove duplicate records from mysql table.
Viewing 3331 - 3340 interview questions