GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  HCL
Go To First  |  Previous Question  |  Next Question 
 HCL  |  Question 2 of 23    Print  
HCL Placement Paper Collection Part I
· Written Test

The written test consists of 60 questions which are divided into 4 sections .The total duration of the test is 90 minutes. There is negative marking .

The sectionwise distribution of the questions is as follows:

Section#1
This section consisting of 15 questions is based on general computer awareness.
In this section:
A correct answer carries 1 mark
1/4 marks will be deducted for a wrong answer.

Section#2
This section also consists of 15 questions. Questions based on C language are asked.
In this section:
A correct answer carries 1 mark
1/4 marks will be deducted for a wrong answer.


Section#3
A total of 10 questions based on pointers and structures in C are asked in this section. You can also be asked one or two questions on JAVA also.
In this section:
A correct answer carries 2 marks
1 mark will be deducted for a wrong answer.

Section#4
This is the aptitude section consisting of 20 questions. Simple maths questions are asked which are very easy. The logical questions asked are similar to the ones given in the Barron's GRE book.
In this section:
A correct answer carries 2 marks
1/2 mark will be deducted for a wrong answer.

· Profile
HCL Technologies offers world class technology solutions for the emerging network centric world. It provides a range of technology and software engineering services including Technology Development Services, Software Engineering Services, Application Engineering Services, Networking Services .
These services are predicated on a rich technology heritage. Experience with the development and application of technologies like Internet and E-Commerce, Embedded software, Networking and telecom protocols, VLSI design etc.
Skills on a wide variety of computing platforms from Open Systems to Enterprise Servers based on mainframes expertise, object oriented and legacy system architecture, methodologies in addition to distinguished R&D background uniquely positions us as a preferred provider of technology and software engineering services in the emerging network centric world. 
HCL Technologies has established dedicated offshore software factories with clients such as Bankers Trust (Australia), Lexis Nexis (US) , Southern California Edison (US), A Networking Major (US)
HCL Technologies operates through 29 offices in 14 countries in United States, Europe, Japan, Asia Pacific
The company employs 3300 IT professionals worldwide.
HCL Technologies holds 100% stake in Intelicent (former HCL James Martin Inc.), a US based methodology consulting led Services Company. The company also has a 100% subsidiary in India, HCL Comnet Systems and Services Ltd, which provides networking services. 

For more information about this company visit their homesite at www.hcltechnologies.com

HCL System Software Sample Test Paper -1
Section 1- General Computer Concepts
1. Piggy backing is a technique for
a) Flow control b) Sequence c) Acknowledgement d) retransmition (Ans. (c))

2. In OSI, terminal emulation is done in
(a) sessions layer (b) application layer (c) presentation layer
(d) transport layer (Ans. (b))

3.Bit parity check, when performed on a byte ,can catch
a)odd number of errors b)even number of errors c)any number of errors
d)none of the above (Ans. (a))

4. In signed magnitude notation what is the minimum value that can be represented with 8 bits
(a) -128 (b) -255 (c) -127 (d) 0 (Ans. (a))

5. For 1 MB memory, the number of address lines required,
(a) 11 (b) 16 (c) 20 (d) 24 (Ans. (c))

6.For a 25 MHz processor, what is the time taken by the instruction which needs 3 clock cycles,
(a) 120 nano secs (b) 120 micro secs (c) 75 nano secs (d) 75 micro secs (Ans. (a))

7. Semaphore is used for
(a) synchronization (b) dead-lock avoidence (c) both a and b (d) none (Ans. (a))

8. Which of the following involves context switch,
(a) system call (b) priviliged instruction c) floating poitnt exception
(d) all the above (e) none of the above (Ans: (a))

9.Virtual address are translated to physical address by
(a) the process (b) operating system (c) MMU (d) All of the above
(e) None of the above (ans. (c))

10.Convert the hexadecimal number 0xFEDB to the octal (ans.77333)

11. OLE is a mechanism
a) in UNIX for network communication b) in INTERNET for communication between nodes
c) for communication between processes in a NT system
d) used as a network layer protocol in NT & Windows systems (ans. (d))

12. An internet IP address of a node
a) has to be unique only for the domain of the node
b) has to be unique in the node’s sub-network
c) has to be unique in the country in which the node is present
d) none of the above (ans. (b))

13. There is an employee table with key fields as employer no.data in every not row are needed for a sample.
Which of the following queries will get required results.
Select A employee no. from employee A , where exists (select (max (emp_no)))from employee B where
A employee no. >= B employee having (count(*) mod n)=0
Select employee no. from employee A, employee B where A. employee no.>=B employ no.group by employee no.having(count(*) mod n)=0 )
c) both a& b d)none of the above (ans. (d))

14. Type duplicates of a row in a table customer with non-unique key field customer no. Can use
a) Delete from customer where customer no. Exists(select distinct customer no. from customer having count)
delete customer a where customer no. in (select cust_no from customer b where a.cust_no=b.cust_no)
and a.rowid>b.rowid
delete customer a where custermor no. in ( select customer no. from customer a, customer b group by
a.cust_no having (count(*)>1) and a.rowid>b.rowid);
d) none of the above (ans. (d))

