[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Placement Questions & Answers :: Cisco

71. one packet is 64 bytes.If number of packets send is 16000. Then total number of bytes send is

Answer: 1024000

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco Societe Generale 

72. In which layer the bridges are used.

Answer: data link layer

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco Societe Generale 

73. Where will be the actual address of the subroutine is placed for vectored interrupts?

Answer: Interrupt Vector Table

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

74. In the command scanf, h is used for

Answer: Short int

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

75. What is the precedence order from high to low ,of the symbols ( ) ++ /

Answer: ( ) , ++, /

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

76. struct s1
{
struct {
struct {
int x;
}s2
}s3
}y;
How to access x in the above given structure definition ?

Answer: y.s3.s2.x

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

77. If we delete a node from a balanced binary tree, How can properties of balanced binary tree retain.

Answer: By rotation the nodes.

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

78. The stack uses which policy out of the following

Answer: LIFO

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

79. A process can be

Answer: both (a) and (b)

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco 

80. In the transport layer ,TCP is what type of protocol

Answer: Connection Oriented

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Cisco Societe Generale