Blade logic interview question.
1st round is a written tests with 15 multiple questions
from c and c++. All are simple basic question.
Like int main ()
{
Int i=65;
Return printf(ā%cā, i);
}
2nd and 3rd round is technical interview.
The position for which I was interview was core UNIX and c.
Yes it is for system programming.
The company has product name blade server. For their server
they are creating their own command for their purpose.
Example cd command.
We can implement it in a c program by using the chdir()
function.
So the question asks related to PID, fork, pipe, shared
memory, signal.
Write a program in c which will act as cp command.
Answer / sb1234
Blade logic interview question.
1st round is a written tests with 15 multiple questions
from c and c++. All are simple basic question.
Like int main ()
{
Int i=65;
Return printf(ā%cā, i);
}
2nd and 3rd round is technical interview.
The position for which I was interview was core UNIX and c.
Yes it is for system programming.
The company has product name blade server. For their server
they are creating their own command for their purpose.
Example cd command.
We can implement it in a c program by using the chdir()
function.
So the question asks related to PID, fork, pipe, shared
memory, signal.
Write a program in c which will act as cp command.
| Is This Answer Correct ? | 11 Yes | 7 No |
main() { printf(5+"Vidyarthi Computers"); }
is it possible to create your own header files?
How do I use void main?
code for find determinent of amatrix
What is the total generic pointer type?
what is computer engg
Explain what is page thrashing?
Why & is used in scanf in c?
What functions are in conio h?
Explain what is the best way to comment out a section of code that contains comments?
What does void main return?
What are the advantages of using new operator as compared to the function malloc ()?