Slovak Independence

Learn about Slovakia's independence from Czechoslovakia in 1993, its transition to a sovereign nation, and key milestones in its post-independence history including EU and NATO membership.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Data flow analysis studies:

  1. possible communications bottlenecks in a program.
  2. the rate of change of data values as a program executes.
  3. the intrinsic complexity of the code.
  4. the use of data on paths through the code.
Question 2 Multiple Choice (Single Answer)

What is the main difference between a walkthrough and an inspection?

  1. An inspection is lead by the author, whilst a walkthrough is lead by a trained moderator.
  2. An inspection has a trained leader, whilst a walkthrough has no leader.
  3. A walkthrough is lead by the author, whilst an inspection is lead by a trained moderator.
  4. Authors are not present during inspections, whilst they are during walkthroughs.
Question 3 Multiple Choice (Single Answer)

A failure is:

  1. found in the software; the result of an error.
  2. departure from specified behavior.
  3. an incorrect step, process or data definition in a computer program.
  4. a human action that produces an incorrect result.
Question 4 Multiple Choice (Single Answer)

Verification testing is to check:

  1. Is the task done correctly
  2. Is the correct task done
  3. Is the task complete
  4. Is the task created
Question 5 Multiple Choice (Single Answer)

Validation testing is to check:

  1. Is the task done correctly
  2. Is the correct task done
  3. Is the task complete
  4. Is the task created
Question 6 Multiple Choice (Single Answer)

What is automation testing:

  1. Automation testing is the process of developing and executing tests that can run unattended
  2. Automation testing is the process of developing and executing tests that can run with manual intervention
  3. All testing procedures are called automation testing
  4. Automation testing is the process of developing and executing tests that can be run by testers
Question 7 Multiple Choice (Single Answer)

Why do we automate:

  1. To reduce testing time
  2. To reduce testing cost
  3. All of the above
  4. We have budget for automation
Question 8 Multiple Choice (Single Answer)

Software requirement specifies “A system can store upto 10 MB of data.”. Testing the system with 100 MB of data is which type of testing:

  1. Load Testing
  2. Stress Testing
  3. Functional Testing
  4. Regression Testing
Question 9 Multiple Choice (Single Answer)

Software requirement specifies “A password field can have maximum 5 characters.”. Testing the password field with 6 characters to make sure it does not accept 6 characters is which type of testing:

  1. Load Testing
  2. Stress Testing
  3. Negative Testing
  4. Regression Testing
Question 10 Multiple Choice (Single Answer)

What are the methods of software testing:

  1. Manual Testing
  2. Functional Testing, Regression Testing
  3. Manual Testing, Automation Testing
  4. Automation Testing
Question 11 Multiple Choice (Single Answer)

One of the objectives of testing is:

  1. To find bug whenever time permits
  2. To find bug in the assigned module
  3. To find bugs as early as possible
  4. To find bugs whenever automation suite is executed
Question 12 Multiple Choice (Single Answer)

Testing is a means to:

  1. Find bugs
  2. Provide confidence and information
  3. Prevent defects
  4. All of the above
Question 13 Multiple Choice (Single Answer)

A Test Plan includes:

  1. Total numbers of features to be tested
  2. Testing approaches to be tested
  3. Testing tools to be used
  4. All of the above
Question 14 Multiple Choice (Single Answer)

Software requirement specifies “A printer can print 100 pages in 30 seconds.”. Testing the printer with 100 pages for 30 seconds is which type of testing:

  1. Load Testing
  2. Stress Testing
  3. Functional Testing
  4. Regression Testing
Question 15 Multiple Choice (Single Answer)

The process of making an educated guess of things to be tested is what type of black box testing.

  1. Equivalence Partitioning
  2. Boundary Value Analysis
  3. Error Guessing
  4. State Transition Testing
Question 16 Multiple Choice (Single Answer)

A good software tester requires:

  1. Curiosity
  2. A critical eye
  3. Good Communication
  4. All of the above
Question 17 Multiple Choice (Single Answer)

Who can do automation testing:

  1. Any tester
  2. Any tester who wants to do it
  3. Any tester who has understanding of software coding
  4. Test Lead
Question 18 Multiple Choice (Single Answer)

Re-applying tests from old builds to make sure nothing broke in new builds is a form of what type of testing.

  1. System Testing
  2. Unit Testing
  3. Integration Testing
  4. Regression Testing
Question 19 Multiple Choice (Single Answer)

A test case specifies which of the following.

  1. What to test
  2. Inputs to test
  3. Expected results
  4. Test Conditions and Constraints
  5. All of the above
Question 20 Multiple Choice (Single Answer)

Showing the system can work at peak times by flooding it with transactions is what type of testing.

  1. Installation testing
  2. Integration testing
  3. Configuration testing
  4. Regression testing
  5. Stress testing