Interview Questions

Q:

Which Bank has been given scheduled bank status by RBI  ?

A) Disha B) Suryoday
C) Janalakshmi D) Ujjivan
 
Answer & Explanation Answer: D) Ujjivan

Explanation:

Ujjivan Small Finance Bank Ltd, a wholly-owned subsidiary of Ujjivan Financial Services Ltd, has been given scheduled bank status by RBI.

Report Error

View Answer Report Error Discuss

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

5 4029
Q:

What is the Oracle HTTP Server? How does it work?

Answer

Oracle HTTP Server is the Web server component of Oracle Database. It is based on the Apache HTTP Server. It is robust and reliable server due to following features:


- Provide high availability infrastructure integration with Oracle Process Manager and Notification Server (OPMN), for process management, death detection and failover for Oracle HTTP Server processes.


- Provide Dynamic Monitoring Services (DMS) metrics that give runtime performance statistics for Oracle HTTP Server processes.


- Enable securing of transactions with Secure Sockets Layer (SSL) technology.


- Execute Perl scripts in the same process as the Oracle HTTP Server, or as CGI script.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

0 4026
Q:

How many types of constructor are there in C++?

A) 1 B) 2
C) 3 D) 4
 
Answer & Explanation Answer: C) 3

Explanation:

There are three types of constructor in C++. They are Default constructor, Parameterized constructor, Copy constructor.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4025
Q:

The first step in solving an Ethical Dilemma is to

A) identify the alternatives B) identify an etical situation and ethical issues involved
C) weigh the impact of each alternative on various stakeholders. D) recognize and analyze the principal elements in the situation.
 
Answer & Explanation Answer: B) identify an etical situation and ethical issues involved

Explanation:
Report Error

View Answer Report Error Discuss

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

7 4020
Q:

What is the types of assets?

Answer

There are three types of assets
1. Fixed assets     :
Those assets which will be used by the company for a long period of time.
a) Tangible assets: those assets which we can see and touch and exp Land & Buildings, Plant & Machinery,Furniture, fixtures and fittings
b) Intangible assets: Those assets which we can't see and touch like Goodwill, Patents, Copyrights, Trade Mark etc

2. Current assets  :
Those assets which can be easily converted into cash within one year like cash in hand, cash at bank, Bills receivable, stock etc

3. Fictitious assets:
its not the actual assets , its the expenditure occurred at the tine of commencement of firm ( capital expenditure )like preliminary expenses, discount on issue on debenture/shares, underwriting commission etc

Report Error

View answer Workspace Report Error Discuss

Subject: Accounts Payable

1 4020
Q:

What is conversion operator ?

Answer

Class can have a public method for specific data type conversions.
for example:
class B
{
double value;
public  B(int i )
operator double()
{
return value;
}
};
B BObject;
double i = BObject; // assigning object to variable i of type double.
now conversion operator gets called to assign the value.

Report Error

View answer Workspace Report Error Discuss

11 4017
Q:

Session_Start: This event occurs every time when any new user visits.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

True .That event occurs whenever a new user visits

Report Error

View Answer Workspace Report Error Discuss

Subject: .NET
Job Role: Software Architect

0 4014
Q:

What is ANALYZE command used for?

Answer

ANALYZE command is used to perform various functions on index, table, or cluster, as listed below:
- It helps in dentifying migrated and chained rows of the table or cluster.
- It helps in validating the structure of the object.
- It helps in collecting the statistics about object used by the optimizer. They are then stored in the data dictionary.
- It helps in deleting statistics used by object from the data dictionary.

Report Error

View answer Workspace Report Error Discuss

Subject: Oracle

1 3999