what hurdles you faced in your recent project?
Post An Answer | 1,860 Views |
How do organizations track customers to retain them longer—and acquire more?. See attached flow..
Post An Answer | 2,133 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 | 2,695 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,280 Views |
Familiar with multi-reader, single writer locks?
Post An Answer | 1,352 Views |
How could you implement that given a simple binary semaphore OS construct?
Post An Answer | 1,147 Views |
How does this implementation behave? Can it starve readers? Starve writers?
Post An Answer | 1,135 Views |
Why not use multi-process for this? Why would you WANT to run a multi-process web server?
Read Answers(2) | 1,451 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,182 Views |
How is a thread different from a process?
Read Answers(4) | 2,003 Views |