Ace the Programming Interview by Edward Guiness
Author:Edward Guiness
Language: eng
Format: epub, mobi, pdf
Publisher: John Wiley & Sons
Published: 2013-05-28T16:00:00+00:00
QUESTIONS
This chapter discussed the kinds of situations you might face when fixing a bug. The following questions test your knowledge:
1. Lock ordering Explain the importance of obtaining locks in a fixed order; that is, why is lock ordering important?
2. Locking on “this” Explain why it might be considered bad practice to lock on a reference to the current instance of a class as per the following C# code:
lock (this) { this.Name = “foo”; this.Update(); // etc... }
3. Locking on a string Explain why it might be considered bad practice to lock on a string as per the following C# code:
lock (”my lock”) { this.Name = “foo”; this.Update(); // etc... }
Download
Ace the Programming Interview by Edward Guiness.mobi
Ace the Programming Interview by Edward Guiness.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Business School Guides | GMAT |
Guides | Interviewing |
Job Hunting | Job Markets & Advice |
Resumes | Vocational Guidance |
Volunteer Work |
The Motivation Myth by Jeff Haden(4962)
Audition by Ryu Murakami(4583)
Adulting by Kelly Williams Brown(4197)
The Confidence Code by Katty Kay(3993)
Waiting in the Wings by Melissa Brayden(3100)
A Mind For Numbers: How to Excel at Math and Science (Even If You Flunked Algebra) by Barbara Oakley(3075)
Self-Esteem by Matthew McKay & Patrick Fanning(2922)
Nice Girls Don't Get the Corner Office by Lois P. Frankel(2911)
The ONE Thing by Gary Keller(2892)
Fooled by Randomness: The Hidden Role of Chance in Life and in the Markets by Nassim Nicholas Taleb(2833)
The Dictionary of Body Language by Joe Navarro(2790)
How to be More Interesting by Edward De Bono(2643)
Designing Your Life by Bill Burnett(2579)
Getting Things Done by David Allen(2565)
The Plant Paradox by Dr. Steven R. Gundry M.D(2389)
Police Exams Prep 2018-2019 by Kaplan Test Prep(2332)
What Color Is Your Parachute? 2015 by Richard N. Bolles(2187)
Dangerous Personalities by Joe Navarro(2161)
When to Jump by Mike Lewis(2036)
