T
Tejav
/Docs
CoursesSign In
Docs › Student Guide

Student Guide

Everything you need to learn effectively on Tejav — from creating your account to mastering DSA, UPSC, and board exams with AI.

BilingualAI TeacherDSAUPSCBoard ExamsWhatsApp
⚡ 5-Minute Quick Start
1
Visit
tejav.com or your institute portal
2
Sign Up
Phone OTP or email
3
Browse
Find a course or exam prep
4
Learn
En/Hi toggle, AI teacher
5
Practice
Enable WhatsApp daily tests

Account & Login

Tejav supports two sign-up flows depending on where you access the platform.

Signing Up

  1. 1
    Choose your portal
    Visit tejav.com for the main platform or {institute}.tejav.com if your coaching institute gave you a link.
  2. 2
    Click "Sign Up"
    Located in the top-right corner. First-time visitors are prompted automatically.
  3. 3
    Enter your phone number
    A 6-digit OTP is sent via SMS. You can also sign up with email and password.
  4. 4
    Complete your profile
    Add your name and optionally a profile photo. No credit card required.
ℹ️ Note: If your institute uses Tejav, sign up through their portal link ({institute}.tejav.com) — this links your account to your batch automatically.

Login Methods

MethodHow to UseBest For
Phone OTPEnter number → receive SMS OTPMost students (no password to remember)
Email + PasswordEnter email → set password on first loginStudents who prefer email
Google OAuthClick "Continue with Google"Quick access with existing Google account

Courses & Enrollment

Tejav offers structured courses across JEE, NEET, UPSC, DSA, Board Exams, and more. Each course has chapters with video, text, and quizzes.

Browsing Courses

Go to /courses to see all available courses. Use filters:

FilterOptions
CategoryJEE, NEET, UPSC, Board Exam, DSA, Other
LanguageEnglish, Hindi (Bilingual)
PriceFree, Paid, All
DifficultyBeginner, Intermediate, Advanced
💡 Pro Tip: All courses show a preview of the first 2-3 chapters without enrollment. Use this to decide before paying.

Enrolling in a Course

  1. 1
    Open a course
    Click any course card to see the full syllabus, faculty info, and preview chapters.
  2. 2
    Click "Enroll Now"
    For free courses this is instant. For paid courses, you're taken to the payment page.
  3. 3
    Complete payment
    Supports UPI, cards, net banking, and EMI. You get instant access on payment.
  4. 4
    Start learning
    Go to "My Courses" or directly open any chapter from the course page.

Learning Experience

Each chapter combines video, structured text, AI explanations, and a quiz — all accessible in both English and Hindi.

Chapter Layout

SectionWhat it Contains
Video LessonRecorded lecture (YouTube or hosted). Auto-plays next chapter on completion.
Chapter ContentStructured text with examples, diagrams, and code blocks.
AI TeacherAsk any question about this chapter. AI responds in context.
Key Takeaways5-10 bullet points summarizing the chapter — great for quick revision.
Chapter Quiz5-10 MCQs with instant feedback and explanations.

Bilingual Content (English ↔ Hindi)

Tejav is built from the ground up for bilingual learners. Every piece of content — chapters, quizzes, explanations, and AI responses — is available in both English and Hindi.

How to Switch Language

Look for the language toggle in the top navigation bar. It appears as EN | हि and switches all content on the current page instantly.

English
A variable in programming is a named memory location that holds a value which can be changed during program execution.
हिंदी
प्रोग्रामिंग में एक variable एक नाम वाला मेमोरी स्थान होता है जो एक मान (value) रखता है जिसे प्रोग्राम चलने के दौरान बदला जा सकता है।
💡 Pro Tip: Hindi medium students can start in Hindi and switch to English for technical terms — this is the most effective bilingual learning strategy.

AI Personal Teacher

Every chapter has a built-in AI teacher that knows the course content and can answer questions in real time — in English or Hindi.

What the AI Teacher Can Do

