Given a cache of a given size where you need to be able to store and free memory as needed, how would you go about implementing this?
Ingeniero De Software Sr Interview Questions
95,908 ingeniero de software sr interview questions shared by candidates
Shunting Yard Algorithm
When was the last time you made a mistake?
1. write a code to find duplicates in an array
Problem: Given a string which has some repeated characters. Write a Java program to identify the character and print the number of occurrences
Playing with applicant and making fun on them
Basic C#, MVC and SQL
How to get a random number from an array of length 100, without repetition.
Difference between process/thread, heap/stack. What is JIT?
1st phase 1st technical interview: Problem was that given a positive integer n print all distinct ordered sets of positive integer which have sum equal n. eg:- for n=2 output: { [1, 1] } for n=3 output: { [1, 1, 1], [1, 2], [2, 1] } for n=4 output: { [1, 1, 1, 1], [1, 1, 2], [1, 2, 1], [2, 1, 1], [2, 2], [1, 3], [3, 1] }
Viewing 451 - 460 interview questions