Logical based Questions. Mainly existing code was being given and u have to work on to the logic in order to meet the interviewer demands..
Jr Developer Interview Questions
22,736 jr developer interview questions shared by candidates
We have a web application where users can upload multiple files simultaneously. Sometimes users accidentally click the upload button multiple times, causing duplicate API calls. How would you prevent this without disabling the button completely, and what are the potential issues you might face with your solution? Then they asked me to actually code a solution and explain my thought process. They were more interested in how I approached the problem - considering user experience, edge cases, and potential race conditions - rather than just writing code. Made me think about real scenarios developers actually face instead of just algorithmic puzzles.
oop question about object that need ability of two class.
describe encapsulation and their real world example
How to make string in Java? What is the problem for old += new? How to join a large amount of strings together?
How to make string in Java? What is the problem for old += new? How to join a large amount of strings together?
River crossing puzzle( see Wiki)
Given an array of integers, how will you compute the number of occurrences for each integer without using Conditional statements/block/operator?
String manipulation
Parlami della programmazione ad oggetti.
Viewing 2101 - 2110 interview questions