🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

UAS PKPL TI Genap 2023_ Attempt review.pdf

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Full Transcript

10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Started on State Completed on Time taken Tuesday, 30 May 2023, 1:07 PM Finished Tuesday, 30 May 2023, 1:47 PM 39 mins 53 secs Marks 38.00/42.00 Grade 90.48 out of 100.00 Question 1 Correct Mark 1.00 out of 1.00 Choose the most correct answer! Ra...

10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Started on State Completed on Time taken Tuesday, 30 May 2023, 1:07 PM Finished Tuesday, 30 May 2023, 1:47 PM 39 mins 53 secs Marks 38.00/42.00 Grade 90.48 out of 100.00 Question 1 Correct Mark 1.00 out of 1.00 Choose the most correct answer! Random testing with Uniform Distribution Case in number 1 reflects  1/6 With condition in number 1, the chance of number 1 to be selected is  If the dice has number 1, 2, 2, 3, 3, and 3 in its side respectively, the chance of number 2 to be selected 1/3  Random testing with Operational Distribution Case in number 3 reflects  A dice has 6 sides, each has number 1, 2, 3, 4, 5, and 6 in its side respectively. When rolling it, we have a chance to get number 1 equally to chance of other numbers. The chance of number 6 to be selected is 1/6  Your answer is correct. The correct answer is: Case in number 1 reflects → Random testing with Uniform Distribution, With condition in number 1, the chance of number 1 to be selected is → 1/6, If the dice has number 1, 2, 2, 3, 3, and 3 in its side respectively, the chance of number 2 to be selected → 1/3, Case in number 3 reflects → Random testing with Operational Distribution, A dice has 6 sides, each has number 1, 2, 3, 4, 5, and 6 in its side respectively. When rolling it, we have a chance to get number 1 equally to chance of other numbers. The chance of number 6 to be selected is → 1/6 https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 1/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 2 Correct Mark 1.00 out of 1.00 1 public static void Print(int num) 2{ 3 Do 4 { 5 System.out.println("number is less than 99"); 6 if(num > 45) 7 { 8 9 10 System.out.println("number is greater than 45"); } num++; 11 } while (num < 99) 12 System.out.println("Finish"); 13 } Variable num in line 1 is Local Def  Line coverage if input is 60 100%  Variable num in line 10 is Local Def and C-use  Branch coverage if input is 70 100%  Variable num in line 11 is C-use  Your answer is correct. The correct answer is: Variable num in line 1 is → Local Def, Line coverage if input is 60 → 100%, Variable num in line 10 is → Local Def and C-use, Branch coverage if input is 70 → 100%, Variable num in line 11 is → C-use https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 2/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 3 Correct Mark 1.00 out of 1.00 A retest of software or its module after it has been modified is called: A. B. C. D. E. Software Change Management Software Configuration Management Software Quality Assurance Regression Testing  Software Quality Control Your answer is correct. The correct answer is: Regression Testing https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 3/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 4 Correct Mark 1.00 out of 1.00 The purpose of regression testing is: A. To ensure that the software can be built in time B. To ensure that no false requirements gathered C. To ensure that no adverse effect has been introduced to the software  D. To ensure that the software has good interface E. Fixing errors found in testing Your answer is correct. The correct answer is: To ensure that no adverse effect has been introduced to the software https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 4/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 5 Correct Mark 1.00 out of 1.00 In regression testing, retest all: a. b. c. d. e. May be be wrongly identified the affected part Is the recommended approach if the cost is expensive Not fixing mistakes in spec, design, etc May be very time consuming  Can reduce time and cost of regression testing Your answer is correct. The correct answer is: May be very time consuming https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 5/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 6 Correct Mark 1.00 out of 1.00 In regression testing, retest selectively: a. b. c. d. e. Is the recommended approach unless the cost to test all is not expensive May be very time consuming Fixing errors found in testing Can reduce time and cost of regression testing  Is the most safe option Your answer is correct. The correct answer is: Can reduce time and cost of regression testing https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 6/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 7 Correct Mark 1.00 out of 1.00 Heuristic GRE is conducted with following procedures (G: select test case satisfying most unsatisfied requirements, E: select essential test cases, R: Remove redundancy): a. It applies E and R alternatively until neither of them can be applied. Under this circumstances, G is applied b.  It applies G and R alternatively until neither of them can be applied. Under this circumstances, E is applied. o ensure that no false requirements gathered c. It applies R and G alternatively until neither of them can be applied. Under this circumstances, E is applied d. It applies G and E alternatively until neither of them can be applied. Under this circumstances, R is applied. e. It applies E and G alternatively until neither of them can be applied. Under this circumstances, R is applied. Your answer is correct. The correct answer is: It applies E and R alternatively until neither of them can be applied. Under this circumstances, G is applied https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 7/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 8 Correct Mark 1.00 out of 1.00 The characteristics of object-oriented testing is a. Recycle test b. Loosely Coupled  c. One time test d. Using code to test e. Dependent Your answer is correct. The correct answer is: Loosely Coupled https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 8/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 9 Correct Mark 1.00 out of 1.00 The following is a developer team in Agile testing A. B. C. D. E. Domain Experts Business analyst Tester  Business Expert Product Owners Your answer is correct. The correct answer is: Tester https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 9/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 10 Correct Mark 1.00 out of 1.00 The following is a false statement why should testing automation A. B. C. D. E. Tests and examples that drive coding can do more Manual testing takes too long Company doesn’t have a lot of resources Manual processes are error prone Tests not provide documentation  Your answer is correct. The correct answer is: Tests not provide documentation https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 10/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 11 Correct Mark 1.00 out of 1.00 The goal of Object-Oriented Design is a. Optimize maintainability b. Optimize reusability c. Optimize the developer d. Optimize Time to Design e.  Optimize Reliability Your answer is correct. The correct answer is: Optimize Time to Design https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 11/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 12 Correct Mark 1.00 out of 1.00 What is the advantage of agile testing? a. b. c. Focused on making sure all the specified requirement are delivered in the final product Development cycle is long Can need to retest the software after it has been modified to ensure that no new faults are introduced d. Work closely with business and have detailed understanding of requirements e.  Release can be postponed if the requirement is not met Your answer is correct. The correct answer is: Work closely with business and have detailed understanding of requirements https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 12/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 13 Incorrect Mark 0.00 out of 1.00 Following is true about ATDD: A. Validate Requirements from requirement analysis B. An approach that was derived from BDD C. Testing high level – with user story, written by domain experts D. Testing low level E.  An approach that was derived from TDD Your answer is incorrect. The correct answer is: Testing high level – with user story, written by domain experts https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 13/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 14 Correct Mark 1.00 out of 1.00 Following is true about Agile development, EXCEPT: A. Testing in initiated after the whole implementation done  B. Persistent involvement of domain experts in the whole process C. In Testing Perspective: Split testing across the software development phases D. Combine all activities in small pieces and iterate them to graduate build the software E. Agile testing is discontinuous (not always linear) and running throughout the software development process. Your answer is correct. The correct answer is: Testing in initiated after the whole implementation done https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 14/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 15 Correct Mark 1.00 out of 1.00 What is similarity between TDD and BDD? A. B. Both are testing in low level  Both are using programming language C. Both are testing in high level D. Both are using development cycle E. Both are using natural language Your answer is correct. The correct answer is: Both are testing in low level https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 15/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 16 Correct Mark 1.00 out of 1.00 What is similarity between ATDD and BDD? A. Both are testing in low level B. Both are using programming language C. Both are testing in high level D. Both are using development cycle E. Both are using natural language  Your answer is correct. The correct answer is: Both are using natural language https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 16/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 17 Correct Mark 1.00 out of 1.00 TDD is: A. B. C. D. E. developer oriented approach  user oriented approach owner oriented approach tester oriented approach customer oriented approach Your answer is correct. The correct answer is: developer oriented approach https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 17/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 18 Correct Mark 1.00 out of 1.00 ATDD requires: A. B. C. D. E. low level tests high level tests  unit level tests end-to-end tests high and low level tests Your answer is correct. The correct answer is: high level tests https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 18/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 19 Correct Mark 1.00 out of 1.00 The main difference between BDD and TDD is: A. B. C. D. E. testing level required different testing objectives different type of software tested how test cases are written  different requirement to validate Your answer is correct. The correct answer is: how test cases are written https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 19/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 20 Correct Mark 1.00 out of 1.00 Gherkin is, EXCEPT: A. Grammatical rules that make text with a certain structure accessible to Cucumber B. a domain-specific language C. created explicitly for writing behavior descriptions D. using keyword "Given, When, Who" E.  used in cucumber Your answer is correct. The correct answer is: using keyword "Given, When, Who" https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 20/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 21 Correct Mark 1.00 out of 1.00 Gherkin syntax use a set of special …. To give structure and meaning to executable specifications. A. Characters B. Values C. Features D. Symbols E. Keywords  Your answer is correct. The correct answer is: Keywords https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 21/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 22 Correct Mark 1.00 out of 1.00 The following are included in the primary keyword, EXCEPT: A. B. C. D. E. Background Example Interface  Scenario Outline Feature Your answer is correct. The correct answer is: Interface https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 22/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 23 Incorrect Mark 0.00 out of 1.00 Which of the following statements is NOT TestRail used for: A. Management tool to track programmer efforts B. Tool to management all activity in one life cycle  C. Management tool to organize software testing efforts D. Management tool to track software all activity in one life cycle E. Test case management tool to manage, track, organize software testing efforts Your answer is incorrect. The correct answer is: Management tool to track programmer efforts Question 24 Correct Mark 1.00 out of 1.00 Which of the following statements accurately describes TestRail: A. TestRail is a collaboration tool for software development teams B. TestRail is a version control tool C. TestRail is a test case management tool designed to automate the testing process.  D. TestRail is an open-source framework used for performance testing. E. TestRail is a bug tracking system used for issue management. Your answer is correct. The correct answer is: TestRail is a test case management tool designed to automate the testing process. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 23/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 25 Incorrect Mark 0.00 out of 1.00 Which of the following Katalon’s primarily used for in the software testing domain A. Test case execution B. Test environment setup C. Test result analysis D. Test data generation E. Test programmer’s capability  Your answer is incorrect. The correct answer is: Test case execution Question 26 Correct Mark 1.00 out of 1.00 The advantages of Katalon, except : A. Intuitive and Easy to Use Interface B. Able to killing bug in software  C. Integration and Extensibility CI/CD D. Cross-platform and Cross-browser Testing E. Comprehensive Reporting and Analytics Your answer is correct. The correct answer is: Able to killing bug in software https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 24/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 27 Incorrect Mark 0.00 out of 1.00 The disadvantages of Katalon, except: A. Takes a lot of time to Run  B. Good documentation report C. Easy to configure environment D. Subscription Fees E. Intuitive and easy to use interface Your answer is incorrect. The correct answer is: Subscription Fees Question 28 Correct Mark 1.00 out of 1.00 What is object repository in katalon stands for: A. A feature the user can manage objects in an application that wants to test  B. A feature to develop software C. A feature to help user to track activity in one life cycle D. A feature that admin can manage another user E. A feature to organize test case Your answer is correct. The correct answer is: A feature the user can manage objects in an application that wants to test https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 25/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 29 Correct Mark 1.00 out of 1.00 Which of the following programming languages is commonly used in Katalon for test automation scripting? A. B. C. D. E. ruby C# python Java  php Your answer is correct. The correct answer is: Java https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 26/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 30 Correct Mark 1.00 out of 1.00 Which of the following types of testing can be performed using Katalon? A. Integration testing B. Unit testing C. Performance testing D. Regression testing E. All correct  Your answer is correct. The correct answer is: All correct Question 31 Correct Mark 1.00 out of 1.00 Which of the following features does Katalon provide for test automation A. All of the above options are correct  B. Integration with popular CI/CD tools C. Record and playback functionality D. Support for web and mobile application testing E. Data-driven testing capabilities Your answer is correct. The correct answer is: All of the above options are correct https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 27/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 32 Correct Mark 1.00 out of 1.00 Three important points in SQA are, EXCEPT: A. Technical documents  B. Software requirements. C. Specified standards. D. Implicit requirements E. Technical reviews and audits Your answer is correct. The correct answer is: Technical documents https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 28/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 33 Correct Mark 1.00 out of 1.00 Below is included in SQA Group Activities: A. B. C. D. E. Having a single testing strategy Read all technical document. Audit expenses. Audits designated software work products.  Recruit human resource. Your answer is correct. The correct answer is: Audits designated software work products. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 29/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 34 Correct Mark 1.00 out of 1.00 The objectives of the FTR are, EXCEPT: A. B. C. D. E. to make projects more manageable to uncover errors in function, logic, or implementation of the software. to preserve best personnel.  to verify that the software under review meets its requirements. to ensure that the software has been represented according to predefined standards. Your answer is correct. The correct answer is: to preserve best personnel. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 30/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 35 Correct Mark 1.00 out of 1.00 Every review meeting should follow this constraint: A. Between three and five people (typically) should be involved in the review.  B. Require more than two hours of work for each person. C. Duration should be less than five hours D. No need advance preparation. E. To ensure that software is represented according to owner’s want. Your answer is correct. The correct answer is: Between three and five people (typically) should be involved in the review. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 31/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 36 Correct Mark 1.00 out of 1.00 Software Configuration Management is related to: A. B. C. D. E. how to control the documentation. how to fix the bug. how to control the test suite how to manage the change of software item.  how to control the code. Your answer is correct. The correct answer is: how to manage the change of software item. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 32/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 37 Correct Mark 1.00 out of 1.00 Software Configuration Management is: a. b. c. d. e. about managing change of the multiple developer composing an information system give service to customer after software is deployed similar to software support. a set of software engineering activities that occur after software has been delivered to the customer and put into operation. a set of tracking and control activities during software development.  Your answer is correct. The correct answer is: a set of tracking and control activities during software development. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 33/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 38 Correct Mark 1.00 out of 1.00 There are four fundamental sources of change, EXCEPT: A. B. C. D. E. Budgetary or scheduling constraints cause a redefinition of the system or product New business condition dictates changes in product requirements or business rules. New customer needs demand modification of data produced by information systems. The change of project development team.  Re-organization or business growth/downsizing causes changes in project priorities. Your answer is correct. The correct answer is: The change of project development team. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 34/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 39 Correct Mark 1.00 out of 1.00 Software Configuration Management can be viewed as, EXCEPT: A. B. C. D. an umbrella activity. a software quality assurance activity. a process that is applied throughout the software process. a process that have been developed to manage change throughout the life cycle of computer software. E. a customer service activity  Your answer is correct. The correct answer is: a customer service activity https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 35/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 40 Correct Mark 1.00 out of 1.00 SCI in SE(Software Engineering) regards all of the following, EXCEPT: A. B. C. D. E. an SCI could be one test case in a large suite of tests. an SCI could NOT be a single section of a large specification.  SCIs are organized to form configuration objects that may be cataloged in the project database with a single name. a software configuration item (SCI) is created as part of the software engineering process. an SCI can be: a document, or an entire suite of test cases, or a named program component (e.g., a C++ function or an Java package). Your answer is correct. The correct answer is: an SCI could NOT be a single section of a large specification. https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 36/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 41 Correct Mark 1.00 out of 1.00 Baseline is: A. not located in project database A) not located in project database B. is placed outside the project database C. software testing tools to control change without seriously impeding justifiable change D. E. SCI that has been stored in project database and referred in other related configuration objects  not used as basis of other relevant configuration objects or process Your answer is correct. The correct answer is: SCI that has been stored in project database and referred in other related configuration objects https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 37/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review Question 42 Correct Mark 1.00 out of 1.00 Check-out is: A. B. C. a process to approve SCI that has been reviewed to be removed from project database to be modified  a process to reject an SCI to be placed in project database a process to approve SCI that has been reviewed to be placed in project database https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 38/39 10/05/24, 11.04 UAS PKPL TI Genap 2023: Attempt review D. process for exiting software development E. a process to review an SCI Your answer is correct. The correct answer is: a process to approve SCI that has been reviewed to be removed from project database to be modified https://ecourse.del.ac.id/mod/quiz/review.php?attempt=301997&cmid=41112 39/39

Use Quizgecko on...
Browser
Browser