Saturday, April 10, 2021

Answer Thomson Reuters - Exam

Replace the underlined words (or word combinations) with the phrasal verbs from the box in the correct form. What should you know on your first day at work? Complete the sentences with the verbs that fit in the correct form.31) Which of the following statements about inclusion is true? if any, to which the child will not participate with nondisabled peers in regular classroom testing modifications projected date for beginning of services and anticipated frequency, location, duration of services how progress will be...A) The collision must involve a sufficient amount of energy, provided from the motion of the particles, to overcome the activation energy. You need to meet or exceed the activation energy in order to get a reaction. But that's all for naught if you don't have the reactive parts of the molecules lined up to react...A computer program is said to learn from experience E with respect to some task T and some performance measure P if its performance on T, as measured by P, improves with experience E. Suppose we feed a learning Which of the following would you apply supervised learning to?This is the c++ programming questions and answers section on "OOPS Concepts" with explanation for various Which of the following statement is correct? A. A constructor is called at the time of declaration of an object. 18. Which of the following correctly describes overloading of functions?

CHAPTER 2 MULTIPLE CHOICE 1) Which of the following is NOT a

The company instituted a programme with a title like 'Creating our own future' or something like But instead of the employees becoming motivated to contribute, they saw it as a hollow exercise on the For a start, a programme targeted at improving things is only as good as management's ability to...He is solely responsible _ the success of the business. at. into. 3 ** Complete the sentences with words from Exercise 1. 1 You can buy trainers and boots in a shoe shop 2 I need some aspirin from the 3 My favourite … shop is the because it sells magazines and chocolate 4 Uke that...Choose the correct word(s) to complete the sentences. Посмотреть все изображения. 10. Нравится Показать список оценивших. Put the paragraphs of the argumentative essay in the correct order.2.If the forests are destroyed too quickly, their ability to __ decreases. 7.In the __ areas where there is no forest the process of __ of the soil can begin easily.

CHAPTER 2 MULTIPLE CHOICE 1) Which of the following is NOT a

Which of the following statements best describes... | Yahoo Answers

Arends describes the following project-work criteria that are essential to create motivation among Descriptive Writing. These activities should help the reader create a clear picture in his mind. Our students are bombarded with interactive and visual images constantly through the media and the...Which of the following statements correctly describes our ability to create an exercise program? A. Exercise programs can be developed in any environment. B. Only those living in houses can develop an effective exercise program. C. Rural environments are needed to follow a daily exercise...Give examples of the impact they have on our lives. ACTIVE VOCABULARY. Ask students to give if possible definitions of the following words and word combinations and to pronounce them correctly - A logical computer was able to do anything that could be described "purely mechanical".51. The correct definition of an income statement includes which of the following? The statement describes a business's revenue and expenses over a period of time. 52. The area of accounting that serves the decision-making needs of internal users is referred to as( managerial/Financial/Research)...Q5: Which of the following statements correctly describes the benefit of fault attacks? Q15: A program validates a numeric field as follows: Values less than 10 are rejected, values between Q27: The specification which describes steps required to operate the system and exercise test cases in...

1

Q1: For the code fragment given below, which solution correctly represents minimum tests required for commentary and department coverage respectively?Discount price=1;Fare = 1000;If ((individual == "senior citizen") and ("travel month = January"))Bonuspoints = 100+BonuspointsIf (class=="first")discountRate = 5;Fare = fare * discountRate;

A    Statement Coverage = 1, Branch Coverage = 2

B    Statement Coverage = 2, Branch Coverage = 2

C    Statement Coverage = 1, Branch Coverage = 3

D    Statement Coverage = 2, Branch Coverage = 4

2

Q2: One of the differences between the Modified Condition Decision Coverage and the Condition Coverage is:

A    The Condition Coverage guarantees all paths thru a module are done whereas the Modified Condition Decision Coverage guarantees every trail in a call can independently impact the result.

B    The Modified Condition Decision Coverage ensures all selection paths are finished while the Condition Coverage make sure all major paths are completed.

C    The Condition Coverage ensures every situation takes all conceivable outcomes at rent once whereas the Modified Condition Decision Coverage calls for both maximum and minimal values within every field.

