Interview Questions

Q:

What is market outlook?

Answer

It refers to a forecast regarding the future trend of a particular company, economic segment, Commodity or stock market exchange. Market outlooks are based upon past performance, prevailing economic factors, consumer demand and opinion.It is also called market forecast.

Report Error

View answer Workspace Report Error Discuss

0 4234
Q:

Which of these investments may pay dividends?

A) Savings account B) Stocks
C) Bonds D) Certificates of deposit
 
Answer & Explanation Answer: B) Stocks

Explanation:

Stock investment may pay the dividends.

The amount of dividend will be depended on how many stocks you own and how much is that's company net income in that year

For example :

If you own 15 % of the company, and the company announced that they will pay Rs. 1,00,000 as dividend this year, you will get dividend payment of Rs. 15,000.

Report Error

View Answer Report Error Discuss

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

2 4226
Q:

How can you implement a condition in a workflow?

Answer

You can implement a condition by using either of the following ways:




     =>   By creating a rule condition - Specifies that you can implement conditions either directly in code or by using a tool, called the Rule Condition Editor. Rule conditions are stored in a separate Extensible Markup Language (XML) file. When a rule condition occurs in a workflow, the expression in a condition is evaluated and a Boolean value is returned.

     =>   By creating a code condition - Refers to defining a condition directly in code. A code condition can be created by writing a method in the code. The method contains code for the condition and returns a Boolean value.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 4212
Q:

What is the difference between operational data stage (ODS) and data warehouse?

Answer

Data warehouse


- It is a decision support database system for the purpose of organizational needs. 


-It is non volatile, integrated and time variant collection of data


 


Operational Data Stage


- It is an integrated collection of information. 


-It can contain 90 days of information at maximum.


-ODS supports dynamic data.

Report Error

View answer Workspace Report Error Discuss

1 4210
Q:

How to convert JSON Text to a JavaScript Object ?

Answer

One of the most common use of JSON is to fetch JSON data from a web server (as a file or as an HttpRequest), convert the JSON data to a JavaScript object, and then it uses the data in a web page.


The eval() function can compile and execute any JavaScript. This represents a potential security problem.


It is safer to use a JSON parser to convert a JSON text to a JavaScript object. A JSON parser will recognize only JSON text and will not compile scripts.

Report Error

View answer Workspace Report Error Discuss

2 4207
Q:

What is meant by template specialization?

A) It will have certain data types to be fixed. B) It will make certain data types to be dynamic.
C) Certain data types are invalid D) None of the mentioned
 
Answer & Explanation Answer: A) It will have certain data types to be fixed.

Explanation:

In the template specialization, it will make the template to be specific for some data types.

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4207
Q:

How do you feel working in a team environment?

Answer

Here are some example statements to consider as you prepare your answer.


1.I choose teamwork. Exceptional team members contribute different perspectives and the synergy between team members can produce efficient and creative results.


2.I prefer working in a team environment, and I get along nicely with people. In my past work experience, I carried out  a system to help organize the communication between my coworkers to enhance our productivity as a group.

Report Error

View answer Workspace Report Error Discuss

Subject: Team Work

5 4206
Q:

What is a VSAM slot?

Answer

A relative record dataset (RRDS) consists of a specified number of areas called slots. Each slot is identified by a relative record number (RRN) which indicates its relative position in the file.

Report Error

View answer Workspace Report Error Discuss

0 4205