Interview Questions

Q:

Why Haven't you received any offers so far?

Answer

You're just as choosy about finding the right job as the interviewer is about hiring the right candidate. Don't whine or show that the search is upsetting you. If you've already fielded an offer or two,you might say


        " I have had an offer.But the situatioin was not right for me. I'm especially glad that I didn't accept, because I now have a shot at landing this position."


It's important to tell the truth, however, because the interviewer's next logical questions may be the following:


who made you an offer? For what type of position? At what salary?


If you've already lied, you're in hot water now! some interviewers will consider any admission of lying in these circumstances your "voluntary" offer to end the interview!


Many interviewers know a great deal about their competitors and which positions they're trying to fill. If you did the smart thing and told the truth, feel free to name the company.


It's important to stress that the position you turned down was very similar to the one you're applying for now. After all, if the job you are currently interviewing for is perfect for you-as you've undoubtedly already told the interviewer three or four times - why would be at all interested in something very different at the other company? 

Report Error

View answer Workspace Report Error Discuss

Subject: Salary Related

1 3492
Q:

What is difference between Path and Classpath?

Answer

PATH and CLASSPATH are operating system level environment variables. PATH is used to define where the system can find the executables (.exe) files whereas CLASSPATH is used to specify the location of .class files.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

1 3491
Q:

What is DBRM? What it contains? When it will be created?

Answer

- DBRM stands for Database Request Module


- The output of pre-compile process is represented as DBRM


- The SQL statements are extracted from the host language by the pre-compiler

Report Error

View answer Workspace Report Error Discuss

0 3489
Q:

What is Apache configuration file typically called?

Answer

The Apache configuration file is called httpd.conf.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 3483
Q:

Record set types and Number available in VB?

Answer

3.


1- Dynaset, 0 Table, 2 Snap Shot. 

Report Error

View answer Workspace Report Error Discuss

11 3481
Q:

What are payroll inputs? Does it changes from company to company?

Answer

Payroll input includes: Monthly,Qtrly,Yearly payments,adjustements, recoveries etc.
Inputs can be received either from HR or finance or both.

Current month New joinees, resignees recovery's etc.

Yes, inputs changes company to company

Report Error

View answer Workspace Report Error Discuss

0 3481
Q:

What is function prototype in C++?

Answer

A function prototype is a declaration of a function that omits the function body. It specifies the function’s name, argument types and return type.


E.g. int add(int,int)

Report Error

View answer Workspace Report Error Discuss

Subject: C++
Job Role: Software Architect

0 3481
Q:

How do you fix the problem associated with VSAM out of space condition?

Answer

Define new VSAM dataset allocated with more space.


Use IDCAMS to REPRO the old VSAM file to new VSAM dataset.


Use IDCAMS to ALTER / RENAME the old VSAM dataset to DELETE the old VSAM datset.


Use IDCAMS to ALTER / RENAME the new VSAM dataset to the name of the original VSAM dataset.

Report Error

View answer Workspace Report Error Discuss

0 3479