reverse a string using c++
Fresher Software Interview Questions
5,366 fresher software interview questions shared by candidates
the star marked questions are easy and generally from pointer and file handling
The interviewer asked me if I could code a date program for him in the tech round.
tell us about your self
ON SECOND ROUND: time=> 30min 1) ROTATE THE MATRIX IN CLOCK/ANTICLOCKWISE suppose if i give direction as clock wise and step as one u have to rotate the array in clock wise direction and rotate once direction=>clockwisse step=>1 Input=>[1 2 3 4 5 6 7 8 9] Output=> [4 1 2 7 5 3 8 9 6] 2))[1,7,8,15,31] [1,7,15,16,17,18,21] Find the odd number which is not present in second array THIRD ROUND: PROGRAMMING TEST: time: 20min 1) given a sorted matrix find the position of the given element Must get input from user. 2)given an array find which subarray has min and Max difference Eg input[1,4,2,7,9,3,11] subarray=> any two number in a array is called subarray NEXT SECTION: time duration => 20min 1)Program puzzle S F [ A B C B B D D E G H ] S=> son F=> father Eg input => C C is son of B and print all generation
data structure parts
Problem Solving Questions in programming
why should we hire you
data structures
There is a square field and quarter of it is sold out for economic reasons, now the remaining 3/4 needs to be split among 4 sons. How do you do that?
Viewing 1091 - 1100 interview questions