D    The Modified Condition Decision Coverage relies on the tester's talent and past experience while the Condition Coverage is determined by the way in which the gadget strikes from one condition to another.

3

Q3: A wholesaler sells printer cartridges. The minimum order amount is 5. There is a 20% cut price for orders of One hundred or extra printer cartridges. You had been asked to get ready examine instances using various values for the quantity of printer cartridges ordered. Which of the following groups comprise 3 test inputs that would be generated using Boundary Value Analysis?

A    5, 6, 20

B    4, 5, 80

C    4, 5, 99

D    1, 20, 100

4

Q4: Which of the following statements describe why exploratory checking out is an invaluable verify design method?a. It can assist derive verify circumstances based on the internal construction of techniques.b. It turns out to be useful when there are restricted specification documents available.c. It is useful when there testing is constrained due to time pressures.d. It is a less expensive alternative to extra formal examine design ways.

A    b and c

B    a and c

C    b and d

D    c and d

5

Q5: Which of the following statements correctly describes the benefit of fault attacks?

A    They are more practical at discovering faults than formal verify design tactics

B    They are useful when there's limited ride in the examine team

C    They can assessment the reliability of a examine object by means of making an attempt to pressure specific failures to occur

D    They are less structured than other experience-based tactics

6

Q6: From the underneath given choices, which one is the 'Confidence trying out'

A    Sanity trying out

B    System checking out

C    Smoke checking out

D    Regression testing

7

Q7: The following code section incorporates a possible "divide by 0" error.J=50K=1while (J>=10) and (NM [K] = J/NK = Ok + 1N = N - 1end loopWhich of the following is the most efficient manner of detecting this mistake?

A    Boundary testing

B    Condition trying out

C    Compilation of the source code

D    Source code inspection

8

Q8: IEEE stands for:

A    Information Engineering Endeavouring to Excel

B    Institute of Electrical and Electronics Engineers

C    Institute of Education for E-commerce Entrepreneurs

D    Individual Excellence in Engineering Enterprises

9

Q9: Postal charges for 'light letters' are 25p up to 10g, 35p up to 50g plus an extra 10p for each further 25g up to 100g. Which test inputs (in grams) would be decided on the usage of equivalence partitioning?

A    8, 42, 82, 102

B    4, 15, 65, 92, 159

C    10, 50, 75, 100

D    5, 20, 40, 60, 80

10

Q10: Which of the following is a sort of purposeful trying out?

A    Boundary worth research

B    Usability testing

C    Performance trying out

D    Security checking out

11

Q11: Considering the following pseudo-code, calculate the MINIMUM number of test instances for observation protection, and the MINIMUM number of test cases for choice coverage respectively.READ AREAD BREAD CIF C>A THENIF C>B THENPRINT "C must be smaller than at least one number"ELSEPRINT "Proceed to next stage"ENDIFELSEPRINT "B can be smaller than C"ENDIF

A    3, 3.

B    2, 3.

C    2, 4.

D    3, 2.

12

Q12: Equivalence partitioning consists of more than a few activities:

A    Ensure that test cases check each enter and output equivalence magnificence once or more

B    Identify all inputs and all outputs

C    Identify equivalence classes for every enter

D    All of the above

13

Q13: If the pseudo code underneath were a programming language ,how many tests are required to succeed in 100% commentary coverage?1. If x=Three then2. Display_messageX;3. If y=2 then4. Display_messageY;5. Else6. Display_messageZ;7. Else8. Display_messageZ;

A    1

B    2

C    3

D    4

14

Q14: In which order must checks be run?

A    The maximum important assessments first

B    The maximum tricky exams first(to permit maximum time for solving)

C    The easiest tests first (to give preliminary self belief)

D    The order they are concept of

15

Q15: A program validates a numeric box as follows:Values less than 10 are rejected, values between 10 and 21 are permitted, values greater than or equal to 22 are rejected. Which of the following covers the MOST boundary values?

A    9,10,11,22

B    9,10,21,22

C    10,11,21,22

D    10,11,20,21

16

Q16: What is the essential criterion in deciding what testing technique to use?

A    How neatly you recognize a particular technique

B    The function of the examine

C    How suitable the

D    technique is for checking out the software

17

Q17: If a candidate is giving an exam of 40 questions, should get 25 marks to pass (61%) and must get 80% for difference, what's equivalence class.

A    23, 24, 25

B    0, 12, 25

C    30, 36, 39

D    32,37,40

18

Q18: One of the following is not a part of white field checking out as in keeping with BS7925-II requirements.

A    Random testing

B    Data Flow testing.

C    Statement testing.

D    Syntax checking out.

19

Q19: A work of instrument has been given for trying out. What checks from the following will you carry out? 1) Test the spaces most critical to trade processes 2) Test the areas the place faults can be most 3) Test the best possible functionalities

