Showing posts with label Selection Process. Show all posts
Showing posts with label Selection Process. Show all posts

Wednesday, 11 March 2015

Miracle Software Systems Selection Process and Placement Papers 2015



                             Miracle Software Systems is the one of the leading company in India. It is working on various technologies including IBM Tools. For More information visit MiracleSoft Website.

Selection Process:

Round1: 
            
               Verbal Online Test

---> Synonyms and Fill in the Blanks(Vocabulary).

Round2: 

               Aptitude Online Test

---> Problems on trains, Work and Time, Problems on Ages, etc.

Round3: 

               C/JAVA  Online Test

---> All Basic Questions.

Round4: 

               C/JAVA Programming Test

Round5: 

                HR Round









Thanks for Visiting..........

Tuesday, 3 March 2015

Portware Selection Process and Written Test Pattern 2015


Portware is one of the leading company. It was founded in the year 2002. for more details visit PORTWARE Website.

Selection Process 2015:

1) Online Test

2) Technical Interview-1

3) Technical Interview-2

4) Technical Interview-3 and HR Interview


1) Online Test Pattern:

           The test consists of Two Sections. They are Section-1 and Section-2. Both Sections contains overall 45 Questions. There is a Negative Marking of -1 for each question.

      Section-1: Aptitude 
                        25 Questions
                        Each Question carries 2 Marks 
                        25 Minutes Time.

      Section-2: Technical
                        20 Questions
                        Each Question carries 2 Marks
                        20 Minutes Time.

----> Overall 45 Questions for 90 Marks.

Note:
 
                   There is no random selection of questions during the test.

PORTWARE Placement Paper 2015

Aptitude



Topics:

1) Time and Work

2) Pipes

3) Relations

4) Problems on trains

5) Problems on geometry

6) Odd Man Out

Technical


Topics:

1) DBMS

2) UNIX

3) Software Engineering

4) Code Segments






Thanks for visiting........

Sunday, 15 February 2015

Huawei Technologies Selection Process and Placement Papers 2015



Selection Process:

1) Written Test

2) Technical Interview-1

3) Technical Interview-2

4) Technical Interview-3

5) HR Interview-1

6) HR Interview-2


Written Test:

           It Consists of two sections
              1) Objective
              2) Subjective

Objective:
        
           It Consists of 3 sections:

               1) Aptitude
               2) Java
               3) C language

Students must select either Java or C Language.

*If the student select C language, then he will write Subjective in C language only or else If the student select Java, then he will write Subjective in Java only.

Subjective:

          Simply programming Test. It Consists of 6 programs. 

Answering ant two questions is a must and any additional done is a bonus. 

Programs asked in 2015 Selection Process:

1) Write a program to define a linked list functions to behave like a queue.

2) Write a program to count the number of occurrence of each character in a Given String. Assume only letters from a to z is input and should be case insensitive. Write the optimized program with O(n) complexity.

3) Write a function to find the x to the power of n. Consider the x and result to be float and n is an integer

4) Write a program to find the 2nd highest and 2nd lowest element inside an array of integers. The complexity of the program should be O(n).

5) Write a function to find the sum of the first N prime numbers int sum_prime(int n);

6) find out the error and explain in the given program?


Technical Interviews:

   Solving Different Programs and Puzzles.

HR Interviews:
   
   Once you complete your technical interviews you will be 80% in Huawei.

   It is just like confirmation round, like job position, location and shift timings.



Placement Paper 2015


1) Problems on logical puzzles

2) Problems on Pipes and Cisterns

3) Problems on Time and Work

4) Coding and Decoding

5) Problems on Series

6) Basic C programs on increment and decrement operators and recursion functions.






Related:


Huawei Technologies Selection Process 2015

Huawei Technologies Placement Papers

Huawei Technologies Online Test Process

Huawei Technologies Written Test Pattern 2015

Huawei Technologies interview process 2015

Huawei Technologies recruitment process 2015

Huawei Technologies Selection Process 

