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. No more than 40 hours to stop burnouts.
40 Hour Work Week
Acceptance Tests
Move People Around
Optimization Last
2. Stops when memory changes.
Controller
Data Breakpoint
Coupling
Add
3. Breaks encapsulation boundaries.
External Linkage
White-Box
Iteration Planning
0xCCCCCCCC
4. Inheritance between object.
Generalization
Coding
Iteration Planning
Singleton
5. A measure of logical dependency.
Positive Test Case
Coupling
.lib - preprocessor directive
Data Breakpoint
6. Code whatever it is you need to code.
Autos
Association
Coding
name mangling
7. No man's land. Guard bytes before the after allocated heap memory.
0xFDFDFDFD
Robustness
Globals
Controller
8. Makes a project compile in order of who is dependent on what
Continuous Integration
Locals
Virtual Function Table
.lib - project dependices
9. Ability to accept different types of parameters to bind to different implementations at run-time.
Cohesion
.dll explicit linking
Flexibility
Polymorphism
10. Connection between a local brand and a remote branch.
Locals
Singleton
CRC Cards
Track
11. Classes build off of each other.
Modularity
Composition
Precompiled Header
Show Log
12. Current view/ previous line.
Breakpoint
Abstraction
Autos
GetProcAddress
13. Having power over inheritance with the flexibility of composition.
Navigability
Namespaces
Delegation
Push
14. Code generation in a lib
.lib - code generate
Add
Unresolved External Symbol
White-Box
15. Linking to dynamic libraries is usually handled by linking to an ____________.
Track
.dll import library
Multiplicity
Function Object
16. A collection of memory addresses for all virtual functions in an objects class hierarchy.
Virtual Function Table
Analysis
Controller
Negative Test Case
17. Ignores files when pushing.
Unit Test First
Show Log
Simplicity
Ignore
18. Keeps a team using a similar naming convention for things.
Continuous Integration
Metaphor
Cherry Pick
Delegation
19. Takes information in the index and pushes it onto the stack.
Cherry Pick
Stash
Dynamic Binding
Delegation
20. Meetings used to create a release plan - which will lay out the overall project.
Internal Linkage
Release Planning
Functional
Polymorphism
21. Removes files from the repository.
Push
0xFEEEFEEE
Revert
Remove
22. Ability to treat a class object as a function by overloading the () operator.
name mangling
0xFDFDFDFD
Function Object
Modularity
23. Treating a derived class's data members like it's base class's.
User Stories
Polymorphism
Multiplicity
Data Breakpoint
24. Fix any problems and then repeat the process.
Dynamic Binding
CRC Cards
Origin
Maintenance
25. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.
.dll import library
Modularity
Composite
Observer
26. Try to find the flaws in your code.
Coding Standards
Ignore
CRC Cards
Testing
27. Initialized stack memory.
0xCCCCCCCC
Move People Around
Law of Demeter
0xFDFDFDFD
28. Uploads all changes staged in the index list into the repository database.
Commit
0x00000000
Abstraction
Design
29. When you type in an object - you can see its attributes.
Watch
Refactoring
Checkout
Black-Box
30. Plan out your code.
State
Remove
.lib - preprocessor directive
Design
31. Variable doesn't exist.
Push
Composition
GetProcAddress
Undeclared Identifier
32. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
Refactoring
Checkout
Origin
Translation Unit
33. A type of library that is used by the code
0xCDCDCDCD
Nesting
Resolved
Static
34. A pointer or reference. One object needs to know about the other object to work.
Unresolved External Symbol
Merge
Association
CRC Cards
35. Default branch within your repository.
Master
Function Object
Hierarchy
Cohesion
36. Downloads without merging.
Refactoring
Functional
Static
Fetch
37. CONSTANT
Export
const
GetProcAddress
Iteration Planning
38. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Clone
Observer
Hierarchy
Namespaces
39. Uploads changes to your current branch.
0xCDCDCDCD
Push
Translation Unit
Cohesion
40. Bad! Don't ever use these types of variables!
Pair Programming
Globals
.lib - project properties
Continuous Integration
41. Current line that is executing.
Data Breakpoint
Execution Pointer
.lib - preprocessor directive
Locals
42. Put this before a function name in a dll - and the function name will avoid name mangling
extern "C"
Fa
Polymorphism
Optimization Last
43. Stand up meetings show who will be valuable and needed.
State
Composition
Stand Up Meetings
Fa
44. Allows consumers to try a system earlier and give early feedback.
Testing
CRC Cards
Metaphor
On-Site Customer
45. 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
Merge
Composition
Continuous Integration
External Linkage
46. When doing a - precise task.
Iteration Planning
Fetch
Cohesion
0xCCCCCCCC
47. The linking is already done internally
Merge
.dll implicit linking
.dll explicit linking
Metaphor
48. 2 Eyes + 2 Minds = AWESOME!
Master
Pair Programming
name mangling
Abstraction
49. Set of all pending changes.
Data Breakpoint
Command
Dependency
Index
50. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Undeclared Identifier
Flexibility
Navigability
Push