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. Use only through the interface of the object.
Black-Box
GetProcAddress
Model
Metaphor
2. Treating a derived class's data members like it's base class's.
Controller
Delegation
Analysis
Polymorphism
3. No more than 40 hours to stop burnouts.
Tag
40 Hour Work Week
.lib - preprocessor directive
Functional
4. Simply a value.
Show Log
Composition
Analysis
0xFEEEFEEE
5. Figure out what is feasible. Decide whether to use API's or to write from scratch.
Edit Conflict
Multiplicity
Command
Analysis
6. About the interface to an object. Data contained within.
Master
Encapsulation
Move People Around
Composition
7. A pointer or reference. One object needs to know about the other object to work.
Association
Move People Around
Static
Remove
8. 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.
.lib - code generate
Dynamic Binding
External Linkage
Internal Linkage
9. STOP!!
extern "C"
Test Fixture
Translation Unit
Breakpoint
10. Portioning your changes to commit by inserting them into the index.
Negative Test Case
Cherry Pick
Design
Composition
11. Invalid or unexpected input that the program is not designed to process.
Negative Test Case
Testing
0x00000000
Abstraction
12. Puts all headers into a master header.
const
State
Precompiled Header
Cherry Pick
13. Input
Controller
Clone
View
Design
14. The linking is already done internally
View
.dll implicit linking
Stand Up Meetings
Black-Box
15. Downloads without merging.
Fetch
Internal Linkage
Singleton
Aggregation
16. What is part of the current scope.
Cohesion
Aggregation
Unit Test First
Locals
17. Quick program.
Commit
Spike Solution
name mangling
Requirements
18. Breaks encapsulation boundaries.
Maintenance
Encapsulation
Checkout
White-Box
19. Views all previous changes.
Show Log
Positive Test Case
Index
Metaphor
20. The process of deciding which function definition to link during run-time.
Translation Unit
Dynamic Binding
Testing
Observer
21. Function doesn't exist.
Access Violation
Hierarchy
Unresolved External Symbol
Generalization
22. Uploads changes to your current branch.
Black-Box
Push
Robustness
Abstraction
23. Ask questions and obtain the details and requirements given.
Requirements
Spike Solution
GetProcAddress
Fa
24. Downloads your changes and then merges.
Refactoring
Pull
Observer
Composite
25. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
.lib - project properties
Singleton
Factory Method
0xFEEEFEEE
26. Classes build off of each other.
Coding
Clone
Hierarchy
Modularity
27. Weak relationship between two classes. Almost always results in a #include.
Add
Dependency
Execution Pointer
Structural
28. Bookmark of a revised set with a title. For easy checkouts.
Tag
Association
Static
Remove
29. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
Ignore
Precompiled Header
Namespaces
Add
30. Ability to accept different types of parameters to bind to different implementations at run-time.
0x00000000
Generalization
Flexibility
.dll explicit linking
31. A type of library that is used by the code
.dll explicit linking
External Linkage
Abstraction
Static
32. When a concrete class inherits from a pure interface.
Realization
Resolved
Locals
Coupling
33. Inheritance between object.
Internal Linkage
Generalization
Command
Unresolved External Symbol
34. Creates a copy of your current branch into a remote branch.
Release Planning
.lib - code generate
Export
Optimization Last
35. Uploads all changes staged in the index list into the repository database.
Analysis
Commit
Master
Abstraction
36. Ensure a class only has one instance - and provide a global point of access to it
Metaphor
Singleton
On-Site Customer
Tag
37. Formatted code standards.
Design
Robustness
Coding Standards
Index
38. Put this before a function name in a dll - and the function name will avoid name mangling
Analysis
extern "C"
Dynamic Binding
Index
39. A function that can load a library
.dll LoadLibrary
Model
Access Violation
Generalization
40. Connection between a local brand and a remote branch.
.lib - code generate
Track
Spike Solution
Nesting
41. Functionality Tests.
Aggregation
Acceptance Tests
Data Breakpoint
extern "C"
42. A set of creation and initialization steps useful for a set of different related tests.
Hierarchy
Law of Demeter
Test Fixture
Forward Declaration
43. Encapsulates a request as an object - thereby letting you parameterize clients with different requests - queue or log requests - and support undoable operations.
0xFDFDFDFD
Pull
Command
0xFEEEFEEE
44. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Translation Unit
Stash
Flexibility
Push
45. Developers should be integrated and releasing code into the code repository every few hours.
Law of Demeter
.dll import library
Positive Test Case
Continuous Integration
46. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Iteration Planning
Pair Programming
Fetch
extern "C"
47. Ability to treat a class object as a function by overloading the () operator.
Testing
Nesting
Function Object
Spike Solution
48. Stand up meetings show who will be valuable and needed.
Stand Up Meetings
White-Box
Checkout
Unresolved External Symbol
49. Meetings used to create a release plan - which will lay out the overall project.
Push
Iteration Planning
Ignore
Release Planning
50. Variable doesn't exist.
Aggregation
Undeclared Identifier
Pair Programming
Coding