SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
SWA - Software Architecture
Start Test
Study First
Subjects
:
certifications
,
swa
,
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Iteration Planning
Acceptance Tests
Multiplicity
Commit
2. A measure of logical dependency.
Tag
Fa
Coupling
.lib - project properties
3. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Model
Polymorphism
Functional
Translation Unit
4. No more than 40 hours to stop burnouts.
Abstract Function
40 Hour Work Week
Static
External Linkage
5. Code generation in a lib
Singleton
Coding
.lib - code generate
0xFEEEFEEE
6. Set of all pending changes.
Master
Structural
Iteration Planning
Index
7. How many objects that a source object can legitimately reference.
Pull
White-Box
CRC Cards
Multiplicity
8. Separating out a section of code into a reusable function or class.
Ignore
Abstraction
Translation Unit
Push
9. Plan out your code.
Edit Conflict
Add
Design
Functional
10. What is part of the current scope.
Fa
Locals
.dll LoadLibrary
Clone
11. Stops when memory changes.
Pair Programming
Data Breakpoint
Test Fixture
Polymorphism
12. About the interface to an object. Data contained within.
Observer
Encapsulation
Dependency
.dll import library
13. Whats displayed to the screen
Edit Conflict
Structural
View
Navigability
14. Symbols that can not be accessed by code in other units have __________. These symbols are usually static non-member functions/variables defined within.c/.cpp or defined in an anonymous namespace.
Internal Linkage
Tag
Spike Solution
Locals
15. 2 Eyes + 2 Minds = AWESOME!
Access Violation
Positive Test Case
Namespaces
Pair Programming
16. Valid input that the program is designed to process.
Positive Test Case
Pair Programming
Maintenance
Polymorphism
17. Black Box - The way the program works is internally unknown.
Spike Solution
Remove
Pull
Functional
18. No man's land. Guard bytes before the after allocated heap memory.
0xFDFDFDFD
Watch
Move People Around
Index
19. Undo changes made since your last commit.
Requirements
Testing
Revert
Abstraction
20. Downloads without merging.
0xFDFDFDFD
External Linkage
Fetch
Design
21. Ability to accept different types of parameters to bind to different implementations at run-time.
Flexibility
Functional
Commit
Breakpoint
22. A pointer or reference. One object needs to know about the other object to work.
Design
Checkout
Association
Nesting
23. Developers should be integrated and releasing code into the code repository every few hours.
Continuous Integration
Add
Black-Box
Composite
24. The process of deciding which function definition to link during run-time.
Track
Singleton
Dynamic Binding
Checkout
25. Cross training is an important consideration to try and prevent islands of knowledge - which can cause loss.
Move People Around
CRC Cards
Pull
Track
26. Bad! Don't ever use these types of variables!
const
Release Planning
Translation Unit
Globals
27. Ignores files when pushing.
Generalization
Ignore
Pair Programming
Singleton
28. Makes a copy of your repository.
Clone
Spike Solution
Realization
Command
29. Allows consumers to try a system earlier and give early feedback.
0xCDCDCDCD
Branch
Function Object
On-Site Customer
30. Create a test and then create a function.
Namespaces
Requirements
0xFEEEFEEE
Unit Test First
31. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
Negative Test Case
Encapsulation
Access Violation
Namespaces
32. Concept based on limiting the scope of modules to provide better structures.
Command
Law of Demeter
.dll explicit linking
Composite
33. Do not optimize until the very end.
Stand Up Meetings
Static
User Stories
Optimization Last
34. A collection of memory addresses for all virtual functions in an objects class hierarchy.
Maintenance
Push
Virtual Function Table
0xFEEEFEEE
35. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
0xCCCCCCCC
Factory Method
Coupling
Pair Programming
36. Meetings used to create a release plan - which will lay out the overall project.
Design
Positive Test Case
Fa
Release Planning
37. Bookmark of a revised set with a title. For easy checkouts.
Coding
Tag
State
Checkout
38. When a concrete class inherits from a pure interface.
Realization
Function Object
Testing
Modularity
39. Helps to eliminate unnecessary "include chaining."
Forward Declaration
Pull
Coding
Undeclared Identifier
40. Copies all changes from one branch into another branch.
Revert
Coding Standards
Cherry Pick
Merge
41. Will execute all code paths and boundary conditions.
Delegation
Structural
Abstract Function
Hierarchy
42. Linking to dynamic libraries is usually handled by linking to an ____________.
Negative Test Case
Robustness
View
.dll import library
43. Always do the simplest design that could possibly work.
Edit Conflict
Cherry Pick
Simplicity
Iteration Planning
44. Adds files to the repository.
Spike Solution
Execution Pointer
Refactoring
Add
45. Having power over inheritance with the flexibility of composition.
Structural
Delegation
Static
Requirements
46. Application
Model
Breakpoint
Realization
Show Log
47. Variable doesn't exist.
Resolved
extern "C"
Breakpoint
Undeclared Identifier
48. Simply a value.
Composition
Edit Conflict
Generalization
Positive Test Case
49. Quick program.
Remove
Spike Solution
Edit Conflict
Resolved
50. Put this before a function name in a dll - and the function name will avoid name mangling
Analysis
extern "C"
Static
Track