Product Development Engineer
Product Development Engineer Interview Questions and Answers for Freshers
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
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'
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
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
Interview Questions of Similar Designations
Interview experiences of popular companies
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
Reviews
Interviews
Salaries
Users/Month