Interview Questions

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 3451
Q:

The threshold limit upto which coins can be issued as per the Coinage Act 2011 ? 

A) 100 B) 200
C) 500 D) 1000
 
Answer & Explanation Answer: D) 1000

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Bank Interview
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

10 3449
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

1 3448
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 3439
Q:

What is REORG? When it is used?

Answer

REORG reorganizes data on physical storage to reclutser rows, positioning overflowed rows in their proper sequence, to reclaim space, to restore free space. It is used after heavy updates, inserts and delete activity and after segments of a segmented tablespace have become fragmented.

Report Error

View answer Workspace Report Error Discuss

0 3436
Q:

Which among the following is used to send data from one page to another with the URL but you can send limited size of data with the URL

A) Cookies B) View state
C) Querystring D) None
 
Answer & Explanation Answer: C) Querystring

Explanation:

Querystring is used to send data from one page to another with URL.But it can store only some minimum amount of data.Most browsers allow a limit of 255 characters on URL length

Report Error

View Answer Report Error Discuss

Filed Under: .NET
Job Role: Software Architect

0 3435
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 3434
Q:

How many items are presented in the associate container?

A) 2 B) 3
C) 4 D) 5
 
Answer & Explanation Answer: D) 5

Explanation:

There are 5 items presented in the associate container. They are set, multiset, map, multimap and bitset.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 3429