DTU - Cau Hoi Trac Nghiem - 2
DTU - Cau Hoi Trac Nghiem - 2
Teamwork
1 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
D. The leader must have the highest degree and salary
3 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
D. Responsive
2. Using Processes
1 How do we define a Process?
A. Input - Process – Output
B. Process - Input- Output
C. Output - Input – Process
D. Process - Output – Input
4 The best period of time for one Sprint Backlogs in Scrum process
is?
A. 2->4 weeks
B. 3->5 weeks
C. one week
D. one month
3. Technical Review
1 What are the types of technical review?
A. Walkthroughs, Code Reading, Pair Programming, Inspections
B. Code Reading, Pair Programming, Inspections
C. Walkthroughs, Code Reading, Pair Programming, Inspections, Customer
Review
D. Code Reading, Pair Programming
22 What is SCM?
A. Software Configuration Management
B. System Configuration Management
C. Software Change Management
D. System Change Management
4. Configuration Management
1 SCM is an abbreviation of?
A. Software Configuration Management
B. System Configuration Management
C. Software Change Management
D. System Change Management
2 SCM is used to ….
A. Build Project
B. Manage the revision of the project
C. Share document and code
D. Review code
9 For Eclipse to work with SVN, which tool must you add to Eclipse?
A. subversive
B. Ant
C. Maker
D. SVN client
26 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
D. Class name
28 ANT is used to ….
A. Build Project
B. Manage the revision of the project
C. Share document and code
D. Review code
29 CruiseControl can...
A. Automatically build
B. Automatically test
C. Manage Email notification, Log
D. All above
30 For building java project using ANT, you must write config file in
…
A. Java language
B. HTML language
C. XML language
D. A and C are correct
5. Refactoring
1 Which statement is WRONG about refactoring?
A. Refactoring does NOT fix defects
B. Refactoring does NOT add new functionality
C. Refactoring does NOT make the codes better
D. Refactoring is the technology to improve the code
9 When you want to move some lines of codes to a new procedure. What
will you do in Eclipse?
A. Copy, Paste and Modify the code
B. Use the Extract method in Refactoring
C. Use the Pull Up in Refactoring
D. Use the Push Down in Refactoring
3 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
D. All above
5 If you want to know the Module1 work together with the Module2 are
correct or not. What case of the test will you do?
A. Unit Test
B. System Test
C. Integration Test
D. Acceptance Test
6 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
D. Stress Test
7 What is the normal order of activities software testing?
1. Integration testing
2. Unit testing
3. System testing
4. Acceptance testing
A. 1, 2, 3, 4
B. 4, 3, 2, 1
C. 2, 1, 3, 4
D. 4, 1, 3, 2