Huawei Technologies Placement Papers 2015

Huawei Technologies Placement Papers 2015 pdf

Huawei Technologies Placement Papers 2015 pdf free download





Thanks for visiting..............

Automatic Data Processing(ADP) interview process and placement papers 2015



Automatic Data Processing(ADP) founded in the year 1949. The Services of ADP are Human Resource, tax and benefits administration solutions from a single source and payroll services. The CEO of ADP is Carlos Rodriguez. 

Interview Process:

1) Online Test

2) HR Interview(test only communication skills)

3) Technical Interview-1

4) Technical Interview-2

5) Final HR Interview


Online Test Pattern 2015:

There are three sections in Online Test
  1) Aptitude
  2) Reasoning
  3) Computer Awareness

Aptitude:

               20 Questions
               20 Marks
               20 Minutes Time
   Topics:
  
      * Problems on Trains
      * Work & Time
      * Pipes and Cisterns

Reasoning:

               20 Questions
               20 Marks
               20 Minutes Times
  Topics:
  
     * Relations
     * Coding & Decoding
     * Odd Man Out
     * Directions

Computer Awareness:

               20 Questions
               20 Marks
               20 Minutes Time

   Topics:
  
     * C language
     * Java
     * HTML
     * Java Script
     * Operating Systems
     * Computer Networks      
     * DBMS

Overall: 60 Questions - 60 Marks - 60 Minutes Times



Placement Paper 2015:

                      Updated Soon......




Related:


ADP Interview process 2015

ADP Selection process

ADP selection process 2014

ADP selection process 2013

ADP screening and selection process

ADP placement papers

ADP placement papers 2014

ADP placement papers download

ADP placement papers 2010 with answers

ADP placement papers 2011 with answers

ADP placement papers 2013 with answers pdf

ADP placement papers with solutions



ADP placement papers with answers

ADP placement papers 2012 with answers pdf

ADP placement papers 2012

ADP placement papers pattern

ADP placement papers 2012 with solutions

ADP placement papers 2011

ADP placement papers  with answers download





Thanks for Visiting..........


Thursday, 22 January 2015

Fony Technologies Selection process and Placement Paper 2015


Selection Process 2015

1st Round

              Written Test(C language/Aptitude)

50 Questions-60 Minutes time

Note: The Online Test is conducted by monsterindia. So, try to prepare monsterindia previous questions.

2nd Round

            Group Discussion on General topics like Social Network

3rd Round

            HR Round




Placement Paper 2015:

1) What is the order of precedence of arithmetic operators
a) + - * /
b) / + - *
c) / * + -
d) * / + -

Ans: / * + -

2) What is the output of the following program

      #include<stdio.h>
      int main( )
      {
              printf("Let Us Code in C");
              main( );
              return 0;
       }

a) "Let Us Code in C" prints infinite times
b) Stack Overflow
c) error
d) None

3) what is (void *)0 ?
a) NULL Pointer
b) error
c) NULL Void Pointer
d) error


4) #include<stdio.h>  gets replaced the code in which time
a) linking
b) Compiling
c) Pre-processing
d) None

5) Which permission is give to USER1 to accesing the table data
a) READ permission
b) READ with GRANT permission
c) SELECT permission
d) None

6) In files "r+" mode is used for
   a) read
   b) read and write
   c) append
   d) write

Ans: read and write

7) (a) The (b) wood (c) floats (d) in water,  find out the error in the sentence?
   a) The
   b) wood
   c) floats
   d) in water

Ans: (d) in water
         The wood floats on water.

8) What is the correct sentence from the following?
  a) He fled into his life
  b) He fled for his life
  c) He fled of his life
  d) He fled with his life

Ans: He fled of his life

9) Problems on percentages

10) Problems on profit and ratio


For More Questions and Updates Subscribe Let Us Code in C


Enter Your Email for Latest Updates from this Website to your mailbox:


Please "Activate" Subscription Link Sent to Your Email






FONY Technologies interview process

Interview process for FONY Technologies

Selection process for FONY

FONY Technologies Placement Papers

fony technologies written test

font technologies written test pattern

fony technologies interview

fony technologies jobs

fony technologies written test papers

fony technologies placement papers

fony technologies interview questions

fony technologies previous papers

fony technologies recruitment process

fony technologies interview process




Thanks for Visiting...

Wednesday, 21 January 2015

Bean Fiber/Telecom(ACT group) private limited Selection procedure and previous papers 2015


Selection Process:

1st Round

For B-Tech(CSE/ECE/ECM) Students:

       Written Test- 44 bits(C/Aptitude/OS)
       Duration: 40 minutes

For MBA Students:

      Group Discussion

2nd Round

      Technical Round-1

3rd Round

     Technical Round-2

4th Round

    HR Interview


2015 Written Test Paper


1) What is the Brain of the computer
a) CPU
b) Control Unit
c) Memory
d) ALU

Ans: CPU

2) Which computer is used for compact operations?
a) Mini
b) Super
c) Personal
d) None of these

Ans: Mini

3) If 126+327=455 then 323+427=?
a) 401
b) 750
c) 752
d) None of these

Ans: 752

4) What is the structure oriented programming language
a) PASCAL
b) BASIC
c) JAVA
d) COBOL

Ans: PASCAL

5) A can do the work in 20 days, B can do the same work in 40 days and C can do the same work in 80 days. If A,B,C are work together then how many days they complete the work?
a) 15
b) 16.6
c) 11.2
d) None of these

6) What is the output of the following program?

     #include<stdio.h>
     main( )
     {
            printf("A\n\tB\nn\tC\n\tD");
      }

a) error
b) A
           B
    n     C
           D
c) ABnCD
d) None

7) #include<stdio.h>
    main( )
    {
        {
             extern int a;
             printf("%d",a);
         }
         a=20;
     }
8) What is the output of the following program

        #include<stdio.h>
        main( )
        {
                 int i=0;
                 for(;i<=5;i++)
                 printf("%d",i)
         }
a) 012345
b) 12345
c) 5
d) None

Ans: 012345

9) What is the size of the int data type?
a) 4 bytes
b) 2 bytes
c) 1 byte
d) 2 bits

Ans: 2 bytes

10) Which of the following is not a programming language?
a) Ruby
b) JAVA
c) C+
d) Python

Ans: C+

11) How to access record from cassette
a) Direct
b) Random
c) Both a) and b)
d) None

12) What is the size of Baudot Code in Teleprinter?
a)2
b)3
c)5
d)32

Ans: 5

13)What is the decimal value of 10100
a) 20
b) 12
c) 100
d) None

Ans: 20

14) Binary numbers are represented in the powers of
a) 10
b) 100
c) 2
d) 5

Ans: 2 

15) The time taken for a disk drive to locate the area on the disk where the data to be read is stored called as?
a) Down time
b) Seek Time
c) Real Time
d) CPU cycle

Ans: Seek Time

16) A: vt=v^2
      B: t=2

a) Statement A alone is sufficient
b) Statement A alone is sufficient
c) Statement A and B are together is sufficient
d) Statement A and B are together is not sufficient


17)Statement and Conclusion problems

18) Problems on Time and Work

19) Problems on Percentages






Beam Fiber placement papers

ACT Placement Papers

Beam Fiber Selection process

Beam Telecom pvt ltd interview process

Interview process of Beam Fiber(ACT Group)

Beam Telecom placement papers 2015


For more updates subscribe Let Us Code in C.

Enter Your Email for Latest Updates from this Website to your mailbox:


Please "Activate" Subscription Link Sent to Your Email




Thanks for Visiting..........


Sunday, 4 January 2015

Glenwood Systems Selection Process and 2015 Placement Papers


Glenwood Systems is one of the healthcare software development company. It is established in 1988


Interview Process:

1st Round: Online Test
         
               It Comprises of Aptitude and Questions pertaining to Java and C and the duration of the Online test is 40 Minutes

2nd Round: Programming Test

3rd Round: Technical Round

4th Round: HR Interview


Technical Concepts :

                             Candidates must have considerable knowledge in the following technical concepts along with good knowledge in their academics :

--->JAVA, C, C++ Programming.

--->Database Systems like Postgre SQL , MySQL.

--->Java script, VB script, HTML , CSS, XML & XSL and Data Structure. 

--->Android and other mobile platforms

--->Overview of Google Web Tool kit. 








Sunday, 28 December 2014

Tech Mahindra 2014 Previous Papers, Selection Process and Interview Tips



Selection Process:

1) Online Test

2) Technical Interview

3) HR Interview


2014 Online Test/ Written Test Paper:

English-I
Instruction for Q. Nos.   1   to   4  : 
From the two options given below each sentence select the one to fill the blank appropriately.

Q.1 Please fill up this _______ and give it back to me.
    a. form
    b. farm
    c. from
    d. fom

Q.2 He is not one to _________ defeat easily.
    a. accept
    b. except
    c. agree
    d. expect

Q.3 Are you ________ that he has been lying to me.
    a. inferring
    b. implying
    c. OK
    d. feeling

Q.4 He is an ________ personality.
    a. imminent
    b. eminent
    c. mortal
    d. Distinguish

Instruction for Q. Nos.   5   to   10  : 
Choose the correct option.

Q.5 Modern architecture has discarded the ________________ trimming on buildings and emphasis's simplicity of line.
   a. gaudy
   b. gaunt
   c. flabbergasting
   d. flamboyant
   e. flagrant

Q.6 His attitude to his boss was __________ and caused a good deal of repulsion.
   a. refulgent  
   b. arrogant
   c. hybrid
   d. sycophantic
   e. aggressive

Q.7 Discontented wives, dejected lovers, frustrated politicians, all these tend to be ______________.
   a. specious
   b. abstemious
   c. euphemistic
   d. persiflagus
   e. querulous

Q.8 The government should provide attractive tax ___________ to create the market of quality goods.
   a. revenues
   b. structures
   c. resources
   d. incentives
   e. controls

Q.9 During the ______________ many buildings were __________ to the ground.
   a. riots, collapsed
   b. disturbances, brought
   c. fire, razed
   d. floods, razed

Q.10 You need _______ shoes for walking in the hills.
   a. good
   b. comfortable
   c. satisfactory
   d. sturdy

English - II
Instruction for Q. Nos.   1   to   5  : 
Choose the word among the four options which is the closest in meaning to the given word.

Q.1 ABSOLUTE
   a. Nearly
   b. Complete
   c. Absolution
   d. Absolutely

Q.2 ABSURD
   a. Ridiculous
   b. Abstruse
   c. Action
   d. Plenty

Q.3 Baneful
   a. generous
   b. kindly
   c. ruinous
   d. severity
   e. superfluous

Q.4 Prowess
   a. understanding
   b. keenness
   c. eagerness
   d. bravery

Q.5 Vituperate
   a. encourage
   b. appraise
   c. abuse
   d. appreciate

Instruction for Q. Nos.   6   to   10  : 
Choose the correct Antonym out of the four given alternatives against each of the following words :

Q.6 Zeal
   a. Disrelish
   b. Coldness
   c. Distaste
   d. Disgust

Q.7 Forgive
   a. Easy
   b. Deform
   c. Punish
   d. Inform

Q.8 Condemn
   a. Ignore
   b. Justify
   c. Induce
   d. Ignore

Q.9 Escape
   a. Dislike
   b. Encounter
   c. Decry
   d. Run

Q.10 Euphoria
   a. strident
   b. lethargy
   c. literary
   d. significant
   e. musical

