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. A set of creation and initialization steps useful for a set of different related tests.
Hierarchy
Modularity
Dependency
Test Fixture
2. Adds files to the repository.
Model
0xFEEEFEEE
Autos
Add
3. Portioning your changes to commit by inserting them into the index.
Push
Remove
Cherry Pick
extern "C"
4. Compose objects into tree structures to represent part-whole hierarchies. Lets clients treat individual objects and compositions of objects uniformly.
Composite
Functional
0xFDFDFDFD
Virtual Function Table
5. NULL memory.
Requirements
0x00000000
Multiplicity
.dll explicit linking
6. Code whatever it is you need to code.
Coding
Model
Show Log
Acceptance Tests
7. Cross training is an important consideration to try and prevent islands of knowledge - which can cause loss.
Move People Around
Iteration Planning
Pair Programming
Simplicity
8. Downloads your changes and then merges.
Simplicity
Breakpoint
Pull
Analysis
9. Do not optimize until the very end.
Command
On-Site Customer
Optimization Last
0xFEEEFEEE
10. No more than 40 hours to stop burnouts.
Generalization
Aggregation
40 Hour Work Week
Law of Demeter
11. A type of library that is used by the code
Analysis
Static
.lib - project properties
Tag
12. You have to tell it to link
Association
.dll explicit linking
Polymorphism
Coding
13. Initialized heap memory.
0xCDCDCDCD
name mangling
Ignore
Nesting
14. Bad! Don't ever use these types of variables!
Factory Method
Globals
User Stories
Resolved
15. Variable doesn't exist.
Undeclared Identifier
CRC Cards
Abstraction
Composition
16. Use this to find a memory address or signiture in a dll
GetProcAddress
Observer
Cherry Pick
On-Site Customer
17. Functionality Tests.
On-Site Customer
Acceptance Tests
Locals
Realization
18. Will execute all code paths and boundary conditions.
Nesting
Flexibility
.lib - project dependices
Structural
19. Classes build off of each other.
.lib - project properties
Modularity
Functional
GetProcAddress
20. Inheritance between object.
Association
Generalization
Fetch
0x00000000
21. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Breakpoint
Move People Around
Iteration Planning
External Linkage
22. Input
Track
.dll LoadLibrary
Controller
Test Fixture
23. What is part of the current scope.
Locals
Aggregation
Requirements
Pair Programming
24. 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
Coding Standards
Maintenance
Analysis
External Linkage
25. Ability to treat a class object as a function by overloading the () operator.
Undeclared Identifier
Function Object
.lib - project properties
.lib - preprocessor directive
26. When a conflict is fixed.
.dll explicit linking
Merge
Resolved
Breakpoint
27. Makes a project compile in order of who is dependent on what
.lib - project dependices
Master
Commit
Functional
28. Initialized stack memory.
Multiplicity
Stash
0xCCCCCCCC
On-Site Customer
29. Copies all changes from one branch into another branch.
Merge
Controller
CRC Cards
Factory Method
30. Current line that is executing.
Execution Pointer
Hierarchy
Design
Negative Test Case
31. Use only through the interface of the object.
Static
Black-Box
Autos
Stash
32. Removes files from the repository.
Index
Nesting
Remove
Generalization
33. Allows consumers to try a system earlier and give early feedback.
User Stories
Index
On-Site Customer
Composition
34. Uploads changes to your current branch.
Factory Method
Push
Static
Track
35. Encapsulates a request as an object - thereby letting you parameterize clients with different requests - queue or log requests - and support undoable operations.
Factory Method
Command
Stand Up Meetings
Positive Test Case
36. When exporting a dll - the names of the functions are changed. This is knwon as ____________.
name mangling
Design
Abstraction
Testing
37. Black Box - The way the program works is internally unknown.
.lib - project properties
name mangling
Functional
0xCCCCCCCC
38. Meetings used to create a release plan - which will lay out the overall project.
Undeclared Identifier
CRC Cards
Singleton
Release Planning
39. Function doesn't exist.
Unresolved External Symbol
Testing
Revert
Clone
40. Helps to eliminate unnecessary "include chaining."
Precompiled Header
Data Breakpoint
Clone
Forward Declaration
41. Define a one-to-many dependency between objects so that when one object changes state - all its dependents are notified and updated automatically
Observer
Functional
Origin
Access Violation
42. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
View
.lib - code generate
Namespaces
Cohesion
43. Italicized in UML.
Multiplicity
Functional
Remove
Abstract Function
44. Ignores files when pushing.
.lib - code generate
View
Ignore
Classifier Function
45. STOP!!
Forward Declaration
Remove
Metaphor
Breakpoint
46. When we remove redundant or obsolete designs and replace them with a new.
Refactoring
name mangling
View
Modularity
47. A measure of logical dependency.
Fetch
Resolved
Coupling
Simplicity
48. Link multiple projects together
Release Planning
Multiplicity
Design
.lib - project properties
49. Always do the simplest design that could possibly work.
Aggregation
.dll implicit linking
Simplicity
Namespaces
50. Simply a value.
Composition
Law of Demeter
CRC Cards
Positive Test Case