Podcast
Questions and Answers
Which topic does the SPRE 01 course mainly focus on?
Which topic does the SPRE 01 course mainly focus on?
When are the lectures scheduled for the SPRE 01 course?
When are the lectures scheduled for the SPRE 01 course?
Where are the labs held for the SPRE 01 course?
Where are the labs held for the SPRE 01 course?
What percentage of the marking is based on weekly quizzes for the SPRE 01 course?
What percentage of the marking is based on weekly quizzes for the SPRE 01 course?
Signup and view all the answers
When is the last day of the SPRE 01 course?
When is the last day of the SPRE 01 course?
Signup and view all the answers
How many weekly quizzes are considered for marking out of the total available in the SPRE 01 course?
How many weekly quizzes are considered for marking out of the total available in the SPRE 01 course?
Signup and view all the answers
What is the best way to describe the method of marking code-reviews?
What is the best way to describe the method of marking code-reviews?
Signup and view all the answers
How many apps will each participant need to delegate to from week 2 onwards?
How many apps will each participant need to delegate to from week 2 onwards?
Signup and view all the answers
Which type of teams does the text discourage?
Which type of teams does the text discourage?
Signup and view all the answers
What does 'Full Stack' fail to specify?
What does 'Full Stack' fail to specify?
Signup and view all the answers
What does Rob Bruce consider 'a nonsense'?
What does Rob Bruce consider 'a nonsense'?
Signup and view all the answers
What does 'SDLC' stand for?
What does 'SDLC' stand for?
Signup and view all the answers
What does Ward Cunningham consider 'an asset'?
What does Ward Cunningham consider 'an asset'?
Signup and view all the answers
What type of practices encourage just-in-time analysis and design?
What type of practices encourage just-in-time analysis and design?
Signup and view all the answers
'Programmable infrastructure' requires what?
'Programmable infrastructure' requires what?
Signup and view all the answers
'Running Software' is defined as an installation on how many machines?
'Running Software' is defined as an installation on how many machines?
Signup and view all the answers
Which technology did Google not release as open source, but instead published the design and reasoning?
Which technology did Google not release as open source, but instead published the design and reasoning?
Signup and view all the answers
Which company, as one of Google's main competitors at the time, implemented their own versions of MapReduce internally?
Which company, as one of Google's main competitors at the time, implemented their own versions of MapReduce internally?
Signup and view all the answers
What type of data storage system is HDFS an abbreviation for?
What type of data storage system is HDFS an abbreviation for?
Signup and view all the answers
Which technology is used for distributed processing and analysis of large datasets in a parallel fashion?
Which technology is used for distributed processing and analysis of large datasets in a parallel fashion?
Signup and view all the answers
In Hadoop, which component handles storage and access of the local files on the machine?
In Hadoop, which component handles storage and access of the local files on the machine?
Signup and view all the answers
What is one of the key tenets of Hadoop's architecture?
What is one of the key tenets of Hadoop's architecture?
Signup and view all the answers
Which phase is always needed in Hadoop, leading to performance challenges in new stages?
Which phase is always needed in Hadoop, leading to performance challenges in new stages?
Signup and view all the answers
What is the Hadoop component responsible for handling storage and access of the local files on the machine?
What is the Hadoop component responsible for handling storage and access of the local files on the machine?
Signup and view all the answers
Which component in Hadoop communicates with the Name Node to identify where data is located?
Which component in Hadoop communicates with the Name Node to identify where data is located?
Signup and view all the answers
What does Hadoop use to enable choosing task trackers for work submission based on data locality?
What does Hadoop use to enable choosing task trackers for work submission based on data locality?
Signup and view all the answers
What is not natively handled in Hadoop but can be controlled via data splitting?
What is not natively handled in Hadoop but can be controlled via data splitting?
Signup and view all the answers
What architecture does Hadoop optimize for when it comes to network latency?
What architecture does Hadoop optimize for when it comes to network latency?
Signup and view all the answers
What does Hadoop use to manage latencies for large reads?
What does Hadoop use to manage latencies for large reads?
Signup and view all the answers