Interview Questions

Q:

If Average Total Cost is declining then

A) The Marginal Cost is Less than Average Cost B) The Total Cost must also be Declining
C) The Marginal Cost is Greater than Average Cost D) The Average Fixed Cost curve must lie above the average variable cost curve
 
Answer & Explanation Answer: A) The Marginal Cost is Less than Average Cost

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Marketing and Sales

4 4184
Q:

What's the difference between GET() and POST() method?

Answer

We can send 1024 bytes utilizing GET() yet POST() can exchange extensive measure of information and POST is the protected strategy than GET technique .

Report Error

View answer Workspace Report Error Discuss

Subject: PHP
Job Role: Database Administration

1 4180
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 4178
Q:

Explain our business model.

Answer

Banks provide their clients with advice, assistance in arranging financing, and other services, such as access to trading on the markets, investment management, and risk reduction. Their main source of revenue is the fees they charge their clients for these services. Some banks have departments which invest or trade the bank’s own money to generate returns, though the extent to which they can do so has become more limited in recent years.

Report Error

View answer Workspace Report Error Discuss

Subject: Bank Interview

0 4177
Q:

A binary tree with 7 nodes will have how many null branches?

A) 6 B) 7
C) 8 D) 5
 
Answer & Explanation Answer: C) 8

Explanation:

A binary tree with n nodes has exactly n+1 null nodes

Report Error

View Answer Report Error Discuss

Filed Under: C++

1 4176
Q:

What is C-Sharp (C#) and its advantages ?

Answer

C# is a type-safe, managed and object oriented language, which is compiled by .Net framework for generating intermediate language (IL).


Below are some of the features supported in C# -
* Constructors and Destructors
* Properties
* Passing Parameters
* Arrays
* Main
* XML Documentation and
* Indexers


Below are the advantages of C# -


* Easy to learn
* Object oriented
* Component oriented
* Part of .NET framework

Report Error

View answer Workspace Report Error Discuss

Subject: .NET
Job Role: IT Trainer , Analyst

1 4172
Q:

What is JSON ?

Answer

* JSON full form is JavaScript Object Notation.
* JSON is a lightweight text-based open standard designed for human-readable data interchange.
* It is derived from the JavaScript programming language for representing simple data structures and associative arrays, called objects.
* And JSON is language-independent, with parsers available for virtually every programming language.
* Uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python,php
* The JSON format is often used for serializing and transmitting structured data over a network connection.
* When third party data interchane(REST Services) then JSON may used there LIKE SHOP.
* It is primarily used to transmit data between a server and web application, serving as an alternative to XML.


 

Report Error

View answer Workspace Report Error Discuss

2 4170
Q:

What is SQLCA?

Answer

- SQLCA stands for SQL Communication Area


- SQLCA is a structure of variables which are updated after every SQL statement’s execution


- Exactly only one SQLCA need to be provided to an application that contains executable SQL statements


- SQLCA is not applicable to JAVA application


- More than one SQLCA need to be provided for FORTRAN application

Report Error

View answer Workspace Report Error Discuss

0 4162