Verifone PLACEMENT PAPERS ------ Verifone Placement Paper 3



Verifone PLACEMENT PAPERS ------ Verifone Placement Paper 3..

Answer / guest

Verifone Placement Papers | Verifone Interview Procedure |
Verifone Aptitude Questions | Verifone Technical Questions
| Verifone Interview Questions



VERIFONE

Verifone test Questions :

There are two parts :

1. Aptitute test : 15 Minutes, 20 Questions

Some questions are:
(not in order)
1. A question (first one)on addition of fraction of
inches
a. was the answer

2. There were 36 chairs. how many ways can they be
placed such
that all rows have equal no. of chairs and atleast three
chairs
are there in each row and there are atleast three rows.
5 ways.

3. There are 27 balls, of which 1 is heavier. given a
balance
how many times you need to weigh to find out the odd
ball.
3 Weighs.

4. Product of three consecutive nos. 210. What is the
sum
of two least numbers
11.

5. If the area of the sqaure is increased by 69 % how
much the length of the side will increase?
30%
6. if the sum of five consecutive nos. 35? how many
prime nos
are there :
2 primes.

7. if the length of the rectangle is reduced by 20% and
breath
is increased by 20 % what is the net
change ?
4 % decrease
8. A question on sets.
There are some 20 Basketball players & 30 Football
players,
and 25 cricket players. 1 of them plays all the
three games.
8 of them plays atleast two games. They are 50
altogether.
How many of them plays none of the games.
9. A question on directions.
B is 20 miles east of A. D is 30 miles east of C.
E is 10 miles
north of D. C is 20 miles north of B. How far E is
from A?
Some 3 questions on Reasoning like,
10. If you say that giving stock options to employees
increases the
productivity of the company, which of the following
sentences
support it.
A) Giving stock options increases the morale of
the employees
..
..
etc.,
11. Gamblers comes to the Amusement parks. There are
some Amusement
parks in each city. There are some gamblers in each
city. So
what can you infer.
A) Amusement park always have gamblers.
..
..
etc.,




Verifone Placement Papers | Verifone Interview Procedure |
Verifone Aptitude Questions | Verifone Technical Questions
| Verifone Interview Questions




2. Technical Questions.

i. Electrical & Electronics : 15 Questions
1.A Circuit with nand gates. (ans. may be XOR)

2.CMRR. relates to (options not in order)
voltage follower
non invering amplifier
inverting amplifier
integrator

3. Given a circuit , give the ouput.
(ans. may be triangular wave.)

4. o/p of an assembly code.
mulitply by 11.

5. how to handle asynchronous events.
a) polling
b) interrrupt
etc.

ii)Data Structures, Algo., & Complexity theory : 5 questions
iii) OS : 5 questions
iv) Networks and Hardware: 5 questions
v) Databases and Misc.: 5 questions
vi) C Pgm. : 5 questions
some more 10 questions.




Verifone Placement Papers | Verifone Interview Procedure |
Verifone Aptitude Questions | Verifone Technical Questions
| Verifone Interview Questions




5. Given a C code and ask what it does?
code was something similar to Bubble sort and that
particular code does the sorting in Desending order and the
complexity
is O(n^2)(which is the next question).


6.
A code like this is given.
a. for(i=0;i<num;i++)
b. for(i=num;i>0;i--)
Assuming no code optimization and assume that the
microprocessor
has flags etc. which one is correct.

b will execute faster.

7. If there are too many page faults what is the problem?

8. To ensure one pgm. doesnt corrupt other pgm. in a Multi-
pgm enviornment
what you should do?

9. Which one you will use to implement critical section?
Binary Semaphore

10. Which one is not needed for Multi-processing.
enviornment?
options are: virtual memory,security,time
sharing,none of the
above.

11. Which one is not done by Data link layer ?
bit stuffing, LRC,CRC,parity check

12. Which one is not related to Data link layer?

13. Which one is not suitable for client-server application?
tcp/ip,message passing,rpc,none of the above.

14. What is SQL.
Procedural Relational DB Query Language.

15. Indexing in databases give you
options were like 1.efficient deleting and inserting
2.efficient deleting.
etc.
16. int a=1,b=2,c=3;
printf("%d,%d",a,b,c);
What is the output?
17. Scope of Static Variable ............
in a file.

18. for(i=0; i<=10;i++,printf("%d",i)); +- (+- is there
in the questions)

