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

      LiveRamp

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: LiveRamp reviews | LiveRamp jobs | LiveRamp salaries | LiveRamp benefits
      LiveRamp interviewsLiveRamp Software Engineer interviewsLiveRamp 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.

      Software Engineer Interview

      1 Oct 2013
      Anonymous interview candidate
      No offer
      Negative experience
      Average interview

      Application

      I applied online. The process took 3 days. I interviewed at LiveRamp in Oct 2013

      Interview

      I applied online, then right away I got an email to do exam online. I did the online quiz, all my answers were right. then I had a phone interview asking about all the question that I did. He said I did all of them right, and we didnt really go over anything in detail. Got rejected the day after. No idea why.

      Interview questions [1]

      Question 1

      Bubble sort is O(n) at best, O(n^2) at worst, and its memory usage is O(1) . Merge sort is always O(n log n), but its memory usage is O(n). Explain which algorithm you would use to implement a function that takes an array of integers and returns the max integer in the collection, assuming that the length of the array is less than 1000. What if the array length is greater than 1000? 2)You've always been intrigued with the Six Degrees of Kevin Bacon game. Now, let's say if two actors have been in the same movie we call them 'friends' and if two actors have not been in the same movie, we say they are not 'friends'. Now choose any two actors at random -- we want to calculate the number of degrees of separation and the path between them. How do you go about this problem? Discuss ideas, trade-offs, algorithm ideas, and more. 3)Your best friend Betty thinks IMDB is too complicated and challenges you to create a simple movie web site. One page will display movies (with movie name, date it was released, and list of actors). Click on an actor and you're taken to the actor page (with actor name, birthday, bio, and list of movies actor has been in). Please outline the relational table structure of the database for this. create table Movie(Name varchchar, Date date, primary key ID identifying); create table Actor (Name varchar, birtday date, bio varchar, primary key ID identifying); create table MovieActor(MovieID integer references Movie, ActorID integer references Actor ) Primary key (MovieID , ActorID); 4)If you roll 5 standard six-sided dice, what's the probability that you get at least three 2s?
      1 Answer
      15

      Other Software Engineer interview reviews for LiveRamp

      Software Engineer Interview

      7 Feb 2026
      Anonymous interview candidate
      No offer
      Neutral experience
      Average interview

      Application

      I interviewed at LiveRamp

      Interview

      "The interview process starts with a hiring manager call, followed by the first technical interview, then a second technical interview, and concludes with a final hiring manager discussion covering various topics."

      Interview questions [1]

      Question 1

      Average Leetcode Question and its expansion on top of that
      Answer question

      Software Engineer Interview

      25 Mar 2025
      Anonymous employee
      San Francisco, CA
      Accepted offer
      Positive experience
      Difficult interview

      Application

      I interviewed at LiveRamp (San Francisco, CA)

      Interview

      straightforward when i was there. phone screen and an onsite. the on site is whiteboarding algorithms. there is also system design and behavioral sessions. they respond quickly afterward. great team.

      Interview questions [1]

      Question 1

      code a minesweeper game engine
      Answer question

      Software Engineer Interview

      30 Dec 2024
      Anonymous employee
      Accepted offer
      Positive experience
      Average interview

      Application

      I interviewed at LiveRamp

      Interview

      leetcode questions. you will be good if you spend time on solving coding problems. self intro and follow up questions. leetcode questions. you will be good if you spend time on solving coding problems. self intro and follow up questions.

      Interview questions [1]

      Question 1

      leetcode questions. you will be good if you spend time on solving coding problems. self intro and follow up questions
      Answer question