English - III
Instruction for Q. Nos.   1   to   10  : 
Read the paragraph carefully and answer the questions below it.

                            That genetic engineering had the potential to turn evolution upside down and inside out was known to be theoretically possible. No one was prepared for it when it actually happened. When last week a British scientist reproduced a sheep from its mother through genetic cloning, the news was received all around the world with near-disbelief. In India too scientists reacted broadly in the manner of their western counterparts. In the Indian Institute of science at Banglore where pioneering work on genetic engineering is under way, a senior scientist and chairman of the microbiology department Dr. K.P. Gopinathan described the cloning of “Dolly”, the British lamb as a fantastic achievement. But he cautioned that ethical questions would have to be convincingly answered before attempts are made to similarly clone human beings. Dr. Gopinathan himself has achieved considerable success in genetic engineering. His team is credited with having cloned the luminescence gene of the firefly onto a silkworm causing it to glow in the dark. His department is also at present working on a method to cultivate in a silkworm the gene that is responsible for the growth of an individual.

Q.1 Genetic cloning
   a. Has been accomplished by scientists
   b. Is yet to be accomplished
   c. Will soon be possible
   d. Will always remain an impossible feat

Q.2 The cloning of “Dolly”, the British lamb, has raised questions that are primarily
   a. Curious
   b. Ethical
   c. Monetary
   d. None of the above

Q.3 Dr. K. P. Gopinathan, Chairperson of the microbiology department
   a. Has condemned the cloning of Dolly
   b. Remained indifferent of the cloning of Dolly
   c. Hailed the cloning of Dolly
   d. Was terrified at the feat of cloning Dolly

Q.4 Dr. K. P. Gopinathan himself
   a. Has achieved considerable success in genetic engineering
   b. Has failed in his research in genetic engineering
   c. Is contemplating research in genetic engineering
   d. None of the above

                         We talk about democracy but when it comes to any particular thing, we prefer a man belonging to our caste or community or religion. So long as we have this kind of temptation it means that our democracy is a phoney kind of democracy. We must be in a position to respect a man as a man and to extend opportunities for development to those who deserve them and not to those people who happen to belong to our community or race. This fact of favouritism and nepotism has been responsible for much discontent and ill will in our own country. If any one asks us why we suffer, we need not point to the stars above or say that God has punished us. We have to put it down to our iniquities, our disloyalties and our deviations from the ideals which we profess. True democrats must not communal prejudices and conflicts.

Q.5 When does our concepts of democracy become phoney?
   a. It becomes phoney when we cease to put our caste or community above the country.
   b. When people stop supporting the government
   c. When we prefer a man belonging to out caste, or religion
   d. None of the above

Q.6 What should we do to make our democracy a reality?
   a. We should favour people of our communities
   b. We should put the interests of the other communities before ours
   c. We should raise, ourselves above the narrow considerations of caste and respect a man as a man
   d. None of the above

Q.7 What factor is responsible for creating ill will in our country?
   a. Favouritism and nepotism is responsible for creating ill will in our country
   b. The filling of ill well in our country is created by the insensitive nature of the people
   c. The feeling of ill will in our country is the result of evil stars
   d. None of the above

Q.8 True democrats must not tolerate
   a. Corruption
   b. Nepotism
   c. Communal prejudices and conflicts
   d. All of the above

                                According to Napoleon, “It is a approved maxim in war never to do what the enemy wishes you to do, for this reason alone that he desires it.” Non-violent resistance acts fully in accordance with Napoleon’s principle. Your violent opponent wants you to fight in the way to which he is accustomed. If you utterly decline, and adopt a method wholly new to him, you have thus gained an immediate tactical advantage. The surprise of non-violent resistance is effective because the opponent is so bound by his violent habits that he is ill prepared to utilize the new tactics himself. The surprise of non-violent resistance, unlike that of war, is not due to deceit or stratagem but simply due to its novelty.

Q.9 The non-violent resister gains an immediate tactical advantage over his enemy because
   a. He does not use the conventional method of war
   b. He does not fight at all
   c. He does not fight in a way his enemy is accustomed to
   d. He does not face the enemy directly

Q.10 The non-violent resistance is effective because
   a. The enemy is not able to use it himself
   b. It is deceitful
   c. It is a good strategy
   d. It hardly encourages the enemy to fight back


Logical & Reasoning


In each of the following series determine the order of the letters. Then from the given options select the one which will complete the given series.

Q.1 E D C H G F K J I N ?
   a. L M
   b. O P
   c. M O
   d. M L

Q.2 IXT, MAV, QDX ?
   a. WGX
   b. VHY
   c. UGZ
   d. YHZ

Instruction for Q. No. 3 
In the following questions select the number(s) from the given options for completing the given series.

Q.3 48,?,24,30,12,90
   a. 56
   b. 10
   c. 33
   d. 16

Instruction for Q. No. 4 
In the given series find the number which is wrong.

Q.4 4,8,11,22,18,36,24,50
   a. 8
   b. 22
   c. 36
   d. 24

Instruction for Q. No. 5 
In the questions given below one term is missing. Based on the relationship of the two given words find the missing term from the given options.

Q.5 DUST : BUSY :: JOIN :?
   a. ROIT
   b. SOON
   c. RIOT
   d. COST

Instruction for Q. Nos. 6 to 8 : 
In the following questions, select the number from the given options which follows the same relationship as shared between the first two numbers.

Q.6 8 : 27 :: 64 :?
   a. 277
   b. 125
   c. 250
   d. 99

Q.7 23 : 53 :: 8 :?
   a. 66
   b. 57
   c. 27
   d. 19

Q.8 27 : 47 :: 32 :?
   a. 70
   b. 92
   c. 66
   d. 84

Instruction for Q. No. 9 
Three of the following four in each question are alike in a certain way and so form a group. Select the group of letters that does not belong to that group.

Q.9
   a. JKkL
   b. OPpQ
   c. DEEF
   d. VWwx

Instruction for Q. No. 10 
In the following questions, which of the following pair of letters is different from the other three?

Q.10
   a. AE - OL
   b. UI - OE
   c. IO - UE
   d. EA - OU

Instruction for Q. Nos. 11 to 12 : 
In each of the following questions, there are four options. The numbers, in these options, are alike in a certain manner. Only one number does not fit in. Choose the one which is different from the rest.

Q.11
   a. 24
   b. 90
   c. 54
   d. 36

Q.12
   a. 18
   b. 12
   c. 30
   d. 20

Instruction for Q. Nos. 13 to 14 : 
In the following questions select the right option which indicates the correct code for the word or letter given in the question.

Q.13 If the word TRAIN is coded as WUDLQ, then how will the word BUS be coded?
   a. EXU
   b. DWU
   c. EXV
   d. VXE

Q.14 Certain words are coded as follows : BEAR-9281, DRUM-0683,PRY-485 AND DOOR-7899.What is the code for 'R'?
   a. 9
   b. 3
   c. 8
   d. 4

Instruction for Q. Nos. 15 to 16 : 
Read the given coded information and choose the correct answer from the given options.

Q.15 If 'orange' is called 'ashen', 'ashen' is called' red', 'red' is called 'blue', 'blue' is called 'brown', 'brown' is called 'black', 'black' is called 'white' and 'white'is called 'pale', what is the colour of a tree trunk?
   a. black
   b. brown
   c. blue
   d. white
   e. red

Q.16 If 'light' is called 'colour', 'colour is called 'red', 'power'is called 'light', 'red'is called 'dust' and 'dust' is called 'waste', what do we get from sun?
   a. colour
   b. light
   c. red
   d. power
   e. dust

Instruction for Q. No. 17 
In the following questions, under-stand the arrangement pattern and then select the right answer from the given options. 

Q.17 Five boys are sitting in a row. Raghu is not adjacent to Shyam or Amit. Ajay is not adjacent to Shyam. Raghu is adjacent to Mayank. If Mayank is at the middle in the row, then Ajay is adjacent to whom out of the following?
   a. Amit
   b. Raghu
   c. Mayank
   d. Shyam
   e. Data Inadequate

Instruction for Q. No. 18 
In the following questions, select the right answer from the given options to depict the correct direction / distance.

Q.18 I was walking in South-East direction. After a while I turned 90 degree to the right and walked ahead.Later I turned 45 degree to the right.In which direction am I walking now?
   a. North
   b. North - East
   c. South - West
   d. East

Instruction for Q. No. 19 
Choose the correct option.

Q.19 If the following words are arranged in natural sequence in descending order, what will come in the second place from the last?
   1. Teacher
   2. Lecturer
   3. Dean
   4. Tutor
   5. Reader
a. Dean
b. Lecturer
c. Tutor
d. Reader
e. Teacher

Instruction for Q. No. 20 
Find out the one word among the options which cannot be formed by using the letters of the word as given in each question.

Q.20 BOISTEROUS
   a. STEREO
   b. SHOUT
   c. BOOSTER
   d. TRESS

Instruction for Q. No. 21 
Find out the one word among the options which can be formed by using the letters of the word as given in each question.

Q.21 BELLIGERENT
   a. GREEN
   b. LEGAL
   c. BLOAT
   d. INFER

Instruction for Q. Nos. 22 to 26 : 
Read the paragraph carefully and answer the questions below it.

   (i) A, B, C, D and E are five friends.
   (ii) B is elder to E, but not as tall as C.
   (iii) C is younger to A, and is taller to D and E.
   (iv) A is taller to D, but younger to E.
   (v) D is elder to A but is shortest in the group.

Q.22 If F, another friend is taller than C, how many of them will be between F and E according to their height?
   a. Four
   b. One
   c. Two
   d. Three
   e. None of these

Q.23 If selection is to be made among them who would be relatively older and also taller, who among them should be chosen?
   a. A
   b. E
   c. D
   d. C
   e. None of these


Q.24 Who among the following is the eldest?
   a. C
   b. B
   c. D
   d. A
   e. None of these

Q.25 Which of the following pairs of students is elder to D?
   a. BA
   b. BC
   c. EA
   d. BE
   e. None of these

Q.26 Which of the following statements is correct about B?
  (i) B is not the tallest.
  (ii) B is shorter to E.
  (iii) When they are asked to stand in ascending order with respect to their heights,B is in the middle.
   a. Only (i) is correct
   b. All are correct
   c. All are incorrect
   d. Only (i) and (ii) are correct
   e. None of these

Instruction for Q. Nos. 27 to 31 : 
Read the paragraph carefully and answer the questions below it.

P is the father of R, but R is not his son.
T is the daughter of R. U is the spouse of P.
Q is the brother of R. S is the son of Q.
V is the spouse of Q. W is the father of V.
Q.27 Who is the Grandmother of S?
   a. W
   b. P
   c. R
   d. U
   e. None of these
(A) 'P + Q' means 'P is the brother of Q'
(B) 'P * Q' means 'P is the father of Q'
(C) 'P / Q' means 'P is the mother of Q'.

Reading the above information answer the questions below :

Q.28 Which of the following would mean 'R' is the son of 'M'?
   a. M + R * S
   b. M * S / R
   c. M / R * S
   d. M * S * R
   e. None of these

Q.29 To arrive at the answer to the above question, which of the statements can be dispensed with?
    a. Only A
    b. B or C
    c. A or B
    d. Only B
    e. None
(A) 'P + Q' means 'P' is the brother of 'Q'.
(B) 'P * Q' means 'P' is the father of 'Q'.
(C) 'P - Q' means 'P' is the sister of 'Q'.

Reading the above information answer the questions below : 

Q.30 Which of the following represents 'S' is the niece of 'T'?
    a. a) T * S + M - K
    b. (b) T + M * S - K
    c. c) K - S * M + T
    d. d) T * M + S - K
    e. e) None of these




For more Updates:

Subscribe: Let Us Code in C



Thanks for Visiting....