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. Link multiple projects together
.lib - project properties
Requirements
Breakpoint
Namespaces
2. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Master
Test Fixture
Navigability
const
3. Set of all pending changes.
Refactoring
Index
Autos
Testing
4. The default nickname for the remote repository.
Coding
Singleton
Origin
const
5. Ignores files when pushing.
Unresolved External Symbol
Model
Ignore
Realization
6. CONSTANT
View
const
0xCDCDCDCD
Ignore
7. Are what function classes should include.
CRC Cards
Coupling
Index
Law of Demeter
8. Takes information in the index and pushes it onto the stack.
Design
Structural
Stash
Singleton
9. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Aggregation
Translation Unit
Association
Composition
10. Keeps a team using a similar naming convention for things.
Metaphor
Access Violation
Analysis
Branch
11. Code whatever it is you need to code.
Coding
Composite
Association
.lib - project properties
12. Downloads without merging.
Function Object
Command
Abstraction
Fetch
13. Bad! Don't ever use these types of variables!
Undeclared Identifier
extern "C"
Globals
Function Object
14. Quick program.
Model
Simplicity
Static
Spike Solution
15. One of the linking methods (pragma comment)
.lib - code generate
Abstraction
.lib - preprocessor directive
Pull
16. When a class is defined within another class.
Nesting
Refactoring
Index
Clone
17. Bookmark of a revised set with a title. For easy checkouts.
Unit Test First
Continuous Integration
Tag
Stash
18. Figure out what is feasible. Decide whether to use API's or to write from scratch.
Analysis
Autos
Edit Conflict
Continuous Integration
19. Downloads your changes and then merges.
Robustness
Singleton
Pull
Resolved
20. A reference. Has and delete dynamic memory. implies ownership (Association does not).
Merge
Fa
Coding
Aggregation
21. Puts all headers into a master header.
Precompiled Header
0xFEEEFEEE
Composition
White-Box
22. Function doesn't exist.
Continuous Integration
Refactoring
Modularity
Unresolved External Symbol
23. Allows you to switch your working copy to another branch.
Positive Test Case
Move People Around
Checkout
Show Log
24. The process of deciding which function definition to link during run-time.
Coding Standards
0xFEEEFEEE
Dynamic Binding
GetProcAddress
25. Freed heap memory.
extern "C"
Cherry Pick
Coding
0xFEEEFEEE
26. Weak relationship between two classes. Almost always results in a #include.
Dependency
Pair Programming
Remove
GetProcAddress
27. Use only through the interface of the object.
Cherry Pick
External Linkage
Continuous Integration
Black-Box
28. 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
Clone
Black-Box
Move People Around
29. Initialized stack memory.
Internal Linkage
0xCCCCCCCC
Dependency
Clone
30. Current view/ previous line.
Autos
Locals
CRC Cards
Execution Pointer
31. Put this before a function name in a dll - and the function name will avoid name mangling
Polymorphism
Observer
extern "C"
Autos
32. Trying to access a location in memory that your computer cannot access.
Delegation
Black-Box
Pull
Access Violation
33. Ensure a class only has one instance - and provide a global point of access to it
CRC Cards
Singleton
const
0xFDFDFDFD
34. Written by the customers as things that the system needs to do for them.
Autos
User Stories
Add
Unresolved External Symbol
35. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.
Fa
0xCCCCCCCC
Coding Standards
.dll explicit linking
36. Symbols that can be invoked or used by other code in a different unit. All non inline class member functions and variables - non-static non-member functions and variables defined within a .cpp file
External Linkage
Continuous Integration
View
Access Violation
37. Having power over inheritance with the flexibility of composition.
Breakpoint
Cherry Pick
Navigability
Delegation
38. When we remove redundant or obsolete designs and replace them with a new.
On-Site Customer
Iteration Planning
White-Box
Refactoring
39. A type of library that is used by the code
Positive Test Case
Static
Black-Box
Remove
40. When a conflict is fixed.
const
Tag
Resolved
Merge
41. Use this to find a memory address or signiture in a dll
Unresolved External Symbol
Ignore
GetProcAddress
extern "C"
42. Valid input that the program is designed to process.
Positive Test Case
Checkout
Singleton
Encapsulation
43. Ability to treat a class object as a function by overloading the () operator.
Function Object
Structural
40 Hour Work Week
Checkout
44. 2 Eyes + 2 Minds = AWESOME!
Pair Programming
Internal Linkage
Abstract Function
Controller
45. When you type in an object - you can see its attributes.
Abstract Function
Classifier Function
Optimization Last
Watch
46. Fix any problems and then repeat the process.
Robustness
0xFEEEFEEE
Maintenance
const
47. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Hierarchy
.dll explicit linking
Release Planning
Stand Up Meetings
48. A function that can load a library
Association
Resolved
Refactoring
.dll LoadLibrary
49. Treating a derived class's data members like it's base class's.
Model
.dll import library
Polymorphism
Show Log
50. Uploads changes to your current branch.
Branch
Push
Unit Test First
name mangling