Advanced programming interview questions and answers
Here is a refresh of my posts on advanced programming interview questions and answers
- Lost in a Forest of Trees
- The Ins and Outs of a Binary Search Tree
- Simple Patterns: Singleton Pattern
- Simple Patterns: Repository Pattern
- Simple Patterns: Factory Pattern
- Implement a basic Stack using linked List
- Implement a Queue data structure using a linked list
- Operator overloading and pairing rules in C#
- LINQ Query, Selection, Partial Selections and Aggregations
- Explain System.IO and System.IO.Compression namespaces with an example
- Explain C# yield keyword with an example
- How to store user passwords using variable length random salt bytes with secure SHA512 cryptographic hashing functions
- How to Boost your Self-Confidence
- Distributed vs Parallel computing
- SOA interview questions
- Data migration strategies and design patterns