logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How does fault tolerance work in mapreduce?


  • Correct Answer
  • In a mapreduce job the master pings each worker periodically In case a worker does not respond to that system then the system is marked as failed Even completed tasks are rescheduled because the output was stored in a in a local disk of a worker which failed Hence mapreduce is able to handle large-scale failures easily by simply restarting a task The master node always saves itself at checkpoints and in case of any failure it simply restarts from that checkpoint 


  • Technology problems


    Search Results


    • 1. What are the security laws which take care of the data in the cloud?
    • Discuss
    • 2. What is ARC ?
    • Discuss
    • 3. What is Automatic Reference Counting (ARC) ?
    • Discuss
    • 4. What are the tools required to develop iOS applications?
    • Discuss
    • 5. Give example scenarios when an application goes into InActive state?
    • Discuss
    • 6. Write a SQL Query to find year from date.
    • Discuss
    • 7. Write SQL Query to find second highest salary of Employee.
    • Discuss
    • 8. A UNION query is which of the following?

    • Options
    • A. Combines the output from multiple queries and does not include the same number of columns.
    • B. Combines the output from multiple queries and must include the same number of columns.
    • C. Combines the output from no more than two queries and does not include the same number of columns.
    • D. Combines the output from no more than two queries and must include the same number of columns.
    • Discuss
    • 9. What is ALV programming in ABAP? When is this grid used in ABAP?
    • Discuss
    • 10. What is the differences between ABAP and OOABAP. In which situation we use OOABAP?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment