Developer Interview Questions

268,925 developer interview questions shared by candidates

Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.
avatar

Java Developer

Interviewed at Morgan Stanley

3.9
Nov 27, 2016

Write a program to get an int value as argument and return it as string. For example, if I give the number 3456 as int, it should return the same number 3456 but as an object of String. You cannot use Java API methods.

Implement a function - isSumPair(int[],sum) - which returns true/false if the given sum can be achieved from an addition on two integers in the given list (can appear more then one time and be positive/negative). Follow up - how to improve space complexity?
avatar

Backend Developer

Interviewed at Fiverr Inc.

4.1
Jul 18, 2020

Implement a function - isSumPair(int[],sum) - which returns true/false if the given sum can be achieved from an addition on two integers in the given list (can appear more then one time and be positive/negative). Follow up - how to improve space complexity?

Viewing 581 - 590 interview questions

Glassdoor has 268,925 interview questions and reports from Developer interviews. Prepare for your interview. Get hired. Love your job.