Find out where Crio grads get placed.
Get our Placement Stats

Fellowship Program in Software Development

Learn with Real Work-Ex. Join the best product-based companies with guaranteed placement.


Work Experience-Based Learning Approach
to Master In-Demand Developer Skills

Highlight

20+ micro skilling exercises & 5+ work-like professional projects to master CS Fundamentals and Full-Stack or Backend skills in an actual developer environment.

Highlight

In-depth, interview-focussed System Design & Data Structures Algorithms curriculum to ace dev interviews.

Highlight

Real work ex of working on problem statements from leading tech companies like CRED, Playment, Jumbotail, Vicara and more.

Highlight

9+ live sessions every month with well-structured interactive workshops from seasoned industry professionals.

Highlight

Project-backed portfolio on GitHub and a work-ex certificate to impress recruiters.

Highlight

Placement guarantee with job-search support, referrals, and career guidance from experienced career coaches.

Crio Grads have Cracked their Dream Careers In

93%

placed within 8
months of graduation

11 LPA

average dream
job CTC

22 LPA

average super-dream
job CTC

700+

hiring
companies

89%

average
salary hike

Modern Work Experience-Based Learning Approach

At Crio, you learn and grow exactly how you would on a real job. You will start from the fundamentals, receive support from our mentors and community, and build your way to the top - through professional work-like Full-stack and Backend web development projects.

Immersive Program to land guaranteed jobs at the fastest-growing companies

Get guaranteed placement in top tech companies by mastering in-demand Full-Stack or Backend developer skills through our carefully curated hands-on, work-like, project-based fellowship program.

Build AirBnB-like, Netflix-like, or Amazon-like apps to master MERN, Java, and impress recruiters to land great jobs.

Curriculum to crack dream jobs (6 To 15 LPA) in top Product-Based companies

Start with Hello World and get familiar with the syntax and constructs of Java or JavaScript based on the specialization you choose.

Loops
Conditionals
Arrays
Objects
Strings
Data Types
Libraries

Gain skills that are must-haves for any developer through hands-on activities and live workshops.

HTTP
Rest API
Deployment
Linux
GIT
SQL

Master essential Data Structures and Algorithms concepts from an interview perspective through our carefully designed curriculum, exclusive videos, in-depth mentorship, live sessions, and mock assessments.


Curriculum to crack DSA rounds for dream jobs
Programming Essentials [Beginner]
Tick
Develop logic building skills by solving simple math, recursion, implementation problems
Tick
Learn Time & Space complexity
Tick
Get introduced to data structures & traversals - Linkedlist & Trees
Logic Building
Collections
Space and Time Complexity
Arrays and Strings [Beginner]
Tick
Learn various patterns of problem solving in arrays & strings and apply them in a wide variety of problems
Tick
Learn the art of debugging that is critical for your timed interviews
Matrix
Two Pointers
Sliding Window
Prefix Sum
Bit Manipulation
Sorting
Binary Search
Stack, Queue and Linked List [Intermediate]
Tick
Learn Linked List implementation and applications
Tick
Apply Queue, Stack to solve real world problems
Data Structure Application
Linked List
Stack
Queue
Hash, Heap, Trees [Intermediate]
Tick
Apply Hash, Heap to solve real world problems
Tick
Learn BFS/DFS to solve multiple Tree problems effectively
Data Structure Application
Hash
Heap
Binary Tree
Binary Search Tree
BFS
DFS
Recursion

Upskill yourself in Full Stack Development with real work experience of building work-like professional projects in an actual developer environment. Enhance your learnings further through multiple independent projects.


