Flextronics – Sample Placement Question & Answers

1.The number of times the two hands a clock make a right angle between midday and midnight is

(1) 24 (2) 23 (3) 22 (4) 12


2.A train running at a speed of 45 km/hour takes. 10 seconds to pass a certain point. Then the length of the train is

(1) 120 m (2) 125 m (3) 128 m (4) 450 m


3. If x= (7+4?3), then the value of x2 + 1/x2 is

(1) 193 (2) 194 (3) 195 (4) 196


4. Three bells rings at the intervals of 36 seconds, 40 seconds and 48 seconds respectively. They start ringing together at a particular time. When they will start ringing together again?

(1) After 6 minutes (2) After 12 minutes (3)After 18 minutes (4) After 24 minutes

 

5. The sum of one-half, one-third and one-fourth of a number exceeds the number by 12. The number is

(1) 144 (2) 154 (3) 90 (4) 174

6. A farmer divides his herd of x cows among his 4 sons so that one son gets one half of the herd, the second gets one-fourth, the third gets one-fifth and the fourth gets 7 cows. Then x is equal to

(1) 100 (2) 140 (2) 180 (4) 160


7. If the list price of a book is reduced by Rs. 5, then a person can buy 5 more books for Rs. 300. The original cost of the book is

(1) Rs. 15 (2) Rs. 20 (3) Rs. 25 (4) Rs. 30


8. A man has only 20-paise and 25-paise coins in a bag. If the has 50 coins in all totaling to Rs.11.25, then the number of 20-paise coins is

(1) 28 (2) 27 (3) 26 (4) 25


9. Jayant gets 3 marks for each right sum and loses 2 marks for each wrong sum. He attempts 30 sums and obtains 40 marks. The number of sums attempted correctly is

(1) 25 (2) 20 (3) 26 (4) 27


Complete the following number series:

10. 1, 1, 3, 9, 5, 25, 7, 49 _, 81

(1) 7 (2) 9 (3) 8 (4) 10

 

11. 5, 11, 23, 41, 64, _

(1) 89 (2) 95 (3) 101 (4) 105

 

12. If a4 + b4 = a2 b2, then a6 + b6 equals
(1) 0 (2) a3 b 3 (3) abc (4) 1

Answers:

1.(3)
2.(2)
3.(2)
4.(2)
5.(1)
6.(2)
7.(2)
8.(4)
9.(2)
10.(2)
11.(2)
12.(1)

Flextronics Paper – Aptitude – General

Test Paper :17
Paper Type : Aptitude – General
Posted By : admin

section A:30 bits
section B:20 bits
section C:20 bits
section A is compulsory attempt either section C or section B for electronics background,it is better to attempt
sec B

Section C

1.

an lead compensator zero is at Z=Zc, pole is at P=Pc then the following is correct
a. Pc > Zc, pc< 0, zc< 0
b.
c.
2.

gain margin of g(s)h(s)=1/s(s+k);
a. sqrt(1+k2)
b. 0
c. infinity
d. 1
3.

machestor code does not improves
a. clock recovery
b. bandwidth efficiency
c.
4.

possion distribution is used for
a. used in FSM
b.
c.used for queuing delay system of mutually identical events of arrival
d. both a and c
5.

no.of filpflops for mod 11 counter
a. four
b. five
c.
6.

no.of filpflops for mod 11 counter
a. four
b. five
c.
7.

if even parity is used for parity generation, what is the hamming distance (simple fig is given) ans:2
8.

the code set is {00000,00111,11100,11011} what is the error detecting and correcting capability?
ans:2,1
9.

operational amp characteristics following is correct:
1. input impedance is 0
2. output impedance is infinity
3. input impedance is infinity
4. gain is infinity which combinations are correc
10.

band pass signal having frequencies 2.5k and 4.5k?give the sampling freq
a. 9k
b. 4k
c. 4.5k
d. 7k
11.

definition of avalanche diode multiplication
12.

more no of ripples are present in the diagram?which is correct
a. lower order filter
b. high order filter
c.
13.

If CPU have one interrupt pin and on to connect with external devices with some priority? which type of the following is used?
a. parallel priority interrupt
b. daisy chain
c. RS filpflop
d.
14.

one megabit file transfer, serially on 9600 baud one start bit and two stop bits, then how much time it takes (approx)
a. 4 hours
b. 2 hours
c. 20 minutes
d. 2 minute
15.

IEEE 802.5 is ans: TOKEN RING
16.

Code sequence is given what is the error correcting distance
17.

bit stuffing used in HDLC Protocol for ans: b is correct(read on text book)

Section A AND B (Both are mixed )

1.

If "AaBbCc" is passed to the char
char x(*a)
{
a[0]?x(a+1):1;
printf("%c",a[0]);
return 1;
} what will be the output?
2.

f(*p)
{
p=(char *)malloc(6);
p="hello";
return;
}
main()
{
char *p="bye";
f(p);
printf("%s",p);
}
what is the o/p? ans:bye
3.

when the program counter is incremented in the instruction cycle
a. fetch cycle
b. int cycle
c. execuation cycle
d.
4.

two sorted lists of n elements will take at least fine the order of complexity?
a. 2n
b. n/2
c. square(n)
5.

logic diagram is given? find the expression ans: OR gate
6.

question on JAVA string ans: string ends without a null character
7.

cache access time is 100ns. main memory access time is 1000ns, hit ratio is .9, find mean access time?
ans :200ns
8.

which is not suitable to find out IP address ans:ARP
9.

about deadlock condition
10.

convert 41.6875 into binary
11.

read about IP AND IPX
12.

read about NFS
13.

DHCP is
a. for routing
b. for network address conversion
c. for diagnosis
d.
14.

execution phase can be
a. pipelined
b. no parallelism is possible
c. vector processing
d.
15.

In public key algorithm , A wants to send message to B ..... which key is used
a. A public key
b. A private key
c. B public key
d. B private key
16.

to prevent replay attacks in transmission
a. symmetric encoding
b. Asymmetric encoding
c. for every exchange, key should be changed
17.

irtual functionality is used in C++
a. dynamic binding
b. if the derived func is present but base class not present
c.
18.

if there are n nodes in a binary tree, how many null pointers are there ans:n+1;
19.

if heap sort contains n elements, no of comparsions required are
a. log(n)
b. height of heap sort
c.
d.
20.

question on ICV(integrity check)
21.

which of the following is efficient in terms of space
a. insertion sort
b. quick sort
c. selection
d. both a and c
22.

in 32 bit representation, the range of numbers in 2's complement form
ans :-2 to the power of 31 to 2 to the power of 31 minus 1
23.

about normalization
24.

socket is implemented in TCP Layer. which of the following is related to TCP layer
ans: port number
25.

in reentrant procedure, which should be not used for passing parameters?
a. passed by reg
b. by direct
c. by indirect
d. by stack
26.

flow control is used for
a. congestion at receiver
b.
c.
d.
27.

flow control is used for a. congestion at receiver
b.
c.
d.
28.

5 questions on DBMS are there
29.

in global static variable , declartion in a file
a. localization of scope
b. persistance of the value through out the file
c.
d.
30.

in sorted table contains elements , which of the searching is false
a. hash table
b. binary searching
31.

in demand paging overhead of context switching is more due to
a. copy processes from disk to memory
b. viceversa
c. to get associative table
d. swapping to the disk
32.

when write through is better than write back(related to cache memory)
33.

which is false when normalization is used?can't express
34.

I :verification: are we doing right product
II: validation:are we doing product right
a. i and ii are true
b. i and ii are false
c. i true and ii false
d. i false and ii true
35.

A table contains less than 10 elements which one is fastest
a. bubble sort
b. selection sort
c. quick sort
36.

about subroutine, precondition is false. what about post condition
a. post condition is not defined
b. post condition is always true
c.
d.
37.

When static variables are used, which one of the following is not possible?
a. dynamic run time
b.
c.
38.

in product of x and y,
if(x=0|y=0)
y=1;
else
y=0;
(not cleared)
what is cyclometric complexity?
a. 3
b. 2
c. 1
d. 0
39.

CREATE TABLE NEW AS SELECT BIG FROM EMP
The above SQL statement is correct or not?
(question is not cleared)
40.

path testing is
a. white box
b. black box
c. installation test
d. environment test
41.

program is given?
above algorithm represents what type of search?
a. binary search
b. interpolation search
c. sequential search
d. (may be "b" is correct);
42.

if x->y in a relation R, x1 and x2 are in x, y1 and y2 are in y (question not cleared), about functional dependancy
a.x1=x2 and y1=y2
b.
c.
43.

in a down loading from website ,which one is correct? ans: check the byte code and indicate the error, if any.
44.

about UDP one Address is given but that is not the state table what will it do the packet
a. packet is discarded
b. packet is sent to ethernet server
c. packet is sent to other address
d.
45.

in associated memory for fast accessing which one is used
a. single linked list
b. double ”
c. hash table
d.

Enter Your Comments

FLEXTRONICS PAPER – 28 MAY 2005

FLEXTRONICS PAPER – 28 MAY 2005

I gave written test of Flextronics . I want to help You, as I have not remembered the
Questions I am just giving the pattern .

There are total Seven sets of papers . The exam duration is 1hr 40 mts.

