GeeksforGeeks » Interview Questions

Google Interview Question for Software Engineer/Developer

(5 posts)
  1. akhil91
    guest
    Posted 1 year ago #

    How to crash your system immediately?

  2. Bhaskar
    guest
    Posted 1 year ago #

    define "crash"

    int *ptr = 0;
    printf("%d", *ptr);

  3. Algoseekar
    guest
    Posted 1 year ago #

    make stack corrupted by stack overflow..as i think

  4. prathyusha
    guest
    Posted 1 year ago #

    type fsck command in terminal for linux machine

  5. Anil
    guest
    Posted 8 months ago #

    Many ways:
    - Power the device abruptly.
    - Kill all tasks running in the system, assuming execution in privileged mode.
    - Stack overflow, kills a particular task, but not crashing the whole system.

    - Write a low level kernel code, which randomly zero-fills(junk values too) the primary memory.


Reply

You must log in to post.

RSS feed for this topic