Value labs Placement paper (Jan2010)

Answer Posted / gopinath

Hi Friends-


I have attended the recent valuelads test.

Here r some questions.

Written Test consists of 25 questions & time is 30 min.

(1-15) Based on aptitude and reasoning.

(16-20) General Knowledge

(21-25) Programming in C/C++





16) Which is the 3rd highest peak in INDIA?
Answer : 3rd Kanchenjunga - 28,156'

17) Who was the first non-congress Prime Miniseter of INDIA
Answer : Morarji Ranchhodji Desai

18) Which company caption is network of computers


19) The year yahoo, Amazon came?
Answer : 1995

20) The other name of river Ganges?
Answer : Bhageerathi

21) What is the output of the following program
void main()
{
extern int i;
int i=20;
printf("%d", i);
}

22) What is the output of the program?
{
int const *p;
p=5;
printf("%d", ++(*p));
}

23) What is the output of the program?
struct a
{
int x;
struct a,b;
}

24) What is the output of the program?
{
int i=10,j=20;
j=i,j?(i,j)?i:i:j:j;
printf("%d,%d",i,j);
}


BEST OF LUCK MY FRIENDS

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Zero setting of sejong rottary press

1198


what is the use of air in gc

1434


Sks Microfinance

979


what is difference between uv and visible spectroscopy and how to differentiate the drug compounds in uv visible region

1593


what is bidirectional?

1390






Recently conducted Apptitude test

1409


Danlaw placement questions and answers

1352


your project to describe and tell about : 1. My favorite things 2. My favorite places at home 3. Animals *Choose one of them to describe *Write on your paper *If you done, Send me *Did you get it

784


Do we have vacancy for HR RECRUITER ?

1377


If anybody knows the recruitment procedure of IOTL & POWER MECHANICAL. send me the placement papers if u hav... very urgent ...

3894


aptitude

697


What kind of Issues/bugs arise in ETL projects? I would like to know few issues (critical to somewhat bugs ) normally occur in ETL process especially when testing? Domains can be banking, retail or any.

1424


A frog wants to climb a pole which is 15 feet in height, frog can jump 3 feet every minute after which he rests for a minute where he slips down 2 feet. How much time will the frog take to reach the top of the pole?

598


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef abc*$#1___ cdef____ghi a_z_k_h___ 4_3_2_1___ ______5678 output file: 8765_____ 1_2_3_4__ h_k_z_a__ ihg____ghi 1#$*cba__ fedcb4321

1194


my question is : reverse a string in COBOL program (please write a code asap) input file: 1234abcdef output file: 8765_____ abc*$#1___ 1_2_3_4__ cdef____ghi h_k_z_a__ a_z_k_h___ ihg____ghi 4_3_2_1___ 1#$*cba__ ______5678 fedcb4321

1295