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. Stand up meetings show who will be valuable and needed.
.dll import library
Simplicity
Virtual Function Table
Stand Up Meetings
2. Reusing existing functionality by defining a relationship between two classes : Inheritance or containment.
Track
.dll explicit linking
Hierarchy
Delegation
3. Helps to eliminate unnecessary "include chaining."
Abstraction
Execution Pointer
Index
Forward Declaration
4. Are what function classes should include.
Abstract Function
Fetch
CRC Cards
.lib - project properties
5. Meetings at the beginning of each iteration to produce a plan of programming tasks.
Track
Requirements
Edit Conflict
Iteration Planning
6. Italicized in UML.
State
Abstract Function
Generalization
External Linkage
7. Views all previous changes.
Clone
Show Log
Multiplicity
Hierarchy
8. What is part of the current scope.
40 Hour Work Week
0xFDFDFDFD
Acceptance Tests
Locals
9. Removes files from the repository.
Abstraction
Coding
.dll LoadLibrary
Remove
10. Adds files to the repository.
Add
Track
Abstract Function
0x00000000
11. The linking is already done internally
Functional
.lib - preprocessor directive
.dll implicit linking
Refactoring
12. Takes information in the index and pushes it onto the stack.
name mangling
Revert
Positive Test Case
Stash
13. Do not optimize until the very end.
Optimization Last
Push
Track
Function Object
14. Having power over inheritance with the flexibility of composition.
Delegation
Law of Demeter
Translation Unit
Maintenance
15. Code whatever it is you need to code.
Export
Unresolved External Symbol
0xFDFDFDFD
Coding
16. Ask questions and obtain the details and requirements given.
Internal Linkage
Forward Declaration
Classifier Function
Requirements
17. Put this before a function name in a dll - and the function name will avoid name mangling
extern "C"
Coding
Coupling
Dynamic Binding
18. No more than 40 hours to stop burnouts.
Realization
40 Hour Work Week
.dll implicit linking
.lib - code generate
19. Current line that is executing.
Origin
Requirements
Abstract Function
Execution Pointer
20. Allow an object to alter its behavior when its internal state changes. The object will appear to change its class.
User Stories
.dll LoadLibrary
State
Coding Standards
21. When a conflict is fixed.
Resolved
Translation Unit
Fa
Spike Solution
22. Separating out a section of code into a reusable function or class.
CRC Cards
0xCDCDCDCD
Refactoring
Abstraction
23. Default branch within your repository.
Abstract Function
Master
Index
Add
24. Valid input that the program is designed to process.
Virtual Function Table
Watch
Testing
Positive Test Case
25. A group of code. unnamed can only be accessed within that translation unit - name can be accessed anywhere
Track
Factory Method
View
Namespaces
26. Uploads changes to your current branch.
Push
User Stories
Master
Nesting
27. Black Box - The way the program works is internally unknown.
Functional
Forward Declaration
Structural
name mangling
28. Concept based on limiting the scope of modules to provide better structures.
Law of Demeter
Testing
Composition
Ignore
29. Formatted code standards.
Coding Standards
Export
Negative Test Case
Static
30. Written by the customers as things that the system needs to do for them.
Coding Standards
Execution Pointer
Requirements
User Stories
31. Ignores files when pushing.
Stand Up Meetings
Stash
.dll implicit linking
Ignore
32. Simply a value.
Unresolved External Symbol
Tag
const
Composition
33. Inheritance between object.
Composite
Revert
Show Log
Generalization
34. Figure out what is feasible. Decide whether to use API's or to write from scratch.
Release Planning
Analysis
Classifier Function
Static
35. Creates a spin-off of a repository for concurrent development.
Branch
Generalization
Navigability
Access Violation
36. Ensure a class only has one instance - and provide a global point of access to it
Singleton
Navigability
Master
Static
37. Code generation in a lib
Track
Dynamic Binding
.lib - code generate
Simplicity
38. Ability to withstand change and what the effects are.
Continuous Integration
Pair Programming
Robustness
Testing
39. Define a one-to-many dependency between objects so that when one object changes state - all its dependents are notified and updated automatically
Checkout
Observer
Stash
CRC Cards
40. Use only through the interface of the object.
Black-Box
Association
Stand Up Meetings
Show Log
41. When exporting a dll - the names of the functions are changed. This is knwon as ____________.
Locals
name mangling
Move People Around
Static
42. About the interface to an object. Data contained within.
Encapsulation
GetProcAddress
.dll explicit linking
.dll import library
43. Link multiple projects together
Observer
.lib - project properties
0x00000000
Maintenance
44. Variable doesn't exist.
CRC Cards
Robustness
Undeclared Identifier
Coupling
45. Treating a derived class's data members like it's base class's.
Refactoring
Namespaces
0xCDCDCDCD
Polymorphism
46. Taking code and moving it to a function that usually returns an object. They are always virtual functions.
Resolved
Factory Method
Dependency
Black-Box
47. 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
.dll explicit linking
External Linkage
Structural
Master
48. When GIT cannot merge your data.
Simplicity
Master
Edit Conflict
Coupling
49. Developers should be integrated and releasing code into the code repository every few hours.
Export
Composition
Positive Test Case
Continuous Integration
50. (Door-----Spell) BI_DIRECTIONAL because both classes can reference each other. (Door--->Spell) DIRECTIONAL because only the door knows and can reference Spell.
Navigability
View
Unit Test First
Precompiled Header