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. Set of all pending changes.
.lib - preprocessor directive
Classifier Function
Index
0x00000000
2. Static in C++. Can span all instances of a class.
Hierarchy
Association
Classifier Function
Modularity
3. Input
Export
Negative Test Case
Analysis
Controller
4. Ensure a class only has one instance - and provide a global point of access to it
Composition
Fetch
Data Breakpoint
Singleton
5. Ability to treat a class object as a function by overloading the () operator.
Function Object
.dll implicit linking
Unresolved External Symbol
Fa
6. Stops when memory changes.
Undeclared Identifier
Data Breakpoint
Generalization
Command
7. A pointer or reference. One object needs to know about the other object to work.
Coding
Pull
Association
extern "C"
8. Uploads changes to your current branch.
Dependency
Push
Positive Test Case
.lib - project properties
9. Are what function classes should include.
CRC Cards
Tag
Maintenance
Navigability
10. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Factory Method
Nesting
Navigability
Coding
11. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Design
Polymorphism
Internal Linkage
Hierarchy
12. Whats displayed to the screen
.lib - project dependices
Iteration Planning
View
Revert
13. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.
.dll implicit linking
Composite
Pull
Encapsulation
14. Undo changes made since your last commit.
Coding
Design
Revert
extern "C"
15. Cross training is an important consideration to try and prevent islands of knowledge - which can cause loss.
Flexibility
Edit Conflict
Spike Solution
Move People Around
16. One of the linking methods (pragma comment)
.lib - preprocessor directive
Branch
name mangling
Fetch
17. Inheritance between object.
Pull
Tag
Generalization
Push
18. Takes information in the index and pushes it onto the stack.
Undeclared Identifier
Stash
0xCCCCCCCC
Abstraction
19. The process of deciding which function definition to link during run-time.
Delegation
Observer
Dynamic Binding
Hierarchy
20. Put this before a function name in a dll - and the function name will avoid name mangling
Cherry Pick
Access Violation
Commit
extern "C"
21. Downloads without merging.
Edit Conflict
Precompiled Header
Fetch
Breakpoint
22. Application
External Linkage
Realization
Model
.dll LoadLibrary
23. Black Box - The way the program works is internally unknown.
Functional
Cohesion
Locals
Checkout
24. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Observer
Translation Unit
0x00000000
Encapsulation
25. Separating out a section of code into a reusable function or class.
Ignore
Robustness
Abstraction
Export
26. Weak relationship between two classes. Almost always results in a #include.
Ignore
Dependency
Edit Conflict
.dll explicit linking
27. Create a test and then create a function.
Refactoring
Structural
Unit Test First
Origin
28. Always do the simplest design that could possibly work.
Simplicity
Modularity
.lib - project dependices
Master
29. Formatted code standards.
0xCDCDCDCD
Coding Standards
Abstract Function
Hierarchy
30. Allows you to switch your working copy to another branch.
Simplicity
.lib - project properties
User Stories
Checkout
31. Treating a derived class's data members like it's base class's.
Factory Method
Polymorphism
const
0xCDCDCDCD
32. When a conflict is fixed.
Resolved
Precompiled Header
Stand Up Meetings
Realization
33. Linking to dynamic libraries is usually handled by linking to an ____________.
Data Breakpoint
Edit Conflict
.dll explicit linking
.dll import library
34. A function that can load a library
Add
Aggregation
.dll LoadLibrary
On-Site Customer
35. Ability to accept different types of parameters to bind to different implementations at run-time.
Flexibility
Revert
Analysis
.lib - project properties
36. You have to tell it to link
.dll explicit linking
Negative Test Case
Classifier Function
Nesting
37. Fix any problems and then repeat the process.
Maintenance
Acceptance Tests
Data Breakpoint
Breakpoint
38. Code generation in a lib
.lib - code generate
Export
40 Hour Work Week
Undeclared Identifier
39. What is part of the current scope.
Maintenance
0x00000000
Locals
Singleton
40. Quick program.
Undeclared Identifier
.dll LoadLibrary
Test Fixture
Spike Solution
41. Keeps a team using a similar naming convention for things.
Encapsulation
Breakpoint
0xCDCDCDCD
Metaphor
42. Do not optimize until the very end.
Optimization Last
Cohesion
Negative Test Case
Model
43. Creates a copy of your current branch into a remote branch.
Pair Programming
Testing
Robustness
Export
44. Ability to withstand change and what the effects are.
Structural
Spike Solution
Robustness
Analysis
45. When you type in an object - you can see its attributes.
Watch
Translation Unit
Stand Up Meetings
Robustness
46. 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
Controller
Modularity
name mangling
47. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
40 Hour Work Week
Refactoring
Locals
Factory Method
48. Developers should be integrated and releasing code into the code repository every few hours.
extern "C"
Continuous Integration
Nesting
0x00000000
49. Puts all headers into a master header.
Precompiled Header
.lib - project properties
Export
name mangling
50. Will execute all code paths and boundary conditions.
Track
Structural
White-Box
.lib - preprocessor directive