A    1&2 are true and three is false.

B    1,2&Three are true.

C    1 is right, 2&Three are false.

D    1&2 are false, 3 is right

20

Q20: Exclusive use of white field testing in a test-phase will:

A    Ensure the verify merchandise is satisfactorily tested.

B    Make the need for black-box checking out redundant.

C    Run the risk that the requirements don't seem to be glad.

D    Suffices for the unit trying out phase.

21

Q21: In a system designed to determine the tax to be paid: An employee has 00 of wage tax free. The next 00 is taxed at 10%. The subsequent 000 is taxed at 22%. Any further quantity is taxed at 40% .To the nearest $ which of these is a sound Boundary Value Analysis examine case?

A    00

B    001

C    000

D    501

22

Q22: Equivalence partitioning is:

A    A black box testing technique used best via builders

B    A black box checking out technique than can best be used throughout gadget checking out

C    A black box trying out method suitable to all levels of checking out

D    A white field testing methodology suitable for element checking out

23

Q23: What observation about anticipated results is FALSE:

A    Expected results are outlined by means of the software's behaviour

B    Expected results are derived from a specification, not from the code

C    Expected outcomes include outputs to a display and changes to files and databases

D    Expected results will have to be predicted prior to a verify is run

24

Q24: Which of the following is correct about White and Black Box Testing Technique:-

A    Equivalence partitioning, Decision Table and Control waft are White box Testing Techniques.

B    Equivalence partitioning, Boundary Value Analysis , Data Flow are Black Box Testing Techniques.

C    Equivalence partitioning , State Transition , Use Case Testing are black box Testing Techniques.

D    Equivalence Partitioning, State Transition, Use Case Testing and Decision Table are White Box Testing Techniques.

25

Q25: Test are prioritized so that:

A    You shorten the time required for testing

B    You do the absolute best testing in the time to be had

C    You do more practical checking out

D    You find more faults

26

Q26: In a Examination a candidate has to ranking minimal of 24 marks in order to clear the examination. The maximum that he can ranking is 40 marks. Identify the Valid Equivalence values if the student clears the examination.

A    22,23,26

B    21,39,40

C    29,30,31

D    0,15,22

27

Q27: The specification which describes steps required to function the device and exercise verify cases so as to put in force the related test design

A    Test Case Specification

B    Test Design Specification

C    Test Procedure Specification

D    None

28

Q28: Testing with out a real plan and examine cases is called ---

A    Gorilla testing

B    Monkey checking out

C    Adhoc testing

D    All of the above

29

Q29: Use circumstances will also be performed to test

A    Performance checking out

B    Unit testing

C    Business situations

D    Static checking out

30

Q30: The ___________ technique can be utilized to achieve input and output coverage

A    Boundary worth analysis

B    Equivalence partitioning

C    Decision desk testing

D    State transition trying out

31

Q31: A thermometer measures temperature in entire degrees most effective. If the temperature falls under 18 levels, the heating is switched off. It is switched on again when the temperature reaches 21 levels. What are the very best values in levels to duvet all equivalence walls?

A    15,19 and 25.

B    17,18 and19.

C    18, 20 and22.

D    16, 26 and 32.

32

Q32: A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% bargain for orders of One hundred or more printer cartridges. You were asked to get ready examine instances the usage of more than a few values for the quantity of printer cartridges ordered. Which of the following teams comprise three check inputs that may be generated the usage of Boundary Value Analysis?

A    5, 6, 20

B    4, 5, 80

C    4, 5, 99

D    1, 20, 100

33 Q33: Which of the following varieties of defects is use case checking out MOST LIKELY to uncover? i) Defects in the procedure flows all over real-world use of the machine. ii) Defects in the interface parameters in integration trying out. iii) Integration defects caused via the interaction and interference of different components. iv) Defects in the gadget as it transitions between one state and another.

