What is the 8th power of 2 Binary Tree search
Software Engineer Intern Interview Questions
9,352 software engineer intern interview questions shared by candidates
Java code to reverse a sentance and a word.
Describe a time you dealt with ambiguity
What is DTO,tell me about yourself any previous internship experience
what are the OOC concepts
99 Bottles. Write test cases for it. LC Question for string permutation
Problem solving questions related to binary conversions
Why did you choose to apply to a startup company like PRAM IT?
What's the difference between C++ and Java. I said something about pointers and he wanted me to go more in depth. What is the difference between string builder and string buffer. He sent me a code and make suggestions: import java.math.BigDecimal; public class CashCalculatorBasic { public BigDecimal getCalculatedAvailableBalance(BigDecimal currentBalance, BigDecimal totalDebits, BigDecimal totalCredits) { BigDecimal result = currentBalance.subtract(totalDebits).add(totalCredits); System.out.println("The calculated result is " + result); return result; } public static void main(String[] args) { new CashCalculatorBasic().getCalculatedAvailableBalance( new BigDecimal("1250.00"), new BigDecimal("250.00"), new BigDecimal("500.00")); } }
Why do you want to work for eBay?
Viewing 2191 - 2200 interview questions