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.



Blade logic interview question. 1st round is a written tests with 15 multiple questions from ..

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

Post New Answer

More C Interview Questions

Write a main() program that calls this function at least 10 times. Try implementing this function in two different ways. First, use an external variable to store the count. Second, use a local variable. Which is more appropriate?

2 Answers  


ABCDCBA ABC CBA AB BA A A

4 Answers   TCS,


Explain can you assign a different address to an array tag?

0 Answers  


tell me the full form of c?

2 Answers  


What is a const pointer in c?

0 Answers  






write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


How can I read/write structures from/to data files?

0 Answers  


What is conio h in c?

0 Answers  


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


What is declaration and definition in c?

0 Answers  


main() { charx; while (x=0;x<=255;x++) printf("\nAscii value %d Character %c,x,x); }

2 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


Categories