Open In App

Versa Networks Interview Experience

Last Updated : 27 Oct, 2020
Improve
Improve
Like Article
Like
Save
Share
Report

Versa networks is unique among software-defined networking vendors providing an end-to-end solution that both simplifies and secures the WAN/ branch office network.

It had 4 rounds. Our campus hiring was started with a pre-placement talk on 14th July 2020.

  • 1st round online test on 1st Aug 2020. 
  • 2nd round on 2nd Aug 2020 
  • 3rd round on 4th Aug 2020 
  • 4th round ended on 5th Aug 2020.

Round 1 (MCQ’s and Coding): It was for 1hr 30mins. It was divided into 2 segments.

  • Part 1 – 14 MCQs on concepts of c, c++, java.
  • Part 2 – 3 Coding questions
  1. You are given N integers, N>0. In the input, all integer elements will be repeated one or more times except for one element which is unique. Identify the unique element and print it out.  

  2. To sort odd and even numbers in an array separately.

    Input: 6 - total number of elements. 
    Elements are - 1, 2, 3, 4, 5, 6
    Output: 1, 6, 3, 4, 5, 2

    Therefore, to sort even numbers in descending order and placing in the even-numbered index and odd numbers in ascending order and placing in the odd-numbered index.

  3. To determine an array whether good or bad based on given criteria. Conditions for good are 

    • All elements are unique
    • The array is not sorted in ascending order
    • All the array elements should have a value between 1 to N inclusive.

Round 2 (2 Coding questions – 60 mins):

  1. To print the matrix in the Anti-Spiral direction.
  2. Binary tree spiral traversal 

Round 3 (Technical interview): Based on our performance the number of rounds of interview to be held, max 3.

It was more on networking basics, few programming questions like linked lists, string manipulation, palindrome, few questions on concepts of c, inheritance, constructors, pointers, polymorphism, projects i.e, resume.

Each interview was held for 1hr.

Round 4 (HR interview): Only one student was selected for the hr and given an offer. Unfortunately out of 8 people, I didn’t make it to the HR interview, only 1 person made into HR.

Thanks for reading.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads