#1
| |||
| |||
![]()
Hi I want to prepare for the HCL written test so can you please provide me the syllabus and the types of questions asked so I can have an idea???
|
#2
| |||
| |||
![]()
There are 2 stages of selection in the HCL that is the written test and the interview Aptitude is an online round. There were only 2 rounds for us. 1.Aptitude(2 Apps for IT and CSE) A. General aptitude(60 que in 50 min) B. Technical Aptitude(Data Structures,C,OS)[25 que in 20 min] 2.HR(General) In General Aptitude there were questions based on the following: LAT(Learnability Aptitude Test) 1.two on blood realations 2.6 reading comprehension (hint: See the question given below there will be a direct answer. If u are not sure then just click at random mostly b or c.) 3.one train problem(i just bypassed it) 4.computing values based on flowcharts(very easy, Be carefull simple decision boxes were given) 5.Using Bar Charts to answer the questions.Easy one. 6.One correct the sentence question was also asked. Others i couldnt remember, but easy one. Be Quick in answering them. Technical Aptitude Test(CSE & IT) 1. 5 small logical situations in C 1.-----> int (*ptr)[10] What it means ? 2.-----> Program based on printf arguments... printf(+7"%c","sundaram"); o/p ? 3.------>program with post and pre increment situation int count=0; int incre() { return count++; } main() { int arr[10]; arr[count++]=incre(); printf("%d%d",arr[count],count++); } 4.Two choose the correct option 2.Data Structures: 1.__________ Queue has a overflow problem even if there a few elements present. 2.Two questions about graphs and trees.. simple one. 3.Which sorting is optimum even in worst case.. 1. quick 2. Insert 3. Merge 4.8yrs. 4.One simple question related to stack. 3.Os: 1.questions on sheduling 2.On swapping ___________is used to implement virtual memory. 3.____________is used to allocate contigious memory locations. 4.One on Assembly level programming 5.Semaphores are used for___________ 6.Modulation in modem(0,1) to (0,2).
__________________ Answered By StudyChaCha Member |