where are you from and where are you studying now?
Software Development Engineer Ii Interview Questions
2,268 software development engineer ii interview questions shared by candidates
Java: String vs StringBuilder vs StringBuffer: what is thread synchronization Manual testing concepts of Boundary Value Analysis and Equivalence Partitioning String s = "ABC" String s2 = new String("ABC") s == s2 s.equalsIgnoreCase(s2) Program for "ABC XYZ" to "XYZ ABC" How to alter registry settings via Selenium Why don't we write ChromeDriver dr = new ChromeDriver Difference between get() and navigate() Difference between bug and defect Questions related to API testing, I don't remember
What value do you bring to the table?
Time complexity, concurrency, Multithreading, Parking lot problem, shopping cart problem, expressway problem, binary search etc
Make a coupon class and all the methods
Questions based on Amazon Principles
Bucket Problem. You will be given 2 buckets which can hold 3 gallons and 5 gallons of water in it. Using those 2 buckets, you will need to fill 4 gallons of water in a bucket with capacity of 5 gallons.
Describe your experience with this technology or design pattern. What did you like/not like about it? Would you use any alternatives? Questions about projects you've worked on that were challenging and why you made certain decisions / what you would do differently. Typical experience related questions.
Design Book my show in last 2 rounds.
print non repeated characters from the given string ignore spaces while printing strings ex : string a =“abdd ccdef highest”. Output should be “ab cdef higst”
Viewing 131 - 140 interview questions