Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 488277

What are your short-range and long-range goals and how do you expect to achieve them?

17 58928

Where you would like to be in 5 years?

23 50834

Difference between QA and Testing?

13 40541

What is your career goal and career plans ?

55 374725

What are Storage Classes in C ?

32 115733

Difference between Overloading and Overriding?

35 194716

What is the difference between Class and Structure?

40 217228

How to communicate between difference process?

2 8803

What are counting semaphores?

4 13414

What are the differences between public, private, and protected access?

12 71323

what usually indicates that ur virtual user script has dynamic data that is dependent on u parameterized fields?

2 9191

What is Regression Testing?

22 23184

what is debugging and whitebox testing and what is the diff?

10 27099

List 5 words that best Describe your strengths?

29 245182

Post New IBM Interview Questions


IBM Interview Questions


Un-Answered Questions

What stage can evaluate a series of expressions rather than just one in blue prism.

195


What has the market been doing? Why? What do you think it will do in the coming 12 months?

605


How we can print sql statement in codeigniter model?

313


What are IoT projects?

3


Describe the actions taken by the operating system when a page fault occurs?

533






How should i design a 1ph & 3 ph transformer. Kindly let meknow all steps and formulaes related to design from scratch.

1609


what is the difference between front loading thief and side vented theif? which one is best and why?

1713


What is meant for GR form, which is used in export of goods without of payment of duty ? For what purpose we use it ? Should merchandise exporter use it ?

1776


What type of scenarios can be automated?

559


Difference between table function and pipelined function?

574


Write a C program linear.c that creates a sequence of processes with a given length. By sequence it is meant that each created process has exactly one child. Let's look at some example outputs for the program. Here the entire process sequence consists of process 18181: Sara@dell:~/OSSS$ ./linear 1 Creating process sequence of length 1. 18181 begins the sequence. An example for a sequence of length three: Sara@dell:~/OSSS$ ./linear 3 Creating process sequence of length 3. 18233 begins the sequence. 18234 is child of 18233 18235 is child of 18234 ........ this is coad .... BUt i could not compleate it .....:( #include #include #include #include int main(int argc, char *argv[]) { int N; pid_t pid; int cont; if (argc != 2) { printf("Wrong number of command-line parameters!\n"); return 1; } N = atoi(argv[1]); printf("Creating process sequence of length %d.\n",N); printf("%d begins the sequence.\n",getpid()); /* What I have to do next ?????? */ }

1611


Why .Net Does not Support multiple inheritance?

1621


What is asa? What does it offer to companies? : insurance cold calling

341


How do I restore the quick launch toolbar?

521


What is the intermediate language between asp and asp.net1.0?

1458