20. Real Time Os should have
a)fast context switch
b)Virtual memory etc.



21. Messages are transferred in some E71 code, where after
7 bits of data,
1 bit of stopping data is to be transferred. what should be
done.
options were like
a) send directly
b) send after encoding
etc.
22. There are three processes A, B, C. A sends data to B. B
removes the
header stores it and sends the data to C. C returns it to
B. B receives the
message, identifies the message and adds the header that
was stored and
sends to A.B receives the messages from C such that
atmost 'm' messages
B
are pending.
Identify the best Data Structure.

23. A question in compiler about the heap and stack
allocation of memory.

24. struct
{
char a[3];
int b;
}x;
char *cp;

a) size of x is 7.
B
b)
c)
d) cp takes the size of a pointer.
(d ) is the ans.




Verifone Placement Papers | Verifone Interview Procedure |
Verifone Aptitude Questions | Verifone Technical Questions
| Verifone Interview Questions


Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Placement Papers Interview Questions

jr. software engineer

1 Answers   Consagous,


placement papers

1 Answers   Consagous,


Siemens Technical,Hr Interview Rounds - Dec 2006 Placement paper

1 Answers   Siemens,


Cognizent Placement Papers ------- Placement Paper 1

6 Answers   Cognizant,


Placement Paper of Valuelabs On Aug 2006

2 Answers   Value Labs,






candidates experience....accenture 18 aug 07 landran

10 Answers   Accenture,


interview questions

1 Answers   Cognizant, CTS, IGCAR,


SNAPDEAL QUESTIONS 1. A train is going at a speed of 60kmph towards Delhi and returned back at a speed of 30kmph. What is its average speed? ANS : (2*30*60)/(30+60) = 40kmph 2. How many different 4 letter words can be framed that have at least one vowel? ANS : 264 - 214 (total no of 4 digits words – no of words with no vowels) 3. Write an algorithm to find out a number from an array of numbers where only one number occurs once and rest all occurs twice. ANS : XOR all the numbers ,you will get the number with single occurrences . 4. Which among the following have the product of the distance between opposite sides of a regular polygon and it side equals one fourth of the area. A. hexagon B. octagon C. n=16 D. n=18 ANS : n=16.(area of regular polygon = apothem*perimeter/2 Apothem = distance between opposite sides/2 Area = (opp_side_dist * n * a )/4 Product of opp_side_dist and side of reg. polygon = opp_side_dist * a For n= 16 the ration becomes 1:4 5. Which of the following cannot be a relation between two variables? ANS = 4th diagram. 6.what will be the output of this program Void print (int n) { If (n>0) { printf(“hello”); print(n-1); } printf(“world”); } ANS : N times hello followed by N+1 times world. 7. Which among the following cannot be used for future prediction? ANS : 4th Diagram. 8. There are 25 horses. We have to find out the fastest 3 horses In one race maximum 5 horses can run. How many such races are required in minimum to get the result. ANS : 7 races (A. first run all horses = 5 races, eliminate 4th 5th of all races. B. Run horses who came 1st in those 5 races = 1 race , the horse coming first is the fastest Run horses a. 2nd and 3rd with the fastest horse (in first time race A) b. 2nd and 3rd coming horse in B. c. The horse who came 2nd with the horse(who came 2nd in race B) in race A You will have the fastest 3 horses.) 9. In a game of rolling dice you are given 2 dice and you have to roll them. Whatever is the outcome the player will win that many dollars. What should the game owner charge each player (optimum) so that he doesn’t have to bear any loss? ANS : $7 10. We have a function REV(“string”,m,n).This function is capable of reversing the caharacters in the string from mth location to nth location. e.g. REV(“abcd”,2,3) &#61672; the output will be acbd We need to swap a string from a position,e.g. SWAP(“abcdefg”,4) &#61672; output needs to be efgabcd. How can the REV function used do this. ANS : L = string length,N= position given in SWAP function. SWAP(“abcdefg”,4) = REV(REV(REV(“abcdefg”,N+1,L),1,N),1,L).

1 Answers   SnapDeal,


HCL placement papers ---------placement paper 4

2 Answers   HCL,


New Placement Paper

0 Answers   Wipro,


EasyTech placement papers

2 Answers   EasyTech,


hi friends pls send me the ITC Infotech

3 Answers   ITC Infotech,


Categories