Set 1 – Verbal Ability [15Q - 15mts]
Set 2 – Analytical Ability [15Q - 20mts]
Set 3 – Mental Ability [10Q - 10mts]
Set 4 – Technical [20Q - 20 mts] (Data Structures, Operating System)
Set 5 – paper of C/C++ [20Q - 20 mts] (Our choice , U will have only 1 paper.)
Set 6 – Reading Ability. [10Q - 15mts] (They will give a passage u have to read in 10 mts.
and they will take back passage. now they will give Question paper and u have to answer in 5 mts.)
Set 7 – Written Skills [5mts](We have to write a mail in the given context.)

All The Best for all the job searching people.

FLEXTRONICS PAPER AND PATTERN

hi ppl….THIS IS FOR THOSE WHO R WAITING TO GET PLACED  FROM  COLLEGE  CAMPUS ( 6TH  SEM STUDENTS)

im pradeep doing BE (computer science), MSRIT, BANAGLORE got placed in FLEXTRONICS, few days back………….

i want to share my experience with u people…..

selection process….

1)writtn test (it was bit tough)

2) 2 rounds of technical interview

3) HR

 

WRITTEN TEST:

1. english grammer type  -> 15 questions, 10 Q r like normal grammar very easy , last 5 r passage reading types very easy ( 15 MIN TIME)

2. ANALYTICAL -> 20 questions in 20 min, questions like

     SET THEORY PROBLEMS, AND  

     one QUESTION followed by statement 1: something and statement 2: something

     options: QUESTION CAN BE ANSWERED BY USING 1ST STATEMENT or 2ND or BOTH TYPE…….

     THIS SECTION WILL BE EASY

3. GENERAL APTITUDE -> 20 questions , bit tough , time consuming, CUBE PROBLEMS  r important , i dont know any material for this , i just used my knowledge ( guessd in fact) got the right answer at last……. remaining from R.S AGARVAL

 

4. DATA STRUCTURE AND ALGORITHMS:

    this part is really screwing,

they will give some programs and asked us to choose the output…..

most of the questions were on STRUCTURES…….

few on TREES, LINKED LIST

time cosuming, so do it as quick as possible…..

 

5. C OR C++ PAPER

   i selected C paper it was easy, most of the questions were on POINTERS, since im from CSE, i felt this paper was easy

   i heard C++ was bit tough, they askd  questions on  iostreams, and inheritence…….

  ( OTHER BRANCH  PPL  WILL HAVE LOWER CUTOFF IN  4TH SECTION, FLEXTRONICS MAINLY  WANTS  E&C , TELECOM PPL, I WAS THE ONLY ONE WHO GOT SELECTED FROM CSE BRANCH)

 

2. TECHNICAL ROUND

bacically there will be 3 round , 2 tech and 1 HR

i had only 2 rounds, in between they asked some HR questions…..

ROUND 1:

      – asked abt my project, some C questions, DATA STRUCTURE questions, mainly UNION( be good in this)

      – C++ questions like POLYMORPHISM,  RUNTIME    POLY MORPHISM, INHERITENCE etc

     – DATA COMMUNICATION questions like

                      DIFF  BETWEEN IP, UDP, TCP

                      PROTOCOLS LIKE->  HTTP, SMTP etc

                      all were abt basic knowledge abt communication…..

      -  MICROPROCESSOR question like , represent -31 in binary, how will u detemine that a processor is of this much bit( ans:by its data bus capacity)

 

ROUND 2:

     this was easy

    – abt SYSTEM SOFTWARE , like basic functions of assemblers, compilers, loaders, linkers

    – implement STACK program( very easy)

thats all…………..

 

3.HR:

   for me they asked hr questions in tech rounds itself

they were….

- did u reach to any HR round in any other company?? if s , y did they reject u????

- whats ur expectation from our company???? except salary??

   ( i told, training, work environment,)

- on what platfrom u want to work??????

   (i told development, testing and maintenence)

- any preferred place????

  ( i said NO sir)

- what r ur CO-CUURICULAR and EXTRA- CURICULAR  activities????

thats alllllllllllllllllllllllllllllllllllllll

 

(FOR PPL FROM  OTHER BARNCH  BE  PREPARED  WELL IN DATA STRUCTURE,  OPERATING SYSTEM, C , C++ , FOR TECHNICAL ROUND THEY GONNA ASK  QUESTIONS IRRESPECTIVE OF  UR BRANCH, BUT THEY PREFFER  E&C AND TELECOM…… HOW FUNNY U KNOW……!!!!!)

 

THANK U PPL……….

ALL THE VERY BEST…….

New Pattern Of Flextronics Software: may 28-05

Test Consist of 7 Sections.For every section they Will give you some amount of time.After that time slot, they will collect the Question Papers From you. No Negative Marks…….

SECTION 1 : Verbal Ability

No Of Qns : 15
No Of Mins : 15

