[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.

Gigamon Interview Questions

6.47K

Total Set :1



Top 10 Gigamon Interview Questions With Answer

Question: 1 / 10

Can you introduce yourself briefly, and about your current project.

Question: 2 / 10

In a double linked list give an example of what error could happen when 2 processes try to access a node at the same time without synchronization mechanisms used.

Question: 3 / 10

Write a program to rotate bits in a number.
Example:10101111
to rotate last 2 bits.
11101011

Question: 4 / 10

What is pthread join? can you explain with example?

Question: 5 / 10

What is cat Linux command? Tell what all system calls will be invoked in processing this command.

Question: 6 / 10

Differences between shared memory and message queues?

Question: 7 / 10

Write a program to find the nth node from last in a single linked list.

Question: 8 / 10

Can you write a program to do traversal from the last node to the first node in a single linked list?

Question: 9 / 10

Can you tell logic to tokenize a mac address?

Question: 10 / 10

What is the difference between dynamic linking and static linking?