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. Function doesn't exist.
Cohesion
Unresolved External Symbol
Master
Undeclared Identifier
2. Views all previous changes.
Coupling
Show Log
Stash
Resolved
3. Creates a copy of your current branch into a remote branch.
White-Box
Translation Unit
Fa
Export
4. Uploads changes to your current branch.
Dependency
Pull
.lib - project dependices
Push
5. Removes files from the repository.
.dll import library
CRC Cards
Remove
Undeclared Identifier
6. No more than 40 hours to stop burnouts.
Access Violation
On-Site Customer
Watch
40 Hour Work Week
7. When you type in an object - you can see its attributes.
Coding
Dependency
Commit
Watch
8. Keeps a team using a similar naming convention for things.
Metaphor
White-Box
Autos
Show Log
9. One of the linking methods (pragma comment)
.lib - preprocessor directive
Analysis
Hierarchy
Export
10. Downloads without merging.
Fa
Factory Method
Fetch
Virtual Function Table
11. When we remove redundant or obsolete designs and replace them with a new.
Nesting
Refactoring
Composition
Stash
12. Portioning your changes to commit by inserting them into the index.
Coding Standards
0xFEEEFEEE
Association
Cherry Pick
13. Takes information in the index and pushes it onto the stack.
Command
Maintenance
Clone
Stash
14. A type of library that is used by the code
Abstraction
Fetch
Static
Ignore
15. Developers should be integrated and releasing code into the code repository every few hours.
Coding Standards
Continuous Integration
Watch
Breakpoint
16. The linking is already done internally
.lib - project properties
Generalization
.dll implicit linking
Index
17. The default nickname for the remote repository.
Requirements
Show Log
Stand Up Meetings
Origin
18. Create a test and then create a function.
Pull
Precompiled Header
Structural
Unit Test First
19. Use this to find a memory address or signiture in a dll
Virtual Function Table
Revert
Abstract Function
GetProcAddress
20. Invalid or unexpected input that the program is not designed to process.
White-Box
Cherry Pick
Negative Test Case
Refactoring
21. Freed heap memory.
0xFEEEFEEE
Refactoring
Execution Pointer
Nesting
22. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.
Namespaces
Fa
Optimization Last
Track
23. Do not optimize until the very end.
extern "C"
Optimization Last
Negative Test Case
Robustness
24. Define a one-to-many dependency between objects so that when one object changes state - all its dependents are notified and updated automatically
Functional
Observer
User Stories
State
25. Figure out what is feasible. Decide whether to use API's or to write from scratch.
.lib - project dependices
Law of Demeter
Clone
Analysis
26. Written by the customers as things that the system needs to do for them.
Add
User Stories
State
Execution Pointer
27. Undo changes made since your last commit.
Metaphor
Internal Linkage
Fetch
Revert
28. When a concrete class inherits from a pure interface.
Realization
0x00000000
Commit
Export
29. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.
Optimization Last
Execution Pointer
Composite
Classifier Function
30. Set of all pending changes.
Coupling
Index
Namespaces
40 Hour Work Week
31. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Navigability
Refactoring
Polymorphism
Resolved
32. No man's land. Guard bytes before the after allocated heap memory.
Structural
Branch
Undeclared Identifier
0xFDFDFDFD
33. How many objects that a source object can legitimately reference.
Ignore
Revert
Generalization
Multiplicity
34. Separating out a section of code into a reusable function or class.
Analysis
Modularity
Navigability
Abstraction
35. CONSTANT
Abstraction
Push
Law of Demeter
const
36. Code generation in a lib
Fetch
Branch
.lib - code generate
Command
37. Valid input that the program is designed to process.
Positive Test Case
Access Violation
Refactoring
Modularity
38. Treating a derived class's data members like it's base class's.
.lib - preprocessor directive
Design
Simplicity
Polymorphism
39. Downloads your changes and then merges.
Pull
Black-Box
Flexibility
Dependency
40. Having power over inheritance with the flexibility of composition.
Multiplicity
Delegation
Show Log
Abstract Function
41. Weak relationship between two classes. Almost always results in a #include.
.lib - preprocessor directive
Abstract Function
Dependency
Merge
42. When exporting a dll - the names of the functions are changed. This is knwon as ____________.
Locals
Unit Test First
name mangling
Aggregation
43. Are what function classes should include.
.dll implicit linking
Breakpoint
CRC Cards
Black-Box
44. You have to tell it to link
.dll explicit linking
Tag
Nesting
Negative Test Case
45. Variable doesn't exist.
Checkout
Undeclared Identifier
.lib - preprocessor directive
Push
46. Breaks encapsulation boundaries.
White-Box
Data Breakpoint
.lib - project dependices
Encapsulation
47. Makes a copy of your repository.
Clone
Flexibility
Requirements
Optimization Last
48. When a conflict is fixed.
Hierarchy
Execution Pointer
Test Fixture
Resolved
49. Helps to eliminate unnecessary "include chaining."
Origin
Forward Declaration
0xFDFDFDFD
GetProcAddress
50. Put this before a function name in a dll - and the function name will avoid name mangling
extern "C"
State
Test Fixture
Polymorphism