You AskAI Does
"Explain this concept again with an example"Gives a fresh explanation tailored to your level
"I'm confused about the diagram in step 3"Breaks down that specific part of the chapter
"Give me a practice problem on this topic"Generates a new question with hints and solution
"Mujhe Hindi mein samjhao"Switches to Hindi explanation automatically
"What will come in JEE from this chapter?"Highlights exam-relevant portions and question patterns
ℹ️ Note: The AI teacher is context-aware — it knows which chapter you are reading and responds accordingly. It does not answer unrelated questions.

DSA Interview Prep

Tejav has 3,128+ LeetCode-style problems with complete solutions, time/space complexity, and multiple language implementations. Built for students targeting Google, Amazon, Microsoft, and other top tech companies.

Accessing DSA Prep

Visit /interview-prep/dsa or click "Interview Prep" in the main navigation.

Problem Filters

FilterOptionsUse Case
DifficultyEasy, Medium, HardStart with Easy → Medium → Hard
TopicArrays, Trees, DP, Graphs, etc.Topic-wise practice
CompanyGoogle, Amazon, Microsoft, Flipkart, Zomato...Company-specific interview prep
ListBlind 75, NeetCode 150, AllCurated high-frequency lists
StatusSolved, Unsolved, BookmarkedTrack your progress

Supported Languages

PythonJavaC++JavaScriptTypeScriptGoRustKotlin
💡 Pro Tip: Use the Blind 75 filter first — these 75 problems cover 90% of FAANG interview patterns. Once comfortable, expand to company-specific sets.

Example: Solving Two Sum

# Python Solution — Two Sum (Easy) | O(n) time, O(n) space
def twoSum(nums, target):
seen = {}
for i, num in enumerate(nums):
if target - num in seen:
return [seen[target - num], i]
seen[num] = i

UPSC Preparation

1,900+ UPSC previous year question papers available as interactive quizzes with answer keys, detailed explanations, and Hindi medium support.

Exam Categories Available

CategoryPapers Available
UPSC CSE Prelims GS1GS Paper 1 (2000–2025)
UPSC CSE Prelims GS2 (CSAT)CSAT Papers with Math, Reasoning
UPSC CSE MainsGS1, GS2, GS3, GS4 + Essay
IAS Optional SubjectsGeography, History, Political Science, Sociology, etc.
UPSC CAPF, CDS, NDADefence exam papers
State PSC PapersUPPSC, MPSC, RPSC, BPSC, and more

How to Practice a Paper

  1. 1
    Go to /upsc
    Choose a category — GS1, GS2 (CSAT), Optional, etc.
  2. 2
    Select a paper
    Pick by year (e.g., "UPSC CSE 2023 GS1") or browse all.
  3. 3
    Start timed quiz
    Answer MCQs in exam format. Timer shows remaining time.
  4. 4
    View results
    See score, correct/wrong breakdown, and detailed explanations for each answer.
  5. 5
    Review in Hindi
    Toggle to Hindi to read explanations in your medium.
💡 Pro Tip: Start with the most recent year papers (2023, 2022) to understand current exam trends, then go backward for breadth.

Board Exam Papers

Previous year board exam papers for CBSE, ICSE, and 11 state boards — organized by class, subject, and year.

BoardClassesSubjects
CBSE10, 12Maths, Science, English, Hindi, Physics, Chemistry, Biology, Accounts, Economics
ICSE / ISC10, 12All core subjects
UP Board10, 12Hindi medium + English medium
MP Board10, 12All subjects
Rajasthan Board10, 12All subjects
+ 8 more state boards10, 12Core subjects
ℹ️ Note: Papers go back up to 10 years. PDF download is available for all papers.

AI Snap-Solve

Take a photo of any problem — handwritten, printed, or from a book — and get a step-by-step solution with explanation.

