Upload Button Icon Add office photos

Filter interviews by

Skyhigh Networks Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Jan 2016. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Questions on linked list
  • Q2. Questions on resume
  • Q3. About my interests
  • Q4. My interest in symantec
  • Q5. Place to work

Interview Preparation Tips

College Name: IIT Madras

I applied via Campus Placement and was interviewed in Dec 2016. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How you find loop in a linked list
  • Ans. 

    To find a loop in a linked list, we use Floyd's cycle-finding algorithm.

    • Floyd's cycle-finding algorithm uses two pointers, one moving at twice the speed of the other.

    • If there is a loop in the linked list, the two pointers will eventually meet.

    • To detect the meeting point, we reset one of the pointers to the head of the linked list and move both pointers at the same speed.

    • The meeting point is the start of the loop.

  • Answered by AI
  • Q2. What is LRU, MRU and LFU
  • Ans. 

    LRU, MRU and LFU are caching algorithms used to manage memory in computer systems.

    • LRU stands for Least Recently Used and removes the least recently used items from the cache when the cache is full.

    • MRU stands for Most Recently Used and removes the most recently used items from the cache when the cache is full.

    • LFU stands for Least Frequently Used and removes the least frequently used items from the cache when the cache i...

  • Answered by AI
  • Q3. Camel banana problem

Interview Preparation Tips

Round: Test
Experience: coding test in hacker rank. can code in any language except in C and C++.
Duration: 1 hour
Total Questions: 2

Round: Technical Interview
Experience: In technical round the questions are on OS, basics of C(mainly in linked lists) and maths puzzle

They mostly see how you are approaching towards a problem.
It is first time that I heard the camel banana problem. So I struggled for some time and came up with a solution. He said he liked the approach but it can be optimized.

Round: HR Interview
Experience: It started with explain about yourselves. and then he asked to explain about one project with technical details. Later he asked me to explain binary search for a guy who don't know much of technical knowledge. He continued with why we only do 2 partitions why can we make it up to 3. Later he asked me what I liked most in my mobile phone. I said chatting apps. So he asked me that if I was hired as a developer to make a chatting app how will I do it.
Tips: way of thinking and way of approaching towards a problem.

Round: HR Interview
Experience: This round was focused mainly on whether I like to work in Bangalore or not. How I first heard about Symantec. how I will suit for the company. what are my future plans.

Skills: C, OS, Math Puzzles
College Name: IIT Madras

Skills evaluated in this interview

Intern Interview Questions & Answers

FireEye user image Siriguppa Aditya

posted on 15 May 2017

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: Test had all kinds of questions apti+c-apti+cse concepts+coding.
It covered all the things related to computer science.There were 3 coding questions among 39
Duration: 1 hour
Total Questions: 39

Round: Technical Interview
Experience: Resume Related

Round: Technical Interview
Experience: Resume related and tested my knowledge on networking

I appeared for an interview before Oct 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interviewer was cool, he started with basics of c and c++ and oops concept and extended to data structures .

  • Q1. 

    Count Subsequences Problem Statement

    Given an integer array ARR of size N, your task is to find the total number of subsequences in which all elements are equal.

    Explanation:

    A subsequence of an array i...

  • Ans. 

    Count the total number of subsequences in which all elements are equal in an integer array.

    • Iterate through the array and count the frequency of each element.

    • Calculate the total number of subsequences for each element using the formula (frequency * (frequency + 1) / 2).

    • Sum up the total number of subsequences for all elements to get the final result.

  • Answered by AI
  • Q2. 

    Kevin's Stack Problem

    Kevin requires assistance in reversing a string using the concept of a stack. Help Kevin by providing a solution that will reverse the string 'S' using a stack. The strings will only...

  • Ans. 

    Reverse a string using a stack

    • Create a stack to store characters of the input string

    • Pop characters from the stack to reverse the string

    • Reconstruct the reversed string from the popped characters

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

It was an easy round interviewer basically asked questions about family, goals and education background.

Interview Preparation Tips

Eligibility criteria7 CGpaZscaler interview preparation:Topics to prepare for the interview - Data Structures, Algorithm, OOPS, Sql, logical reasoning , aptitudeTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Stick on the basics 
Tip 2 : practice ds as much as you can

Application resume tips for other job seekers

Tip 1 : keep it of one page
Tip 2 : don't put false things on resume and add atleast 1 good project.

Final outcome of the interviewSelected

Skills evaluated in this interview

Analyst Interview Questions & Answers

Gen user image Anonymous

posted on 12 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why do you want join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and clarify all your doubt
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were mostly related to Django Rest Framework and internal working of it, apart from that there were questions related to Django ORM.
  • Q2. Given an API request how would to resolve the space issue that is happening with GET
  • Ans. 

    To resolve space issue with GET API request, consider pagination, compression, caching, and optimizing query parameters.

    • Implement pagination to limit the number of results returned in each request.

    • Use compression techniques like Gzip to reduce the size of the response data.

    • Implement caching mechanisms to store frequently accessed data and reduce the number of requests.

    • Optimize query parameters to only request necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Complete resume based questions
  • Q2. You must me thorough of what you have mentioned in your resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3 hours , 3 coding questions on arrays, and some other DSA

Round 3 - Technical 

(1 Question)

  • Q1. Core JAVA interview questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Questions are from databases like MySQL. Also we have to write queries.

Round 2 - Technical 

(1 Question)

  • Q1. Find maximum salary from the given table.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Apr 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. SQL, Scenario Based Question
Round 2 - Cultural Fit 

(1 Question)

  • Q1. Past Experiences & projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

60 Minutes, Backend Developer, Hackerrank, API Creation

Round 2 - Technical 

(1 Question)

  • Q1. Design a login page/form
  • Ans. 

    A modern and user-friendly login page with email and password fields

    • Include a clean and simple design with a logo and branding

    • Add input fields for email and password with proper validation

    • Include a 'Forgot Password' link for password recovery

    • Add a 'Remember Me' checkbox for convenience

    • Include a 'Sign In' button for submitting the form

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Project discussion, resume based
Round 4 - HR 

(1 Question)

  • Q1. HR questions about myself

Skills evaluated in this interview

Skyhigh Networks Interview FAQs

How to prepare for Skyhigh Networks interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Skyhigh Networks. The most common topics and skills that interviewers at Skyhigh Networks expect are Data Security, Cloud Computing, Salesforce, SQL and Python.

Tell us how to improve this page.

Interview Questions from Similar Companies

Zscaler Softech Interview Questions
3.6
 • 71 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Forcepoint Interview Questions
2.9
 • 13 Interviews
Netskope Interview Questions
3.2
 • 11 Interviews
CrowdStrike Interview Questions
4.1
 • 10 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

Skyhigh Networks Reviews and Ratings

based on 6 reviews

4.4/5

Rating in categories

1.9

Skill development

4.2

Work-life balance

1.7

Salary

3.1

Job security

4.5

Company culture

1.6

Promotions

1.7

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer

Bangalore / Bengaluru

8-13 Yrs

Not Disclosed

Email Marketing - Skyhigh Security

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Senior Analyst Relations Manager

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer
6 salaries
unlock blur

₹25 L/yr - ₹32 L/yr

Technical Support Engineer
4 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Member Technical Staff
4 salaries
unlock blur

₹24.5 L/yr - ₹30.2 L/yr

Engineer III
4 salaries
unlock blur

₹13.6 L/yr - ₹33 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Explore more salaries
Compare Skyhigh Networks with

Netskope

3.2
Compare

McAfee

4.0
Compare

Gen

4.0
Compare

Palo Alto Networks

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview