Quant Exam  >  Quant Tests  >  HCL Written Test Paper - Quant MCQ

HCL Written Test Paper - Quant MCQ


Test Description

10 Questions MCQ Test - HCL Written Test Paper

HCL Written Test Paper for Quant 2024 is part of Quant preparation. The HCL Written Test Paper questions and answers have been prepared according to the Quant exam syllabus.The HCL Written Test Paper MCQs are made for Quant 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for HCL Written Test Paper below.
Solutions of HCL Written Test Paper questions in English are available as part of our course for Quant & HCL Written Test Paper solutions in Hindi for Quant course. Download more important topics, notes, lectures and mock test series for Quant Exam by signing up for free. Attempt HCL Written Test Paper | 10 questions in 20 minutes | Mock test for Quant preparation | Free important questions MCQ to study for Quant Exam | Download free PDF with solutions
*Answer can only contain numeric values
HCL Written Test Paper - Question 1

What is the output of the following program?

void main()
{
int i,j,k;
for(i=0;i<3;i++)
k=sum(i,i);
printf(" %d",k);
getch();
}
sum(s,t)
{
static int m;
m+=s+t;
return m;

}


*Answer can only contain numeric values
HCL Written Test Paper - Question 2

What is the output of the following program?

void main()
{
int i;
clrscr();
for(i=1;i<6;++i)
switch(i)
{
case 1:
case 2: printf("%d,",i++);break;
case 3: continue;
case 4: printf("%d,",i);
}
printf("%d",i);
getch();
}


1 Crore+ students have signed up on EduRev. Have you? Download the App
*Answer can only contain numeric values
HCL Written Test Paper - Question 3

Lucia is a wonderful grandmother. Her age is between 50 and 70. Each of her sons have as many sons as they have brothers. Their combined number gives Lucias age. What is the age?


*Answer can only contain numeric values
HCL Written Test Paper - Question 4

There are two towers A and B. Their heights are 200ft and 150ft respectively and the foot of the towers are 250ft apart. Two birds on top of each tower fly down with the same speed and meet at the same instant on the ground to pick a grain. What is the distance between the foot of tower A and the grain?


*Answer can only contain numeric values
HCL Written Test Paper - Question 5

Raju having some coins want to distribute to his 5 son, 5 daughter and driver in a manner that, he gave fist coin to driver and 1/5 of remaining to first son he again gave one to driver and 1/5 to 2nd son and so on.... at last he equally distributed all the coins to 5 daughters. How many coins Raju initially have?


*Answer can only contain numeric values
HCL Written Test Paper - Question 6

There is a 5 digit number. 3 pairs of sum is eleven each. Last digit is 3 times the first one. 3 rd digit is 3 less than the second. 4 th digit is 4 more than the second one. Find the digit.


*Answer can only contain numeric values
HCL Written Test Paper - Question 7

0, 2, 4, 6, 8, 12, 12, 20, 16, ____


HCL Written Test Paper - Question 8

A tree on first day grows 1/2 of its size second day 1/3rd of its size on the previous day similarly than 1/4th and so on.u have to calculate after how many days the tree will be 100 times of its original size.

*Answer can only contain numeric values
HCL Written Test Paper - Question 9

A is an integer. Dividing 89 & 125 gives remainders 4 & 6 respectively. Find A?    


HCL Written Test Paper - Question 10

If there are 1024*1280 pixels on a screen and each pixel can have around 16 million colors. Find the memory required for this?

Information about HCL Written Test Paper Page
In this test you can find the Exam questions for HCL Written Test Paper solved & explained in the simplest way possible. Besides giving Questions and answers for HCL Written Test Paper, EduRev gives you an ample number of Online tests for practice
Download as PDF