Questions 1 - 10 of 458
Close
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    Be the first one to answer the question Click here to answer
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    Linda
    Thursday, November 20, 2008 6:10 PM
    I work on projects. I work with operators on improvments. I assist in areas that are behind.
    I clean areas. I assure operators are busy and putting out good product.
    Flag this interview question as inappropriate Inappropriate
    See Answer
    Test s for prime or not?


    #include<stdio.h>
    void main(void)
    {
               int no,rem,cnt;
            Printf("enter No");
            scanf("%d",&no);
            cnt=2;
            while(cnt<=no)
           {

                  rem=no % cnt;
                  if (rem==0)
                  {
                  printf("No is not prime");
                  exit(0);
                  }
                  cnt++;
            }
              printf("No is Prime");
    }



    Create Date
    :
    Thursday, October 16, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    main()
    {
     int n,row=1,col=40,i=0,j,k=0,count=1;
     int a[10];
     clrscr();
     i=n-1;
     printf("            WELCOME TO THE PROGRAM SIR/MADAM

    <BR>);
     printf("Pyramid of how many numbers?  ");
     scanf("%d",&n);
     for (j=0;j<n;j++)
     {
      printf("Enter no.:-  ");
      scanf("%d",&a[j]);
     }
     clrscr();
     for (row=n;row>=1;row--)
     {
      k=0;
      k=40-(4*(row-1));
      i=row-1;
      for (col=40;col>=k;col=(col-4))
      {
       gotoxy(col,row);
       printf("%d",a[i]);
       --i;
      }
     }

     for (count=n;count>=1;count--)
     {
      k=0;
      k=40+(4*(count-1));
      i=count-1;
      for (col=40;col<=k;col=(col+4))
      {
       gotoxy(col,count);
       printf("%d",a[i]);
       --i;
      }
     }
     getch();
    }

    Create Date
    :
    Thursday, October 16, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    Well I would hear what he/shes concerned about and what is the problem. Give them possible solutions on what we can do to help, if its not the solution she wants then I can address her to a manager and see how they can further her/him more in a better matter than I am.
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    When you, as a job seeker, are asked the most common, and toughest, interview question, "Tell me about yourself,"your answer can make or break you as a candidate. Usually job seekers will respond with their "30 second commercial," and then elaborate on their background. While almost every career book and career counselor will tell you that is the appropriate response, I totally disagree.

    Many people fail in their job search because they are too often focused on what they want in a job including industry, type of position, location, income, benefits, and work environment. Their "30 second commercial" is centered around this premise. The commercial describes the job seeker's career history and what they are looking for. Too often, this is in direct contrast to what employers are looking for.

    There are two dominant reasons why job seekers are successful in the job search. The first is focusing on the needs of the organization. The second is focusing on the needs of the people within that organization. In this article, we are going to examine how to focus on the needs of the people within organizations. This will assist in rethinking your response to that all-important question, "Tell me about yourself."

    In order to learn how to respond to the needs of the interviewer, let's first learn more about ourselves. We can then apply that knowledge about ourselves to knowing how to understand and respond to the needs of others.

    Most social psychologists recognize four basic personality styles: Analytical, Amiable, Expressive, and Driver. Usually, each of us exhibits personality characteristics unique to one of the styles. However, we also possess characteristics to a lesser degree in the other styles. To determine your unique style, you can take a Myers-Briggs assessment or go to the following site for a free Keirsey Temperament Sorter assessment test: www.keirsey.com

    Here are the characteristics that are most commonly associated with each of the styles:

    Analytical:
    Positive Traits: Precise, Methodical, Organized, Rational, Detail Oriented
    Negative Traits: Critical, Formal, Uncertain, Judgmental, Picky

    Amiable:
    Positive Traits: Cooperative, Dependable, Warm, Listener, Negotiator
    Negative Traits: Undisciplined, Dependent, Submissive, Overly Cautious, Conforming

    Expressive:
    Positive Traits: Enthusiastic, Persuasive, Outgoing, Positive, Communicator
    Negative Traits: Ego Centered, Emotional, Exploitive, Opinionated, Reacting

    Driver:
    Positive Traits: Persistent, Independent, Decision Maker, Effective, Strong Willed
    Negative Traits: Aggressive, Strict, Intense, Relentl