ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

Similar documents
ANGULARJS INTERVIEW QUESTIONS

C# MOCK TEST C# MOCK TEST II

PYTHON MOCK TEST PYTHON MOCK TEST III

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

NODE.JS MOCK TEST NODE.JS MOCK TEST I

a Very Short Introduction to AngularJS

JAVA MOCK TEST JAVA MOCK TEST III

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

NODE.JS MOCK TEST NODE.JS MOCK TEST IV

MAVEN MOCK TEST MAVEN MOCK TEST IV

HTML5 MOCK TEST HTML5 MOCK TEST I

3 Days Training Program

JSP MOCK TEST JSP MOCK TEST III

CSS MOCK TEST CSS MOCK TEST III

JAVA MOCK TEST JAVA MOCK TEST II

MAVEN MOCK TEST MAVEN MOCK TEST I

DB2 MOCK TEST DB2 MOCK TEST I

PERL MOCK TEST PERL MOCK TEST II

MAVEN MOCK TEST MAVEN MOCK TEST III

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

Financial. AngularJS. AngularJS. Download Full Version :

C# MOCK TEST C# MOCK TEST I

Financial. AngularJS. AngularJS.

What is AngularJS. à Javascript Framework à MVC à for Rich Web Application Development à by Google

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

JSP MOCK TEST JSP MOCK TEST IV

CICS MOCK TEST CICS MOCK TEST I

GO MOCK TEST GO MOCK TEST I

COBOL MOCK TEST COBOL MOCK TEST III

GWT MOCK TEST GWT MOCK TEST I

JAVA MOCK TEST JAVA MOCK TEST IV

JDBC MOCK TEST JDBC MOCK TEST IV

Single Page Applications using AngularJS

AngularJS AN INTRODUCTION. Introduction to the AngularJS framework

AngularJS Introduction

HIVE MOCK TEST HIVE MOCK TEST III

HTML5 MOCK TEST HTML5 MOCK TEST IV

NODE.JS MOCK TEST NODE.JS MOCK TEST II

VB.NET MOCK TEST VB.NET MOCK TEST III

AngularJS Fundamentals

Full Stack Web Developer

About Me. Name: Jonathan Brown. Job: Full Stack Web Developer. Experience: Almost 3 years of experience in WordPress development

QC MOCK TEST QC MOCK TEST

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

JCL MOCK TEST JCL MOCK TEST IV

EJB MOCK TEST EJB MOCK TEST IV

JCL MOCK TEST JCL MOCK TEST III

Using AngularJS In APEX. Dan McGhan Senior Technical Consultant

Nagaraju Bende

CRM Service Wrapper User Guide

QTP MOCK TEST QTP MOCK TEST II

FRONT END WEB. {< Course Details >}

ANDROID MOCK TEST ANDROID MOCK TEST IV

A WEB BASED OFFICE MARKET. CS 297 Project Report Presented to Dr. Christopher Pollett San José State University

CodeValue. C ollege. Prerequisites: Basic knowledge of web development and especially JavaScript.

SPRING MOCK TEST SPRING MOCK TEST I

JQUERY MOCK TEST JQUERY MOCK TEST III

HBASE MOCK TEST HBASE MOCK TEST III

Manual Html A Href Onclick Submit Form

Tim Roes. Android- & inovex in Karlsruhe. GDG Karlsruhe Co-Organizer.

AngularJS. Beginner's guide - part 2

Dynamic Web Development

Nagaraju Bende

AngularJS. Beginner's guide - part 1

"Charting the Course... Comprehensive Angular. Course Summary

Modern and Responsive Mobile-enabled Web Applications

Full Stack Web Developer

Questions and Answers from Lukas Ruebbelke s AngularJS In-Depth Course

- MEAN Stack חזרה. MongoDB - as the database Express - as the web framework AngularJS - as the frontend framework NodeJS- as the server platform

GWT - UIOBJECT CLASS

VB.NET MOCK TEST VB.NET MOCK TEST I

Etanova Enterprise Solutions

NODE.JS MOCK TEST NODE.JS MOCK TEST III

Gradebook - Grades Tab Create Assignment

Working with JavaScript

SERVLETS MOCK TEST SERVLETS MOCK TEST III

Angular 2 Programming

IBM DB2 Web Query for IBM i. Version 2 Release 2

JavaScript CS 4640 Programming Languages for Web Applications

Angular 4 Training Course Content

COUCHDB - CURL & FUTON

