Full Stack Softwareentwickler Interview Questions

1,681 full stack softwareentwickler interview questions shared by candidates

This position is for User interface and job description says looking for HTML 5 ,CSS 3 and Ext Js but interviewer expecting a master in JAVA who can even provide Solution for upcoming JDK which is not available in current JDK version.The funniest part of this is that the position is open for more than 6 month and they couldn't find a match yet.
Mar 11, 2013

This position is for User interface and job description says looking for HTML 5 ,CSS 3 and Ext Js but interviewer expecting a master in JAVA who can even provide Solution for upcoming JDK which is not available in current JDK version.The funniest part of this is that the position is open for more than 6 month and they couldn't find a match yet.

Design and implement a data structure for Least Recently Used (LRU) cache that supports the operations get and put. get(key) - Get the value (will always be positive) of the key if the key exists in the cache. Otherwise return -1. put(key, value) - Set or insert the value if the key is not already present. When the cache reaches its capacity, it should invalidate the least recently used item before inserting a new item. Could you do both operations in O(1) complexity?
avatar

Full Stack Software Engineer

Interviewed at PayPal

3.6
Mar 29, 2018

Design and implement a data structure for Least Recently Used (LRU) cache that supports the operations get and put. get(key) - Get the value (will always be positive) of the key if the key exists in the cache. Otherwise return -1. put(key, value) - Set or insert the value if the key is not already present. When the cache reaches its capacity, it should invalidate the least recently used item before inserting a new item. Could you do both operations in O(1) complexity?

Viewing 1051 - 1060 interview questions

Glassdoor has 1,681 interview questions and reports from Full stack softwareentwickler interviews. Prepare for your interview. Get hired. Love your job.