@@ -16,9 +16,15 @@ Choosing a few items from this list should help you vet the intended skills you
1616##<a name =" toc " >Table of Contents</a >
1717* [ Contributors] ( #contributors )
1818* [ General Questions] ( #general )
19- * [ PHP Specific Questions] ( #specific )
20- * [ PHP Code examples] ( #codeexamples )
19+ * [ Design Pattern Specific Questions] ( #dpspecific )
20+ * [MVC Specific Questions](#mvcspecific)
21+ * [MVVM Specific Questions](#mvvmspecific)
22+ * [Repository Specific Questions](#repospecific)
23+ * [ PHP Code examples] ( #phpcodeexamples )
24+ * [ PHP Specific Questions] ( #phpspecific )
25+ * [ Dependency Injection Specific Questions] ( #dispecific )
2126* [ Database Specific Questions] ( #databasespecific )
27+ * [ ORM Specific Questions] ( #ormspecific )
2228* [ HTTP Specific Questions] ( #httpspecific )
2329* [ Operating System Specific Questions] ( #osespecific )
2430* [ Web Services Specific Questions] ( #webservicesespecific )
@@ -53,9 +59,7 @@ Choosing a few items from this list should help you vet the intended skills you
5359
5460** [[ ⬆]] ( #toc ) return to Table of Contents**
5561
56- ###<a name =" phpspecific " >PHP Specific Questions</a >
57-
58- * Describe two good uses - and pratices - for callback usage.
62+ ###<a name =" dpspecific " >Design Pattern Specific Questions</a >
5963
6064** [[ ⬆]] ( #toc ) return to Table of Contents**
6165
@@ -103,6 +107,16 @@ Question: What is the outcome of the two alerts above? **Answer: alert_a() = Hel
103107
104108** [[ ⬆]] ( #toc ) return to Table of Contents**
105109
110+ ###<a name =" phpspecific " >PHP Specific Questions</a >
111+
112+ * Describe two good uses - and pratices - for callback usage.
113+
114+ ** [[ ⬆]] ( #toc ) return to Table of Contents**
115+
116+ ###<a name =" dispecific " >Dependency Injection Specific Questions</a >
117+
118+ ** [[ ⬆]] ( #toc ) return to Table of Contents**
119+
106120###<a name =" databasespecific " >Database Specific Questions</a >
107121
108122* General SQL
@@ -132,6 +146,10 @@ Question: What is the outcome of the two alerts above? **Answer: alert_a() = Hel
132146
133147** [[ ⬆]] ( #toc ) return to Table of Contents**
134148
149+ ###<a name =" ormspecific " >ORM Specific Questions</a >
150+
151+ ** [[ ⬆]] ( #toc ) return to Table of Contents**
152+
135153###<a name =" webservicesespecific " >Web Services Specific Questions</a >
136154
137155* Have you created or managed some web service?
0 commit comments