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. Black Box - The way the program works is internally unknown.
White-Box
Encapsulation
Structural
Functional
2. Quick program.
Spike Solution
Multiplicity
Stash
Virtual Function Table
3. Set of all pending changes.
Index
0xCDCDCDCD
.dll import library
Observer
4. Code whatever it is you need to code.
Coding
Index
Release Planning
Locals
5. Views all previous changes.
Precompiled Header
Show Log
Association
Resolved
6. Breaks encapsulation boundaries.
White-Box
Cherry Pick
Analysis
Observer
7. Copies all changes from one branch into another branch.
Encapsulation
External Linkage
Cohesion
Merge
8. Bookmark of a revised set with a title. For easy checkouts.
Release Planning
Coupling
Tag
Add
9. 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.
.dll explicit linking
Association
Internal Linkage
Export
10. A set of creation and initialization steps useful for a set of different related tests.
const
Test Fixture
.lib - code generate
Resolved
11. Bad! Don't ever use these types of variables!
Resolved
External Linkage
Globals
Checkout
12. CONSTANT
Refactoring
Dynamic Binding
Test Fixture
const
13. Ability to accept different types of parameters to bind to different implementations at run-time.
Globals
Merge
Watch
Flexibility
14. How many objects that a source object can legitimately reference.
Flexibility
Merge
Multiplicity
.lib - project properties
15. Weak relationship between two classes. Almost always results in a #include.
Namespaces
Robustness
Dependency
Multiplicity
16. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.
Access Violation
Fa
Metaphor
0xFEEEFEEE
17. Makes a copy of your repository.
Remove
const
Clone
Acceptance Tests
18. Whats displayed to the screen
Show Log
Remove
Analysis
View
19. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
Composition
Factory Method
Checkout
Optimization Last
20. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Navigability
Master
Access Violation
Test Fixture
21. Classes build off of each other.
0x00000000
Namespaces
Modularity
Encapsulation
22. Functionality Tests.
Polymorphism
Tag
Data Breakpoint
Acceptance Tests
23. NULL memory.
0x00000000
Export
.lib - preprocessor directive
Flexibility
24. Use this to find a memory address or signiture in a dll
GetProcAddress
name mangling
Robustness
Refactoring
25. One of the linking methods (pragma comment)
Pull
.lib - preprocessor directive
Edit Conflict
.lib - project dependices
26. Function doesn't exist.
Controller
Unresolved External Symbol
Access Violation
Abstract Function
27. Link multiple projects together
Cherry Pick
Breakpoint
Data Breakpoint
.lib - project properties
28. The process of deciding which function definition to link during run-time.
Testing
Dynamic Binding
Generalization
Precompiled Header
29. Adds files to the repository.
Add
Coding Standards
Flexibility
Command
30. Removes files from the repository.
Remove
GetProcAddress
Spike Solution
Classifier Function
31. Invalid or unexpected input that the program is not designed to process.
Positive Test Case
Analysis
Spike Solution
Negative Test Case
32. Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.
Delegation
Index
State
Revert
33. Cross training is an important consideration to try and prevent islands of knowledge - which can cause loss.
Track
Checkout
Law of Demeter
Move People Around
34. Allows you to switch your working copy to another branch.
Checkout
Delegation
Aggregation
Polymorphism
35. No man's land. Guard bytes before the after allocated heap memory.
0xFDFDFDFD
Black-Box
Translation Unit
Add
36. Are what function classes should include.
Unresolved External Symbol
Generalization
CRC Cards
Requirements
37. Stops when memory changes.
Data Breakpoint
Spike Solution
GetProcAddress
Tag
38. Formatted code standards.
Coding Standards
GetProcAddress
Modularity
Stand Up Meetings
39. When we remove redundant or obsolete designs and replace them with a new.
Resolved
Model
Refactoring
Locals
40. Undo changes made since your last commit.
Revert
Add
Stash
0xCDCDCDCD
41. A type of library that is used by the code
White-Box
Static
Resolved
Breakpoint
42. Put this before a function name in a dll - and the function name will avoid name mangling
const
Merge
extern "C"
Pair Programming
43. STOP!!
Acceptance Tests
Unresolved External Symbol
Singleton
Breakpoint
44. Separating out a section of code into a reusable function or class.
Coding Standards
Realization
Edit Conflict
Abstraction
45. Valid input that the program is designed to process.
Spike Solution
Positive Test Case
Show Log
Navigability
46. Linking to dynamic libraries is usually handled by linking to an ____________.
Stand Up Meetings
Fetch
Release Planning
.dll import library
47. Having power over inheritance with the flexibility of composition.
Function Object
Merge
Delegation
Factory Method
48. Takes information in the index and pushes it onto the stack.
Remove
Abstract Function
Stash
Internal Linkage
49. Code generation in a lib
Controller
Checkout
.lib - code generate
CRC Cards
50. When a concrete class inherits from a pure interface.
Remove
Branch
Realization
Commit