Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

HCL Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 488156

why you used Java Script? Can it use for both client side and server side validation purpose?

12 29814

what are Implode and Explode functions?

8 28956

What is Win32?

14 34995

How to access or modify the const variable in c ?

16 36410

Difference between Top down and bottom up approaches for a given project ?

14 105109

What is difference between initialization and assignment?

12 59589

What is virtual constructor paradigm?

5 13590

when can we use virtual destructor?

7 24370

What is Difference between thread and process?

28 258645

What is the abbreviation of SMILE

12 30392

what sort of things what u put in Bug Report ?

5 12145

Will you write a test plan in all phases?

11 23832

In Dialog program Syntax of Synchronous and Asynchronous?

2 8643

Domain-use?

4 10086

Post New HCL Interview Questions


HCL Interview Questions


Un-Answered Questions

How to use spring boot to configure different datasources ?

162


Give an example of circular linked list in windows system?

537


What is selenium rc?

490


Explain what is distributed cache in mapreduce framework?

356


What are instead of triggers?

611






if i am in front of transmission line how to know that current direction without any equipment

1243


How many words is a slide in powerpoint?

116


I get an exception if I remove the static modifier from main?

532


What is @modelattribute annotation in spring?

165


How to call function in objective-c?

1


How do you execute an automatic payment program? : fi- accounts payable

613


What are slice and dice? : sap bobi

516


I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.

1690


What is your toughest or most challenging experience in life and how did you handle it?

1467


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1472