Angular 2 and TypeScript Web Application Development

ANGULAR 2.X,4.X + TYPESRCIPT by Sindhu

JMETER - TEST PLAN ELEMENTS

Introduction to AngularJS

DOCUMENT SECURITY IN WORD 2010

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

CS142 Winter 2017 Midterm Grading Solutions and Rubric

Account Registration and Log-In for the encloud Management System

Web Technologies II + Project Management for Web Applications

Grading Rubric Homework 1

OOPS Viva Questions. Object is termed as an instance of a class, and it has its own state, behavior and identity.

SELENIUM - REMOTE CONTROL

THE HITCHHIKERS GUIDE TO. Harper Maddox CTO, EdgeTheory 30 September 2014

Software Requirements Specification. for WAVED. Version 3.0. Prepared By:

Comprehensive AngularJS Programming (5 Days)

MEAN Stack. 1. Introduction. 2. Foundation a. The Node.js framework b. Installing Node.js c. Using Node.js to execute scripts

Transact Qualified Front End Developer

Transcription:

http://www.tutorialspoint.com ANGULARJS - MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to AngularJS Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself. ANGULARJS MOCK TEST II Q 1 - AngularJS expressions are written using. A - double braces like {{ expression}} B - single braces like {expression} C - small bracket like expression D - capital bracket like [expression] Q 2 - AngularJS expressions behave in same way as ng-bind directives. A - false B - true Q 3 - AngularJS application expressions are pure JavaScript expressions. Q 4 - Which of the following is true about uppercase filter? A - Uppercase filter is a function which takes text as input. B - Uppercase filter converts a text to upper case text. Q 5 - Which of the following is true about lowercase filter?

A - Lowercase filter converts a text to lower case text. B - Lowercase filter is a function which takes text as input. Q 6 - Which of the following is true about currency filter? A - Currency filter formats text in a currency format. B - Currency filter is a function which takes text as input. Q 7 - Which of the following is true about filter filter? A - filter filter is a function which takes text as input. B - filter filter is used to filter the array to a subset of it based on provided criteria. Q 8 - Which of the following is true about orderby filter? A - orderby filter orders the array based on provided criteria. B - orderby filter is used to filter the array to a subset of it based on provided criteria. Q 9 - Which of the following is true about ng-disabled directive? A - ng-disabled directive can enable a given control. B - ng-disabled directive can disable a given control. Q 10 - Which of the following is true about ng-show directive? A - ng-show directive can show a given control. B - ng-show directive can hide a given control.

Q 11 - Which of the following is true about ng-hide directive? A - ng-hide directive can show a given control. B - ng-hide directive can hide a given control. Q 12 - ng-click directive represents a AngularJS click event. Q 13 - How angular.module works? A - angular.module is used to create AngularJS modules along with its dependent modules. B - angular.module is primarily used to create application module. Q 14 - angular.module is primarily used to create application module. Q 15 - Which of the following is true about $dirty flag? A - $dirty flag states that value has been changed. B - $dirty flag states that form has invalid data. Q 16 - Which of the following is true about $invalid flag? A - $invalid flag states that value has been changed. B - $invalid flag states that form has invalid data. Q 17 - Which of the following is true about $error? A - $error states that form has invalid data.

B - $error states the exact error. Q 18 - Use novalidate with a form declaration to disable any browser specific validation. Q 19 - Which of the following is true about ng-include directive? A - Embed HTML pages within a HTML page using ng-include directive B - Embed JS files within a HTML page using ng-include directive Q 20 - $http service is used to make an Ajax call to server. A - false B - true Q 21 - AngularJS needs data in JSON format to populate its model. Q 22 - Which of the following is true about $routeprovider? A - $routeprovider is the key service which set the configuration of urls. B - $routeprovider maps Urls with the corresponding html page or ng-template. C - $routeprovider attaches a controller with the view. D - All of the above. Q 23 - $rootscope is the parent of all of the scope variables. Q 24 - Model available in $rootscope is available to its all child scopes.

Q 25 - Model available in $rootscope can be overridden by its all child scopes. ANSWER SHEET Question Number Answer Key 1 A 2 B 3 A 4 B 5 A 6 B 7 B 8 A 9 C 10 C 11 C 12 A 13 C 14 A 15 A 16 B 17 B 18 A 19 A 20 B 21 A 22 D 23 A 24 A 25 A Loading [MathJax]/jax/output/HTML-CSS/jax.js