Answer Posted / madhu,navin,sonia,venkat,sarav
because u got a company and a position vacant and u called
me to this interview for that position.................
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
In project we have Documentation phase also,in that what is micro and macro designing?
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Write code to read the records from a file and load any array of size 99?make sure that you take care of all the error conditions?
What r the attributes using in Win Runner?
When we use Windows authentication mode
why we use abstract in awt?
WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS
Write a shell program to test whether a given year is leap year or not ?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
what is the difference between read the data from table and infotype
Write a program to find duplicate number from array in minimum time complexity.
what is the purpose of checked Menu options
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
10.Define filters,binary to hexadecimal,hexadecimal to decimal?