Network Engineer Questions


Q:

There are 209 doctors and nurses in a hospital. If the ratio of the doctors to the nurses is 11 : 8, then how many nurses are there in the hospital?

A) 88 B) 96
C) 108 D) 121
 
Answer & Explanation Answer: A) 88

Explanation:

Given,
The ratio of the doctors to the nurses is 11 : 8
Number of nurses = 8/19 x 209 = 88.

Report Error

View Answer Report Error Discuss

4 5617
Q:

The memory unit is one part of

A) Input Device B) Central Processing Unit
C) Control Unit D) Output device
 
Answer & Explanation Answer: B) Central Processing Unit

Explanation:

In a computer, memory is one part of Central processing unit i.e, CPU.

Report Error

View Answer Report Error Discuss

14 5500
Q:

Which dml command is used in conjunction with @@identity?

A) INSERT and UPDATE B) UPDATE and DELETE
C) SCOPE_IDENTITY and IDENT_CURRENT D) Commit and rollback
 
Answer & Explanation Answer: C) SCOPE_IDENTITY and IDENT_CURRENT

Explanation:

Using automatically incrementing IDENTITY columns is very popular with database developers. You don’t need to explicitly calculate unique surrogate keys when inserting new data, the IDENTITY column functionality does that for you. The IDENTITY feature also allows you to specify useful Seed and Increment properties. When you use an INSERT statement to insert data into a table with an IDENTITY column defined, SQL Server will generate a new IDENTITY value.

 

You can use the @@IDENTITY variable and the SCOPE_IDENTITY and IDENT_CURRENT functions to return the last IDENTITY value that has been generated by SQL Server. This is very useful when you need to return the key for the row that has just been inserted, back to the caller.

Report Error

View Answer Report Error Discuss

8 5480
Q:

What is difference between ARP and RARP?

Answer

The address resolution protocol (ARP) is used to associate the 32 bit IP address with the 48 bit physical address, used by a host or a router to find the physical address of another host on its network by sending a ARP query packet that includes the IP address of the receiver.


The reverse address resolution protocol (RARP) allows a host to discover its Internet address when it knows only its physical address

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 5388
Q:

GUI stands for

A) Graphical Universal Interface B) Graph Use Interface
C) Graphical Unique Interface D) Graphical User Interface
 
Answer & Explanation Answer: D) Graphical User Interface

Explanation:

GUI stands for Graphical User Interface.

 

A Graphical User Interface is a computer interface that allows users to interact with a device through graphical elements such as pictures and animations, as opposed to text-based commands.

Report Error

View Answer Report Error Discuss

9 5348
Q:

In OSI network architecture, the routing is performed by

A) transport layer B) session layer
C) network layer D) data link layer
 
Answer & Explanation Answer: C) network layer

Explanation:

in_osi_network_architecture_the_routing_is_performed_by1553604163.jpg image

 

In networking, the Open Systems Interconnection is commonly called as OSI model. It has a 7 layer architecture for the communication.

 

In OSI network architecture, the routing is performed by network layer which is layer number 3 with the help of intermediate routers.

Report Error

View Answer Report Error Discuss

3 5328
Q:

Which entity owns ITIL now?

Answer

ITIL (Information Technology Infrastructure Library) is owned by Axelos since, 2013.

Report Error

View answer Workspace Report Error Discuss

8 5231
Q:

A line is an undefined term because it

Answer

A line is an undefined term because of it :


 


1. Contains an infinite number of points


2. can be used to create other geometric shapes


3. is a term that does not have a formal definition


 


In Geometry, unless it's stated, a line will extend in one dimension and goes on forever in both ways.

Report Error

View answer Workspace Report Error Discuss

17 5195