Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Bally Technologies Interview Questions
Questions Answers Views Company eMail

1.Testing work starts once a)once requirement are complete b)once test cases are complete c)once coding is complete d)begining of requirement 2)For white box testing a)the tester is completely unconcerned abt the internal behavior of the program b)the tester is concerned with finding circumstances in which the program doesnot behave according to code standards c)test data is derived from market requirements 3)stress testing is a measure of one of the following a)application response time b)concurrent load an application can handle c)transactions per minute that can be handled d)virtual load at which the system will fail 4)UAT means a)testing performed on a single stand alone module b)testing after changes have been made to ensure that no unwanted changes were introduced c)testinf to ensure that the system meets the needs of the organization& the end user 5)software quality metrics will help u to a)keep account on the software quality of an application b)analyse and improve the deficiencies of an application c)both of the above d)none 6)Application that has GUI must be tested for usability a)for any kind of UI applications b)more necessary for web based applications c)only if the user is going to use the UI d)only if the user pays for it 7)the program according requirements expects the uppercase letters from A to Z.Analyze the following inputs and choose one that can cause the failure with greater probability a)@,[ b)1,0 c)B,W d)[,] 8)A system test that forces the software to fail in a variety of ways and verifies that softwware is able to continue execution without interruption.This definiton in nearest to a)Recovery testing b)Stress testing c)both of the above d)none 9)Automated testing is necessary when a)testing has to be done very quickly b)number of resources are very less c)most of the test cases are similar in anture d)all of the above 10)which of the following tests is performed early in a software testing process a)monkey testing b)unit testing c)system testing d)none 11)the testing technique that requires devising test cases to demonstrate that each program function is operational is called a)black box testing b)glass box testing c)grey box testing d)white box testing 12)what a UML diagram is useful for black box testing a)class diagram b)object diagram c)use case diagram d)sequence diagram 13)what kind of tools would you suggest to use for the automation of regression tests? a)capture and playback b)static analysis tools c)simulators d)debugging tools

3 10884

write the SQL statement to retrieve the 2nd Highest salary ammount(File Name="EMPLOY",Field Name="SALARY")

6 18221

1)Asked to write test cases on Print option in a MS word application 2 Give scenarios for the following: throw a ball into bucket full of water and write scenarios so that water does not spill out. Explain test stratergy. What is localization. What do u test in localization?

1 8139

Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.

2061

self join query in sql. 15 objective questions. What is equi join and outer join

2 8630

few automation basic questions One question to write a scriot in any language you know.

1754

Puzzles 1)Three geniuses stand in a file (one behind the other). Each can see only to the front, so the rear person can see the middle and the front, the middle person can see the front, and the genius in the front cannot see anyone. You have five hats. Two are white, and three are red. You blindfold the three geniuses, who are utterly truthful, and put a hat--at random-on the head of each. Then you hide the other two hats and remove the blindfolds. You then ask each genius to name the color of his hat (which he cannot see). The rear on says "I don't know." The middle on says, " I don't know." Then the front onw says, "I know." WHAT COLOR IS THE FRONT GENIUS' HAT? 2) one reasoning puzzle. 3) A monkey falls into a 30 ft well. Every day it climbs 3 ft up and falls 2 feet up. How many days will it take for it to jump out of the well.

6 13787

Question 1)Read the data from one file and remove all the duplicated words and generate an output file containg only using words.Program should also print number of occurance of each words on standard output.(Program must be use STL and iostream object). Question 2)Write a program to convert the lower case contents of file to upper case using STL. Question 3)What is the output of this problem. int i=12; int &r =i; r+r/4; int +p =&r; int *p = &r; P+=r; return 1; Answer :a)12 b)17 c) 30 d)24 E)15 Question 4) #include #include #include void main() { char srcstr[30],desstr[30]; int i,len; clrscr(); cout<<"\nenter the string\n"; cin>>srcstr; len=strlen(srcstr); for(i=0;srcstr[i]!='\0';i++) { desstr[--len]=srcstr[i]; } desstr[i]='\0'; cout<<"\nreversed string is\n"; for(i=0;desstr[i]!='\0';i++) { cout< } getch(); } Answer : A) string output b)tuptuo gnirts c) string d)output Question 5) Class Test { static const Tk=LEN; int q; public: foo(intx =LEN):q(x){}; TGet Q() const { return q:} void call test Foo foo(10); std::const<< foo.Getq(); Answer: 7,8,9,10,11 question 6) class A { int a; char b; }; class B:public A { char b; int a; }; What is the size? Answer a)5 bytes for class A and 5 bytes class B b)4 bytes for class A and 8 bytes class B. c).... d)....

2 7828

Post New Bally Technologies Interview Questions




Un-Answered Questions

Which operator is used to concatenate the 2 values in the vbscript language?

545


How do formulas work in a spreadsheet?

285


Is it ok, to use non-contact type Radar type LT, on a tank that is half circular from the bottom side? If yes the, isn't the waves gonna bent in other directions? 

1711


Test report?

581


Can you inherit a private class?

626






What do you have to consider when choosing the sapui5 version for the application template?

166


What is a bomain.key?

586


Why blue prism?

215


Is Scala Statically-Typed Language?

7


Explain the concept of scope hierarchy? How many scope can an application have?

427


Write a program to reverse a string in pure javascript?

480


What are WCF contracts?

481


What is indexer c#?

458


Explain what is the algorithm followed in retrieving the messages from the queue?

514


Compare RGB values with Hexadecimal color codes ?

322