Work-like Professional Projects
Curriculum
Build an AirBnB-like static frontend to master HTML, CSS & more
Build a responsive front end for QTrip, an AirBnB-like travel planning website, and learn HTML, CSS, Bootstrap and more.
HTML
CSS
Flexbox
Bootstrap
Curriculum
Build an AirBnB-like dynamic frontend to master Rest API, Routing, Filters & more
Add life to the web pages of QTrip by making them dynamic and by integrating with a backend and 3rd party plugins.
API Calls
Routing
Filters
Data Persistence
3rd Party Libraries
Curriculum
Build a Google News-like newsfeed aggregator
Apply your learnings from QTrip Static and QTrip Dynamic to build your first independent project, XBoard - a newsfeed that aggregates articles from popular media outlets.
Curriculum
Build a React powered frontend for an Amazon-like shopping app
Build the frontend for QKart - an online e-commerce store to learn React, and create a rich shopping experience.
Component
Component lifecycle
Component state management
Component styling
Props
Routing
React Hooks
Material UI
Curriculum
Build the frontend for a Netflix-like OTT app
Apply your learnings in React from QKart Frontend to build your second independent project using React, the frontend for XFlix - a video-streaming platform like Netflix.
Curriculum
Build a Node JS powered backend for a Flipkart-like app
Build a scalable NodeJS backend for QKart using the Express.js framework
Express JS
Node JS
MongoDB
Rest API
Curriculum
Build the backend for a Netflix-like OTT app
Apply your learnings from QKart Backend to build your second independent project using Express and Node JS, the backend for XFlix - a video streaming platform like Netflix.

Master essential concepts required for you to crack a System Design interview for Full Stack Developer roles through a series of hands-on workshops and activities.

Component Modeling
DNS
LoadBalancer
CDN
Website Performance Optimisation

Master the skills needed to build a scalable web backend with real work experience of building work-like professional projects in an actual developer environment. Enhance your learnings further through multiple independent projects.


Work-like Professional Projects
Curriculum
Implement Java skills to build a Bit.ly like URL shortener
Apply all your Java knowledge to independently build a XURL - a URL shortener application like bit.ly.
Curriculum
Build the backend for a stock portfolio analyser like Zerodha
Start your backend development journey by building QMoney, a visual stock portfolio analyser.
OOP
JSON
Consuming REST API
Refactoring
Gradle
Exception Handling
JUnit
Jackson
Curriculum
Build a Shopify-like data analysis tool
Apply your learnings from QMoney to build your second independent project XCommerce - a retail sales data analysis tool.
Curriculum
Build a scalable backend for a Swiggy-like app
Build a scalable, distributed, Java backend for QEats - a Swiggy-like food ordering app.
MVCS
Spring Boot
REST APIs
MongoDB
Mockito
Scientific Debugging
Redis
Curriculum
Apply all learnings to build a Giphy like app
Apply your learnings from the entire program so far to build a fully functional Java backend for XMeme (a page where users can post and view Memes).

Master critical concepts required to ace System Design Interviews for backend developer roles through a series of hands-on workshops, and activities.

SOLID Principles
Object Oriented Design
Clean Architecture
Design Patterns
Tick

Practice multiple timed mock assessments

Tick

Perfect the art of cracking DSA interviews through multiple DSA Blitz sessions

Tick

Prepare to defend every single skill keyword added to your resume

DSA Mocks
DSA Blitz
P2P Interviews
Take home Prep
Specialization Specific Prep

Unlike regular boot camps where you wrap up your learnings with a Capstone project, we go one step further. You will actually work on a real project statement given by some of the top tech companies in India. Here are some of the past companies who provided externships for our learner community,

CRED
Jumbotail
Groww
Vicara
Slice
Recko
and many more..

Additional advanced curriculum to crack super-dream jobs (15 To 40 LPA) at Unicorns and tech giants

Step up your interview cracking ability by learning advanced Data structures and Algorithms through our carefully designed curriculum, exclusive videos, in-depth mentorship, live sessions, and mock assessments.


Curriculum to crack DSA rounds for super-dream jobs
Graphs, Greedy and Backtracking [Advanced]
Tick
Deep dive into graph problem patterns and implement common algorithms like Prim’s, Kruskal’s and Djikstra’s
Tick
Learn common problem solving approaches like greedy & backtracking
Graph BFS
Graph DFS
Graph Partitioning
Greedy Method
Advanced recursion and backtracking
Shortest Path
Topological Sort
Dynamic Programming and Advanced DS
Tick
Learn the art of DP and practice problems using Memoization and Tabulation
Tick
Get introduced to advanced DS like Trie, Segment Trees and solve related problems
DP Memoization
DP Tabulations
Knapsack
Spanning Tree
Trie
Segment Tree

Build advanced features for QEats, a Swiggy-like food ordering app. Solve for performance bottlenecks in the backend and improve REST API performance.

Spring Security
Caching
Redis
JMeter
Multi-threading

Master Low Level Design and get an introduction into various components/concepts in High Level Design through workshops, projects, and hands-on activities.


Curriculum to crack System Design interviews for super-dream jobs
Build a Hackerrank-like App to master Low Level Design

Build a Hackerrank like contest platform by applying your Core Java and Low Level design skills

  • Design & implement the classes required for a contest to work.
  • Implement the business logic of running a simulated contest.

Machine Coding
SOLID Principles
Object Oriented Design
Clean Architecture
Design Patterns
Schema Design
Build Low Level Design for a iTunes-like App
Learn the art of cracking Machine Coding rounds with solid Low Level Design(LLD) skills
High Level Design Concepts
Understand essential components/concepts of a modern tech stack used universally by internet companies with bonus hands-on exercises.
Docker
Kafka
CDN
Load Balancer
Deployment
Micro-Services
CI/CD
Cloud

Land your dream job with a proven personalized plan!

Exclusive Career Services - With a personalized Career Plan

Get access to Crio’s Exclusive Career Services that will equip you to use your learnings and skills to land your next job.

Highlight

1:1 Career coaching Sessions with top industry professionals

Highlight

Live mock interviews with Industry Experts

Highlight

Series of mock assessments and detailed interview prep sprints to ace top tech jobs

Highlight

Expert guidance to get your profile (GitHub, LinkedIn, Resume) ready

Highlight

Guidance to start applying to a diverse set of job opportunities in-line with your career aspirations.

Program Fee, Scholarships and Job Guarantee

EMI as low as

7,222

/month

(For 36 months)

Before Scholarship
Tick
A Free Trial Session

No Fee Required

Tick
Assured Scholarships

After Free Trial

Pay the remaining fee only if you land a job offering at least a Minimum Guaranteed CTC within 6 months of completing the program

Remaining fee is Rs. 19,999 if CTC is less than 20 LPA.
Remaining fee is Rs. 39,999 if CTC is greater than 20 LPA.
12 month no-cost EMI and 18, 24 & 36 month low-cost EMI available.

Join a community of 5000+ Tech Professionals

Meet and grow together with a community of passionate developers who have taken their careers to new heights with Crio.

Get more insights on how Crio can help you crack a full stack or backend role in top tech companies

Real work experience,
Real project-based learning with Crio

The best way to learn a skill is by applying what you learn in real scenarios. At Crio, we take it a notch higher by giving you actual work experience-based learning. So, instead of just watching tutorials, you actually experience building real products like professional engineers.

Basically, how a real professional working in a leading product company would grow their career.

Difference

Recruiters too, look for real project experience when hiring tech professionals and here at Crio, we strive to provide just that. We empower learners with high-quality applied learning opportunities and build skills that translate into career growth and success.

"Their cutting edge platform and pedagogical methods are a class apart and help groom engineers not only on the technical skills but also the tools necessary for today's software development industry"

Linkedin

Piyush Goel

VP - Engineering

Linkedin

"Crio trains developers to have a hunger for self-learning along with good knowledge of tools and methodologies used in day-to-day development, which are THE MOST important qualities for fast-paced and value-driven companies like Jumbotail. Looking forward to hiring more engineers from Crio."

Linkedin

Ramesh Kumar Katreddi

VP - Engineering

Linkedin

FAQs

Underline
Underline

175 & 176, Bannerghatta
Main Rd, Dollars Colony,
Bengaluru, Karnataka
560076, India

Underline
ping@criodo.com
Crio.Do
Crio.Do
Crio.Do
Crio.Do
Crio.Do