+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Enroll Now
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. What is the full form of MVC?
Model View Components
Module Virtual Controller
Multiple view controller
Model View Controller
View Answer
2. In AngularJS, ________ are the containers used to hold other parts of an application
Models
controllers
Modules
Views
View Answer
3. AngularJS applications depend on __________ to control the flow of data.
Modules
Models
Directives
Controller
View Answer
4. Which module routes our application to different pages?
ngGo
ngForm
ngPath
ngRoute
View Answer
5. A role of a filter is to ________ the value.
Change
Delete
Format
Update
View Answer
6. Which symbol is used to prefix an inbuilt service?
%
$
#
|
View Answer
7. AngularJS is written in _______.
C++
PHP
JavaScript
Java
View Answer
8. Which of the following valid AngularJS expression?
{{ 2 + 2 }}
((2 + 2))
{ 2 + 2}
All of them
View Answer
9. Which of the following is true about ng-hide directive?
Both are Incorrect.
ng-hide directive can hide a given control
Both are Correct.
ng-hide directive can show a given control
View Answer
10. AngularJS directives can be written in HTML element as:
Attribute
All of them
Class Name
Tag
View Answer