What do you think of blockchain as a tool
Junior Software Developer Interview Questions
4,372 junior software developer interview questions shared by candidates
Behaviour questions then Two Sum.
whats the word that your friend described you.
Design a database for a parking lot.
How to use data to find particular pattern?
tell me about your self
Describe for me what is LaunchEffect.
2). Given an array which has random elements such that the value tells the number of hops that can be done from that index to the indices ahead, find if you can reach till the end of array. If the value for the hop is 0, that means you've hit a wall, and cannot go ahead, hence return false or not possible. { 2, 0, 3, 5, 1, 4, 2 } Here for the first element at 0th index "2", Two hops can be possible i.e either to 0 or 3. 0 means dead end so you have to select the highest values amongst the hopped positions in order to go ahead. If only 0 is the next option, then you will have to return not possible.
Are you a leader or follower?
I was asked about Prototype inheritance, some basic css html stuff, react hooks, Redux vs useContext
Viewing 2631 - 2640 interview questions