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

      HugoSave

      Is this your company?

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: HugoSave reviews | HugoSave jobs | HugoSave salaries | HugoSave benefits
      HugoSave interviewsHugoSave Software Engineer(Internship) interviewsHugoSave 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(Internship) Interview

      24 Oct 2024
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Average interview

      Application

      I applied through university. The process took 1 week. I interviewed at HugoSave (Hyderābād) in Aug 2024

      Interview

      It was on-campus opportunity. Held in the month of August. First round was a test, 2 medium to hard level questions. Based on the code written the platform checks for any plagiarism, and out of around 40 students 2 were selected. And the next rounds were 2 technical rounds and a HR round. Both were based on medium level Leetcode questions, but a modified version and a greedy problem, followed by Projects discussion. Both rounds of half an hour each. I was not able to explain the optimal approach properly, so didn't have an HR round.

      Interview questions [1]

      Question 1

      3 Sum closest question and all approaches, and other questions based on Greedy and Binary Search
      Answer question

      Other Software Engineer(Internship) interview reviews for HugoSave

      Software Engineer(Internship) Interview

      31 Jul 2025
      Anonymous interview candidate
      Hyderābād
      No offer
      Positive experience
      Average interview

      Application

      I applied through other source. The process took 1 day. I interviewed at HugoSave (Hyderābād) in Jun 2025

      Interview

      There were 2 rounds; both were DSA focused. They were very user-friendly and will encourage you during the interview process. Both the questions from the Striver DSA sheet and from easy to medium. level.

      Interview questions [1]

      Question 1

      first question they ask about sorting algorithms and complexity related to that then they asked me about merge sorting and said me to write the full code. In second round they asked me medium level questions from strings
      Answer question

      Software Engineer(Internship) Interview

      1 Sept 2024
      Anonymous interview candidate
      Hyderābād
      No offer
      Neutral experience
      Average interview

      Application

      I applied through university. The process took 2 days. I interviewed at HugoSave (Hyderābād) in Aug 2024

      Interview

      2 coding questions were asked each by a different person(for 30 min each). first question was easy and the second question was medium. just after that hr interview happened. common questions were asked in hr round like: what type of co-workers do you want? are you willing to relocate? what do you do apart from school?

      Interview questions [1]

      Question 1

      You are given n tests numbered from 1, 2, 3.... N. Each test passes individually, but there are two tests which when ran together fails. You can call a function testSuite() and pass any number of test as you want. For example : Given N = 5, 1, 2, 3, 4, 5 Lets say 1 and 4 are failing tests. If you ran testSuite([1, 2, 3, 4, 5]) -> fail If you ran testSuite([1, 2, 3]) -> pass If you ran testSuite([1, 2, 4]) -> fail Likewise, testSuite([1, 4]) -> fail Can you write a algorithm (better than O(N^2) ofcourse) to find the failing tests? 2nd question: You are given a 0-indexed integer array nums and an integer k. A subarray is called equal if all of its elements are equal. Note that the empty subarray is an equal subarray. Return the length of the longest possible equal subarray after deleting at most k elements from nums. A subarray is a contiguous, possibly empty sequence of elements within an array. Example 1: Input: nums = [1,3,2,3,1,3], k = 3 Output: 3 Explanation: It's optimal to delete the elements at index 2 and index 4. After deleting them, nums becomes equal to [1, 3, 3, 3]. The longest equal subarray starts at i = 1 and ends at j = 3 with length equal to 3. It can be proven that no longer equal subarrays can be created. Example 2: Input: nums = [1,1,2,2,1,1], k = 2 Output: 4 Explanation: It's optimal to delete the elements at index 2 and index 3. After deleting them, nums becomes equal to [1, 1, 1, 1]. The array itself is an equal subarray, so the answer is 4. It can be proven that no longer equal subarrays can be created.
      1 Answer

      Top companies for "Compensation and Benefits" near you

      avatar
      Citi
      3.6★Compensation and benefits
      avatar
      J.P. Morgan
      3.8★Compensation and benefits
      avatar
      Goldman Sachs
      3.6★Compensation and benefits
      avatar
      Morgan Stanley
      3.6★Compensation and benefits