Interview Questions

Q:

Which of the following statements about market segmentation is true?

A) It is a process of identifying and profiling distinct groups of buyers who differ in their needs and wants. B) It is a process of creating an image or identity of the product in the minds of the target market.
C) It is a process of evaluating each segment's attractiveness and selecting one or more to enter. D) It involves changing the identity of a product, relative to the identity of competing products, in the collective minds of the target market.
 
Answer & Explanation Answer: A) It is a process of identifying and profiling distinct groups of buyers who differ in their needs and wants.

Explanation:
Report Error

View Answer Report Error Discuss

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

1 1939
Q:

What is Broadcast ?

Answer

To send data/info to all of the members of the network..( simple 176.16.255.255 for class B network)

Report Error

View answer Workspace Report Error Discuss

0 1939
Q:

What is the difference between throw and throws clause?

Answer

A throw is used to throw an exception manually, where as throws is used in the case of checked exceptions, to tell the compiler that we haven't  handled the exception, so that the exception will be handled by the calling function.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1939
Q:

What is the difference between the communication and transmission

Answer

Transmission is a physical movement of information and concern issues like bit polarity, synchronization, clock etc.


Communication means the meaning full exchange of information between two communication media

Report Error

View answer Workspace Report Error Discuss

0 1937
Q:

The credit balance in the bank account is

A) amount liable to pay by bank B) amount liable to pay by customer
C) Both A + B D) None of the above
 
Answer & Explanation Answer: A) amount liable to pay by bank

Explanation:

Bank credit balance meant that the banker is laible to paid us.

And if we have a credit balance accouding to bank statement is mean we have " cash at bank" and in our book we show in the assets side but bank show laiblities side.

 

Hence, The credit balance in the bank account is the amiunt we have in our account and we are eligible to withdraw that.

Report Error

View Answer Report Error Discuss

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

0 1936
Q:

What do you understand by private, protected and public?

Answer

These are accessibility modifiers. Private is the most restrictive, while public is the least restrictive. There is no real difference between protected and the default type (also known as package protected) within the context of the same package, however the protected keyword allows visibility to a derived class in a different package.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 1936
Q:

Explain Not Null constraint.

Answer

Oracle NOT NULL is used on a column to ensure that the value for that column can never be NULL.
Example:
Below, the constraint is that the id should never be NULL. If it is, oracle throws an error.
create table employee ( id number NOT NULL, Name varchar(200) );

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 1935
Q:

How E-commerce works?

Answer

=> When a consumer wants to buy a certain product, he go to the website and selects the product he wants to buy. 


=> Once the product is selected, the consumer transaction is moved to the online transaction server where he places an order. 


=> The informations is exchanged over a secure channel through a private gateway to a processing network. 


=> The networked banks accept or reject the transaction.


 All this happens in just a matter of seconds. E-commerce is a very secure due to the SSL (Secure Socket Layer) technology.

Report Error

View answer Workspace Report Error Discuss

Subject: Web Technology

0 1935