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. NULL memory.
0x00000000
Translation Unit
Branch
Export
2. Views all previous changes.
Show Log
Acceptance Tests
Iteration Planning
.lib - project properties
3. Connection between a local brand and a remote branch.
Track
extern "C"
Positive Test Case
Functional
4. Breaks encapsulation boundaries.
White-Box
Maintenance
Execution Pointer
Test Fixture
5. Puts all headers into a master header.
Abstraction
Precompiled Header
Aggregation
Push
6. Encapsulates a request as an object - thereby letting you parameterize clients with different requests - queue or log requests - and support undoable operations.
Functional
Command
0x00000000
0xCDCDCDCD
7. Application
Model
0xFDFDFDFD
const
Analysis
8. A measure of logical dependency.
.dll implicit linking
Coupling
Watch
Breakpoint
9. Stand up meetings show who will be valuable and needed.
Ignore
Stand Up Meetings
CRC Cards
View
10. A pointer or reference. One object needs to know about the other object to work.
Association
Origin
View
Iteration Planning
11. Treating a derived class's data members like it's base class's.
Polymorphism
Autos
Undeclared Identifier
Add
12. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
Namespaces
Maintenance
Resolved
.dll LoadLibrary
13. Current view/ previous line.
.dll implicit linking
Internal Linkage
Generalization
Autos
14. Makes a project compile in order of who is dependent on what
Merge
Move People Around
Edit Conflict
.lib - project dependices
15. Downloads your changes and then merges.
Cohesion
Refactoring
Add
Pull
16. Downloads without merging.
Tag
Robustness
Requirements
Fetch
17. Copies all changes from one branch into another branch.
const
.lib - project dependices
Merge
Checkout
18. When a .cpp file is compiled - the header files are first included (recursively) by the pre-processor. This block of code is called a ______________.
0xFDFDFDFD
Translation Unit
Association
Track
19. 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
Model
Robustness
Negative Test Case
20. Separating out a section of code into a reusable function or class.
Realization
Abstraction
Coupling
Iteration Planning
21. Formatted code standards.
Simplicity
name mangling
Coding Standards
Virtual Function Table
22. Undo changes made since your last commit.
0xCCCCCCCC
CRC Cards
Revert
Stand Up Meetings
23. The linking is already done internally
extern "C"
Continuous Integration
Model
.dll implicit linking
24. Code generation in a lib
0xFDFDFDFD
40 Hour Work Week
Realization
.lib - code generate
25. 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
Coding
Metaphor
Robustness
26. Ability to accept different types of parameters to bind to different implementations at run-time.
Factory Method
Aggregation
Flexibility
const
27. Concept based on limiting the scope of modules to provide better structures.
0x00000000
Composite
Law of Demeter
User Stories
28. You have to tell it to link
name mangling
CRC Cards
Pull
.dll explicit linking
29. When we remove redundant or obsolete designs and replace them with a new.
GetProcAddress
name mangling
Refactoring
.lib - code generate
30. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Law of Demeter
0xCCCCCCCC
Hierarchy
Modularity
31. Written by the customers as things that the system needs to do for them.
Coupling
Unresolved External Symbol
Optimization Last
User Stories
32. Makes a copy of your repository.
Maintenance
Undeclared Identifier
Clone
Checkout
33. Creates a spin-off of a repository for concurrent development.
Branch
Singleton
Coding
Composition
34. Try to find the flaws in your code.
Analysis
Singleton
Testing
Metaphor
35. A set of creation and initialization steps useful for a set of different related tests.
Show Log
Testing
Test Fixture
Nesting
36. A type of library that is used by the code
Undeclared Identifier
Observer
Static
Multiplicity
37. Provide a unified interface to a set of interfaces in a subsystem. Defines a higher-level interface that makes the subsystem easier to use.
0x00000000
Maintenance
Fa
40 Hour Work Week
38. Are what function classes should include.
Static
CRC Cards
.dll implicit linking
extern "C"
39. Set of all pending changes.
Tag
Add
Index
Fa
40. Whats displayed to the screen
View
Factory Method
.lib - code generate
Revert
41. When exporting a dll - the names of the functions are changed. This is knwon as ____________.
Release Planning
name mangling
.lib - code generate
Delegation
42. Cross training is an important consideration to try and prevent islands of knowledge - which can cause loss.
Track
Move People Around
Fa
Pull
43. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Encapsulation
Navigability
Dependency
Robustness
44. Meetings used to create a release plan - which will lay out the overall project.
Release Planning
Simplicity
const
Tag
45. Static in C++. Can span all instances of a class.
Classifier Function
Testing
Coding Standards
Move People Around
46. Removes files from the repository.
Origin
Watch
On-Site Customer
Remove
47. About the interface to an object. Data contained within.
Encapsulation
0x00000000
Ignore
Checkout
48. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
Remove
Analysis
Factory Method
Cohesion
49. Initialized heap memory.
Robustness
Show Log
Checkout
0xCDCDCDCD
50. 2 Eyes + 2 Minds = AWESOME!
0x00000000
Optimization Last
Negative Test Case
Pair Programming