Open In App

Barracuda Networks Interview Experience

Improve
Improve
Like Article
Like
Save
Share
Report

Recently I applied to Barracuda Networks and following is my experience.

Round 1:
It was a 1 hour duration paper consisting of questions from C/Computer Networks/Operating System/Puzzles. Most of the C questions were regarding the Output of given code.

Round 2 (Technical Interview):
In this round I was asked :
Linked List questions

Puzzles
1: (x-a)*(x-b)......(x-z) = ?     
ans: 0 as (x-x) is one of the terms
2: abc
  +abc
  +abc
=  ccc      (ans: a=1, b=8, c=5)

Program to print patterns

For n=3 (so I had to write code for general n)
    *
  *    *
*        * 
  *     *
      *

Then he moved on to my projects.

Round 3 (Technical Interview)
Some C output programs.
Puzzle of measuring 4L from 3L and 5L jars
Find a 10-digit number where the first digit is how many zeros in the number, the second digit is how many 1s in the number etc. until the tenth digit which is how many 9s in the number.
Questions related to Operating System concepts (threading, caching, scheduling)
Networking (like how does ping work, how did LAN function etc)
Addressing schemes in computer system.

Round 4 (HR)
It was just to get to know you. In case you have any other offers. How soon can you join? Why didn’t you join the other company from which you had offer?

Round 5 (taken by MD)
If you’ve made it till here, you’re almost done.
Questions about my strengths, weaknesses, why should we hire you etc.
Why I didn’t join the company I had offer from?
Then he explained about the different profiles in the company.


Last Updated : 29 Aug, 2015
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads