How to make class as Immutable
Senior Software Engineer C Interview Questions
95,764 senior software engineer c interview questions shared by candidates
When was the last time you made a mistake?
What is Dependency injection
1) Differences Struct/Class and Open/Public modifiers. 2) Definition and usage of GCD/Concurrency.
Delete duplicate in sorted linked list
Design ride service like Uber
Shunting Yard Algorithm
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