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. Takes information in the index and pushes it onto the stack.
Stash
Data Breakpoint
GetProcAddress
Origin
2. Quick program.
Locals
Spike Solution
Negative Test Case
Forward Declaration
3. Use this to find a memory address or signiture in a dll
Release Planning
Execution Pointer
GetProcAddress
Abstract Function
4. Allows consumers to try a system earlier and give early feedback.
Watch
Design
On-Site Customer
Checkout
5. Treating a derived class's data members like it's base class's.
Master
On-Site Customer
Autos
Polymorphism
6. Meetings used to create a release plan - which will lay out the overall project.
Functional
Spike Solution
Release Planning
0xCDCDCDCD
7. Written by the customers as things that the system needs to do for them.
Virtual Function Table
User Stories
Branch
CRC Cards
8. Uploads all changes staged in the index list into the repository database.
Dependency
Acceptance Tests
Commit
Checkout
9. Trying to access a location in memory that your computer cannot access.
Robustness
Export
Access Violation
Delegation
10. Code generation in a lib
Optimization Last
Index
.lib - code generate
Design
11. Having power over inheritance with the flexibility of composition.
Modularity
Delegation
.dll import library
Namespaces
12. Freed heap memory.
Model
0xFDFDFDFD
Generalization
0xFEEEFEEE
13. When doing a - precise task.
Cohesion
CRC Cards
Modularity
Realization
14. Copies all changes from one branch into another branch.
Merge
Dynamic Binding
Metaphor
Robustness
15. No man's land. Guard bytes before the after allocated heap memory.
Composite
Watch
Analysis
0xFDFDFDFD
16. Breaks encapsulation boundaries.
Ignore
Optimization Last
Access Violation
White-Box
17. You have to tell it to link
Flexibility
.dll explicit linking
Command
Acceptance Tests
18. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Iteration Planning
Abstract Function
Resolved
Controller
19. Default branch within your repository.
Stash
Master
Pair Programming
Spike Solution
20. Functionality Tests.
Watch
Black-Box
Acceptance Tests
Aggregation
21. Uploads changes to your current branch.
Nesting
Push
Undeclared Identifier
Acceptance Tests
22. STOP!!
On-Site Customer
Edit Conflict
Breakpoint
Factory Method
23. Create a test and then create a function.
.dll LoadLibrary
Unit Test First
Autos
Execution Pointer
24. Ability to withstand change and what the effects are.
Generalization
Multiplicity
Robustness
Aggregation
25. Formatted code standards.
Law of Demeter
Singleton
Unresolved External Symbol
Coding Standards
26. Bad! Don't ever use these types of variables!
Globals
Commit
extern "C"
Ignore
27. Code whatever it is you need to code.
Test Fixture
Coding
Precompiled Header
Cherry Pick
28. A type of library that is used by the code
0xFEEEFEEE
Static
Encapsulation
Release Planning
29. Makes a copy of your repository.
Clone
State
Design
0x00000000
30. Puts all headers into a master header.
Static
Precompiled Header
Tag
Acceptance Tests
31. CONSTANT
Fetch
Ignore
const
Analysis
32. A function that can load a library
On-Site Customer
.dll LoadLibrary
Navigability
Dynamic Binding
33. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
Watch
Factory Method
Breakpoint
Test Fixture
34. Ability to accept different types of parameters to bind to different implementations at run-time.
Flexibility
0xCDCDCDCD
.dll import library
Clone
35. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
0xCCCCCCCC
Hierarchy
Flexibility
Observer
36. Stand up meetings show who will be valuable and needed.
Stand Up Meetings
Merge
Command
Polymorphism
37. When a conflict is fixed.
Testing
Track
Resolved
Encapsulation
38. Ensure a class only has one instance - and provide a global point of access to it
Singleton
Execution Pointer
Cherry Pick
Stash
39. Fix any problems and then repeat the process.
Structural
Encapsulation
Optimization Last
Maintenance
40. Current line that is executing.
Execution Pointer
.lib - preprocessor directive
Requirements
40 Hour Work Week
41. When a concrete class inherits from a pure interface.
Move People Around
Realization
Cherry Pick
Commit
42. A reference. Has and delete dynamic memory. implies ownership (Association does not).
User Stories
Edit Conflict
Aggregation
Metaphor
43. Inheritance between object.
Positive Test Case
Precompiled Header
Optimization Last
Generalization
44. Adds files to the repository.
Positive Test Case
0xCDCDCDCD
40 Hour Work Week
Add
45. 2 Eyes + 2 Minds = AWESOME!
Coding Standards
Iteration Planning
Pair Programming
Testing
46. Input
Execution Pointer
Continuous Integration
Controller
Watch
47. Italicized in UML.
Show Log
Abstract Function
Coupling
Autos
48. Helps to eliminate unnecessary "include chaining."
Stash
Forward Declaration
Polymorphism
Encapsulation
49. When exporting a dll - the names of the functions are changed. This is knwon as ____________.
Access Violation
name mangling
Negative Test Case
Undeclared Identifier
50. Define a one-to-many dependency between objects so that when one object changes state - all its dependents are notified and updated automatically
Clone
Observer
Unit Test First
Composite