由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - unix 面试题,求答案
相关主题
Broadcom openings, software/firmware engineer in WLAN development被学校ISO弄晕了. 大家帮忙看看
我们公司最近有空缺,需要找个地方落脚身份的可以试试看【急!跪求帮助】请帮我看看吧,律师们回答不一样
Job Openings: Software Design Engineer, Hardware Design Engineer ......嵌入式系统软件工程师面经
【内部推荐】Broadcom WLAN码工内推NVIDIA intern电面求经验
谈谈面试技巧two sigma面经,报个quantcast的offer, 求建议【negotiation update 】
问两个路费报销问题Job Opening - PM, SQA, SW engineer at System Integration Company in Bay Area
面试题Software engineer position in Silicon Valley
问个今天被问道的OS问题。Bay area company Hiring PM, SQA, SW engineer
相关话题的讨论汇总
话题: what话题: interrupt话题: unix话题: fork话题: cache
进入JobHunting版参与讨论
1 (共1页)
k**w
发帖数: 376
1
>>fork,exec ipc,how many types of ipc
after fork, does new process get file handles and locks
>>what's are spin lock? are they better than mutex?
how many spinlocks work on smp and up architecure?
>>what will happen /can u have printf/printk inside an interrupt handler?
>>what's the difference between wake_up() and wake_up_interruptible() apis
in the linux kernel
when should sude which one, how it should be decided?
>>what's the difference between sleeep_on() and interruptible_sleep_on()
>>what do the following codes mena?
main()
{
fork();
fork();
fork();
printf("hello world");
}
>>what's IOCTL, how it si used in user and kernel driver code?
>>what's cache?
how it is used and mapped the physical address cache and virtual address
cache?
>>what's the virtual memory?
>>what type of scheduling is there in RTOS?
>>what's the differnce between hard real-time and soft real-time OS?
>>IN UNIX, what's a defunct process?
>>what's your understanding of this statement?
Is|grep a
>>how to find a child process in unix?
>>what's difference between named pipes and unnamed pipes?
>>write unix script to replace all instance of "a savings of x%" with "(x%
off)", where 'x'e
represents an actual percentage in a given text file.
>>write unix script to find the specific string from the given file
>>_interrupt to define an interrupt service rountine(ISR), comment on the
code
_interrupt double compute_area(double r)
{
double area = pi*r*r;
printf("\nArea = %f",area);
return area;
}
>>dma controller
>>cache coherence-MESI/MSI protocol
>>can you have reentrant code inside interrupt handler
1 (共1页)
进入JobHunting版参与讨论
相关主题
Bay area company Hiring PM, SQA, SW engineer谈谈面试技巧
a question of pre-completion OPT, thanks!问两个路费报销问题
出个难点的题面试题
############# 求 entry level embedded linux 工作 #############################问个今天被问道的OS问题。
Broadcom openings, software/firmware engineer in WLAN development被学校ISO弄晕了. 大家帮忙看看
我们公司最近有空缺,需要找个地方落脚身份的可以试试看【急!跪求帮助】请帮我看看吧,律师们回答不一样
Job Openings: Software Design Engineer, Hardware Design Engineer ......嵌入式系统软件工程师面经
【内部推荐】Broadcom WLAN码工内推NVIDIA intern电面求经验
相关话题的讨论汇总
话题: what话题: interrupt话题: unix话题: fork话题: cache