| S.No | Question' | Question Type | No Of Attendees | Difficulty Index | Discrimination Index | Distractor |
| 1 | What Angularjs property allow the minifiers to rename the function parameters and still be able to inject the right services? $ng-strict-di $inject $service |
MCQ | 53 | Difficult | Poor | $ng-strict-di is BAD$service is BAD |
| 2 | What are the ways you can restrict the directive invokation ? As an Attribute As a class As an Element None of the above |
MSQ | 279 | Difficult | Poor | None of the above is BAD |
| 3 | “$q” is the angular service which provides promises and deferred functionality. True False |
TOF | 53 | Difficult | Poor | Not Applicable |
| 4 | AngularJS provides __________ module to securely parse and manipulate HTML data in your application ngsanitize ngview |
FIB | 44 | Very Difficult | Poor | ngview is BAD |
| 5 | Match the following with proper angular functions $watch() $digest() $apply() This function is used to observe changes in a variable on the $scope This function iterates through all the watches in the $scope object, and its child $scope objects (if it has any) Angular do auto-magically updates only those model changes which are inside AngularJS context |
MTF | 216 | Very Difficult | Poor | Not Applicable |
| 6 | Rearrange the following AngularJS scope life-cycle in correct order Creation Watcher registration Model Mutation Mutation observation Scope destruction |
DAD | 540 | Very Difficult | Poor | Not Applicable |
| 7 | The __________ is an AngularJS module that brings i18n (internationalization) and l10n (localization) into your Angular app? angular-translate |
FIB2 | 44 | Very Difficult | Poor | Not Applicable |
| 8 | Drag and drop the correct options on to image Controller View Model |
DADImage | 0 | Insufficient No. of Attendees | - | - |
| 9 | What is angular js? framework open-source |
Descriptive | 88 | Very Difficult | Poor | Not Applicable |
| 10 | Which of the following is Angular end to end testing tool? |
MCQ | 132 | Very Difficult | Poor | JsTestDriver is BADNightwatch is BAD |
| 11 | The $window object provides Angular JS safe access to the browser's window object. |
TOF | 88 | Very Difficult | Poor | Not Applicable |