what hurdles you faced in your recent project?
Post An Answer | 2,150 Views |
How do organizations track customers to retain them longer—and acquire more?. See attached flow..
Post An Answer | 2,412 Views |
I was asked this question: What kind of people don't you like?
I was also asked this question: How do you deal with conflict? Do you confront it or avoid it?
What are some good answers to these questions?
Post An Answer | 3,000 Views |
What locking constructs are available on platform X
(NT = semaphore, critical section, mutex), What are the main differences between them?
Post An Answer | 1,531 Views |
Familiar with multi-reader, single writer locks?
Post An Answer | 1,612 Views |
How could you implement that given a simple binary semaphore OS construct?
Post An Answer | 1,433 Views |
How does this implementation behave? Can it starve readers? Starve writers?
Post An Answer | 1,329 Views |
Why not use multi-process for this? Why would you WANT to run a multi-process web server?
Read Answers(2) | 1,665 Views |
In UNIX, are the files allocated contiguous blocks of data?
a) if no, how is the fragmented data kept track of
b) describe the direct blocks and indirect blocks in UNIX file system
Post An Answer | 1,389 Views |
How is a thread different from a process?
Read Answers(4) | 2,289 Views |