Meteor MCQ Questions & Answers - Mobile Development

Meteor MCQs : This section focuses on "Meteor" in Mobile Development. These Multiple Choice Questions (MCQ) should be practiced to improve the Meteor skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. Which Mobile Platforms And Devices Does Meteor Support?

A. Android
B. IOS
C. BlackBerry
D. Both A and B

View Answer


2. ____________ is the only database that is officially supported with Meteor.

A. SQL
B. MongoDB
C. PostgreSQL
D. Cassendra

View Answer


3. Does Meteor Work On Windows?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


4. Which of the following is true about Meteor?

A. Meteor is open source and free to use.
B. Meteor is available under the MIT license.
C. Meteor, or MeteorJS is an open-source real-time JavaScript framework written using Node.js. 
D. All of the above

View Answer


5. Meteor is a complete open source platform built in pure ______________.

A. Python
B. Angular
C. JavaScript
D. Java

View Answer


6. Meteor supports both web and mobile using Apache Cordova.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


7. Meteor is developed and maintained by the?

A. Facebook Development Group
B. Meteor Development Group
C. Oracle Development Group
D. IBM Development Group

View Answer


8. Which of the following Are The Features Of Meteor?

A. Web and mobile 
B. Packages
C. Meteor Galaxy
D. All of the above

View Answer


9. Which of the following are not the advantages of meteor?

A. It is Open-source
B. Meteor apps are by default real-time
C. Meteor API is rapidly changing
D. All of the above

View Answer


10. The session are created by using?

A. Session.set() method
B. Session.get() method
C. Session.put() method
D. Both A and B

View Answer


11. Meteor template uses _____________ important tags.

A. 2
B. 3
C. 4
D. 5

View Answer


12. ______________ method is used for tracking on session.

A. Tracker.run()
B. Track.autorun()
C. Tracker.autorun()
D. autorun()

View Answer


13. Meteor templates are using three top level tags, The third tag is?

A. head
B. body
C. template
D. None of the above

View Answer


14. Blaze is a Meteor package used for building live reactive templates.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


15. Which method to search for data in the collection?

A. search
B. find
C. add
D. insert

View Answer


16. Data can be deleted from the collection using the _________ method.

A. alter
B. drop
C. delete
D. remove

View Answer


17. Which command is used to remove packages?

A. meteor delete package_name
B. meteor remove
C. meteor remove package_name
D. remove package_name

View Answer


18. You can also check what packages your current application is using meteor list?

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


19. Which method used for getting the current view?

A. Blaze.getView([element])
B. Blaze.currentView
C. Blaze.With(data, contentFunc)
D. None of the above

View Answer


20. This package provides HTTP request API with _______________ methods.

A. get
B. post
C. put
D. All of the above

View Answer





Discussion



* You must be logged in to add comment.