A    ii, iii.

B    i, iii.

C    iii, iv.

D    i, ii

34

Q34: We can reach whole statement coverage but still pass over bugs because:

A    The failure happens provided that you achieve a observation taking the TRUE branch of an IF observation, and you got to the remark with a examine that passed via the FALSE department.

B    The failure is determined by the program's incapability to deal with particular information values, rather than on the program's float of control.

C    We aren't required to check code that customers are not likely to execute.

D    All of the above

35

Q35: Error guessing is best used:

A    after more formal ways were implemented

B    as the first manner to deriving test instances

C    by green testers

D    after the device has gone reside

36

Q36: For which of the following verify circumstances does check protection analysis now not assign the absolute best priority?

A    The ones that cover the most important quality possibility

B    The ones that quilt the necessities

C    The ones that duvet prerequisites

D    The ones that quilt the purposes

37

Q37: Requirement 24.3. A 'Postage Assistant' will calculate the amount of postage due for letters and small applications up to 1 kilogram in weight. The inputs are: the sort of merchandise (letter, e book or different package deal) and the weight in grams. Which of the following conform to the required contents of a verify case?

A    Test the three types of item to publish and 3 different weights

B    Test 1: letter, 10 grams, postage €0.25. Test 2: e-book, 500 grams, postage €1.00. Test 3: package deal, 999 gram, postage €2.53

C    Test 1: letter, 10 grams to Belgium. Test 2: ebook 500 grams to USA. Test 3: package deal, 999 grams to South Africa

D    Test 1: letter 10 grams, Belgium, postage €0.25. Test 2: package deal 999 grams to South Africa, postage €2.53

38

Q38: Which of the following defines the anticipated effects of a test?

A    Test case specification.

B    Test design specification.

C    Test process specification.

D    Test results.

39 Q39: Given the following fragment of code, how many assessments are required for 100% choice protection?if width > duration then biggest_dimension = width if peak > width thenbiggest_dimension = peak end_if else biggest_dimension = period if top > lengththen biggest_dimension = height end_if end_if

A    3

B    4

C    2

D    1

Forty Q40: You have designed test cases to supply 100% statement and 100% determination coverage for the following fragment of code.if width > lengththen biggest_dimension = width else biggest_dimension = period end_if The following has been added to the backside of the code fragment above. print "Biggest dimension is " & biggest_dimension print "Width: " & width print "Length: " & period How many extra test instances are required?

A    One extra check case might be required for 100 % choice coverage.

B    Two more test cases shall be required for 100 % remark protection, one of which might be used to provide 100% decision coverage.

C    None, present check circumstances can be utilized.

D    One more check case will likely be required for 100" statement coverage.

41

Q41: Which test design technique relies heavily on prior thorough knowledge of the system?

A    Data driven testing technique

B    Experience-based technique

C    White-box technique

D    Structure-based technique

42 Q42: Match the following terms and statements. 1.Decision Table Testing 2.Decision Testing 3.State Transition Testing 4.Exploratory Testing W. Testing carried out to achieve specific test objectives, possibly to complement structured testing. X. A test technique used which may be used to verify different system re depending on current conditions or previous history. Y. A test technique which combines combinations of inputs that might not otherwise have been exercised during testing. Z. A form of control flow testing based on decision outcomes.

A    1Y, 2Z, 3X, 4W.

B    1X ,2W, 3Z, 4Y

C    1Z, 2X, 3W, 4Y.

D    1Z, 2Y, 3X, 4W.

43 Q43: Which test approaches or strategies are characterized by the descriptions below?S. Process-compliant approachesT. Heuristic approachesU. Consultative approachesV. Regression-averse approaches1. Includes reuse of existing test material2. Listens to suggestions from technology experts3. Adheres to industry-specific standards4. Runs test execution and evaluation concurrently

A    S4, T3, U2, V1

B    S1, T2, U3, V4

C    S2, T3, U1, V4

D    S3, T4, U2, V1

44

Q44: Which of the following is MOST characteristic of specification based (black-box) techniques?

A    Test cases can be easily automated.

B    Test cases are independent of each other.

C    Test cases are derived systematically from models of the system .

D    Test cases are derived systematically from the delivered code.

45

Q45: Complete statement and branch coverage means:

A    That you have tested every statement in the program.

B    That you have tested every statement and every branch in the program.

C    That you have tested every IF statement in the program.

D    That you have tested every combination of values of IF statements in the program

46

Q46: Important consequences of the impossibility of complete testing are

A    We can never be certain that the program is bug free.

B    We have no definite stopping point for testing, which makes it easier for some managers to argue for very little testing.

C    We have no easy answer for what testing tasks should always be required, because every task takes time that could be spent on other high importance tasks.

D    All of the above.

47

Q47: How many test cases are needed to achieve 100 % statement coverage?if ((temperature (temperature > 100)) alert ("DANGER");if ((speed > 100) and (load speed = 50;else check = false;

A    5

B    4

C    2

D    3

48

Q48: 'X' has given a data on a person's age, which should be between 1 to 99. Using BVA which is the appropriate one

A    0,1,2,99

B    1, 99, 100, 98

C    0, 1, 99, 100

D    . –1, 0, 1, 99

49

Q49: Which is not a black box testing technique

A    Equivalence partition

B    Decision tables

C    Transaction diagrams

D    Decision testing

50

Q50: Purpose of test design technique is

A    Identifying test conditions only, not Identifying test cases

B    Not Identifying test conditions, Identifying test cases only

C    Identifying test conditions and Identifying test cases

D    Identifying test conditions or Identifying test cases

51

Q51: Stochastic testing using statistical information or operational profiles uses the following method

A    Heuristic testing approach

B    Methodical testing approach

C    Model based testing approach

D    Process or standard compliant testing approach

52

Q52: Arc testing is known as

A    Branch testing

B    Agile testing

C    Beta testing

D    Ad-hoc testing

53

Q53: Which aspects of testing will establishing traceability help?

A    Configuration management and test data generation

B    Test case specification and change control

C    Test condition and test procedure specification

D    Impact analysis and requirements coverage

54

Q54: A _____ is the step-by-step method followed to ensure that standards are met

A    SDLC

B    Project Plan

C    Policy

D    Procedure

55 Q55: Based on the IEEE Standard for Software Test Documentation (IEEE Std 829-1998), which sections of the test incident report should the following items be recorded?Sectionsa) Test incident report identifier b) Summaryc) Incident description d) ImpactItems1. Impact on test plans2. Unique identifier3. Anomalies 4. Procedure step5. Environment 6. References to other relevant documents

A    a: 2; b: 4; c: 1, 3 and 5; d: 6

B    a: 2; b: 3; c: 4, 5 and 6; d: 1

C    a: 2; b: 6; c: 3, 4 and 5; d: 1

D    a: 2; b: 1; c: 3, 4 and 5; d: 6

56

Q56: The Switch is switched off once the temperature falls below 18 and then it is turned on when the temperature is more than 21. Identify the Equivalence values which belong to the same class.

A    12,16,22

B    24,27,17

C    22,23,24

D    14,15,19

57

Q57: What is an equivalence partition (also known as an equivalence class)?

A    A set of test cases for testing classes of objects

B    An input or output range of values such that only one value in the range becomes a test case

C    An input or output range of values such that each value in the range becomes a test case

D    An input or output range of values such that every tenth value in the range becomes a test case.

58

Q58: The Test Cases Derived from use cases

A    Are most useful in uncovering defects in the process flows during real world use of the system

B    Are most useful in uncovering defects in the process flows during the testing use of the system

C    Are most useful in covering the defects in the process flows during real world use of the system

D    Are most useful in covering the defects at the Integration Level

59

Q59: One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class

A    BOOK

B    Book

C    Boo01k

D    book

60

Q60: Which of the following techniques is NOT a White box technique?

A    Statement Testing and coverage

B    Decision Testing and coverage

C    Condition Coverage

D    Boundary value analysis

61

Q61: One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class

A    17

B    19

C    24

D    21

62

Q62: Which one does not come under international standard

A    IEC

B    IEEE

C    ISO

D    All of the above

63

Q63: Perform sufficient testing to evaluate every possible path and condition in the application system. The only test method that guarantees the proper functioning of the application system is called as _____________

A    Regression Testing

B    Exhaustive Testing

