InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Bower is a new package manager for ______. |
|
Answer» Bower is a NEW PACKAGE manager for ______. |
|
| 2. |
The testing framework we have used in our course is ____. |
|
Answer» The testing framework we have used in our COURSE is ____. |
|
| 3. |
In Package.json, to include the latest version we can use ______. |
|
Answer» In Package.json, to include the latest version we can USE ______. |
|
| 4. |
Grunt relies on _______. |
|
Answer» Grunt RELIES on _______. |
|
| 5. |
Bower was introduced by engineers at _____. |
|
Answer» Bower was INTRODUCED by ENGINEERS at _____. |
|
| 6. |
The following code is used to install Protractor _________. |
|
Answer» The following code is used to install Protractor _________. |
|
| 7. |
______ allows you to inject and mock angular services to help you test your application. |
|
Answer» ______ ALLOWS you to INJECT and mock angular services to HELP you TEST your application. |
|
| 8. |
Testing an individual working part of source code is called _____. |
|
Answer» Testing an individual working part of SOURCE CODE is called _____. |
|
| 9. |
The webdriver-manager can be used, and the necessary binaries can be downloaded using _______. |
|
Answer» The webdriver-manager can be USED, and the necessary BINARIES can be downloaded using _______. |
|
| 10. |
_____ is all about splitting your code into small testable modules with each module having its own functionality and level of abstraction. |
|
Answer» _____ is all about splitting your code into SMALL testable modules with each module having its own functionality and level of abstraction. |
|
| 11. |
When will you start writing the unit testwriting the unit test? |
|
Answer» When will you start writing the unit testwriting the unit TEST? |
|
| 12. |
The E2E testing framework for AngularJS is ______. |
|
Answer» The E2E testing framework for AngularJS is ______. |
|
| 13. |
_________ acts as a type of documentation because it describes the expected behavior of the functions and modules. |
|
Answer» _________ acts as a type of documentation because it DESCRIBES the expected BEHAVIOR of the functions and modules. |
|
| 14. |
Which one of the following is a Bower Concept? |
|
Answer» Which ONE of the following is a Bower CONCEPT? |
|
| 15. |
Protractor is built on top of ______. |
|
Answer» Protractor is built on TOP of ______. |
|
| 16. |
App folder contains ______ and tests folder contains ______. |
|
Answer» App FOLDER contains ______ and tests folder contains ______. |
|
| 17. |
The syntax for installing a component in Bower is ______. |
|
Answer» The syntax for installing a component in Bower is ______. |
|
| 18. |
To run the test, we have to type ______. |
|
Answer» To RUN the test, we have to type ______. |
|
| 19. |
Grunt runs tasks using temporary files, which are disk I/O operations. |
|
Answer» Grunt runs tasks using TEMPORARY files, which are disk I/O operations. |
|
| 20. |
What will be the output of the following snippet , if we pass 3e,5? |
|
Answer» What will be the output of the following SNIPPET , if we pass 3e,5? |
|