NODE.JS MOCK TEST NODE.JS MOCK TEST IV

Similar documents
NODE.JS MOCK TEST NODE.JS MOCK TEST I

C# MOCK TEST C# MOCK TEST II

ANGULARJS - MOCK TEST ANGULARJS MOCK TEST II

DB2 MOCK TEST DB2 MOCK TEST I

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST III

MAVEN MOCK TEST MAVEN MOCK TEST I

DESIGN PATTERNS MOCK TEST DESIGN PATTERNS MOCK TEST II

JAVA MOCK TEST JAVA MOCK TEST II

MAVEN MOCK TEST MAVEN MOCK TEST IV

PYTHON MOCK TEST PYTHON MOCK TEST III

JSP MOCK TEST JSP MOCK TEST III

JAVA MOCK TEST JAVA MOCK TEST III

PERL MOCK TEST PERL MOCK TEST II

HTML5 MOCK TEST HTML5 MOCK TEST I

HIBERNATE MOCK TEST HIBERNATE MOCK TEST I

NODE.JS MOCK TEST NODE.JS MOCK TEST II

CICS MOCK TEST CICS MOCK TEST I

COBOL MOCK TEST COBOL MOCK TEST III

C# MOCK TEST C# MOCK TEST I

JAVA MOCK TEST JAVA MOCK TEST IV

GWT MOCK TEST GWT MOCK TEST I

JAVASCRIPT MOCK TEST JAVASCRIPT MOCK TEST I

JSP MOCK TEST JSP MOCK TEST IV

MAVEN MOCK TEST MAVEN MOCK TEST III

HIVE MOCK TEST HIVE MOCK TEST III

EJB MOCK TEST EJB MOCK TEST IV

GO MOCK TEST GO MOCK TEST I

PL/SQL MOCK TEST PL/SQL MOCK TEST IV

JDBC MOCK TEST JDBC MOCK TEST IV

SERVLETS MOCK TEST SERVLETS MOCK TEST III

JCL MOCK TEST JCL MOCK TEST IV

NODE.JS MOCK TEST NODE.JS MOCK TEST III

HIBERNATE MOCK TEST HIBERNATE MOCK TEST II

JCL MOCK TEST JCL MOCK TEST III

VB.NET MOCK TEST VB.NET MOCK TEST III

NODE.JS - NET MODULE

QC MOCK TEST QC MOCK TEST

CSS MOCK TEST CSS MOCK TEST III

HIBERNATE MOCK TEST HIBERNATE MOCK TEST IV

JQUERY MOCK TEST JQUERY MOCK TEST III

HBASE MOCK TEST HBASE MOCK TEST III

QTP MOCK TEST QTP MOCK TEST II

HTML5 MOCK TEST HTML5 MOCK TEST IV

SPRING MOCK TEST SPRING MOCK TEST I

ANDROID MOCK TEST ANDROID MOCK TEST IV

VB.NET MOCK TEST VB.NET MOCK TEST I

DOCUMENT SECURITY IN WORD 2010

162 HW2. David Culler, Arka Bhattacharya, William Liu. September 2014

IIS Installation for.net Application. Md. Saifullah Al Azad

GO - OPERATORS. This tutorial will explain the arithmetic, relational, logical, bitwise, assignment and other operators one by one.

Configuring IP SLAs TCP Connect Operations

ECE 650 Systems Programming & Engineering. Spring 2018

COMS3200/7201 Computer Networks 1 (Version 1.0)

The term "router" in this document refers to both routers and Layer 3 switches. Step Command Remarks. ipv6 host hostname ipv6-address

COMPILER DESIGN - CODE OPTIMIZATION

ACS Readdress Server List Configuration Mode

QTP MOCK TEST QTP MOCK TEST I

P2P Programming Assignment

Operating systems and concurrency - B03

Maria Hybinette, UGA. ! One easy way to communicate is to use files. ! File descriptors. 3 Maria Hybinette, UGA. ! Simple example: who sort

SE350: Operating Systems

Node.js. Mendel Rosenblum. CS142 Lecture Notes - Node.js

Computer Network 2015 Mid-Term Exam.

ffproxy (8) FreeBSD System Manager s Manual ffproxy (8)

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource

JMETER - TEST PLAN ELEMENTS

This is just a continuation of green bug / ISMDOOR. To look at the previous report please go to the following link.

Interprocess Communication Mechanisms

shared storage These mechanisms have already been covered. examples: shared virtual memory message based signals

CSCB09: Software Tools and Systems Programming. Bianca Schroeder IC 460

OBJECT ORIENTED PROGRAMMING

How A Website Works. - Shobha

Network Implementation

COUCHDB - CURL & FUTON

SOCKETLIB. Requirements

Manage Your DNS In The Cloud Get Started With Route 53

This homework is due by 11:59:59 PM on Thursday, October 12, 2017.

Configuring DNS. Finding Feature Information

NAME SYNOPSIS DESCRIPTION. Behavior of other Perl features in forked pseudo-processes. Perl version documentation - perlfork

PLEASE READ CAREFULLY BEFORE YOU START

Setting up Microsoft Exchange Server 2016 with Avi

Enabling Embedded Systems to access Internet Resources

