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

      LinkedIn

      Part of Microsoft

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: LinkedIn reviews | LinkedIn jobs | LinkedIn salaries | LinkedIn benefits | LinkedIn conversations
      LinkedIn interviewsLinkedIn Software Engineer - New College Grad interviewsLinkedIn 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
      Google
      4.5★Compensation and benefits
      avatar
      Amazon
      3.7★Compensation and benefits
      avatar
      OKG
      4.3★Compensation and benefits
      avatar
      SelfMade
      4.0★Compensation and benefits

      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.

      Software Engineer - New College Grad Interview

      5 Apr 2014
      Anonymous interview candidate
      No offer

      Application

      I applied online. The process took 2 weeks. I interviewed at LinkedIn

      Interview

      phone interview

      Interview questions [1]

      Question 1

      Question1 /** * Given a nested list of integers, returns the sum of all integers in the list weighted by their depth * For example, given the list {{1,1},2,{1,1}} the function should return 10 (four 1's at depth 2, one 2 at depth 1) * Given the list {1,{4,{6}}} the function should return 27 (one 1 at depth 1, one 4 at depth 2, and one 6 at depth 3)
      4 Answers
      1

      Other Software Engineer - New College Grad interview reviews for LinkedIn

      Software Engineer - New College Grad Interview

      22 Nov 2013
      Anonymous interview candidate
      No offer

      Application

      I applied online. The process took 1 week. I interviewed at LinkedIn

      Interview

      Had 1st round as technical phone interview. Interviewer shared a document and asked to write the code. The questions was not the difficult. He asked me to implement List interface of java. I had to implement all add, get and remove methods using any data structure
      2

      Software Engineer - New College Grad Interview

      5 Oct 2013
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I applied through a recruiter. I interviewed at LinkedIn in Sept 2013

      Interview

      I was contacted by a recruiter through LinkedIn. I first had a 30 minute phone conversation with the recruiter about my interests, LinkedIn, and the role they thought would be a good fit for me. He said the usual process is two technical phone interviews followed by an onsite.

      Interview questions [1]

      Question 1

      For the first technical phone screen, the questions involved permutations (Scramble an array with an equal chance for every value. Return a list of all permutations of an array.).
      Answer question
      1