Qns From (1-10) : Combination of Fill up the blanks & Synonyms
Qns From (11-15): Passage reading ( Qns from that Given Passage)

SECTION II : Analytical Ability

No of Qns : 15
No of Mins : 20

Qns From (16-30) : Combinations of Set theory,Percentage,Cubes,Probability Better Be Familiar with R.S.Agarwal matterials for Clearing this section.

SECTION III : Mental Ability (Very Easy)

No Of Qns : 15
No of Mins : 15

Qns From (31-35) : Pattern Matching E.g AsHraf aSHraf Ashhraaf We have to check and tick the correct answers whether all three datas are same or different.
Qns From (36-40) : Simple Maths like if * stands for +,- stands for/ then what is 2/5*8-8= ?
Qns From (41-45) : Passage and some condtions will be there,We have to tick The Answers depends upon the conditions

SECTION IV : Operating Systems,Data Structures and Algorithims

No Of Qns : 15
No Of Mins : 20

Qns From (46-52) : Data Structures (Mainly Linked List,Tree,Queue.
etc..)

Qns From (53-60) : Operating System Concepts

SECTION V : C or C++ Programming (Its Our Choice)

No of Qns : 20
No of Mins : 20

I have selected C ,Most of the Questions are from Pointers. so Please Be thorough With Pointer Concepts.

SECTION VI : Learning Ability

No of Qns : 10
No of Mins : 15

In this Section,First they will give you one Passage, You have to Read and memorize the Important Poits in 10 mins,

B”coz After 10 Mins they Will Collect that paper from you. Then only They will give you 10 Questions.In this Section they are checking Candidates Grasping Power & Memory Capacity.

SECTION VII : Essay Writing

No Of Mins : 5 Mins.
In this Section They will give you One Situation, For that Situation You have to Write an Essay ,Maximum of 100 WOrds.

You should be thorough with technical conceptes. Then only you can clear the test. This is because every section has a cutoff.

Flextronics Aptitude Questions

Age problem
Time and distance
Coin
direction problem 


(2n + 2 n-1/2 n+1 – 2n) what is gives if n = something
( 10n –1) n>1 when is divisible by 11.no divisible by 8
find the missing no. when it is divisible by some no

Boat problem
Average
Technical Questions

Which one is called family tree

virtual function and overloading

DHCP protocol

order of insertion and Heap sort

left recursion

find output: for(l=1;a<=l;a++)
cout<<++a; cout <
DEBUG trigger (oracle)

In unrestricted session which system privilege mode is used (oracle)

NEXTVAL and CURRENTVAL in sequence (Oracle)

Unix system call ……like Var( )

OS 384 support which memory management

Complexity to access name from the given double link list

Which WAN network is suitable for the 100Km or m. distance network

If duplicate segments , file are there in hardisk which is best for management
a) FAT
b) SAT

stop n wait protocol is associated with which layer

find errors from the c and c++ codes.

3 qns on operating systems. I qn on dijkestra algorithm

Using which pin it s possible to address 16 bit addresses even though there re only 8 address bits in 8085? Ans: ALE 

Voltage gain for an amplifier is 100 while it is operating at 10 volts. What is the O/P voltage wen i/p is 1 volt

Quality factor indicates a) Quality of inductor b) quality of capacitor c) both

Qns related to bridges, routers and generators, which OSI layer they corresspond to. (Refer to stevens 4th chapter)

OPAmp s I/P ciurrent, O/p current and CMRR is given, what is the voltage gain

2-3 qns on scope of static variables in C. Qn to view o/p odf a C static var

Qn to print a value of a pointer

OPAmp s I/P ciurrent, O/p current and CMRR is given, what is the voltage gain

A qn to find the physical address from a given virtual address, virtual to physical address table was provided

6 bit mantissa and 8 bit exponent can present what maximum value?

4 bit window size in sliding window protocol, how many acknowledements can be held?

Security functionality is provided by which layer of OSI

Frequency spectrums for AM, FM and PM (figure given, u veto tell which Kind of modulation it belongs to)

Among AM and FM which is better and why?

LASt stage of TTL NAND gate is called: Ans: Totem Pole Amplifie 

SR to JK flip flop conversion. Ans: S=JQ , R=KQ 

LSB of a shift register is connected to its MSB, what is formed: Ans: RING Counter 

2-3 Qns based on Demorgan s laws (identiies: (A+b) = A b , etc)

2 qns on Logic gates (O/p of logic gates)

Diff in IRET and RET statements of 8086

How many address bytes are required to address an array of memory chips (4 * 6), each chip having 4 memory bits and 8k registers.

Diff. in memory mapped and I/P O/P mapped Input/Output (Refer a book on Microprocessor)

Qn on pipeline architecture

QN on LAPB protocol

TopOfBlogs