Describe a time you dealt with ambiguity
Software Engineer Intern Interview Questions
9,771 software engineer intern interview questions shared by candidates
What's a time you ran into a conflict with a team member/coworker and what did you do to resolve it?
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?
Describe your experience with object oriented programming
Viewing 2361 - 2370 interview questions