C    Basic Path Testing

D    Branch Testing

64

Q64: 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

65

Q65: A white box testing technique that measures the number of or percentage of decision directions executed by the test case designed is called

A    Condition coverage

B    Decision/Condition coverage

C    Decision Coverage

D    Branch coverage

66

Q66: Which test may not mimic real world situations

A    Functional testing

B    Structural Testing

C    All of the above

D    None of the above

67

Q67: _______ includes both Black box and White Box Testing features

A    Gray Box Testing

B    Hybrid Testing

C    A. & B.

D    None

68

Q68: Fault Masking is

A    Error condition hiding another error condition

B    Creating a test case which does not reveal a fault

C    Masking a fault by developer

D    Masking a fault by a tester

69

Q69: Statement Coverage will not check for the following.

A    Missing Statements

B    Unused Branches

C    Dead Code

D    Unused Statement

70

Q70: Boundary value testing

A    Is the same as equivalence partitioning tests

B    Test boundary conditions on, below and above the edges of input and output equivalence classes

C    Tests combinations of input circumstances

D    Is used in white box testing strategy

71

Q71: An input field takes the year of birth between 1900 and 2004The boundary values for testing this field are

A    0,1900,2004,2005

B    1900, 2004

C    1899, 1900, 2004, 2005

D    1899, 1900, 1901,2003,2004,2005

72

Q72: How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 fiif (Condition 2)then statement 3fi

A    2 Test Cases

B    3 Test Cases

C    4 Test Cases

D    Not achievable

73

Q73: A common test technique during component test is

A    Statement and branch testing

B    Usability testing

C    Security testing

D    Performance testing

74

Q74: Given the following sample of pseudo code: 01 Input number of male rabbits 02 Input number of female rabbits 03 If male rabbits > 0 and female rabbits > 0 then 04 Input Do you want to breed (Yes / No) 05 If breed = "No" 06 Print "Keep male and female rabbits apart!" 07 End if 08 End If. Which of the following test cases will ensure that statement "06" is executed?

A    male rabbits = 1, female rabbits = 1, breed = "yes".

B    male rabbits = 1, female rabbits = 1, breed = "no".

C    male rabbits = 1, female rabbits = 2, breed = "yes".

D    male rabbits = 1, female rabbits = 0, breed = "no".

75

Q75: A system under development contains complex calculations and decision logic, and it is assessed as high risk because of the relative inexperience of the development team in the application domain. Which of the following would be the MOST appropriate choice of test design technique for component testing?

A    Decision testing.

B    Statement testing

C    State transition testing

D    Equivalence partitioning

76

Q76: Which of the following statements describe why experience-based test design techniques are useful? (a) They can help derive test cases based on analysis of specification documents. (b) They can identify tests not easily captured by formal techniques. (c) They make good use of tester's knowledge, intuition and experience. (d) They are an effective alternative to formal test design techniques.

A    a and b

B    b and d

C    c and d

D    b and c

77 Q77: A defect was found during testing. When the network got disconnected whilereceiving data from a server, the system crashed. The defect was fixed bycorrecting the code that checked the network availability during data transfer.The existing test cases covered 100% of all statements of the correspondingmodule. To verify the fix and ensure more extensive coverage, some newtests were designed and added to the test suite.What types of testing are mentioned above?A. Functional testing.B. Structural testing.C. Re-testing.D. Performance testing.

A    A, B and D.

B    A and C.

C    A, B and C.

D    A, C and D.

78 Q78: Which of the following statements are true for the equivalence partitioning test technique?A. Divides possible inputs into classes that have the same behaviour.B. Uses both valid and invalid partitions.C. Makes use only of valid partitions.D. Must include at least two values from every equivalence partition.E. Can be used only for testing equivalence partitions inputs from a Graphical User Interface.

A    A, B and E are true; C and D are false.

B    A, C and D are true; B and E are false.

C    A and E are true; B, C and D are false.

D    A and B are true; C, D and E are false.

79

Q79: An employee's bonus is to be calculated. It cannot become negative, but itcan be calculated to zero. The bonus is based on the duration of theemployment. An employee can be employed for less than or equal to 2 years,more than 2 years but less than 5 years, 5 to 10 years, or longer than 10years. Depending on this period of employment, an employee will get eitherno bonus or a bonus of 10%, 25% or 35%.How many equivalence partitions are needed to test the calculation of thebonus?

