Interview Questions

Q:

What's fuzz testing ?

Answer

1) List down usecases (taken from business cases) from function specs. For each use case write a test case and categorize them into sanity tests, functionality, GUI, performance etc. Then for each test case, write its workflow. 


2) For a GUI application - make a list of all GUI controls. For each control start writing test cases for testing of the control UI, functionality (impact on the whole application), negative testing (for incorrect inputs), performance etc.  

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 2665
Q:

When referring to student loans what is a grace period?

A) 6 months B) 12 months
C) 18 months D) 24 months
 
Answer & Explanation Answer: A) 6 months

Explanation:

6 months after graduating or quitting school when you have to start paying back the loans.

 

A grace period is one term that’s provided for student loans that allow you to delay payments up to a certain length of time, without penalty. During a grace period no late charges would apply, and the loan would not risk falling into default for missed payments. The grace period allows you time to find financial stability prior to having to make payments on your student loans.

 

Many students use student loans to help pay for their college expenses, including tuition, books, room and board, and other living expenses. Students are expected to repay these loans when they graduate.

Report Error

View Answer Report Error Discuss

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

2 2660
Q:

What is PEAR in php?

Answer

PEAR(PHP Extension and Application Repository) is a framework and repository for reusable PHP components. PEAR is a code repository containing all kinds of php code snippets and libraries. 


PEAR also offers a command-line interface that can be used to automatically install "packages".

Report Error

View answer Workspace Report Error Discuss

Subject: PHP

0 2660
Q:

What is ASP.NET AJAX?

Answer

ASP.NET AJAX, mostly called AJAX, is a set of extensions of ASP.NET. It is developed by Microsoft to implement AJAX functionalities in Web applications. ASP.NET AJAX provides a set of components that enable the developers to develop applications that can update only a specified portion of data without refreshing the entire page. The ASP.NET AJAX works with the AJAX Library that uses object-oriented programming (OOP) to develop rich Web applications that communicate with the server using asynchronous postback.

Report Error

View answer Workspace Report Error Discuss

Subject: .NET

0 2659
Q:

What is the difference between a contract and a scheduling agreement?

Answer

A scheduling agreement can be made for Consignment, Subcontracting and stock transfer. A contract, also known as a blanket PO, can be made for standard items and can be restricted to a Value or QTY.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

2 2658
Q:

Designing pricing strategies and programs :

How do sellers respond to price changes of their competitors?

Answer

In the light of competition, it may be seen that competitors may initiate price changes. If the cutting off on prices does not affect the company, then the current pricing strategy itself can be continued to maintain the profitability of the company. However if the price change on one firm is affecting the other, then it can:


a.reduce the product price at par with competitors’ price or below competitors’ price


or


b. Provide added advantage to the existing product like better quality, or ‘a buy one get one free’ offer.


or


c.Provide better quality of the product at a higher price thereby not being at par with the competitors.

Report Error

View answer Workspace Report Error Discuss

0 2658
Q:

What is walkthrough and inspection?

Answer

Walkthrogh: Very informal type of review or testing method. Done by peers, so its called peer review.


Inspection: very technical type of review or testing method, done by the highly technically sound people.

Report Error

View answer Workspace Report Error Discuss

Subject: QA Testing

0 2657
Q:

An algorithm written once which can be used in many places is called

A) Block B) Function
C) Datatype D) None
 
Answer & Explanation Answer: B) Function

Explanation:

Function is an algorithm which can be used any where in the program when required

Report Error

View Answer Report Error Discuss

Filed Under: Java

0 2657