• 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
  • /
  • HCL
  • /
  • Programming

Frequently Asked HCL Programming Interview Questions with Answers

HCL Select Another Category Programming 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

HCL Question Topics

    Category (20)

    HR Interview (8)

  • Interview (7)
  • Logical Reasoning (40)

  • Blood Relations (4)
  • Coding Decoding (11)
  • Cryptography (2)
  • Decision Making and Problem Solving (2)
  • Direction Sense (1)
  • General Mental Ability (6)
  • Letter Arrangement (1)
  • Letter Series (1)
  • Logical Sequences (3)
  • Mathematical Reasoning (3)
  • Missing Character (1)
  • Number Series (4)
  • Seating Arrangement (1)
  • Numerical Ability (83)

  • Age Problem (7)
  • Algebra (4)
  • Alligation or Mixture (1)
  • Area and Volume (9)
  • Arithmetic (4)
  • Averages (2)
  • Clocks and Calendars (2)
  • Data Sufficiency (1)
  • Height and Distance (1)
  • LCM and HCF (3)
  • Log and Antilog (3)
  • Number System (5)
  • Percentage (6)
  • Permutation and Combination (2)
  • Probability (1)
  • Profit and Loss (7)
  • Ratio and Proportion (5)
  • Sequence and Series (2)
  • Simple & Compound Interest (2)
  • Stock and Shares (1)
  • Time and Work (4)
  • Time Distance and Speed (10)
  • Programming (12)

  • Database (3)
  • Definition (1)
  • Program (3)
  • Puzzles (1)
  • Technical (2)
  • Verbal Ability (40)

  • Antonyms (6)
  • Miscellaneous (2)
  • One Word Substitution (9)
  • Sentence Arrangement (4)
  • Sentence Completion (9)
  • Spotting Errors (4)
  • Synonyms (4)
Keep an EYE (0)HCL Interview Experience (1)
Solved Question (1) UnSolved Question (11)
Pages: 212NextLast
Advertisements

(#M40108215) HCL QUESTION computer Keep an EYE Keep an eye puzzle Keep an eye puzzle

3) How can a call to an overloaded function be ambiguous?
(a) By misspelling the name (b) There might be two or more functions with the same name
(c)There might be two or more functions with equally appropriate signatures
(d)None of these

Asked In HCL sumit kumar (10 years ago)
Unsolved Read Solution (17)
Is this Puzzle helpful?   (262)   (166) Submit Your Solution Program

(#M40108315) HCL QUESTION computer Keep an EYE Keep an eye puzzle Keep an eye puzzle

4) Neha wants to write a program that converts a decimal number into a binary number.
Which of the following data structures should she use to
implement the same?
(a) Queue (b)Stack (c)Array (d)Linked List

Asked In HCL sumit kumar (10 years ago)
Unsolved Read Solution (9)
Is this Puzzle helpful?   (66)   (33) Submit Your Solution Database
Advertisements

(#M40108317) HCL QUESTION computer Keep an EYE Keep an eye puzzle Keep an eye puzzle

6) Which of the following options describes a tree
(a)An unconnected graph (b) A connected graph (c) A connected acyclic graph
(d)A complete graph

Asked In HCL sumit kumar (10 years ago)
Unsolved Read Solution (10)
Is this Puzzle helpful?   (195)   (82) Submit Your Solution Technical

(#M40108319) HCL QUESTION computer Keep an EYE Keep an eye puzzle Keep an eye puzzle

8) Which of the following options is responsible for taking files and objects from different
locations and combining them for execution?
(a)Linker (b)Loader (c)Interconnecting compiler (d)Interpreter

Asked In HCL sumit kumar (10 years ago)
Unsolved Read Solution (8)
Is this Puzzle helpful?   (60)   (41) Submit Your Solution Database

(#M40003864) HCL QUESTION HCL puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

Statistics indicate that men drivers are involved in more accidents than women drivers. Hence
it may be concluded that
a) sufficiently information is not there to conclude anything
b) Men are actually better drivers but drive more frequently
c) Women Certainly drive more cautiously than Men
d) Men chauvinists are wrong about women's abilties.
e) Statistics sometimes present a wrong picture of things

Asked In HCL (13 years ago)
Unsolved Read Solution (6)
Is this Puzzle helpful?   (18)   (15) Submit Your Solution Program

(#M40108323) HCL QUESTION computer Keep an EYE Keep an eye puzzle Keep an eye puzzle

Mary is making a database of animals in a zoo and their properties. The possible
animals are dog, lion and zebra. Each one has as attributes isHerbivorous, colour and
isNocturnal. She uses the object oriented programming paradigm for this. How will she
conceptualize the system?
(a) class: Animal; objects: dog, lion and zebra; data members: is Herbivorous, colour and is
Nocturnal
(b)class: Animal; objects: is Herbivorous, colour and is Nocturnal; data
members: dog, lion and zebra
(c)classes: dog, lion and zebra; objects: Animal; data members: is Herbivorous, colour and is
Nocturnal
d)None of these

Asked In HCL sumit kumar (10 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (12)   (2) Submit Your Solution

(#M40038614) HCL QUESTION Programing Puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

Write a program in JAVA which print 0 if 1 is provided as input and print 1 if 0 is provided.
Condition apply :
(i.) you can't use predefined function(like logical not).
(ii.) You can't use if-else condition.

Asked In HCL SUDHIR SHARMA (11 years ago)
Unsolved Read Solution (11)
Is this Puzzle helpful?   (23)   (8) Submit Your Solution Database

(#M40003857) HCL QUESTION HCL puzzle Keep an EYE Keep an eye puzzle Keep an eye puzzle

. From the following statements determing the order of ranking
M has double the amount as D Y has 3 rupess more than half the amount of D
Ans. Data insuffiecient
Questions 6 - 10 are to be answered on the following data
A causes B or C, but not both
F occurs only if B occurs
D occurs if B or C occurs
E occurs only if C occurs
J occurs only if E or F occurs
D causes G,H or both
H occurs if E occurs G occurs if F occurs

Asked In HCL (13 years ago)
Unsolved Read Solution (1)
Is this Puzzle helpful?   (4)   (7) Submit Your Solution Puzzles

(#M40051505) HCL QUESTION Data Structure Keep an EYE Keep an eye puzzle Keep an eye puzzle

in complete tree with 5 level,each node have 4 child or no child ,how many node in the tree,
option
1>321 2>256 3>1024 4>non of these .

Asked In HCL Praveen Kumar Vishwakarma (10 years ago)
Unsolved Read Solution (12)
Is this Puzzle helpful?   (8)   (6) Submit Your Solution Definition

(#M40038207) HCL QUESTION Php interview Keep an EYE Keep an eye puzzle Keep an eye puzzle

What is the difference between die

and

exit statement.

Asked In HCL gaurav (11 years ago)
Unsolved Read Solution (2)
Is this Puzzle helpful?   (3)   (0) Submit Your Solution
Keep an EYE (0)HCL Interview Experience (1)
Solved Question (1) UnSolved Question (11)
Pages: 212NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

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

Maths Quotes

A problem can be thought in different angles by the MATBEMATICIAN

GSR

[G]eometry is not true, it is advantageous.

~Henri Poincaré

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