Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Guidelines to Write Experiences
  • Write Interview Experience
  • Write Work Experience
  • Write Admission Experience
  • Write Campus Experience
  • Write Engineering Experience
  • Write Coaching Experience
  • Write Professional Degree Experience
  • Write Govt. Exam Experiences
Open In App
Next Article:
TCS Placement Paper | MCQ 8
Next article icon

TCS Placement Paper | MCQ 8

Last Updated : 11 Jan, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report
This is a TCS model placement paper for aptitude preparation. This placement paper will cover aptitude questions that are asked in TCS recruitment drives and also strictly follows the pattern of questions asked in TCS interviews. It is recommended to solve each one of the following questions to increase your chances of clearing the TCS interview.
  1. Identify the missing number in the series: 2, 5, __, 19, 37, 75? a) 16 b) 12 c) 10 d) 9
    Answer: d) 9
    Solution: 2 * 2 + 1 = 5 5 * 2 - 1 = 9 9 * 2 + 1 = 19 19 * 2 - 1 = 37 and so on
  2. A rectangle is divided into four rectangles with area 70, 36, 20, and x. What is the value of 'x'? a) 350/7 b) 350/11 c) 350/9 d) 350/13
    Answer: c) 350/9
    Solution: Since the areas of the rectangles are in proportion we can say, => 70/x = 36/20 => x = 350/9
  3. If VXUPLVH is written as SURMISE, what is SHDVD written as? a) PEASA b) PBASA c) PEBSB d) None of the above
    Answer: a) PEASA
    Solution: It is a question of coding-decoding where, V is written as S (V - 3 = S) X is written as U (X - 3 = U) and so on. Similarly, SHDVD will be written as PEASA
  4. Aman owes Bipul Rs 50. He agrees to pay Bipul over a number of the consecutive day starting on Monday, paying a single note of Rs 10 or Rs 20 on each day. In how many different ways can Aman repay Bipul. (Two ways are said to be different if at least one day, a note of a different denomination is given) a) 5 b) 6 c) 7 d) 8
    Answer: d) 8
    Solution: Aman can pay Bipul in all 10 rupees note in 5 days = 5 * 10 = 50 rupees = 1 way Aman can pay Bipul in 3 ten rupee note and 1 twenty rupee note = 4!/(3! * 1!) = 4 ways Aman can pay Bipul in 1 ten rupee note and 2 twenty rupee note = 3!/(1! * 2!) = 3 ways So in all Aman can pay Bipul in 8 ways.
  5. Salim bought a certain number of oranges at a rate of 27 oranges for rupees 2 times M, where M is an integer. He divided these oranges into two equal halves, one part of which he sold at the rate of 13 oranges for Rs M and the other at the rate of 14 oranges for Rs M. He spent and received an integral no of rupees, but bought the least number of oranges. How many did he buy? a) 980 b) 9828 c) 1880 d) 102660
    Answer: b) 9828
    Solution: Let Salim buy 2x number of oranges. So he buys 27 oranges at a price of 2M. He buys 1 orange at a price of 2M/27 or, x oranges cost him Rs. 2Mx/27 Now he sells x oranges at the rate of 13 oranges for Rs. M So he sells 1 orange at Rs. M/13 and x oranges at Rs Mx/13 Same goes for 14 oranges which are Mx/14, According to the question, 2Mx/27, Mx/13, Mx/14 are integers So, x oranges must be divisible by 27, 13 and 14 The lcm of 27, 13 and 14 = 4914 or 2x = 9828
  6. In a football match, 16 teams participate and are divided into 4 groups. Every team from each group will play with each other once. The top 2 winning teams will move to the next round and so on the top two teams will play the final match. So how many minimum matches will be played in that tournament? a) 40 b) 14 c) 43 d) 50
    Answer: c) 43
    Solution: Total matches to be played = 4C2 = 6 matches. So total number of matches played in the first round = 6 * 4 = 24 matches Now top two teams from each group progress to the next round. These 8 teams are to be divided into 2 groups. Total matches played in the second round = 6 × 2 = 12 matches Now 4 teams progress to the next round. Total matches played in the third round = 6 * 1 = 6matches From this round, 2 teams progress to the next round. And final will be played between them. Total matches = 24 + 12 + 6 + 1 = 43
  7. There are 12 letters and exactly 12 envelopes. There is one letter to be inserted randomly into each envelope. What is the probability that exactly 1 letter is inserted in an improper envelope? a) 1 b) 0 c) 10! d) None of these
    Answer: b) 0
    Solution: This is a question of very common sense in which, 12 letters are to be inserted in 12 envelopes, 1 in each, so if one letter is inserted into a wrong envelope there has to be another letter which is to be inserted into another wrong envelope. So the probability of this is 0.
  8. A hollow space on the earth surface is to be filled. The total cost of filling is Rs. 20000. The cost of filling per cubic-meter is Rs 225. How many times is a size of 3 cubic-meter soil required to fill the hollow space? a) 29.62 b) 30.32 c) 88.88 d) 43.64
    Answer: a) 29.62
    Solution: The total cost of filling = 20, 000 Cost of filling 1 cubic meter = Rs. 225 So cubic meters to be filled = 20, 000/225 = 88.89 meter-cube Now we need to find the three times of 88.89 to be filled = 88.89/3 = 29.63 So the closest match is 29.62
  9. A 7-digit number is to be formed with all different digits. If the digits at the extreme right and extreme left are fixed to 5 and 6 respectively, find how many such numbers can be formed? a) 120 b) 30240 c) 6720 d) None of these
    Answer: c) 6720
    Solution: If the digits at extreme left and right are fixed as 5 and 6, then the number of digits left = 8 So the in-between 5 places can be filled in 8 * 7 * 6 * 5 * 4 ways = 6720 ways
  10. There are five tires in a sedan (four road tires and one spare) which is to be used equally in a journey to travel 40, 000 km. The number of km of use of each tyre was a) 32000 b) 8000 c) 4000 d) 10000
    Answer: a) 32000
    Solution: The total km travelled by the sedan = 40, 000 km Since every tire capacity's = 40, 000/5 = 8000 km each So total distance covered by each tire = 8000*4 = 32000 km each will be travelled by each tire after being worn out after every 8000 km.

  11. Next Article
    TCS Placement Paper | MCQ 8

    C

    chinmoy lenka
    Improve
    Article Tags :
    • Interview Experiences
    • interview-preparation
    • placement preparation
    • TCS
    Practice Tags :
    • TCS

    Similar Reads

      TCS Placement Paper | MCQ 1
      This is a TCS model placement paper for aptitude preparation. This placement paper will cover aptitude questions that are asked in TCS recruitment drives and also strictly follows the pattern of questions asked in TCS interviews. It is recommended to solve each one of the following questions to incr
      5 min read
      TCS Placement Paper | MCQ 9
      This is a TCS model placement paper for aptitude preparation. This placement paper will cover aptitude questions that are asked in TCS recruitment drives and also strictly follows the pattern of questions asked in TCS interviews. It is recommended to solve each one of the following questions to incr
      7 min read
      TCS Placement Paper | MCQ 2
      This is a TCS model placement paper for aptitude preparation. This placement paper will cover aptitude questions that are asked in TCS recruitment drives and also strictly follows the pattern of questions asked in TCS interviews. It is recommended to solve each one of the following questions to incr
      6 min read
      TCS Placement Paper | MCQ 10
      This is a TCS model placement paper for aptitude preparation. This placement paper will cover aptitude questions that are asked in TCS recruitment drives and also strictly follows the pattern of questions asked in TCS interviews. It is recommended to solve each one of the following questions to incr
      6 min read
      TCS Placement Paper | E-mail Writing
      During the on-campus recruitment process, TCS conducts an E-Mail writing test of 10 minutes duration and is included in the other writing tests. This round plays a vital role in the recruiting process and is mandatory for every student. TCS has its own way of testing job applicants, based on there c
      4 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences