Interview Questions

Q:

What were your starting and final levels of compensation?

Answer

Interviewers expect a candidate for employment to be able to provide the details of their compensation history. Be prepared to tell the interviewer how much you earned at each of your prior positions.


Make sure that what you tell the interviewer matches what you listed on your job application. Refresh your memory prior to the interview by reviewing your salary history, so, you can speak in detail and accurately. Don't exaggerate or inflate your earnings. Many employers will check references and confirm your salary history prior to making a job offer. A discrepancy between what you reported and what the employer says could knock you out of contention for the job.

Report Error

View answer Workspace Report Error Discuss

Subject: Work History

15 3706
Q:

What Payroll Forms Are You Familiar With?

Answer

Payroll administrators must understand the function and proper usage of various payroll forms. Forms related to payroll include personal data forms, overtime or absence approval forms, expense reimbursement forms and time sheets.

Report Error

View answer Workspace Report Error Discuss

1 3699
Q:

With a heredoc syntax, do I get variable substitution inside the heredoc contents?

Answer Yes
Report Error

View answer Workspace Report Error Discuss

Subject: PHP

1 3693
Q:

What is DocumentDB ?

Answer

DocumentDB is a NoSQL document-oriented database and records saves in key-value pairs. It's same as the other NoSQL document-oriented such as MongoDB.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle
Job Role: Analyst , IT Trainer

3 3689
Q:

What is a cursor ? Why should it be used in DB2?

Answer

Cursor is a programming device that allows the SELECT to find a set of rows but return them one at a time. Cursor should be used because the host language  can deal with only one row at a time.

Report Error

View answer Workspace Report Error Discuss

0 3686
Q:

Can a main() method be declared final?

Answer Yes. Any inheriting class will not be able to have it's own default main() method.
Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 3683
Q:

Differentiate between realloc() and free().

Answer

- Free() - A block of memory previously allocated by the malloc subroutine is freed by free subroutine. Undefined results come out if the Pointer parameter is not a valid pointer. If the Pointer parameter is a null value, no action will take place.


- Realloc() - This subroutine changes the size of the block of memory pointed to by the Pointer parameter to the number of bytes specified by the Size parameter and returns a new pointer to the block. The pointer specified by the Pointer parameter must be created with the malloc, calloc, or realloc subroutines and should not be deallocated with the free or realloc subroutines. Undefined results show up if the Pointer parameter is not a valid pointer.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

0 3657
Q:

What are the activities present in payroll task?

Answer

1. Processing Payroll to generate Paycheck and Pay Stubs


2. Generating Tax reports and vouchers using which Taxes are deposited to Govt (Employee Tax).


3. Processing reports that are handed over to Accounting Dept.


4. Ensuring that the Deductions, Benefits, Acruals, Taxes and Salaries are accurate (


5. Posting the Journals to Finance


6. Processing Govt Reports and submitted to Govt


7. Entering interims (may also be done by HR in some Companies)


7. Year End Process to generate W2s

Report Error

View answer Workspace Report Error Discuss

0 3648