Interview Questions

Q:

What is the impact of declaring a method as final?

Answer

A method declared as final can't be overridden. A sub-class can't have the same method signature with a different implementation.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1634
Q:

Where are cookies actually stored on the hard disk?

Answer

The storage of cookies on the hard disk depends on OS and the browser. The Netscape navigator on Windows, the file cookies.txt contains all the cookies. The path is :


c:\Program Files\Netscape\Users\username\cookies.txt


 


The Internet Explorer stores the cookies on a file by name username@website.txt is


c:\Windows\Cookies\username@Website.txt

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1633
Q:

What is BCP ? When is it used ?

Answer

The Bulk Copy Program (BCP) is a command-line utility that ships with Microsoft SQL Server. It is a tool used to duplicate enormous quantity of information from tables and views. It does not facsimile the structures same as foundation to target.
BULK INSERT command helps to bring in a data folder into a record, table or view in a user-specific arrangement. With BCP, you can import and export large amounts of data in and out of SQL Server databases quickly and easily. Any DBA who has utilized this functionality will agree that BCP is an essential tool.

Report Error

View answer Workspace Report Error Discuss

3 1632
Q:

How to create arrays in JavaScript?

Answer

Arrays are created by using new Array() in Java Script.


For example : var employees = new Array();


The elements to this array is assigned as follows :


employees[0] = "Kumar"


employees[1] = "Fedrick"

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1632
Q:

Where can you test Apple iPhone apps if you don’t have the device?

Answer

iOS Simulator can be used to test mobile applications. Xcode tool that comes along with iOS SDK includes Xcode IDE as well as the iOS Simulator. Xcode also includes all required tools and frameworks for building iOS apps.  However, it is strongly recommended to test the app on the real device before publishing it.

Report Error

View answer Workspace Report Error Discuss

0 1631
Q:

Tell me about a time when you took the time to share a co-worker's or supervisor's achievements with other?

Answer

At my most recent position, one of my co-workers, John, did an outstanding job of calming an irate customer, solving the customer's problem and completing a sale. When our boss asked me how things were going, I told him everything was going fine and that John had just completed calming an irate customer and closing a sale. It was a win-win-win- for our boss, Johnn and the customer.

Report Error

View answer Workspace Report Error Discuss

Subject: Work History

1 1631
Q:

Which of the following is not a direct tax?

A) Sales tax B) Corporation tax
C) Wealth tax D) Estate tax
 
Answer & Explanation Answer: A) Sales tax

Explanation:

Direct tax is a tax directly paid to the government by the individuals or organizations on whom it is imposed. Sales Tax is paid for the sales of certain goods and services.

Report Error

View Answer Report Error Discuss

Filed Under: Accounts Payable
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

0 1629
Q:

Tell me what you know about a Remedy ticketing system?

Answer


The Remedy Action Request System, also realize as Remedy or Action Request System, is a client-server trouble ticketing function produced by BMC and used by companies to track internal issues and customer-reported problems. If a client calls customer service to report a service trouble, such as telephone problems or internet access, the customer service support agent would open a Remedy ticket. Treatment then routes the ticket to the proper trouble queue and team responsible for resolving the issue

Report Error

View answer Workspace Report Error Discuss

1 1629