.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!


Home » Placement Papers » VIRTUSA Placement Papers » VIRTUSA Previous Year Placement Paper

 

VIRTUSA Placement Paper -: Technical Questions And Answers


Advertisements
Advertisements




VIRTUSA Previous Years Solved Sample Placement Papers

  1. Point out error, if any, in the following program:

    
    main() {
      int i = 1;
      switch (i) {
        case 1:
          printf("\nRadioactive cats have 18 half-lives");
          break;
        case 1 * 2 + 4:
          printf("\nBottle for rent - inquire within");
          break;
      }
    }
        

    Ans. No error. Constant expressions like 1*2+4 are acceptable in cases of a switch.

  2. Point out the error, if any, in the following program:

    
    main() {
      int a = 10, b;
      a >= 5 ? b = 100 : b = 200;
      printf("\n%d", b);
    }
        

    Ans. lvalue required in function main(). The second assignment should be written in parentheses as follows:

    a >= 5 ? b = 100 : (b = 200);

  3. Frequency at which VOICE is sampled is:
    (a) 4 kHz (Ans)
    (b) 8 kHz
    (c) 16 kHz
    (d) 64 kHz
  4. Line of Sight is:
    (a) Straight Line
    (b) Parabolic
    (c) Tx & Rx should be visible to each other (Ans)
    (d) none
  5. Purpose of PC (Program Counter) in a MicroProcessor is:
    (a) To store address of TOS (Top Of Stack)
    (b) To store address of next instruction to be executed (Ans)
    (c) count the number of instructions
    (d) to store base address of the stack
  6. What action is taken when the processor under execution is interrupted by a non-maskable interrupt?
    (a) Processor serves the interrupt request after completing the execution of the current instruction (Ans)
    (b) Processor serves the interrupt request after completing the current task
    (c) Processor serves the interrupt request immediately
    (d) Processor serving the interrupt request depends upon the priority of the current task under execution
  7. The status of the Kernel is:
    (a) task
    (b) process (Ans)
    (c) not defined
    (d) none of the above
  8. To send a data packet using datagram, connection will be established:
    (a) before data transmission
    (b) connection is not established before data transmission
    (c) no connection is required (Ans)
    (d) none of the above
  9. Word alignment is:
    (a) aligning the address to the next word boundary of the machine (Ans)
    (b) aligning to even boundary
    (c) aligning to word boundary
    (d) none of the above
  10. When an operand is read, which of the following is done?

    a) It is placed on to the output

    b) It is placed in operator stack

    c) It is ignored

    d) Operator stack is emptied

    Answer: a

    Explanation: While converting an infix expression to a postfix expression, when an operand is read, it is placed on to the output. When an operator is read, it is placed in the operator stack.

  11. A can complete a project in 20 days, and B can complete the same project in 30 days. If A and B start working on the project together and A quits 10 days before the project is completed, in how many days will the project be completed?

    (a) 18 days

    (b) 27 days

    (c) 26.67 days

    (d) 16 days (Ans: A)

  12. If log 2 = 0.3010, find how many digits are contained in the number 256.

    (a) 15

    (b) 16

    (c) 17

    (d) Cannot be determined (Ans: C)

  13. Directions for Questions 41-45: Follow the directions given below to answer the questions that follow.
    Your answer for each question below would be:
    • (A) if ALL THREE items given in the question are exactly ALIKE.
    • (B) if only the FIRST and SECOND items are exactly ALIKE.
    • (C) if only the FIRST and THIRD items are exactly ALIKE.
    • (D) if only the SECOND and THIRD items are exactly ALIKE.
    • (E) if ALL THREE items are DIFFERENT.
  14. If in the word CALIBRE, the previous letter in the English alphabet replaces each consonant and each vowel is replaced by the next letter and then the order of letters is reversed, which letter will be third from the right end?

    (A) A

    (B) C

    (C) B

    (D) K

    Ans: (D)
  15. Which word cannot be made from the letters of following word: 'OBSTETRICIAN'

    a) SIREN

    b) TERMITE

    c) RETAIN

    d) SOBER

    Ans: b) TERMITE
  16. Which one of the numbers is wrong in the following series?
    4, 8, 7, 14, 12, 24, 19, 36, 28

    a) 12

    b) 24

    c) 28

    d) 36

    Ans: b) 24
  17. 'The hexadecimal number 4B16 is transmitted as an 8-bit word in parallel. What is the time required for this transmission if the clock frequency is 2.25 MHz?'

    a) 444 ns

    b) 444 s

    c) 3.55 s

    d) 3.55 ms

    Ans: a) 444 ns
  18. 'List which pins need to be connected together on a 7493 to make a MOD-12 counter.'

    a) 12 to 1, 11 to 3, 9 to 2

    b) 12 to 1, 11 to 3, 12 to 2

    c) 12 to 1, 11 to 3, 8 to 2

    d) 12 to 1, 11 to 3, 1 to 2

    Ans: c) 12 to 1, 11 to 3, 8 to 2
  19. 'In a TTL circuit, if an excessive number of load gate inputs are connected, ________.'

    a) VOH(min) drops below VOH

    b) VOH drops below VOH(min)

    c) VOH exceeds VOH(min)

    d) VOH and VOH(min) are unaffected

    Ans: b) VOH drops below VOH(min)
  20. 'The internal RAM memory of the 8051 is:'

    a) 32 bytes

    b) 64 bytes

    c) 128 bytes

    d) 256 bytes

    Ans: c) 128 bytes
  21. 'Which of the following commands will move the number 27H into the accumulator? (8051)'

    a) MOV A, P27

    b) MOV A, #27H

    c) MOV A, 27H

    d) MOV A, @27

    Ans: b) MOV A, #27H
  22. 'An alternate function of port pin P3.0 (RXD) in the 8051 is:'

    a) serial port input

    b) serial port output

    c) memory write strobe

    d) memory read strobe

    Ans: a) serial port input
  23. 'In an 8051 program, DA A adjusts the value in the accumulator resulting from an addition into two BCDs.'

    a) True

    b) False

    Ans: a) True
  24. QUESTION: Which of the following is not an extension associated during the creation of a C++ program?

    A: .cpp

    B: .exe

    C: .jpg

    D: .bak

    Ans: C
  25. QUESTION: Why every program begins with main() in C++?

    A: As this is from the compiler knows that program execution actually starts.

    B: Because its name is main

    C: Both A and B

    D: None of above

    Ans: A




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2025 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy