Interview Questions

Q:

What is the role of Bug Tracking System?

Answer

The Bug Tracking System role is discussed below:


 


- Testers and developers can know the status of the bug at every stage.


- Changes to the Status will be available to all team members.


- Developers and Testers can easily interact with bugs.


- Repetition of bugs will be avoided.


- Easy to distribute the bug among the developer.


- It will act as a centralized one for defects.

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

2 4591
Q:

What are the benefits of using of ADO.NET in .NET 4.0.

Answer

The following are the benefits of using ADO.NET in .NET 4.0 are as follows:

 =>   Language-Integrated Query (LINQ) - Adds native data-querying capabilities to .NET languages by using a syntax similar to that of SQL. This means that LINQ simplifies querying by eliminating the need to use a separate query language. LINQ is an innovative technology that was introduced in .NET Framework 3.5.
 =>   LINQ to DataSet - Allows you to implement LINQ queries for disconnected data stored in a dataset. LINQ to DataSet enables you to query data that is cached in a DataSet object. DataSet objects allow you to use a copy of the data stored in the tables of a database, without actually getting connected to the database.
=>   LINQ to SQL - Allows you to create queries for data stored in SQL server database in your .NET application. You can use the LINQ to SQL technology to translate a query into a SQL query and then use it to retrieve or manipulate data contained in tables of an SQL Server database. LINQ to SQL supports all the key functions that you like to perform while working with SQL, that is, you can insert, update, and delete information from a table.
=>   SqlClient Support for SQL Server 2008 - Specifies that with the starting of .NET Framework version 3.5 Service Pack (SP) 1, .NET Framework Data Provider for SQL Server (System.Data.SqlClient namespace) includes all the new features that make it fully compatible with SQL Server 2008 Database Engine.
=>   ADO.NET Data Platform - Specifies that with the release of .NET Framework 3.5 Service Pack (SP) 1, an Entity Framework 3.5 was introduced that provides a set of Entity Data Model (EDM) functions. These functions are supported by all the data providers; thereby, reducing the amount of coding and maintenance in your application. In .NET Framework 4.0, many new functions, such as string, aggregate, mathematical, and date/time functions have been added.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

1 4588
Q:

What is cross - selling and up - selling?

Answer

An up - selling is getting the customer to spend more money, buy a more expensive model of the same type of product, or add features or warranties that relate to the product viewed or purchased. 


A cross - sell is to get the customer to spend more money by adding more products from other categories than the product being viewed or purchased. 

Report Error

View answer Workspace Report Error Discuss

1 4585
Q:

Explain Superglobal variables in PHP .

Answer

To access the global data which is originating externally, the super globals are used. The superglobals are available as arrays. These superglobals represents the data from URLs, HTML forms, cookies, sessions and also the web server. For this purpose, $HTTP_GET_VARS, $HTTP_POST_VARS are used. The super globals are pretty good enough to be used in functions. The following are the list of super globals.


$_GET, $_POST, $_COOKIE;$_REQUEST, $_SERVER, $_SESSION, $_ENV, $_FILE


Another PHP Superglobal, called $GLOBALS; is available for persisting every variable with global scope.

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 4583
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 4576
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 4553
Q:

What is SPUFI?

Answer

SPUFI stands for SQL processing using file input. It is the DB2 interactive menu-driven tool used by developers to create database objects.


 

Report Error

View answer Workspace Report Error Discuss

0 4551
Q:

How would you resolve an ASRA abend?

Answer

In COBOL II start with CEBR, and get the offset/instruction.

Report Error

View answer Workspace Report Error Discuss

0 4550