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

IBM Interview Questions
Questions Answers Views Company eMail

What is the relationship between Java and middleware?

1872

how can we retrieve the values in jsp by using custom tags

4 11279

what is the difference between view and join

4 27714

Who among the following is the Chairman of Planning Commission in India ? (a) Finance Minister of India (b) Prime Minister of India (c) President of India (d) Home Minister of India

34 58291

Which State in India has a separate Constitution? (a) Sikkim (b) Jammu and Kashmir (c) Mizoram (d) Goa

2 20621

River Damodar is called ?Sorrow of Bengal? because it (a) Gets flooded often causing havoc (b) Causes maximum soil erosion (c) Forms number of dangerous waterfalls (d) Is not a perennial river

2 14276

A discount series of 10%, 20% and 40% is equal to a single discount of (a) 50.0% (b) 56.8% (c) 60.2% (d) 70.28%

2 7078

A byte is (a) A group of 2 bits (b) A group of 4 bits (c) A group of 8 bits (d) A group of 16 bits

1 6339

How will you prepare Test plan. What are the techniques involved in preparing the Test plan.

2 16302

What is the difference between Cognos Reportnet features and Business Objects???

1876

McroSoft Six rules standard for Userinterface testing?

2 13749

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 10851

How u will apply OCS patches? If a user wants to execute a background job immediately but there is no Background work process available. How u will do? How you will do client copy? If SAP * user is not available at all in your system then how u will do client copy?

8 25234

What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } }

3 8889

I wish to know the total procudure tht we follow for suppot project. i.e how we get the tickets and how we will send back to the client and the tool we use . ? and whts mainlly difference between 4.7 eee and 6.0 ecc and wht does ecc mean.?

3 12522

Post New IBM Interview Questions


IBM Interview Questions


Un-Answered Questions

How to Set a root password if there is on root password.

560


What is the best case complexity of quicksort?

487


I have a task regarding access database. I and my organization is using access database  to maintain my access files in well mannered way. But due to varied reasons access file showing error message Error 3112: Your access database got corrupted will not be able to show the database. Due to this error message I will not be able to access my access database. I don't have any idea how to recover access database or how to fix access database errors without affecting my original database????? Is there any relevant solution to repair access database?????

1524


How to declare an array of pointers to integer?

558


What do most vaccines function as?

304






What is xpath in c#?

464


What is the Internet of Everything?

3


can you provide negative scenarios for ios alarm clock

898


What is a dataset and what are the different types of datasets?

93


How to test the alert?

236


In your opinion, what are a few of the most useful functions in excel? How do you use them?

288


What are statistical software and data analysis in r?

57


How to calculate ESI Please define what include in basic salary and what should be excluded from basic salary

1192


What is @restcontroller in spring boot? : Spring Boot

191


Comment on array slicing and range operator

506