How to implement a queue simply using two stacks and how to implement a highly efficient queue using two stacks.
Intern Interviews
Intern Interview Questions
An intern works in a professional environment to gain practical, meaningful, and work-related experience in their chosen field or career. Interns are trainees who sign up to work for an organization for a short period of time to gain experience. Interns may be unpaid, partially paid, or paid.
Top Intern Interview Questions & How To Answer
Question #1: Can you tell me about a time you failed something, either in school or at a job?
Question #2: How did you land in this particular field?
Question #3: What do you hope to gain from this experience?
248,188 intern interview questions shared by candidates
You have two arrays with N integers in them. Merge those arrays using a recursive algorithm so that the integers in the final array are sorted.
How is processor performance affected when the instruction cache hit latency increases? How do you overcome that?
what is best thing about you
knowledge and experience
How would you test a blender?
Given a list of "threads", which contain 2 variables - starting and ending times - implement a function that will return all running threads at some time t. Optimize it. (faster than O(n) )
You are given a bag with tiles from 0 to 9 and a decimal point tile. The tiles will be pulled from the bag one at a time and placed on the table. The resulting number will be your prize. Compute the value of this prize.
Online median.
Someone can go up on stairs from one or two steps, how many different there is to go up on a stairs with n steps.
Viewing 131 - 140 interview questions