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 Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain data types & how many data types supported by c?

588


List a few unconditional control statement in c.

564


How do I swap bytes?

634


What is the heap?

689


What does calloc stand for?

653






What math functions are available for integers? For floating point?

627


What are the uses of null pointers?

594


What library is sizeof in c?

576


What is the difference between int main and void main?

578


Can the sizeof operator be used to tell the size of an array passed to a function?

622


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

606


What is structure pointer in c?

576


What is difference between far and near pointers?

614


what is bit rate & baud rate? plz give wave forms

1523


Explain what does a function declared as pascal do differently?

644