Interview Questions

Q:

If super class ref is pointing sub class object then by using super class ref is it possible to call sub class newly defined method?

Answer

yes if the method is ovreriding method


no if the method is not overriding method

Report Error

View answer Workspace Report Error Discuss

Subject: Java

134 1463
Q:

What is the meaning of TDS? How it is charged?

Answer

TDS Meaning :


TDS means TAX DEDUCTABULE AT SOURCE. It is charged on Base Amount. 


TDS is tax charged by the customer who gets the services from Vendor or supplier. Here Customer is responsible to charge it and pay to the government.


Different types of TDS : 


1) TDS on salary has to be deducted on salary paid to employee by employer if it crosses the tax limit. And pay to the government on or before due date.


2) In case of TDS on contractors or profession or others, there is slab that min tax, surcharge,  education cess plus higher education cess, it is different and finance minister may change or keep same or remove in every year budget. Secondly you can deduct the TDS on bill amount while paying or if advance is paid.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

102 36893
Q:

Explain End to End AP Process?

Answer

Accounts payable has got noting to do with purchase of goods and services, it's work is to pay the eligable invoices.

End to End Process of AP
- Process the vendor invoices into system
- Work and resolve the discripencies of the invoices (if any)
- Make the payments to the invoices as per the agreement
- Resolve the issues ( if any  ) regarding the invoice payments

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

55 35665
Q:

In which year SBI was Nationalised ?

A) 1995 B) 1955
C) 1980 D) 1969
 
Answer & Explanation Answer: B) 1955

Explanation:

The nationalisation of banks in India took place in 1969 by Mrs. Indira Gandhi the then prime minister. It nationalised 14 banks then. These banks were mostly owned by businessmen and even managed by them. Before the steps of nationalisation of Indian banks, only State Bank of India (SBI) was nationalised. It took place in July 1955 under the SBI Act of 1955.

 In_which_year_SBI_was_Nationalised1559024417.jpg image

Nationalisation of Seven State Banks of India (formed subsidiary) took place on 19th July, 1960.

 

1955 : Nationalisation of State Bank of India.
1969 : Nationalisation of 14 major banks.
1980 : Nationalisation of seven banks with deposits over 200 crores.

Report Error

View Answer Report Error Discuss

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

45 42250
Q:

What is RDBMS? Explain its features.

Answer

RDBMS is a database management system based on relational model defined by E.F.Codd. Data is stored in the form of rows and columns. The relations among tables are also stored in the form of the table.

Features:
- Provides data to be stored in tables
- Persists data in the form of rows and columns
- Provides facility primary key, to uniquely identify the rows
- Creates indexes for quicker data retrieval
- Provides a virtual table creation in which sensitive data can be stored and simplified query can be applied.(views)
- Sharing a common column in two or more tables(primary key and foreign key)
- Provides multi user accessibility that can be controlled by individual users

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

44 22848
Q:

How would you go about increasing the buffer cache hit ratio?

Answer

Use the buffer cache advisory over a given workload and then query the v$db_cache_advice table. If a change was necessary then I would use the alter system set db_cache_size command.

Report Error

View answer Workspace Report Error Discuss

41 1218
Q:

Which of the following can't be done with client-side JavaScript?

A) Sending a form's contents by email B) Storing the form's contents to a database file on the server
C) Validating a form D) None of the above
 
Answer & Explanation Answer: B) Storing the form's contents to a database file on the server

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Web Technology

38 56406
Q:

What is DHTML? What are the features of DHTML?

Answer

DHTML stands for Dynamic HTML. The first thing that we need to clear about DHTML is that it is neither a language like HTML, JavaScript etc. nor a web standard. It is just a combination of HTML, JavaScript and CSS. It just uses these languages features to build dynamic web pages. DHTML is a feature of Netscape Communicator 4.0, and Microsoft Internet Explorer 4.0 and 5.0 and is entirely a "client-side" technology.  


Features of DHTML:


- Simplest feature is making the page dynamic.


- Can be used to create animations, games, applications, provide new ways of navigating through web sites.


- DHTML use low-bandwidth effect which enhance web page functionality.


- Dynamic building of web pages is simple as no plug-in is required.


- Facilitates the usage of events, methods and properties and code reuse. 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

35 26602