Troubleshooting Network analysis Software communication tests and development Education. Protocols used for communication (10 seconds capture)

Connecting with Computer Science Chapter 5 Review: Chapter Summary:

Outline. Inter-Process Communication. IPC across machines: Problems. CSCI 4061 Introduction to Operating Systems

Midterm Exam. CSCI 2132: Software Development. March 4, Marks. Question 1 (10) Question 2 (10) Question 3 (10) Question 4 (10) Question 5 (5)

Q U E S T I O N 3 In the current version of IP (IPv4), the use of TCP and UDP headers differ in which of the following ways?

Windows architecture. user. mode. Env. subsystems. Executive. Device drivers Kernel. kernel. mode HAL. Hardware. Process B. Process C.

Process control. Game plan: Fork. Scribe notes for 11/11/14 by Diane Yang, Kara Shen, and Chris Lim. fork exec pipes

CSCE 463/612 Networks and Distributed Processing Spring 2018

Uniform Resource Locators (URL)

BOOTSTRAP MOCK TEST BOOTSTRAP MOCK TEST III

PLEASE READ CAREFULLY BEFORE YOU START

Getting Started with the VG248

DNS and HTTP. A High-Level Overview of how the Internet works

TRAINING GUIDE. Tablet: Cradle to Mobile Configuration and Setup

Concurrent Processing in Client-Server Software

CS 4410, Fall 2017 Project 1: My First Shell Assigned: August 27, 2017 Due: Monday, September 11:59PM

Executive Summary. Performance Report for: The web should be fast. How does this affect me?

Process Management! Goals of this Lecture!

Transcription:

http://www.tutorialspoint.com NODE.JS MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to Node.js 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. NODE.JS MOCK TEST IV Q 1 - Which of the following module is required for DNS specific operations? A - dns module B - web module C - net module Q 2 - Which of the following stands true for dns.lookuphostname[, options], callback method? A - Resolves a hostname e. g. google. com into the first found A IPv4 or AAAA IPv6 record. B - If options is not provided, then IP v4 and v6 addresses are both valid. If options is an integer, then it must be 4 or 6. Q 3 - Which of the following method resolves an ip address to an array of hostnames? A - dns.reverseip, callback B - dns.resolvehostname[, rrtype], callback C - dns.resolve4hostname, callback Q 4 - Which of the following module is required for exception handling in Node? A - web module

B - net module C - domain module D - error module Q 5 - Which of the following is true about internal binding with respect to domain module? A - Error emmitter is executing its code within run method of a domain. B - Error emmitter is added explicitly to a domain using its add method. Q 6 - Which of the following is true about external binding with respect to domain module? A - Error emmitter is executing its code within run method of a domain. B - Error emmitter is added explicitly to a domain using its add method. Q 7 - Which of the following module is required to create a web server? A - url module B - net module C - http module D - web module Q 8 - Which of the following code can create a web server? A - http.createservercallback B - http.createwebservercallback C - http.createhttpservercallback Q 9 - Which of the following code can make a request to a web server? A - http.requestoptions, callback B - http.createrequestoptions, callback C - http.makerequestoptions, callback

Q 10 - What is Express? A - Express is a application framework that provides a robust set of features to develop desktop based applications. B - Express is a minimal and flexible Node.js web application framework that provides a robust set of features to develop web and mobile applications. Q 11 - Can we create child processes in Node applications. Q 12 - Which of the following module is required to create a child process? A - process module B - child_process module C - child module D - web module Q 13 - Which of the following is true about exec methd of child_process module. A - The exec method runs a command in a shell and buffers the output. B - The exec method returns a buffer with a max size. C - The exec method waits for the process to end and tries to return all the buffered data at once. D - All of the above. Q 14 - Which of the following is true about fork methd of child_process module. A - The fork method method is a special case of the spawn to create Node processes. B - The fork method returns object with a built-in communication channel in addition to having all the methods in a normal ChildProcess instance. Q 15 - What REST stands for? A - REpresentational State Transfer B - Resource Efficient State Transfer C - Real Elegant State Transfer D - Resource Elegant State Transfer

Q 16 - Which of the following is true about RESTful webservices? A - Webservices based on REST Architecture are known as RESTful web services. B - Webservices uses HTTP methods to implement the concept of REST architecture. Q 17 - Which of the following is not a valid HTTP method? A - get B - put C - post D - header Q 18 - Transform stream is a type of duplex stream. Q 19 - Each type of Stream is an EventEmitter. Q 20 - Duplex stream can be used for both read and write operation. Q 21 - A stream fires data event when there is data available to read. A - false B - true Q 22 - A stream fires end event when there is no more data to read. Q 23 - A stream fires error event when there is any error receiving or writing data.

A - false B - true Q 24 - A stream fires finish event when all data has been flushed to underlying system. Q 25 - Child processes always have three streams child.stdin, child.stdout, and child.stderr which may be shared with the stdio streams of the parent process. ANSWER SHEET Question Number Answer Key 1 A 2 C 3 A 4 C 5 A 6 B 7 C 8 A 9 A 10 B 11 A 12 B 13 D 14 C 15 A 16 C 17 D 18 A 19 A 20 A 21 B

22 A 23 B 24 A 25 A Loading [MathJax]/jax/output/HTML-CSS/jax.js