Interview Questions

Q:

Managing direct and online marketing :

What is direct marketing? Give some examples.

Answer

In direct marketing, there is a direct interaction of the customers with the seller without any intermediaries. Here, the role of the intermediaries is nil. The medium used is more direct using telephone, mail, internet where the seller can directly reach out to the consumer. Examples of such marketing include telemarketing, email, voicemail marketing, door-to-door selling etc. This kind of marketing is more time saving as the problem of distance which may otherwise exist between the buyer and seller is eliminated and is also cost effective as it minimizes commuting costs.

Report Error

View answer Workspace Report Error Discuss

0 3155
Q:

What is anonymous FTP and why would you use it

Answer

Anonymous FTP enables users to connect to a host without using a valid login and password. Usually, anonymous FTP uses a login called anonymous or guest, with the password usually requesting the user's ID for tracking purposes only. Anonymous FTP is used to enable a large number of users to access files on the host without having to go to the trouble of setting up logins for them all. Anonymous FTP systems usually have strict controls over the areas an anonymous user can access

Report Error

View answer Workspace Report Error Discuss

1 3149
Q:

what is the difference between the terms 'credit' and 'debit' from the customer point of view?

Answer

 From the customer point of view, credit is the amount which is deposited into her or his account. And debit refers to that amount which is taken from the account of the customer.

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

2 3146
Q:

How could you have improved your career progress?

Answer

State that you are quite happy with your career progress barring few mistakes that could be avoided. Highlight some of mistakes you committed and how you have rectified them. While answering, you should take all responsibilities for where you are, how you’ve gotten there, where you are going…and you harbor no regrets.

Report Error

View answer Workspace Report Error Discuss

Subject: Human Resources

3 3145
Q:

What gross data rate does GPRS provide?

Answer

- GPRS provide gross data rate of 22.80 KBPS / time slot
- Voice uses only 13KBPS/ time slot and the rest is consumed by Error Correction Code
- Error connection code is utilized for detecting and correcting the transmission errors
- As voice is compressed, the usage of Error connection code is mandatory

Report Error

View answer Workspace Report Error Discuss

3 3145
Q:

What is Bex (Business Explorer) ?

Answer

Bex stands for Business Explorer. Bex enables end user to locate reports, view reports, analyze information and can execute queries. The queries in workbook can be saved to there respective roles in the Bex browser. Bex has the following components: Bex Browser, Bex analyzer, Bex Map, Bex Web.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 3143
Q:

What is immutable object? Can you write immutable object ?

Answer

Immutable classes are Java classes whose objects can not be modified once created. Any modification in Immutable object result in new object. For example is String is immutable in Java. Mostly Immutable are also final in Java, in order to prevent sub class from overriding methods in Java which can compromise Immutability. You can achieve same functionality by making member as non final but private and not modifying them except in constructor.

Report Error

View answer Workspace Report Error Discuss

3 3142
Q:

How can you find a PL/SQL block, if the cursor is open?

Answer

By use of %ISOPEN status variable.


 

Report Error

View answer Workspace Report Error Discuss

Subject: SQL

0 3136