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

      A10 Networks

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: A10 Networks reviews | A10 Networks jobs | A10 Networks salaries | A10 Networks benefits
      A10 Networks interviewsA10 Networks Senior Web Applications Developer interviewsA10 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.

      Bowls

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

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Senior Web Applications Developer Interview

      7 Dec 2016
      Anonymous interview candidate
      Beijing, Beijing
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 days. I interviewed at A10 Networks (Beijing, Beijing) in Oct 2016

      Interview

      1. phone interview ( 15 mins) 2. Onsite interview ( 4 hours) 2.1 answer questions written in paper of page 4. 2.2 interviewer ask questions. 2.3 onsite coding, including 4 programs. 2.4 remote onsite interview. 2.5 HR interview 3. Remote onsite interview ( 2 hours)

      Interview questions [5]

      Question 1

      1. Please give a method which used to check if two strings are anagrams. Anagrams: a word, phrase, or name formed by rearranging the letters of another, such as: 1). "cinema" formed from "ice man". 2). "listen" formed from "silent". 3). "This is a tomcat" formed from "Tom has a tisict".
      1 Answer

      Question 2

      2. Please give an add() function which can be invoked in these two cases: add(1)(2) add(1,2)
      1 Answer

      Question 3

      3. Please give a function which can find a string occurence time in another string.
      1 Answer

      Question 4

      4. Please give a function which can print all node/child-node names of a json object in tree structured. EG: var tree = { node1:{ node2:"", node3:{ node4:"" } } } Print: ["node1", "node2", "node3", "node4"]
      1 Answer

      Question 5

      5. Please give a function which returns all indexes of a string occurred in another string.
      1 Answer