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

      Meraki

      Part of Cisco

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Meraki reviews | Meraki jobs | Meraki salaries | Meraki benefits
      Meraki interviewsMeraki Full-Stack Software Engineer Intern interviewsMeraki 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.

      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.

      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
      SAP
      3.9★Compensation and benefits
      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Salesforce
      4.4★Compensation and benefits
      avatar
      Cisco
      4.0★Compensation and benefits

      Full-Stack Software Engineer Intern Interview

      Jan 24, 2024
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at Meraki in Dec 2023

      Interview

      3.5 interview rounds. 1) Auto OA for everyone who applies (non proctored but somewhat difficult. It's good to do well on this) 2) Phone screen/bahavioral 3) Karat technical interview 4) Final technical round

      Interview questions [2]

      Question 1

      Phone screen: Why do you want to work for Meraki? Recruiter talked about Meraki and what they do and core products, Talked about software team and what they do, Described the teams, Talked about the role, team, day to day events, and other things involved in the internship (networking, events, etc). Then I was asked about me and my resume, my top three languages, my preference (front-end, back-end, or mix), Asked what projects I did and if I did anything with backend, Asked about my python experience, Asked about location preference (sf, chicago, or remote), Talked about the relocation amnt (10k lump sum for sf).Asked expected graduation, Asked about sponsorship, Asked my pay expectation, Asked if I had competing deadlines, Talked about moving forward to the next interview stages
      Answer question

      Question 2

      Next was the karat interview: 3 js related questions 1) one was a given code and asked what would print 2) was a question about cross site scripting 3) asked me to define the difference between bandwith and latency and whether wireless networking or mobile connection would have higher or lower bandwith. and asked if it was higher or lower latency 4) ways to improve page perfomance A function matches the given search string if all of the characters in the search string appear in order (but not necessarily consecutively) in the function. For example, consider the function "replacefirst" and the following search strings: replacefirst Search String: ^^^ "rep" matches ^ ^ "rf" matches ^ ^ "fr" matches "fre" does NOT match. There is an f and r in order, but no e after them Write a function that takes in a list of strings representing function names, and a search string, autocomplete(functions, "li") => 6 autocomplete(functions, "rep") => 3 autocomplete(functions, "cize") => 1 autocomplete(functions, "ssh") => 1 autocomplete(functions, "sp") => 3 autocomplete(functions, "fre") => 0 functions = ["blank", "capitalize", "endswith", "escape", "includes", "indexof", "join", "lastindexof", "lowercase", "requotereplacement", "replace", "replacefirst", "reverse", "split", "splitlines", "startswith", "trim", "trimnewline", "triml", "trimr", "uppercase"] and returns how many strings in the list match the search string.
      Answer question
      3

      Other Full-Stack Software Engineer Intern interview reviews for Meraki

      Full-Stack Software Engineer Intern Interview

      Sep 27, 2023
      Anonymous interview candidate
      San Francisco, CA
      No offer
      Positive experience
      Average interview

      Application

      I interviewed at Meraki (San Francisco, CA)

      Interview

      I first completed a phone screen with the recruiter to talk about my resume, expectations for the role, and answer questions I had. The second and third interviews were technical. The second interview was technical through a third-party company where I was asked some questions related to WiFi and JavaScript before going through an overarching technical problem and as many possible smaller related coding problems. The third interview was LeetCode with a Meraki software engineer.

      Interview questions [1]

      Question 1

      Can you explain what this portion of code is doing? (JavaScript code)
      Answer question
      2

      Full Stack Software Engineer Intern Interview

      Aug 19, 2022
      Anonymous interview candidate
      San Francisco, CA
      No offer
      Negative experience
      Difficult interview

      Application

      I applied through a recruiter. The process took 3 weeks. I interviewed at Meraki (San Francisco, CA) in Aug 2022

      Interview

      Everything went great until the final technical, the interviewer gave me no introduction and was very rude. He just said, "so let's get started" before asking my name. I felt off, but he described the problem on coder pad and copy and pasted what basically was a backtracking problem (leetcode #17) I went over what my approach would be, I was polite, and explained my thought process out loud, after 20 mins of working on the problem, I solved it. Then he just cut me off and said "do you have any questions for me" (implying the interview was over) but I had over 20 mins still left, to which I stated I wanted to move onto the next problem. * the t9 problem is two parts, I had just finished the first (hard) part* He sighed, but he sent the next problem, and I solved it after asking questions and clarifying output. I can understand when I do bad at an interview, but I solved the problem, thought out loud, asked clarifying questions, and passed every interview up until this point. The interviewer seemed annoyed, there was nothing I could do even though I solved a pretty difficult question. Honestly ashamed, I was excited to work for a company who crushes undergrad interns spirit by showing absolutely no emotion and attempts to cut the interview short. Spent weeks of my time preparing just so someone couldn't give me 20 mins.

      Interview questions [1]

      Question 1

      Given an Interface with sockets, design an algorithm that can handle a large amount of users (no leetcode for this, but the interviewer will explain it very well) Leetcode - easy, medium grade
      1 Answer
      1