• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • Tcs

tcs Placement Papers with Solution Page 2

tcs Select Another Category Select Another Topic

Company

  • 3i-Infotech 345
  • Accenture 548
  • ADITI 81
  • Athenahealth 72
  • CADENCE 37
  • Capgemini 519
  • CMC 49
  • Cognizant 29
  • CSC 480
  • CTS 1340
  • Dell 49
  • Elitmus 44
  • GENPACT 516
  • Google 55
  • HCL 217
  • Hexaware 92
  • Huawei 81
  • IBM 1714
  • IGate 169
  • Infosys 2050
  • L&T 299
  • Microsoft 61
  • Miscellaneous 204
  • Oracle 74
  • Other 95
  • Patni 199
  • Sapient 44
  • Sasken 31
  • Self 38
  • Syntel 530
  • TCS 9109
  • Tech Mahindra 500
  • Wipro 1182

tcs Question Topics

    Category (489)

    General Ability (144)

  • General Knowledge (144)
  • HR Interview (122)

  • Interview (119)
  • Logical Reasoning (859)

  • Age Problem (1)
  • Blood Relations (140)
  • Coding Decoding (85)
  • Cryptography (43)
  • Decision Making and Problem Solving (55)
  • Direction Sense (28)
  • General Mental Ability (96)
  • Letter Arrangement (25)
  • Letter Series (20)
  • Logical Sequences (62)
  • Mathematical Reasoning (109)
  • Missing Character (20)
  • Number Series (137)
  • Seating Arrangement (32)
  • Numerical Ability (3078)

  • Age Problem (196)
  • Algebra (164)
  • Alligation or Mixture (19)
  • Area and Volume (112)
  • Arithmetic (217)
  • Averages (82)
  • Boats and Streams (13)
  • Clocks and Calendars (50)
  • Co-ordinate geometry (29)
  • Complex Numbers (10)
  • Data Interpretation (24)
  • Data Sufficiency (11)
  • Geometry (116)
  • Height and Distance (15)
  • LCM and HCF (63)
  • Log and Antilog (10)
  • Number System (438)
  • Percentage (105)
  • Permutation and Combination (336)
  • Pipes and Cistern (6)
  • Probability (304)
  • Profit and Loss (103)
  • Quadratic Equations (16)
  • Ratio and Proportion (97)
  • Sequence and Series (86)
  • Simple & Compound Interest (17)
  • Stock and Shares (7)
  • Time and Work (181)
  • Time Distance and Speed (188)
  • Trigonometry (15)
  • Programming (166)

  • Arrays (23)
  • Basics (13)
  • Database (10)
  • Definition (8)
  • Functions (12)
  • Output (18)
  • Program (30)
  • Puzzles (2)
  • Technical (22)
  • Variables (11)
  • Verbal Ability (87)

  • Antonyms (15)
  • Miscellaneous (16)
  • One Word Substitution (8)
  • Sentence Arrangement (12)
  • Sentence Completion (7)
  • Spotting Errors (5)
  • Synonyms (23)
Keep an EYE (0)TCS Interview Experience (91)
Solved Question (2020) UnSolved Question (7131)
Pages: 916FirstPrev123456789NextLast
Advertisements

(#M40167094) TCS QUESTION Arguments Keep an EYE Keep an eye puzzle Keep an eye puzzle

If the user does not pass value to argument, what is the value of arguments provided at the time of function declaration that are automatically assign by the compiler called?

A. Pass by value argument
B. Pass by reference argument
C. Default argument
D. User defined argument

Asked In TCS Jax (4 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (6)   (4) Submit Your Solution Technical

(#M40167093) TCS QUESTION Black Box Testing based question Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which among the below given options is a part of black-box testing?

A. Verification
B. Equivalence class partitioning
C. Walk through
D. Review

Asked In TCS Jax (4 years ago)
Unsolved Read Solution (4)
Is this Puzzle helpful?   (8)   (2) Submit Your Solution Technical
Advertisements

(#M40167087) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

To create a logo, an artist first draws a circle inside a square. Diameter of a circle is equal
to the side of the square. The artist wants to create a logo where the portion outside the
circle but inside the square is shaded, and sector with arc length 5.5 cm is shaded. If the area of the square is 196 cm2, the area of the shaded portion is what fraction of the total area of the logo?

Asked In TCS suruthi (4 years ago)
Unsolved Read Solution (5)
Is this Puzzle helpful?   (45)   (19) Submit Your Solution Geometry

(#M40167065) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

The 4th and 7th term of an arithmetic progression are 11 and -4 respectively. What is the 15th term ?
A)-44 B)-39 C)-49 D)-34

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (22)
Is this Puzzle helpful?   (154)   (30) Submit Your Solution Arithmetic

(#M40167064) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

The ratio in which tea costing Rs. 192 per kg is to be mixed with tea costing Rs. 150 per kg, so that the mixed tea when sold for Rs. 194.4 per kg, gives a profit of 20%
A)5:3 B)5:2 C)2:5 D)3:5

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (7)
Is this Puzzle helpful?   (63)   (11) Submit Your Solution Alligation or Mixture

(#M40167063) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Which of the following statements are correct about 6 used in the program?
int num[6];
num[6]=21;

A)In the first statement 6 specifies a particular element , whereas in the second statement it specifies a array size. B)In both the statements 6 specifies array size C)In the first statement 6 specifies a array size, whereas in the second statement it specifies a particular element of array. D)In the first statement 6 specifies a particular element, whereas in the second statement it specifies a type.

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (12)
Is this Puzzle helpful?   (52)   (5) Submit Your Solution Arrays

(#M40167062) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Select the most appropriate word to fill in the blank.
After the marathon, some of the competitors felt completely _______
A)run out B)cut up C)done out D)done in

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (12)
Is this Puzzle helpful?   (36)   (11) Submit Your Solution One Word Substitution

(#M40167061) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Rakesh and Saket run a race of 2 km. First Rakesh gives Saket a start of 200 meters and beats him by 1 minute. If Rakesh gives Saket a start of 6 minutes Rakesh is beaten by 1 km. Find the time in minutes in which Rakesh and Saket can run the races separately.
A)11, 18 B)12, 18 C)8, 10 D)10, 12

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (11)   (6) Submit Your Solution Boats and Streams

(#M40167060) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

Why reference is not same as a pointer?
A)Reference does not need an explicit dereferencing mechanism B)A reference can never be null C) A reference once established cannot be changed D)All of the above

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (3)
Is this Puzzle helpful?   (6)   (3) Submit Your Solution Variables

(#M40167059) TCS QUESTION Keep an EYE Keep an eye puzzle Keep an eye puzzle

The marked price of a shirt and trousers are in the ratio 1:2. The shopkeeper gives 40% discount on the shirt. If the total discount in the set of the shirt and trousers is 30%, the discount offered on the trouser is:
A)25% B)20% C)30% D)15%

Asked In TCS Devendra Marghade (4 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (13)   (3) Submit Your Solution Profit and Loss
Keep an EYE (0)TCS Interview Experience (91)
Solved Question (2020) UnSolved Question (7131)
Pages: 916FirstPrev123456789NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

" MATHEMATICS IS GIVES THE CREATIVITY THAT HOW TO SOLVE ANY PROBLEM IN ANY FIELDS "

Ajay Singh

MATHEMATICS IS LIKE TRUE LOVE- A SIMPLE IDEA BUT CAN GET COMPLICATED...

Ricky Gakhar

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com