Podcast
Questions and Answers
Which topic does the SPRE 01 course mainly focus on?
Which topic does the SPRE 01 course mainly focus on?
- Web application development
- Operating models like DevOps
- Software engineering principles (correct)
- Summer internship experiences
When are the lectures scheduled for the SPRE 01 course?
When are the lectures scheduled for the SPRE 01 course?
- Thursdays, 1pm - 2pm (correct)
- Mondays, 1pm - 2pm
- Wednesdays, 1pm - 2pm
- Fridays, 1pm - 2pm
Where are the labs held for the SPRE 01 course?
Where are the labs held for the SPRE 01 course?
- Turnbull Hall 301
- Southpark Ave.
- University Ave.
- Boyd Orr 720 (correct)
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?
When is the last day of the SPRE 01 course?
When is the last day of the SPRE 01 course?
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?
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?
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?
Which type of teams does the text discourage?
Which type of teams does the text discourage?
What does 'Full Stack' fail to specify?
What does 'Full Stack' fail to specify?
What does Rob Bruce consider 'a nonsense'?
What does Rob Bruce consider 'a nonsense'?
What does 'SDLC' stand for?
What does 'SDLC' stand for?
What does Ward Cunningham consider 'an asset'?
What does Ward Cunningham consider 'an asset'?
What type of practices encourage just-in-time analysis and design?
What type of practices encourage just-in-time analysis and design?
'Programmable infrastructure' requires what?
'Programmable infrastructure' requires what?
'Running Software' is defined as an installation on how many machines?
'Running Software' is defined as an installation on how many machines?
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?
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?
What type of data storage system is HDFS an abbreviation for?
What type of data storage system is HDFS an abbreviation for?
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?
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?
What is one of the key tenets of Hadoop's architecture?
What is one of the key tenets of Hadoop's architecture?
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?
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?
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?
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?
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?
What architecture does Hadoop optimize for when it comes to network latency?
What architecture does Hadoop optimize for when it comes to network latency?
What does Hadoop use to manage latencies for large reads?
What does Hadoop use to manage latencies for large reads?