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 67518Which State in India has a separate Constitution? (a) Sikkim (b) Jammu and Kashmir (c) Mizoram (d) Goa
2 21999River 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 15238A 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 8153A 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 7527How will you prepare Test plan. What are the techniques involved in preparing the Test plan.
2 173121.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 12372How 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 28759What 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 10732I 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 14144Post New IBM Interview Questions
How does compareto work in java?
What is method of calculating the fault current for a MDB, 50KW, 3PH, 415V, 50HZ?
How do you troubleshoot android application which is crashing frequently?
in payment terms what is the use of day light?in fsg 1 feild we can not control what is that feild.pls give the ans for this 2 questions
What is the use of mappedby in hibernate?
How do we control row-level access in hana?
Anyone have any idea when to conduct Uniformity of Weight (UOW) and when need to conduct Uniformity of Dosage Units (UOD) or when need both? I read BP it only said if average weight < or = 0.04g then just conduct UOD, no need UOW. Under UOD section, it doesnt say when need to conduct UOD but just said UOD got two type, one is Mass Variation (MV), another is Content Uniformity (CU) and under what conditions to conduct them. For USP, no UOW section, only got UOD section.
Please explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?
What all steps are involved in creating planning groups and planning levels in cash management? What changes does it bring?
What are the directives in angularjs?
Which of the tables are inside and outside cube in an extended star schema?
in each media we require to use SLS? how to proceed?
What are the principal constituents of brass?
What is schema in mysql?
why micro controller 8051/52's clock frequency is internally divide by 12 ?? and why it is further divide by 32 in UART serial communication ??