15.which of the following is a feature of the ANSI C language and not present in Java?
a)forward referencing b)variable length argument lists c)volatile modifier d)none of the above (ans. (b))



  
Total Answers and Comments: 1 Last Update: April 21, 2006     Asked by: suji 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 21, 2006 09:33:24   #1  
raghavendra        

RE: HCL Placement Paper Collection Part I
thx
 
Is this answer useful? Yes | No

 Related Questions

Hcl paper held at Anna university on 16 th Oct..This may be useful to others.The paper consists of 4 sections.1.Computer concepts -15 -1 mark -1/4 -ve2.c programming -20 -1 mark -1/4 -ve3.Analysing 
Latest Answer : 2]QUES}main(){printf("%d%d"size of ("Hcltechnologies"),strlen("HCL Technologies"));)ANS]17,16 ...
Read Answers (2) | Asked by : Beena

· Written TestThe written test consists of 60 questions which are divided into 4 sections .The total duration of the test is 90 minutes. There is negative marking .The sectionwise distribution of 
Latest Answer : thx ...
Read Answers (1) | Asked by : suji

section 2 – C Programming1.which of the following about the following two declarations is true i) int *F(); ii)int (*F)(); a)Both are identical b)the first is a correct declaration and second 
Latest Answer : Nay. I dont think it works that way. I really dont know what compiler you been using. But with VC++ it sure does throw some errors. I would post those errors.D:MSDev98MyProjectsapti_4apti_4.c(64) : error C2513: 'int ' : no variable declared before '='D:MSDev98MyProjectsapti_4apti_4.c(65) ...
Read Answers (6) | Asked by : suji

section C – analysing program segements1)struct dlink{int nodeid;struct dlink *next;struct dline *prev;} dlink_t;A pointer to the head of that linked list is maintained as a global variable whose 
Latest Answer : hi,i want to know the place where HCL company is now going for recuitment.what is the crieteria for the company of B.TECH. ...
Read Answers (10) | Asked by : suji

Recently I have attended the Perot Systems at Kolkatta on 27.8.05.They need a huge staffing for their projects, only one hav to crack the exam properly. I got somewhat unlucky and was not able to get thru 
Latest Answer : hai,iam doing my 5th sem in computer science & engg.i want some tips for attending the apptitudes & how to face technical interviews & where shd i concentrate more.pls send me some repliesthanking u, kavitha ...
Read Answers (3) | Asked by : Rakesh Nayak


 Sponsored Links

 
Related Articles

C++ Operator Overloading Part II

C Operator Overloading Part II Operator overloading is a very important aspect of object oriented programming Binary operators can be overloaded in a similar manner as unary operators In this C tutorial you will learn about Binary Operating Overloading explained along with syntax and example mosgoog
 

C++ Operators Part II

Operators in C Part II In this C tutorial you will learn about logical operators operator operator conditional operator comma operator bitwise operator and sizeof operator mosgoogle center Logical Operators The logical operators used are The operator is called NOT operator This has a single
 

C++ Operators Part I

C Operators Part I In this C tutorial you will learn about operators assignment operator arithmetic operators compound assignment operators increment and decrement operator the functionality of prefix and postfix operators relational and equality operators mosgoogle center The operators available in
 

C++ Structure Part II

C Structure Part II In this C tutorial Structures Part II you will learn how to use structure in an efficient way and features of structures explained with examples mosgoogle center Structure Members Initialization As with arrays and variables structure members can also be initialized This is perfor
 

What is Data Collection

A database can be vast shared collection composed of data which are logically related to each other. Businesses rely heavily on data as they are Databases are used for managing the business day to day tasks so Data Collection happens every single day. Collection of data may seem a simple and trivial
 

What is Data Collection Time

Modern Relational Database Management Systems can be configured to collect data at certain events.  In a business, some of the events are sale, order, deposit, pay, request and many more. Events are really business activities in a company.  Big companies, in order to gain competiti
 

What is Data Collection Frequency

Data Collection Frequency, just as the name suggests refers to the time frequency at which data is collected at regular intervals. This often refers to whatever time of the day or the year in any given length of period. In a data warehouse, the relational database management systems continually ga
 

Top 10 Application Security Vulnerabilities in Web.config Files - Part One

These days, the biggest threat to an network security comes from its public Web site and the Web-based applications found there. Unlike internal-only network services such as databases-which can be sealed off from the outside via firewalls-a public Web site is generally accessible to anyone who wan
 

Top 10 Application Security Vulnerabilities in Web.config Files - Part Two

Some of the most common and dangerous application security vulnerabilities that exist in ASP.NET Web-based applications come not from the C# or VB.NET code that make up its pages and service methods, but instead from the XML code that makes up its Web.config files. Incorrect configurations can open
 

JavaScript Windows Object Properties Part II

JavaScript Windows Object Properties Part II In this JavaScript tutorial you will learn about screenX screenY screenLeft and screenTop top length frames opener parent and window property of Window object along with syntax and examples mosgoogle center screenX This property screenX returns the x coor
 

Related Categories
Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape