A Structured, flexible & guided
learning program
for tech professionals to accelerate their career
Detailed Curriculum
Curriculum Brochure
Table of Contents
Open for all working professionals Page #
Context 2
Who is this program for? 3
What does this curriculum give you? 4
Broad curriculum split for Advanced section and Intermediate section 5
Curriculum deepdive 6
Context
Having the right skills can lead to immense growth as a software engineer. Many tech
professionals attempt to build these skills via the vast, often free resources on the internet.
However, they soon realise that these unstructured articles and videos lead to incomplete and
shallow learning. Many a time professionals might not have the time to search for answers and
sometimes even the right questions. Additionally, the repeated cycle of learning, interviewing and
rejection is very demoralising. We can help!
We, at Scaler, have developed a structured curriculum for software engineers to learn
programming constructs, CS fundamentals and System Design (both HLD and LLD) via projects.
The curriculum is reverse engineered by analysing what it takes to be a great software engineer
and has been refined with industry leaders. Through the course, students are delivered a hands-
on learning experience to make them job-ready and interview-ready.
We believe that all our students (all of them are tech professionals with any number of years of
work experience) should have the opportunity of becoming a great engineer, and should
graduate with the same level of coding and software engineering knowledge irrespective of their
backgrounds. However, we also realise that incoming students differ in the amount they know
and their preferred pace of learning.
To ensure that all our students are learning at a comfortable pace and are learning with peers
that inspire them to work harder, we split each Scaler Academy batch into three sections
(Beginner, Intermediate and Advanced). Intermediate and Advanced sections have launched and
are accepting enrolments and Beginner will launch soon. Intermediate and Advanced sections
will graduate with the same level of coding and software engineering knowledge and applicants’
performance in the initial 40 min test determines which section the student would enter. The
curriculum around CS Fundamentals (including Data Structures and Algorithms) and System
Design (a project based approach with HLD and LLD) is the same for both sections, with the only
difference being an additional 7 weeks of additional Programming Constructs for Intermediate
section. The learning duration of the Advanced section is 30 weeks (~7 months) and the
Intermediate section is 37 weeks (~8.5 months). However, the tuition fee for all sections is the
same.
Read on for more detail.
2
Who is this program for?
Professional background
Any amount of work experience
In engineering roles in software product companies or in a development role in a
services company
Coding knowledge
Comfortable coding in programming languages like C/Java/Python
Comfortable writing if-else and loop based implementation code and can manipulate
basic strings
Comfortable solving basic coding problems like printing patterns or finding a
palindrome in a string
May or may not be comfortable solving basic questions in Data Structures and
Algorithms
Mindset needed to be successful in the program
Commitment to attend class, solve assignments, work with peers and attend mentor sessions
Openness to learn: You may feel that you know some parts of the curriculum already but we
assure you that we only spend time on concepts that add to your clarity and confidence. So
come in with an open mind
Have a positive energy and build relationships with your peers, participate and help
each other out
Focused on learning and not seeking a job-referral: Careers are not built on one interview.
Learning is important and interviews and job-outcomes will happen when you focus on
the learning
3
What does this curriculum give you?
1. Thorough knowledge of CS fundamentals (including DSA)
2. Specialisation in backend or fullstack and proficiency in System Design (HLD and LLD)
via a project to either move to complex development projects within your firm or switch
companies (and crack those interviews)
Confidence that you know the content very well
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Healthy competition amongst peers via weekly contests and assignments
Multiple 1:1 system design discussions with experts (e.g.senior engineers at big-tech firms)
Hands-on learning via projects like creating an Uber-like app, an Amazon-like app, a Notes-
like app, Facebook Messenger and Facebook News-Feed like-systems. These projects help the
student implement the concepts taught
4
Broad curriculum split for Intermediate
and Advanced sections
Advanced section runs for 30 weeks and Intermediate section for 37 weeks
The only difference between the sections “Programmatic constructs” module for 7 weeks
The curriculum in “Problem Solving and CS Fundamentals” and “Backend/Fullstack
specialisation” is the same for both sections (for 30 weeks)
Students are allotted into the sections basis the initial 40 min entrance test
Students can choose whether they want to go with backend or fullstack specialisation
Intermediate Advanced
Typical learner profile: “I know coding in one Typical learner profile: “I am good at coding. I
programming language. Can build basic know basic problem solving and DSA. Can build
applications” basic to advanced applications”
Enrolment open Enrolment open
37 Week Course 30 Week Course
Introduction to Programming Problem Solving & Introduction to Programming Problem Solving &
Programming Constructs CS Fundamentals Programming Constructs CS Fundamentals
7 Weeks 7 Weeks 15 Weeks 7 Weeks 7 Weeks 15 Weeks
Decision trees Functions Time Complexity, Decision trees Functions Time Complexity,
& control Arrays, Strings, & control Arrays, Strings,
Recursion Binary Search, 2 Recursion Binary Search, 2
Binary number Binary number
system Pointers Pointers, system Pointers Pointers,
Recursion, Recursion,
Strings Structures, Hashing, Sorting, Strings Structures, Hashing, Sorting,
Arithmetic Unions & Bit manipulation Arithmetic Unions & Bit manipulation
operators Dynamic Arrays operators Dynamic Arrays
Stacks, Queues, Stacks, Queues,
Loops Asymptotic Linked Lists,
Loops Asymptotic Linked Lists,
notations Trees, Tries, Heap
notations Trees, Tries, Heap
Greedy, DP, Greedy, DP,
Graphs Graphs
DB, OS, and DB, OS, and
Computer Computer
Networks Networks
Choose your Specialisation Choose your Specialisation
Backend Specialisation Fullstack Specialisation Backend Specialisation Fullstack Specialisation
15 Weeks 15 Weeks 15 Weeks 15 Weeks
System Design (HLD + LLD) System Design (HLD + LLD) System Design (HLD + LLD) System Design (HLD + LLD)
with project with project with project with project
MVC, REST APIs, ORM, Building a server, intro to MVC, REST APIs, ORM, Building a server, intro to
SpringBoot, Views, MVC, web architecture, SpringBoot, Views, MVC, web architecture,
Database Indexes, HTML, CSS, Javascript, Database Indexes, HTML, CSS, Javascript,
Node.js, Backend Node.js, Backend
architecture, MongoDB, architecture, MongoDB,
React / Redux
5
Curriculum deepdive
Advanced section (Duration: 30 weeks)
Pre-coursework
(to be done before course begins; all material available on Scaler Academy dashboard post enrolment)
Set up UNIX system on your laptop
Refresh Vim/Emacs
Complete Shell Scripting exercises
Revise basic maths concepts like permutation and combinations, probability, number
theory, discrete mathematics etc
Refresh programming language specific concepts (for C++, Java and Python
Problem solving and CS fundamentals - 15 weeks
Maths, Time Complexity, Arrays, Strings, Binary Search, 2 Pointers,
6 weeks
Recursion, Hashing, Sorting, Bit manipulation
Stacks, Queues, Linked Lists, Trees, Tries, Heap 4 weeks
Greedy, Dynamic Programming, Graphs 4 weeks
Databases, Operating Systems, and Computer Networks 1 weeks
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Assignments (post lectures) get evaluated immediately, allowing you to compare your
performance against your peers
Focus is not just on solving questions, but to help students understand intuition behind the
concept, which enables them to identify patterns easily
Special focus on difficult topics like Dynamic Programming and Graphs (e.g. traversals,
shortest paths etc)
Weekly contests to gauge your conceptual understanding and problem
solving abilities
6
Curriculum deepdive
Projects with System Design - 15 weeks
Within this module, you can choose one of the two specialisations - backend development with
project or full stack development with project. Both these specializations will be taught in a
hands-on manner, where you will be learning the concepts and applying them to real-life
projects. More details are below:
Specialisation 1: Backend development with project
Low Level Design - OOPS, Design Patterns, UML Diagrams, Schema Design,
4 weeks
Design Problems, Machine Coding
MVC, REST APIs, ORM, SprintBoot, Views, Database Indexes, Multithreading 4 weeks
High Level Design - Architecture Design, Distributed Systems, Load
Balancing, Consistent Hashing, Caching, Transactions, SQL vs NoSQL, 6 weeks
Designing Real Life Systems
Project Deployment 1 week
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Multiple 1:1 system design discussions with experts (e.g.senior engineers at big-tech firms)
Won’t just teach you concepts, but help you implement concepts hands-on which pushes
your learning further
Impactful projects like creating Uber, Facebook Messenger and Facebook News-Feed like-
systems. These projects help the student implement the concepts mentioned above
Understand the internals of complex systems like Cassandra DB, Distributed
File Systems.
7
Curriculum deepdive
Specialisation 2: Full Stack development with project
Low Level Design - OOPS, Design Patterns, UML Diagrams, Schema Design,
4 weeks
Design Problems, Machine Coding
High Level Design - Architecture Design, Distributed Systems, Load
Balancing, Consistent Hashing, Caching, Transactions, SQL vs NoSQL, 5 weeks
Designing Real Life Systems
Building a server, Intro to MVC 1 week
Web architecture, HTML, CSS, Javascript 2 weeks
Node.js, Backend Architecture, MongoDB, React/Redux 2 weeks
Project Deployment 1 week
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Multiple 1:1 system design discussions with experts (e.g.senior engineers at big-tech firms)
Won’t just teach you concepts, but help you implement concepts hands-on which pushes
your learning further
Impactful projects like creating Amazon and Notes app like-systems. These projects help
the student implement the concepts mentioned above
We do not focus on just frameworks, but help you become a Javascript expert which will
enable you to excel in any role
8
Curriculum deepdive
Intermediate section (Duration: 37 weeks)
Pre-coursework
(to be done before course begins; all material available on Scaler Academy dashboard post enrolment)
Set up UNIX system on your laptop
Refresh Vim/Emacs
Complete Shell Scripting exercises
Revise Arrays, initialization, Multidimensional arrays, memory allocation,
and pointers
Revise basic maths concepts like permutation and combinations, probability, discrete
mathematics etc
Refresh programming language specific concepts (for C++, Java and Python developers)
Programming Constructs - 7 weeks
Functions, Scope, Pass by value & reference 1 week
Recursion 1 week
Optional test 1 to switch to Advanced section, if needed.
Writing the test is optional and is advised only if you strongly believe you are
comfortable with Programming Constructs
1.5 hour test. Will test the content to be taught in the 7-week Programming Constructs
module and some DSA/coding
Students join the Advanced section of the next batch (typically in the next month)
Students could browse through the pre-coursework material in the meantime before
the next batch starts
No change in tuition fee
Intro to Pointers, Memory allocation, Passing pointers vs passing values 1 week
Structures and unions, self referential structures, intro to linked-lists 1 week
10
Curriculum deepdive
Optional test 2 to switch to Advanced section, if needed.
Students can switch in either this test or the previous one and can write both tests if
needed
Writing the test is optional and is advised only if you strongly believe you are
comfortable with Programming Constructs
1.5 hour test. Will test the content to be taught in the 7-week Programming Constructs
module and some DSA/coding
Students join the Advanced section of the next batch (typically in the next month)
Students could browse through the pre-coursework material in the meantime before
the next batch starts
No change in tuition fee
File handling 1 week
Intro to asymptotic notations and Time complexity 1 week
Dynamic Arrays + Basic Math Operations 1 week
(From here on, the curriculum and USP is the same as Advanced section)
Problem solving and CS fundamentals - 15 weeks
Maths, Time Complexity, Arrays, Strings, Binary Search, 2 Pointers,
6 weeks
Recursion, Hashing, Sorting, Bit manipulation
Stacks, Queues, Linked Lists, Trees, Tries, Heap 4 weeks
Greedy, Dynamic Programming, Graphs 4 weeks
Databases, Operating Systems, and Computer Networks 1 weeks
11
Curriculum deepdive
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Assignments (post lectures) get evaluated immediately, allowing you to compare your
performance against your peers
Focus is not just on solving questions, but to help students understand intuition behind the
concept, which enables them to identify patterns easily
Special focus on difficult topics like Dynamic Programming and Graphs (e.g. traversals,
shortest paths etc)
Weekly contests to gauge your conceptual understanding and problem
solving abilities
Projects with System Design - 15 weeks
Within this module, you can choose one of the two specialisations - backend development with
project or full stack development with project. Both these specializations will be taught in a
hands-on manner, where you will be learning the concepts and applying them to real-life
projects. More details are below:
Specialisation 1: Backend development with project
Low Level Design - OOPS, Design Patterns, UML Diagrams, Schema Design,
4 weeks
Design Problems, Machine Coding
MVC, REST APIs, ORM, SprintBoot, Views, Database Indexes, Multithreading 4 weeks
High Level Design - Architecture Design, Distributed Systems, Load
Balancing, Consistent Hashing, Caching, Transactions, SQL vs NoSQL, 6 weeks
Designing Real Life Systems
Project Deployment 1 week
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Multiple 1:1 system design discussions with experts (e.g.senior engineers at big-tech firms)
12
Curriculum deepdive
Won’t just teach you concepts, but help you implement concepts hands-on which pushes
your learning further
Impactful projects like creating Uber, Facebook Messenger and Facebook News-Feed like-
systems. These projects help the student implement the concepts mentioned above
Understand the internals of complex systems like Cassandra DB, Distributed
File Systems.
Specialisation 2: Full Stack development with project
Low Level Design - OOPS, Design Patterns, UML Diagrams, Schema Design,
4 weeks
Design Problems, Machine Coding
High Level Design - Architecture Design, Distributed Systems, Load
Balancing, Consistent Hashing, Caching, Transactions, SQL vs NoSQL, 5 weeks
Designing Real Life Systems
Building a server, Intro to MVC 1 week
Web architecture, HTML, CSS, Javascript 2 weeks
Node.js, Backend Architecture, MongoDB, React/Redux 2 weeks
Project Deployment 1 week
USP of our delivery
Hyper-personalisation - depending on student-specific learning pace, we try to segregate
batches to ensure all students are learning at a pace comfortable to them
Multiple 1:1 system design discussions with experts (e.g.senior engineers at big-tech firms)
Won’t just teach you concepts, but help you implement concepts hands-on which pushes
your learning further
Impactful projects like creating Amazon and Notes app like-systems. These projects help
the student implement the concepts mentioned above
We do not focus on just frameworks, but help you become a Javascript expert which will
enable you to excel in any role
13