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

      Disprz

      Is this your company?

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

      Associate Software Engineer Interview

      21 Jun 2023
      Anonymous employee
      Chennai
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied through other source. I interviewed at Disprz (Chennai) in Jun 2023

      Interview

      Interview process includes 3 rounds. Questions asked in the interview are logical. Mainly they checked the candidates thinking ability. Should be strong in basics of the tech stack. Overall experience was good.

      Interview questions [1]

      Question 1

      1. Coding round : given an array, asked to print sum of the first four largest elements of the array.
      Answer question

      Other Associate Software Engineer interview reviews for Disprz

      Associate Software Engineer Interview

      12 Feb 2025
      Anonymous interview candidate
      No offer
      Positive experience
      Average interview

      Application

      I applied online. The process took 4 weeks. I interviewed at Disprz in Dec 2024

      Interview

      The interview process is structured in three stages. The first is a 1.5-hour online assessment focused on Data Structures and Algorithms (DSA), for which LeetCode practice is highly recommended. The second stage is a technical interview that evaluates problem-solving and analytical skills. The final stage is an HR interview covering aspects like culture fit and compensation expectations.

      Interview questions [1]

      Question 1

      First Round the input will be ab array of 64 integers which should be converted to an 8x8 matrix represent the position of a chess board with 1st row being the opponent end and last row is your end .the value in the array 0- empty 1-opponet pawns 2-your knight 3-your other pieces your knight can move only in l shape to 3 positions ahead or behind and only to an empty square or on opponents pawns position with value 0 or 1.But opponents pawns can capture your knight if you place your knight in the immediate cross position of the pawns towards your side .based on your knights current position, you should return the list of possible position as row:col coordinate to which you can move your knight without getting captured by any of the opponent pawns ordered row and then column if no knight cannot be moved to any position return "no way" example input: [0,0,0,0,0,0,0,0, 1,0,1,0,1,0,1,0, 0,1,0,1,0,1,0,1, 0,0,0,3,0,0,0,0, 0,0,0,0,3,3,3,0, 3,2,3,0,0,0,0,0, 3,3,3,0,3,0,3,0, 0,0,0,0,0,0,0,0] output (4:3)(6:3)(7:0)(7:2)
      Answer question
      1

      Associate Software Engineer Interview

      23 May 2023
      Anonymous interview candidate
      Chennai
      No offer
      Negative experience
      Average interview

      Application

      I applied online. The process took 4 days. I interviewed at Disprz (Chennai) in May 2023

      Interview

      there were 3 rounds of interview. Firstly we connect on google meet and provide a JavaScript question in Coder bites compiler time will 1 hour. question coding: Have the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. Examples Input: [1, 1, 1, -5] Output: -2 Input: [0, 0, 2, 3, 7, 1] Output: 13 This is the question, I coalified in the first round of interviews, after that 3 days again 1 interview conduct in google meet. andHave the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. start the interview firstly asked me introduce your self and asked me which language I work and asked to react question 1. what is react, 2. react hook, 3. react routing 4. state props 5. callback function 6. usestate 7. why use jsx that all overall only 10 minutes of the interview and the interview say that call hr to send mail and feedback on the interview.

      Interview questions [1]

      Question 1

      question coding: Have the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. Examples Input: [1, 1, 1, -5] Output: -2 Input: [0, 0, 2, 3, 7, 1] Output: 13 This is the question, I coalified in the first round of interviews, after that 3 days again 1 interview conduct in google meet. andHave the function LargestFour (arz) take the array of integers stored in art, and find the four largest elements and return their sum. For example: if arr is [4, 5, -2, 3, 1, 2, 6, 6] then the four largest elements in this array are 6, 6, 4, and 5 and the total sum of these numbers is 21, so your program should return 21. If there are less than four numbers in the array your program should return the sum of all the numbers in the array. start the interview firstly asked me introduce your self and asked me which language I work and asked to react question 1. what is react, 2. react hook, 3. react routing 4. state props 5. callback function 6. usestate 7. why use jsx that all overall only 10 minutes of the interview and the interview say that call hr to send mail and feedback on the interview.
      Answer question
      1

      Top companies for "Compensation and Benefits" near you

      avatar
      Capgemini
      3.7★Compensation and benefits
      avatar
      Sabre
      3.6★Compensation and benefits
      avatar
      SAP
      3.9★Compensation and benefits
      avatar
      Salesforce
      4.4★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.