SYNFOSYS PLACEMENT PAPER 2010
Hi Friends
I have attended the recent synfosys test 2010. Here r some
questions which i remember.
Section – I
1) There are 12 balls weigh similar but one is dissimilar
(more/less). How to find the dissimilar ball with minimum
no of weighs?
2) There r 7people carrying 7bags. Each bag contains 7cats.
Each cat has 7small cats.
How many total legs r there?
3) There are 12 balls weigh similar but one is dissimilar
(more/less). How to find the dissimilar ball with minimum
no of weighs?
4)
5) There r 2 poles each 15 meters high. A cable of length
16 meters is tied between pillars top. For its maximum the
cable lies down above 7mts high from the ground. What is
the distance between pillars?
------------------------------------------------------------
------------------------------------------------
Section -II
What is the value of 11^5
Some Other quetions
------------------------------------------------------------
------------------------------------------------
Section - III
16) Serialization and deserialization?
17) Will finally block execute even though there is an
exception & return statement are there in catch block?
Explain?
18) memory leak? How can we avoid it?
19) virtual destructor?
20) Two program codes for code optimization?
------------------------------------------------------------
------------------------------------------------
Section – IV
Q) Program for finding the alternate digits of the number
If number is 35846 then Sum1=3+8+6=17 Sum2=5+4=9
Q) Program for Single linked list?
------------------------------------------------------------
------------------------------------------------
Section - V
Q) What is software engineering? Explain SDLC
Q) Explain any two upcoming IT Scenarios?
------------------------------------------------------------
------------------------------------------------
Regards
Gopinath Allanku
+91 9885457211
Answer Posted / gopi_allanku
Best Of Luck My Friends.......
Regards
Gopinath Allanku
+91 9885457211
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do i create my own exception class which will restrict IO exception?
what is technical system, business system, logical system in sap pi7.0
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
how can i create report in abap to insert data in table pa0002 using insert command
what is the diffrence between software and hardware language?
I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Tag for turning an image into a hyperlink is
How do i find out the number of parameters passed into function?
WHat is execution in manual testing and when will we start execution and what language we use in execution
what is the meaning of without standing arrears?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
what are importance in problem tracking
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Is there any standard procedure to test the application as a whole? Or How can I test complete application right from the requirement gathering?