Interview Questions

Q:

Explain CBA.

Answer

CBA – Collective Bargaining Agreement is the result of collective bargaining procedure. 


These agreements can be in one of the two forms: 


i.) Procedural agreement


ii.) Substantive agreement


Procedural agreements – They usually deal with the relationship between employees and employers to resolve individual and group issues. These are usually filed in the company’s rule book. 


Substantive agreements – This kind of an agreement deals with specific issues like basic pay, leave policy, bonus payment etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Law

5 1978
Q:

What is the use of API’s in cloud services?

Answer

API stands for Application programming interface is very useful in cloud platforms as it allows easy implementation of it on the system. It removes the need to write full fledged programs. It provides the instructions to make the communication between one or more applications. It also allows easy to create application with ease and link the cloud services with other systems.

Report Error

View answer Workspace Report Error Discuss

Subject: Cloud Computing

0 1978
Q:

What is the difference between path and classpath?

Answer

Path contains path of .exe files(commands).


Classpath contains path of packages. packages can be stored in folder or .jar files

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1976
Q:

What are session method and call transaction method and explain about them?

Answer

Call Transaction Method: In Call Transaction method we call the transaction in BDC program itself. If we want this program is executed by some one else then we need to expose the code to him. Call Transaction Method Works in Foreground. No Display Mode is equal to Background Processing in call transaction method. Call Transaction Method can handle only one Application at a time. In Call Transaction Method no Log File by Default. We have to design Log File by using BDCMSGCOLL. Call Transaction Method Updates the Database Asynchronously. (Note: Asynchronous updation is Faster than Synchronous)
 
Batch Session Method: On the other hand in batch session method we create a session which can be executed at any time by any authorized person without exposing the code of the program. Session Method works in Background and as well as in Foreground. Session Method can handle Multiple Applications at a time. Session Method holds Log File by Default. Session Method Updates the Database Synchronously.

Report Error

View answer Workspace Report Error Discuss

Subject: ABAP

0 1976
Q:

Combining drugs usually leads to

A) Negating the effects of all types taken B) More intense effects
C) Increase in hunger D) Increase in future doses
 
Answer & Explanation Answer: B) More intense effects

Explanation:

Combining drugs usually leads to more intense effects on our health.

combining_drugs1531893466.jpg image

Report Error

View Answer Report Error Discuss

Filed Under: Medical Assistant

1 1974
Q:

Can HTML 5 get the geographical position of a user?

Answer

- Yes, HTML 5 can get the location of a user with the use of Geolocation API.


- Use getCurrentPosition() method to get the user’s current position.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1974
Q:

How to create a Delegate?

Answer

public delegate void Del<T>(T item);


Del<int> d1 = new Del<int>(Notify);

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 1974
Q:

Which of the following is not true about enterprise systems? 

A) Enterprise software is expressly built to allow companies to mimic their unique business practices. B) Enterprise software includes analytical tools to evaluate overall organizational performance.
C) Enterprise system data have standardized definitions and formats that are accepted by the entire organization. D) Enterprise systems help firms respond rapidly to customer requests for information or products.
 
Answer & Explanation Answer: A) Enterprise software is expressly built to allow companies to mimic their unique business practices.

Explanation:

Enterprise systems (ES) are large-scale application software packages that support business processes, information flows, reporting, and data analytics in complex organizations.

Report Error

View Answer Report Error Discuss

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

0 1973