Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Illusive Networks

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Illusive Networks reviews | Illusive Networks jobs | Illusive Networks salaries | Illusive Networks benefits
      Illusive Networks interviewsIllusive Networks Software Developer interviewsIllusive Networks interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Sabre
      3.6★Compensation and benefits
      avatar
      SAP
      3.9★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Software Developer Interview

      6 Jun 2021
      Anonymous interview candidate
      Tel Aviv-Yafo

      Other Software Developer interview reviews for Illusive Networks

      Software Engineer Interview

      1 Jun 2021
      Anonymous interview candidate
      Tel Aviv-Yafo
      No offer
      No offer
      Neutral experience
      Difficult interview

      Application

      I applied through university. I interviewed at Illusive Networks (Tel Aviv-Yafo) in May 2021

      Interview

      Test day starts with 1 hour of the exam with questions about java, after that, they call all candidates and told them who passes and who doesnt. If you pass you have another personal talk with the team leader.

      Interview questions [1]

      Question 1

      Build data structure with capacity that set ,get and create in O(1)
      Answer question
      Neutral experience
      Average interview

      Application

      I applied through a staffing agency. The process took 1 day. I interviewed at Illusive Networks (Tel Aviv-Yafo) in May 2021

      Interview

      Got a phone call from the recruiter and was invited for an on site interview, the process continues this way: 1 more technical interviews, VP r&d interview and Hr before getting an offer. (if i remember correctly). The interviewer asked a lot about my previous experience, not even my last job into the smallest details. The interview question was: For n tv channels, given show start time, end time & bandwidth needed for each channels, find the maximum bandwidth required at peak. a show represented as [1,30,2] meaning [show-start-time, show-end-time, bandwidth-needed].

      Software Engineer Interview

      2 Apr 2021
      Anonymous interview candidate
      Tel Aviv-Yafo
      No offer
      Negative experience
      Average interview

      Application

      I applied through a staffing agency. I interviewed at Illusive Networks (Tel Aviv-Yafo)

      Interview

      1st interview is a technical interview with a team leader. you are asked to tell about yourself and then given a technical question. After he gave a short description of the company, asked me to tell about myself and a challenging projects I was part in current or previous jobs. didn't seem at all interested in what I had to say, the vibe I got is that all that interests him is the technical aspect and complexity of the project, so I shouldn't have bothered talking about non-technical issues. I was given a technical question and the interviewer stayed in the room. Usually when an interviewer stays it means they are interested in the thinking process towards the solution. not sure why this one did, since he didn't seem to care about that at all and just kept pressuring me to solve the problem, slipping in an occasional yawn. Obviously we didn't hit it off and I wasn't called for a 2nd interview, which is fine that job wasn't exactly what I was looking for anyway, and I wouldn't want that guy as my manager.

      Interview questions [1]

      Question 1

      given a tree (root node), and an int "maxToDraw", draw the subtree that contains no more then maxToDraw nodes. don't draw partial levels of the tree, meaning that if a node is at level x, at the number of nodes with level <= x is more than maxToDraw, don't draw it.
      1 Answer