Posts

Showing posts with the label Angular Multiple Choice Questions

Most Asked Angular Multiple Choice Questions

Most Asked Angular Multiple Choice Questions 1) Which of the following statement is correct for AngularJS? AngularJS is an HTML framework AngularJS is a Java framework AngularJS is a JavaScript framework AngularJS is a SQL framework  Answer: C is the correct option. AngularJS is a JavaScript framework. 2) On which of the Architectural pattern AngularJS is based? Observer Pattern Decorator pattern MVC Architecture pattern MVVM Architectural pattern  Answer: D is the correct option. AngularJS is based on MVVM Architectural pattern. 3) AngularJS is perfect for? SPAs MPAs DPAs CPAs  Answer: A is the correct option. AngularJS is perfect for Single Page Applications (SPAs). 4) Which of the following is the correct syntax for writing AngularJS expressions? (expression) {{expression}} {{{expression}}} [expression]  Answer: B is the correct option. The correct syntax for writing AngularJS expressions is: {{expression}} 5) Do AngularJS provide reusable components? Yes No ...