How to Use Snap-Solve

  1. 1
    Open Snap-Solve
    Tap the camera icon in the main navigation or from the mobile app home screen.
  2. 2
    Photograph the problem
    Point your camera at the question. Works with handwritten text, printed books, or whiteboard problems.
  3. 3
    AI processes the image
    Takes 2-5 seconds. The AI reads the problem using OCR + vision models.
  4. 4
    Receive solution
    Step-by-step explanation with reasoning. Request Hindi explanation anytime.
  5. 5
    Ask follow-up questions
    "Why did you do step 3?" — the AI explains further.
💡 Pro Tip: Works best in good lighting. For complex diagrams (physics circuits, geometry figures), circle the specific part you want explained.

WhatsApp Micro-Tests

Daily practice questions delivered directly to your WhatsApp. 5–10 questions per day, personalized to your enrolled courses, with instant results.

Enabling WhatsApp Tests

  1. 1
    Go to Profile Settings
    Click your avatar → Settings → WhatsApp Tests.
  2. 2
    Enter your WhatsApp number
    Include country code. Example: +91 9876543210.
  3. 3
    Verify with OTP
    A verification code is sent to WhatsApp to confirm the number.
  4. 4
    Choose your test time
    Pick a daily time (morning recommended — 7 AM or 8 AM).
  5. 5
    Select topics
    Choose which enrolled courses to include in daily tests.

What a Micro-Test Looks Like

Tejav Daily Test 🎯 — 7:00 AM
Q1/5: Which data structure uses LIFO order? A) Queue B) Stack ✓ C) Array D) Linked List Reply with A, B, C or D
✓✓ 09:05 AM
B
✓✓ 07:02 AM
✅ Correct! A Stack uses LIFO (Last In, First Out). 📝 Explanation: The last element pushed is the first to be popped. Used in: function call stack, undo operations, browser history. Next question in 30 seconds...
✓✓ 09:05 AM

Test Format

SettingDefaultCustomizable?
Questions per day5 questionsYes (3, 5, or 10)
Delivery timeUser chosenYes
FeedbackImmediate after each answerNo
LanguageEnglishYes — toggle to Hindi
TopicsAll enrolled coursesYes — select specific courses
💡 Pro Tip: Maintain your daily streak — you get streak badges at 7, 30, 100, and 365 days. Students with 30+ day streaks score 23% higher in practice exams on average.

Flashcards & Spaced Repetition

Tejav auto-generates flashcards from course content and uses the Leitner spaced repetition system to schedule reviews at optimal intervals.

How Spaced Repetition Works

Box 1
Daily
Box 2
Every 3 days
Box 3
Weekly
Box 4
Bi-weekly
Box 5
Monthly
Answer correctly → moves to next box (longer interval). Answer wrong → returns to Box 1 (daily review).
💡 Pro Tip: Do your flashcard reviews first thing in the morning before new learning. 10 minutes of spaced repetition beats 1 hour of re-reading.

Progress Tracking

Tejav tracks every chapter you complete, every quiz you attempt, and every WhatsApp test you answer.

What's TrackedWhere to See It
Chapter completion %Course page → progress bar
Quiz scores by chapterMy Courses → select course → Quiz History
WhatsApp test streakProfile → WhatsApp Tests → Streak
Daily study timeProfile → Activity
Weak topicsProfile → Analytics → Weak Areas
Batch rankCourse page → Leaderboard (if institute uses batches)

Study Materials Store

If your institute has listed books or study notes on Tejav, you can browse and inquire directly from the store without logging in.

  1. 1
    Visit the store
    Go to {institute}.tejav.com/store or click "Store" in the sidebar.
  2. 2
    Browse by subject or class
    Filter by subject (Math, Science, English) or class level (6, 7, 8, 9, 10, 11, 12).
  3. 3
    View details
    See features, board compatibility (CBSE/NCERT/NEP 2025), price, and whether custom branding is available.
  4. 4
    Inquire via WhatsApp
    Click the green WhatsApp button. A pre-filled message with your inquiry goes to the institute directly.
ℹ️ Note: Study materials are listed by the institute. Tejav does not process the payment for study materials — contact the institute directly via WhatsApp for purchase and delivery.
← Back to DocsInstitute Guide →