Interview Questions

Q:

What type of Joins have you used?

Answer

The knowledge of Joins is a MUST for every interviewee. Most SQL programmers have used inner join and  outer join[left/right]; but the catch point here is to also mention cross join and self-join.


 

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

1 2614
Q:

What do you understand by Intercompany Settlement ?

Answer

A company may also have various company codes across the different locations. There will be exchange of services between these company codes. These goods and services which are shared or exchanged between these company codes are bring to terms during the month end process. The exchange difference has to be settled by a company code in the way of money transfer.


This process is known as Intercompany Settlement. 

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable Exam Prep: CAT , Bank Exams
Job Role: Bank PO , Bank Clerk

1 2611
Q:

What does Earned Income Tax Credit (EITC) means ?

Answer

The United States Federal Earned Income Tax Credit (EITC) is a refundable tax credit, that helps low and medium - income individuals and couples, primarily for those who have qualifying children. 

Report Error

View answer Workspace Report Error Discuss

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

5 2609
Q:

What is a DB2 plan?

Answer

An application plan or package is generated by the bind to define an access path. 

Report Error

View answer Workspace Report Error Discuss

0 2609
Q:

What do you mean by motivation?

Answer

Motivation means to arouse your hidden qualities and use them against something to overcome. As only motivation makes you successful in life, Without motivation one is like without any goal in life. Motivation is the only factor that could even make an adrift person to become successful.

Report Error

View answer Workspace Report Error Discuss

Subject: Motivation

9 2607
Q:

What are different ABAP/4 editors? What are the differences?

Answer

The 2 editors are se38 and se80 both have the abap editor in place. In se38 you can go create programs and view online reports and basically do all thedevelopmet of objects in this editor. In se80 ( object navigator) there are additional features such as creating packages,module pool , function group ,classes, programs ( where you can create ur programs) and BSP applications .

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 2606
Q:

Define Trigger

Answer

Trigger allows us to execute a batch of SQL code when an insert, update or delete command is executed against a specific table.


Triggers are special types of stored procedures that are defined to execute automatically in place of or after data modifications. They can be executed automatically on the insert, delete and update operation.

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

0 2606
Q:

What is the use of multi-threaded fetching in Amazon S3?

Answer

- Multi-threading fetching in Amazon S3 is used to fetch the objects concurrently using the multiple threads and map the task so that fetching can be made simpler. 


- It is not a good practice to increase the threading for a particular object as every node on the server has some bandwidth constraints. 


- It provides user the ease with which they can upload the files and upload the threads in parallel. 


- It provides high speed of data transfer and easy maintenance of the sever as well.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

1 2605