Product Development Engineer

filter-iconFilter interviews by

Product Development Engineer Interview Questions and Answers for Freshers

Updated 6 Nov 2022

Popular Companies

Q1. Trapping Rainwater Problem Statement

You are given an array ARR of long type, which represents an elevation map where ARR[i] denotes the elevation of the ith bar. Calculate the total amount of rainwater that ca...read more

Ans.

Calculate the total amount of rainwater that can be trapped within given elevation map.

  • Iterate through the array to find the maximum height on the left and right of each bar.

  • Calculate the amount of water that can be trapped above each bar by taking the minimum of the maximum heights on the left and right.

  • Sum up the trapped water above each bar to get the total trapped water for the elevation map.

Q2. find first character repeating in the string, ex : 'abcddbc' ans = 'b'

Ans.

Find the first character that repeats in a given string.

  • Iterate through the string and keep track of characters seen so far.

  • If a character is already seen, return it as the first repeating character.

  • If no repeating character is found, return null.

Q3. Pull the trending hashtags from twitter using public API

Ans.

Use Twitter's public API to extract trending hashtags.

  • Authenticate with Twitter API using OAuth 1.0a

  • Make a GET request to the trends/place endpoint

  • Extract the hashtags from the response and return as an array of strings

Product Development Engineer Jobs

Analog Product Development Engineer 3-7 years
Intel Technology India Pvt Ltd
4.2
Bangalore / Bengaluru
Sr. R&D / Product Development Engineer 4-6 years
TE Connectivity India Private Limited
4.1
Bangalore / Bengaluru
Analog Product Development Engineer 3-7 years
Intel Technology India Pvt Ltd
4.2
Bangalore / Bengaluru
Are these interview questions helpful?
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 852 Interviews
3.6
 • 148 Interviews
3.9
 • 72 Interviews
4.0
 • 46 Interviews
3.8
 • 9 Interviews
4.8
 • 3 Interviews
5.0
 • 2 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Recently Viewed
INTERVIEWS
Kutch Chemical Industries
No Interviews
REVIEWS
Demech Chemical Products
No Reviews
SALARIES
LTIMindtree
INTERVIEWS
MSP Steel & Power
No Interviews
INTERVIEWS
Kutch Chemical Industries
No Interviews
INTERVIEWS
MSP Steel & Power
No Interviews
INTERVIEWS
MSP Steel & Power
No Interviews
COMPANY BENEFITS
Demech Chemical Products
No Benefits
INTERVIEWS
Gala Precision Engineering Limited
No Interviews
INTERVIEWS
MSP Steel & Power
No Interviews
Product Development Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter