Programming Languages AllOther Interview Questions
Questions Answers Views Company eMail

How to know we are in home page of a web application using QTP

HCL,

1970

Hi Friends , i am very new in VB 6.0 Any body can able to help me ? i need interview question and answer vb 6.0 . please send honeysukumar@yhaoo.com

2 4109

There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.

Oracle,

1 5526

how to invoke the macro in another macro?

Accenture,

1 3911

how to convert the data from HTML file to SAS dataset?

Accenture,

2157

what is difference between c and C#

MCN Solutions,

12 38869

how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there

Synopsis,

1724

how do find the user exit for selected feild whatis the process and can u plz explain it

1702

One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

Persistent,

2970

what is difference between VB5 AND VB6.0

Satyam,

2 7581

What parameters are used to run a JCL JOB on a perticular DAY and TIME and DATE

1 4707

What is the difference between procedure -oriented language and object oriented language?

IBM, Infosys, TCS,

22 49618

hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP

IBM,

1 4049

Hi, I'm doing B.com 3rd year. Simultaneously I'm doing software engineering in a private institution. I would like to know whether my B.com graduation alone is enough to get me a job in the IT field or should I do some PG course not MBA... suggest me...

1 3781

what is the difference between Windows application and Unix application?

Satyam,

2133


Post New Programming Languages AllOther Questions

Un-Answered Questions { Programming Languages AllOther }

What is the purpose of element of in Ajax

1988


write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?

2132


1) How can u create the table?

1345


what are resources in case of Threads

1647


Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?

3323






what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1439


details description on this mantis? who is founder of this mantis?

1659


i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared

1064


What is the difference beween joblib and steplib statements

1765


Which language they use during interview?

1500


How to know we are in home page of a web application using QTP

1970


Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?

1473


Please describe an example where you used object orientation in one of your programs.

1469


Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.

1946


You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?

568