Company: Future Software 1. main( ) { unsigned int i=3; while( i >=0) printf( “%d”, i–); } how many times will the printf statement be executed? a)0 b)3 c)4 d) infinite 2. main( ) { int x,y, z; x=2; y=5; z= x+++y; printf(“%d %d %d”, x, y z); } a)3 5 7 b)option 2 c)option […]
Future Software Placement Papers
Future Software Test Paper
Company: Future Software Future Software Test Paper
FUTURE SOFT Placement Paper
FUTURE SOFT Placement Paper Company: Future Software FUTURE SOFT (Written) PLACEMENT PAPER PATTERN :COMPANY PROFILEEstablished in the year 1985, Future Software Ltd. are providers of communications software products and services in emerging technology areas to the global communications industry. The company’s exclusive focus on communications software has enabled them today to be one of the […]
Futuresoft Placement Paper on 2010
Futuresoft Placement Paper Company: Future Software Future Soft Written Test: The written test is purely technical and mostly covers mainly computer engineering related subjects.The paper is multiple choice with negative marking. It consists of some 25 questions to be done in 1 hour.The questions are based on subjects such as Data Structures, Networking, Digital Circuits […]
FutureSoft Placement Paper
FutureSoft Placement Paper Company: Future Software 40 min – 30 QuestionsCorrect ans 3 marksWrong ans -1 markThere were 3 or 4 different sets of questions. This is my version of questions( this is based on only a vague memory of mine and i would request any of the members who attended the test and who […]
FutureSoft Placement paper
FutureSoft Placement paper Company: Future Software Future Soft Placement paper: 1.Some palindrome question.the answer was (c) 2.Capacity of line…ans was 900 3. Number of null pointers in any binary tree = n+1 4. print (Head(T)) Traverse(left(T)) print (Head(T)) Traverse(right(T)) – Ans : none of the above 5. Boolean expn Evaluate 6. Common subexpn : – […]
FutureSoft Placement Paper
FutureSoft Placement Paper Company: Future Software 1.Some palindrome question.the answer was (c)2.Capacity of line…ans was 9003. Number of null pointers in any binary tree = n+14. print (Head(T))Traverse(left(T))print (Head(T))Traverse(right(T)) –ans: none of the above 5. Boolean expression Evaluate 6. Common subexpression : – ans : a + e 7. LRU : 1, 2, 3. 8. […]
Future Software Placement Paper
Future Software Placement Paper Company: Future Software The test is followed by a technical interview.The interview is reasonably tough.The interviewers generally lay stress on Operating Systems, C and Networks The written test is purely technical and mostly covers mainly computer engineering related subjects.The paper is multiple choice with negative marking. It consists of some 25 […]
Future Software Placement Paper
Future Software Placement Paper Company: Future Software Hi i had taken up test at futuresoft in last month. They will be giving you question that u have read in four years of computer science or IT degree..other branch students must prepare CS/IT syllabus no other way to cler the test.In my batch none of the […]
Future Software Placement Paper
Future Software Placement Paper Company: Future Software 1. S –> AB|ASA –> a|aAB –> b What is the grammer accepted by the above?Ans. aa*b 2. How many address lines are needed to address a 64Kb segment with each register storing upto 512 bytes.Ans. 14 address lines 3. Find the expression representing the following K-map 1 […]