Interview Questions

Q:

What is Extractor?

Answer

Extractors is a data retrieval mechanisms in the SAP source system. Which can fill the extract structure of a data source with the data from the SAP source system datasets. The extractor may be able to supply data to more fields than exist in the extract structure.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 1836
Q:

.What are the different types of environments available in the web?

Answer

Intranet  (local Network)


Internet  (wide area Network)


Extranet (Private network over internet)

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1836
Q:

Are there any times where you had a conflict with a superior? If yes, how did you handle it and resolve it?

Answer

I have had differences of opinion with previous managers. Our disagreements were not significant, but some had to be confronted and resolved. I have learned that two parties typically quarrel when each one refuses to consider the other's perspective. Therefore, I asked the manager I disagreed with to explain his or her perspective, and then to consider my point of view. This way, we were able to take into account each other's perspective and come to an agreeable compromise. When a compromise could not be reached, I accepted my manager's decision. Regardless of individual perspectives, managers are responsible for setting policy, and subordinates are responsible for executing it.

Report Error

View answer Workspace Report Error Discuss

6 1835
Q:

How to Add a new column to an existing table?

Answer

New column can be added using the ALTER TABLE command as shown below:
Example:
ALTER TABLE employee ADD DateOfBirth date

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 1834
Q:

In a class if private data member is declared then how to set data to that private data member?

Answer

By using method.


The method used to set the data is called setter method.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1828
Q:

What is a Canvas?

Answer

Canvas is a rectangular area on a HTML page, specified with the tag <canvas>. 

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1827
Q:

How to determine the state of a checkbox using Javascript?

Answer

var checkedP = window.document.getElementById("myCheckBox").checked;

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1827
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 1826