You are not logged in.

#1 2012-03-27 06:48:11

AgentVinod12
User RankUser RankUser RankUser RankUser RankUser Rank
Agent Vinod
From: India
Registered: 2012-03-23
Posts: 1,149
Website

Windows Programming Interview Questions And Answers

Operating Systems Windows Linux Unix and Mac :: Windows Programming Job Interview Questions and Answers

Windows programming Interview Questions and Answers will guide us now that windows API, informally WinAPI, is Microsoft's core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. It was formerly called the Win32 API; however, the name Windows API more accurately reflects its roots in 16-bit, so learn more about Windows programming with the help of this Windows programming Interview Questions with Answers guide

1 What are types of kernel objects?
2 If we cannot alter these Kernel Object structures directly, how do our applications manipulate these kernel objects?
3 User can access these kernel objects structures?
4 How the handle helps in manipulating the kernel objects?
5 You forget to call CloseHandle - will there be a memory leak?
6 What is a kernel object?
7 Name few functions that create Kernel Objects?
8 How to identify the difference between the kernel object and user object?
9 How does the kernel object outlive the process that created it?
10 What is signaled and non signaled state?
11 What is Synchronization Objects?
12 What is DuplicateHandle (API)?
13 What are Named Objects?
14 Why the entries in the parent process table and child table are same?
15 What is the need of process relative handles?
16 What happens when the CloseHandle(handle) is called?
17 What is handle?
18 What is the purpose of Process Handle Table?
19 Which is the data member common to all the kernel object and what is the use of it?
20 How owns the Kernel Object?
21 How do other threads own the mutex?
22 How do I create a Mutex?
23 APIs for creating event and set and reset the events?
24 What is Event Object and why it is used?
25 What is the limit on per process for creating a thread?
26 What do you mean by unnamed object?
27 What about the usage count in the parent child process tables?
28 How the handles are handled in the child process?
29 What is Mutex Object and why it is used?
30 What is a thread?

2012-03-27 06:48:11

Advertisement
Ads By Google

Re: Windows Programming Interview Questions And Answers



\n
The following user say "Thank You" for this post:Guest

Board footer