A    3

B    5

C    2

D    4

80

Q80: Which of the following statements about the benefits of deriving test cases from use cases are most likely to be true?A. Deriving test cases from use cases is helpful for system andacceptance testing.B. Deriving test cases from use cases is helpful only for automatedtesting.C. Deriving test cases from use cases is helpful for component testing.D. Deriving test cases from use cases is helpful for testing the interactionbetween different components of the system.

A    A and D are true; B and C are false.

B    A is true; B, C and D are false.

C    A and B are true; C and D are false.

D    C is true; A, B and D are false.

81

Q81: Which of the below would be the best basis for fault attack testing?

A    Experience, defect and failure data, knowledge about software failures.

B    Risk analysis performed at the beginning of the project.

C    Use Cases derived from the business flows by domain experts.

D    Expected results from comparison with an existing system.

82

Q82: Which of the following would be the best test approach when there are poorspecifications and time pressures?

A    Use Case Testing.

B    Condition Coverage.

C    Exploratory Testing.

D    Path Testing.

83

Q83: Which one of the following techniques is structure-based?

A    Decision testing.

B    Boundary value analysis.

C    Equivalence partitioning.

D    State transition checking out.

Improving the employee experience | Deloitte Insights

Improving the employee experience | Deloitte Insights

FREEDOMFIGHTERS FOR AMERICA - THIS ORGANIZATIONEXPOSING ...

FREEDOMFIGHTERS FOR AMERICA - THIS ORGANIZATIONEXPOSING ...

Multiple Choice Questions - Strategic Management MG3047 ...

Multiple Choice Questions - Strategic Management MG3047 ...

Using Old Fashioned Communication To Solve Novel Problem ...

Using Old Fashioned Communication To Solve Novel Problem ...

Chapter 4. What Are You Writing, to Whom, and How ...

Chapter 4. What Are You Writing, to Whom, and How ...

The Citric Acid Cycle - The biochemistry of insulin ...

The Citric Acid Cycle - The biochemistry of insulin ...

Image showing what happens when action potential arrives ...

Image showing what happens when action potential arrives ...

Walpole 8 probabilidad y estadística para ciencias e ...

Walpole 8 probabilidad y estadística para ciencias e ...

Small Business Answers - Best stay at home job?I have 3 ...

Small Business Answers - Best stay at home job?I have 3 ...

Energy Flow Ecosystem Food Chain Diagram Food Web, PNG ...

Energy Flow Ecosystem Food Chain Diagram Food Web, PNG ...

A MEMORABLE EXPERIENCE WITH A FAVORITE FAMILY MEMBER ESSAY ...

A MEMORABLE EXPERIENCE WITH A FAVORITE FAMILY MEMBER ESSAY ...

Oracle Database Advanced Application Developer's Guide ...

Oracle Database Advanced Application Developer's Guide ...

SQL Workbench/J User's Manual SQLWorkbench

SQL Workbench/J User's Manual SQLWorkbench

Strategic brand management_review_english_2.6.2015

Strategic brand management_review_english_2.6.2015

Experts on the Future of Work, Jobs Training and Skills

Experts on the Future of Work, Jobs Training and Skills

Java Open Source Programming: with XDoclet, JUnit, WebWork ...

Java Open Source Programming: with XDoclet, JUnit, WebWork ...

Русский АвтоМотоКлуб | Экспресс-помощь на дорогах для ...

Русский АвтоМотоКлуб | Экспресс-помощь на дорогах для ...

Conceptual Marketing Corporation - 迎中國。 移情,尊重,尊嚴。 從歐洲的角度分析 ...

Conceptual Marketing Corporation - 迎中國。 移情,尊重,尊嚴。 從歐洲的角度分析 ...

Frozen Fiefdom - Daily Items and Updates

Frozen Fiefdom - Daily Items and Updates

23 MCQ by Urvi Trivedi - Issuu

23 MCQ by Urvi Trivedi - Issuu

O'Reilly Apache The Definitive Guide - PDF Free Download

O'Reilly Apache The Definitive Guide - PDF Free Download

0 comments:

Post a Comment

Popular Posts

Blog Archive