ONTAP - TRACNGHIEM - ADP (AutoRecovered)
ONTAP - TRACNGHIEM - ADP (AutoRecovered)
ONTAP - TRACNGHIEM - ADP (AutoRecovered)
Introduction to Teamwork
Index Question
Which statement is true about teamwork?
A. The team will need to build trust
B. The team will need to build in the rule of contract
C. Everyone on the team must have a high degree
1 D. The leader must have the highest degree and salary
Why do we need to build the teamwork?
A. The software projects are too large and those a diverse set of skills and
roles
B. Experienced programmers who will teach those less experienced
C. To do inspection
2 D. To prevent defects
In tips for receiving feedback, when you listen carefully and try to
understand the meaning of the feedback, what is this kind of technic
called?
A. Open
B. Active listening
C. Thoughtful
3 D. Responsive
Role of a team leader in helping all members working together:
A. Manage the technique of the project
B. Suppress ego of each member
C. Help all members write codes
4 D. Manage the quality of the project
What is the characteristic of high-performance teams in company
mission?
A. A clear, elevating goal
B. Competent team members
C. Unified commitment
5 D. A results-driven structure
What is the characteristic of high-performance teams when your
company gets CMM standard?
A. Unified commitment
B. Collaborative climate
C. Standards of excellence
6 D. External support and recognition
What are team member’s competitions?
A. Technical
B. Personal
C. Salary
7 D. A and B are correct
All studies of Inspection have common results, the meeting will find
very few errors compared to the reading code. Why are many
companies still inspecting the code by meeting?
A. They use inspection for training
B. Inspection can find the defect that the individual couldn’t found
C. Meetings create a schedule that people must work towards
12 D. All above
What are three types of Object Oriented 's review?
A. checklist review, systematic review, use-case review
B. checklist review, Diagram review, use-case review
C. checklist review, Diagram review, Code review
13 D. checklist review, systematic review, use review
What is the most successful type of Object Oriented's review?
A. Checklist review
B. Systematic review
C. Use-case review
14 D. No solution is true
What is the maximum time to peer code review?
A. 30 minutes
B. 60 minutes
C. 90 minutes
15 D. 120 minutes
In the Cisco Collaborate tool, what are the roles in a review?
A. Author, Reviewer, Moderator
B. Author, Reviewer, Observer
C. Author, Inspector, TimeKeeper/Reader, Recorder
16 D. All above
What are the roles in the inspection process?
A. Author, Reviewer, Moderator
B. Author, Reviewer, Observer
C. Author, Inspector, Moderator, TimeKeeper/Reader, Recorder
17 D. B and C are correct
When you create a review by using Cisco Collaborate, what roles must
be included?
A. Author, Moderator
B. Reviewer, Moderator
C. Moderator, Observer
18 D. Author, Reviewer
When you use inspection process, what roles must be included?
A. Author, Moderator, Inspector
B. Reviewer, Moderator, Inspector
C. Moderator, Observer, Inspector
19 D. Author, Reviewer, Inspector
Cisco Collaborate tool is used to:
A. Review code
B. Share code
C. Cross training
20 D. All above
Cisco tool is run on:
A. Desktop Application environment
B. Client/Server environment
C. Web Application environment
21 D. All above
What is SCM?
A. Software Configuration Management
B. System Configuration Management
C. Software Change Management
22 D. System Change Management
Which is stage efficiency for finding code defects?
A. Meeting
B. Discussing with the author
C. Reading
23 D. A, B, C are not correct
What is the responsibility of Inspector?
A. Control the time of the meeting
B. Read the document and prepare to review at the meeting
C. Do nothing before meeting
24 D. A and B are correct
Which review that the participants do not need to prepare or read the
material?
A. Inspection
B. Pair programming
C. Code Reading
25 D. Walkthrough
Which phase of inspection is used to choose inspectors?
A. Planning
B. Overview
C. Preparation
26 D. Meeting
What is code defect in Technical Review?
A. The program cannot run
B. The code must be rewriting
C. Algorithms fail
27 D. The codes are hard to understand
All studies of Inspection have common results, the meeting will find
very few errors compared to the reading code. Why are many
companies still inspecting the code by meeting?
A. They use inspection for training
B. Inspection can find the defect that the individual couldn't found
C. Meetings create a schedule that people must work towards
28 D. All above
What is the most formal technical review?
A. Walkthroughs
B. Code Reading
C. Pair Programming
29 D. Inspections
What is the most informal technical review?
A. Walkthroughs
B. Code Reading
C. Pair Programming
30 D. Inspections
When you create a test with JUnit by eclipse. The default unit test
class name is …
A. Class name + “Test”
B. Class name + “UnitTest”
C. Blank
26 D. Class name
Which error is found by the unit testing?
A. Execute
B. Code standard
C. Syntax
27 D. all of the above
ANT is used to ….
A. Build Project
B. Manage the revision of the project
C. Share document and code
28 D. Review code
CruiseControl can...
A. Automatically build
B. Automatically test
C. Manage Email notification, Log
29 D. All above
For building java project using ANT, you must write config file in …
A. Java language
B. HTML language
C. XML language
30 D. A and C are correct
1.5. Testing and Quality
Index Question
If your code has unrecognized defects, what will you do?
A. Change the test-case and do Unit-Test again
B. Write another code to replace it
C. Let the tester find
1 D. Do nothing
What is the best way to find defects from a function with numerous
lines of code?
A. Change the test-case and do Unit-Test again
B. Isolate the suspicious regions of code
C. Check code that has changed recently
2 D. Be suspicious of classes and methods that have had defects before
If your code has errors but you can't find the defect for many hours.
What is the best way you should do?
A. Check for common defects
B. Check code that has changed recently
C. Isolate the suspicious regions of code
3 D. Take a break
In conducting phase. It is a Defect if…
A. The algorithm is wrong.
B. The code is right but unintelligible due to poor documentation.
C. The code is right but there’s a better way to do it
4 D. All above.
What is the characteristic of software quality that you can achieve if
you try to find and fix defects?
A. Accessibility
B. Safety
C. Performance
5 D. Correctness
When you run your code step by step to find defects. This technic is…
A. Reviewing
B. Testing
C. Debugging
6 D. Refactoring
What is the reason of code defects?
A. Poor understanding of requirements
B. Poor design
C. Poor coding practices
7 D. All above.
If a defect must be fixed quickly. What will you do?
A. Let junior programmers fix defects
B. Consider assigning 2 or 3 developers to it
C. Change code randomly and hope it fixes things
8 D. All above
A hardware device used to debug the software of an embedded
system is...
A. Internal trace log
B. Design review
C. An in-circuit emulator (ICE)
9 D. Interactive Debugger
From studies, how many percents of defects are found in 5% of
classes?
A. 30
B. 40
10 C. 50
D. 60
When you test the number of users access the website at the same
time, that is…
A. Accepting Test
B. Unit Test
C. Integration Test
1 D. Stress Test
The goal of testing is…
A. To find all defects
B. To admit the software is good enough to release
C. To remove defects
2 D. To find as many defects as they can
When will you evolve and expand your test suite over time?
A. Whenever a defect is found
B. When adding new features
C. When you look at someone else's code and see a testing hole
3 D. All above
When you test the number of users access the website at the same
time, that is…
A. Accepting Test
B. Unit Test
C. Integration Test
6 D. Stress Test
A. 1, 2, 3, 4
B. 4, 3, 2, 1
C. 2, 1, 3, 4
7 D. 4, 1, 3, 2
Which type of project bellow needs more and more testing
A. Medical systems
B. Airplane guidance systems
C. Weapons systems
8 D. All above
In Agile processes, what phase can customers participate?
A. Unit Test
B. Integration Test
C. Acceptance Test
9 D. System Test
Which library supports unit test in Eclipse?
A. junit.framework.TestCase
B. java.junit.Test
C. java.junit
10 D. All above
1.7. Refactoring
Index Question
Which statement is WRONG when you are talking about refactoring?
A. Refactoring does NOT fix defects
B. Refactoring does NOT add new functionality
C. Refactoring does NOT make the codes better
1 D. Refactoring is the technology to improve the code