Author: Azhar Khan

  • TCS CodeVita Season 13 – Ultimate Guide: Registration, Eligibility, Sample Questions & More

    TCS CodeVita Season 13 – Ultimate Guide: Registration, Eligibility, Sample Questions & More

    TCS CodeVita is one of the world’s largest competitive programming contests, recognized globally by the Guinness Book of World Records. The 13th season of this prestigious competition is now open for registration, offering participants a chance to prove their coding prowess on an international stage.


    What is TCS CodeVita?

    TCS CodeVita is an annual global coding competition organized by Tata Consultancy Services. It aims to promote programming as a sport and identify top coding talent from across the globe. Season 12 saw more than 537,000 participants from 3,500+ institutes across 98 countries.

    Participants solve real-world coding problems in a timed environment to climb the global leaderboard.


    Key Highlights

    • Total Prize Pool: $20,000 USD
    • Eligibility: Open to students graduating in 2026, 2027, 2028, and 2029
    • Global Recognition: Top coders earn a spot on the global leaderboard
    • Finale Location: Top finalists will be invited to India for the grand finale

    Eligibility Criteria

    Students eligible to register must meet the following conditions:

    • Pursuing undergraduate or postgraduate studies
    • From any stream in science or engineering
    • Graduating in 2026, 2027, 2028, or 2029
    • Enrolled in a recognized institute anywhere in the world

    Registration Process

    To register:

    1. Visit the https://codevita.tcsapps.com/
    2. Click on Register Now
    3. Fill in your academic and personal details
    4. Validate your email
    5. Set up your login credentials
    6. You will be notified of further steps via email

    Event Structure

    1. Registration

    • Register via the official platform using your academic email ID

    2. MockVitas

    • These are mock rounds to simulate the real contest
    • Helps participants understand the format and difficulty

    3. Qualifying Rounds

    • Solve coding problems to qualify for the next stage
    • Usually consists of multiple rounds with increasing complexity

    4. Grand Finale

    • Top participants from each region travel to India
    • Compete for the final prize pool and global recognition

    How to Fill the Form

    • Ensure all details (college name, graduation year, email) are accurate
    • Choose your preferred region if applicable
    • Set a secure password
    • Save your confirmation email and candidate ID

    List of Sample Problems

    1. On A Cube

    • Geometry-based simulation of a beetle crawling on cube surfaces avoiding the bottom.
    • Calculates rounded travel distance between surface points using coordinates.
    • Input: Coordinates in 3D space
    • Output: Total rounded distance (to 2 decimal places)

    2. Sorting Boxes

    • Rearrange parcels such that all are sorted in ascending weight, except the heaviest which must be placed at a specific position.
    • Interchanging two boxes costs the product of their weights.
    • Input: Number of boxes, target index, box weights
    • Output: Minimum effort required to sort

    3. Sport Stadium

    • Contingent of people need to sit together in a stadium row.
    • Some people can sit on wet seats.
    • No 15+ gap between seated members allowed
    • Input: Total seats, people, wet seat acceptors, seat blocks
    • Output: Minimum range of occupied seats

    4. Water Cistern

    • Bug moves on the surface of a cylindrical cistern from a height s.
    • Destination given in polar coordinates or surface location
    • Input: Height, radius, bug position; destination in polar/Cartesian
    • Output: Shortest distance (rounded to nearest integer)

    5. Square Free Numbers

    • A number is square free if it’s not divisible by any perfect square other than 1
    • Input: A number N (prime factors <= 19)
    • Output: Count of square free divisors > 1

    6. Codu and Sum Love

    • Emulates a Java snippet where for each x, (1 << 1)^x is computed, last 2 digits extracted and added.
    • Input: N followed by N values
    • Output: sum % 100

    7. Obstacle Game

    • Find continuous route in an NxN matrix from ‘A’ to ‘D’
    • Must print surrounding hurdles at every step
    • Input: Grid with characters (A, D, S, L, W, T, M, R)
    • Output: Hurdles at each step

    Sample Inputs and Outputs

    On A Cube

    Input:

    3
    1,1,10,2,1,10,0,1,9
    

    Output:

    4.05
    

    Sorting Boxes

    Input:

    5 2
    20 50 30 80 70
    

    Output:

    3600
    

    Sport Stadium

    Input:

    100,50,5,6
    3,10,30,5,30,22
    

    Output:

    49
    

    Water Cistern

    Input:

    100,500,200
    200,180
    

    Output:

    314
    

    Square Free Numbers

    Input:

    20
    

    Output:

    3
    

    Codu and Sum Love

    Input:

    4
    8 6 7 4
    

    Output:

    64
    

    Obstacle Game

    Input:

    4
    A S L D
    T R W R
    R M S R
    W R R M
    

    Output:

    L S S T W
    T W
    S W
    S
    S W
    L S W
    DESTINATION
    

    Important Deadlines

    • Registration Start: Already Live
    • MockVita Rounds: Date varies by region (check your account)
    • Main Round: Date will be updated post MockVita
    • Finale: For top global performers, held in India

    FAQs & Common Queries

    Can I attempt the questions in any order?
    Yes, questions do not have to be solved sequentially.

    Where can I view languages and compilers available?
    After login, navigate to the ‘Compilers & Interpreters’ section to see supported languages and versions.

    What happens if I close my browser during the test?
    Your work will be lost unless it was saved or submitted. Save your code locally for safety.

    Is code from external sources allowed?
    Yes, but proper code attribution is mandatory. Use the “I would like to provide attribution” option before submission and include a precise URL.

    Can I return to the welcome page after starting a problem?
    Yes, you can navigate back and forth between problems and the welcome page.

    Session timeout duration?
    If inactive for 15 minutes, your session will expire.


    Coding Topics Covered

    Sample problems often test concepts such as:

    • Geometry and Coordinate Systems
    • Sorting and Greedy Algorithms
    • Graphs and Shortest Path
    • Combinatorics and Number Theory
    • Matrix Traversal and Backtracking
    • Real-world simulation problems

    Practice problems from previous editions to familiarize yourself with the format.


    How to Prepare?

    • Brush Up on Basics: Focus on data structures, algorithms, and time complexity.
    • Practice MockVitas: These rounds are essential for understanding how the platform works.
    • Solve Past Year Problems: TCS releases sample questions which are similar in style and logic.
    • Work on Speed and Accuracy: Timed rounds require optimized solutions.
  • Unlock Gemini AI Pro: 1 Year Free for College Students in India!

    Unlock Gemini AI Pro: 1 Year Free for College Students in India!

    Google has rolled out an incredible opportunity for college students in India — a completely free 1-year subscription to its premium Gemini AI Pro plan, worth ₹19,500. Whether you’re struggling with assignments, preparing for exams, or polishing your resume, Gemini is now your all-in-one academic assistant.

    Let’s explore everything you need to know about this offer, what Gemini can do, how to claim it, and why every student should take advantage of this powerful AI tool.


    What is Gemini AI?

    Gemini is Google’s most advanced AI assistant — powered by the latest 2.5 Pro model — designed to support users with:

    • Research
    • Writing assistance
    • Homework solving
    • Exam preparation
    • Audio-visual content creation
    • Real-time brainstorming
      …and much more.

    With the Gemini AI Pro plan, users get premium tools like Veo 3 Fast for video generation, NotebookLM, Deep Research, and 2 TB of cloud storage — all integrated seamlessly with Google Workspace tools like Gmail, Docs, and Slides.


    What’s Included in the Free Student Offer?

    For a limited time, eligible college students in India can enjoy these Google AI Pro benefits completely FREE for 1 year:

    AI-Powered Tools & Features:

    • Gemini App (2.5 Pro model): Smarter, faster, more contextual responses
    • Gemini in Gmail, Docs, Sheets & Slides: Write emails, summarise notes, and generate slides with AI
    • Gemini Live: Real-time collaboration, screen sharing, and interactive problem-solving
    • NotebookLM: Advanced note organization with 5x more sources
    • Deep Research: In-depth AI-generated reports and instant follow-ups
    • Audio Overviews: Convert any study material into podcasts for learning on the go
    • Canvas Tool: Refine your writing and creativity with AI
    • Veo 3 Fast: Turn images and text into dynamic videos
    • Image Generation: Create visuals using just text prompts

    Cloud Storage:

    • 2 TB Storage across Google Drive, Gmail & Google Photos

    How Gemini Helps Students – Use Cases

    Homework Help

    Upload your assignments, and Gemini breaks them down step-by-step.
    Examples:

    • Explain photosynthesis step by step
    • Solve a maths equation
    • Summarize a document

    Exam Preparation

    Transform lecture slides, PDFs, or notes into:

    • Study guides
    • Quizzes
    • Podcasts for audio learning

    Writing & Editing

    From essays to resumes, Gemini helps refine your writing:

    • Proofread and improve essays
    • Make writing clearer and more professional
    • Rework arguments and ideas
    • Polish CVs and SOPs

    Creative Work & Projects

    Generate:

    • Custom videos with visuals and narration
    • Podcast-style explanations of research
    • Professional slides and documents

    Who is Eligible?

    To claim the free 1-year Gemini AI Pro subscription, you must:

    • Be a college student in India
    • Be 18 years or older
    • Verify your student status via SheerID
    • Sign up before September 15, 2025

    Note: Your university Google Workspace account might also provide access to Gemini — check with your college IT team!


    How to Redeem the Offer – Step-by-Step

    1. Visit the Google One Student Offer Page.
    2. Verify your student status via SheerID.
    3. Add a payment method (won’t be charged, Rs.2 refundable).
    4. Complete the free trial flow.
    5. Start using Gemini Pro for free!

    You’ll receive a reminder email before the free trial ends so you can cancel if needed.


    Already Paying for Gemini Pro?

    No worries! If you’re eligible:

    • Cancel your existing subscription
    • Wait for the current billing cycle to end
    • Then register for the free student offer using your personal Gmail account

    Why This Matters: Huge Productivity Boost for Students

    Whether you’re preparing for competitive exams, working on final year projects, or just trying to get through your weekly assignments, this offer can save you time, reduce stress, and supercharge your learning.

    With Gemini AI Pro, you can:

    • Turn hours of research into minutes
    • Automate repetitive writing and editing tasks
    • Learn complex topics visually and interactively
    • Organize academic work like a pro
    • Never run out of cloud storage

    Offer Deadline & Key Points

    FeatureStatus
    Offer TypeFree 1-Year Gemini Pro
    LocationIndia
    EligibilityCollege students, age 18+
    Sign-Up DeadlineSeptember 15, 2025
    Access MethodSheerID Verification
    Includes2 TB storage, Gemini Pro features

    Final Thoughts

    This isn’t just another “student offer” — it’s your personal AI tutor, writing assistant, research partner, and creative collaborator. And it’s completely free for a whole year.

    If you’re a student in India, don’t miss this game-changing opportunity. Sign up today, explore the tools, and level up your academic life with Gemini AI Pro.


    Useful Links

  • HackRx 6.0 Hackathon by Bajaj Finserv – National-Level Hackathon for Engineering Students

    HackRx 6.0 Hackathon by Bajaj Finserv – National-Level Hackathon for Engineering Students

    Introduction

    HackRx 6.0 is the sixth edition of Bajaj Finserv’s annual flagship hackathon, designed exclusively for engineering undergraduates across India. This competition brings together the brightest minds in technology to innovate, collaborate, and solve real-world problems through next-gen technologies. This year’s theme revolves around building LLM-powered intelligent query–retrieval systems.

    Alongside cash prizes worth ₹10,00,000, participants also stand a chance to secure pre-placement offers, internships, and exclusive branded goodies. It’s a unique opportunity for students to showcase their technical prowess, problem-solving abilities, and creativity in front of top industry professionals.


    Who Can Participate? – Eligibility Criteria

    • Participants must be currently enrolled in B.E. / B.Tech programs.
    • Open to 2nd, 3rd, and 4th-year engineering students.
    • Only students from Indian institutes are eligible.
    • Teams must consist of 2 to 5 members.
    • All team members must be from the same college (cross-semester teams are allowed).
    • Each participant can be a part of only one team.

    What You Will Work On – Problem Statement

    Participants are required to build:

    An LLM-Powered Intelligent Query–Retrieval System

    The system should:

    • Accept natural language queries.
    • Search and retrieve answers from large unstructured documents like policy documents, emails, contracts, etc.
    • Make contextual and intelligent inferences similar to a human assistant.

    For full details and examples, visit the official problem statement page.


    Registration Process

    Last Date to Register: 08 August 2025, 11:59 PM IST


    Stages and Timelines

    1. HackRx 6.0 Deepdive Webinar
      Date: 21 July 2025 | Time: 05:00 PM – 06:00 PM IST
      Objective: To provide guidance on problem statements, theme, and best practices.
      Note: Strongly recommended for all participants.
    2. Pitch Deck Submission Begins
      Start: 10 July 2025 | End: 08 August 2025
      • Access problem statements via portal.
      • Submit your solution using the official pitch deck template.
      • Any deviation from the provided format will result in disqualification.
    3. Online Evaluation & Live Leaderboard
      • Teams will submit code and solutions through the online platform.
      • A live leaderboard will track top-performing teams based on code quality, innovation, and consistency.
    4. Webinar for Shortlisted Teams
      Date: 13 August 2025 | Time: 05:00 PM – 06:00 PM IST
      • A focused session for selected teams to clarify rules and expectations.
      • Attendance is mandatory for all shortlisted teams.
    5. Grand Finale – Final Presentation
      Date: 22–23 August 2025
      • Shortlisted teams will pitch their final product to a panel of expert judges.
      • Evaluation will be based on:
        • Innovation
        • Technical execution
        • Scalability
        • User experience
        • Presentation quality

    Rewards and Prizes

    • Winner Team: ₹1,00,000 + Trophy
    • First Runner-up: ₹50,000 + Trophy
    • Second Runner-up: ₹25,000 + Trophy
    • Category Awards (4 teams): ₹15,000 each
    • Total Cash Prize Pool: ₹10,00,000

    Other Benefits:

    • Pre-placement interviews and internship offers with Bajaj Finserv or partners
    • Exclusive branded goodies for all finalists
    • Digital certificates of participation and excellence

    How to Apply – Step-by-Step

    1. Go to the https://unstop.com/hackathons/hackrx-60-bajaj-finserv-1514382?lb=ikc9W9d4&utm_medium=Share&utm_source=shortUrl
    2. Click on “Register”
    3. Create a team or join an existing one (2–5 members)
    4. Fill in details: name, contact info, college, year, etc.
    5. Submit and wait for confirmation email with login credentials
    6. Use these credentials to:
      • Attend the Deepdive Webinar
      • Access problem statements
      • Submit pitch deck using the official template
      • Make code submissions and climb the leaderboard

    Guidelines for Pitch Deck Submission

    • Follow the official template (provided after registration)
    • Clearly explain your solution, architecture, tech stack, and unique value
    • Visual clarity and structure are key
    • Upload your pitch deck before 08 August 2025, 11:59 PM IST

    Evaluation Criteria

    • Innovation & Creativity
    • Relevance to the problem statement
    • Technical Feasibility & Execution
    • Scalability & Real-world Application
    • UX/UI and User-Centric Design
    • Quality of Pitch and Presentation

    Important Dates Recap

    EventDate & Time
    Pitch Deck Submission Starts10 July 2025, 12:00 PM IST
    HackRx Deepdive Webinar21 July 2025, 05:00 PM IST
    Submission Deadline08 August 2025, 11:59 PM IST
    Shortlist Webinar13 August 2025, 05:00 PM IST
    Grand Finale22–23 August 2025

    Contact & Support

    For any queries, reach out via:


    About Bajaj Finserv

    Bajaj Finserv is one of India’s leading financial services groups, offering solutions in lending, asset protection, income protection, and investment. Their innovation-driven culture makes them a perfect host for a technology hackathon like HackRx.


    FAQs (Quick Answers)

    • Is it free to participate?
      Yes, registration is absolutely free.
    • Can I register alone?
      No, you need a team of at least 2 members.
    • Can members be from different colleges?
      No, all members must be from the same institute.
    • Are international students allowed?
      No, the hackathon is only open to Indian engineering undergraduates.
    • Can I change team members after registration?
      No, once registered, team details are locked.
    • What happens after registration?
      You will receive login credentials via email to participate in upcoming rounds.

    Don’t Miss Out

    Registrations close on 08 August 2025. Don’t wait until the last day — form your team, register, and be ready to innovate with India’s brightest minds.

  • Deloitte Internship 2025 – ₹41,000/Month Data Analyst Role in Mumbai | Apply Now

    Deloitte Internship 2025 – ₹41,000/Month Data Analyst Role in Mumbai | Apply Now

    Deloitte is offering an exciting opportunity for aspiring data analysts to gain hands-on experience in one of its core teams — Sustainability & Emerging Assurance. This Mumbai-based internship is ideal for freshers or early professionals looking to work on real-world data projects, develop analytical skills, and explore ESG initiatives in a professional, high-impact environment.


    Internship Overview

    • Role: Intern – Data Analyst
    • Department: Sustainability & Emerging Assurance
    • Location: I-Think, Mumbai
    • Job Requisition ID: 84844
    • Duration: Typically 2–6 months (as per business requirement)
    • Application Mode: Online
    • Stipend: Rs.25,000 to Rs.41,000 / monthly

    Who Can Apply? – Eligibility Criteria

    The internship is open to freshers and students from relevant backgrounds who meet the following criteria:

    Educational Qualification

    • Pursuing or recently completed a Bachelor’s or Master’s degree in:
      • Data Science
      • Statistics
      • Mathematics
      • Economics
      • Engineering
      • Computer Science
      • Or any equivalent technical discipline

    Skills Required

    • Strong analytical and quantitative abilities
    • Working knowledge of Excel, SQL, Power BI, Tableau, and Python (preferred but not mandatory)
    • Basic understanding of sustainability frameworks, ESG, or CSR is a plus
    • Good communication skills and the ability to work in a team environment

    Key Responsibilities

    As a Data Analyst Intern, your tasks may include:

    • Collecting, cleaning, and analyzing structured and unstructured datasets
    • Supporting sustainability and ESG reporting projects
    • Developing dashboards and automated reports for internal stakeholders
    • Assisting with data validation, consistency checks, and insights generation
    • Coordinating with multiple departments to gather relevant inputs
    • Preparing documentation, visualizations, and presentations

    Internship Location

    • Office Address: I-Think Techno Campus, Mumbai, Maharashtra
    • Candidates must be available for full-time, in-office internship unless stated otherwise.

    Important Dates

    EventDate
    Application Start DateJune 23, 2025
    Application DeadlineRolling basis
    Internship Start PeriodJuly–August 2025
    Duration8 to 24 weeks

    Note: Early applications are encouraged. Selection is done on a first-come-first-serve basis.


    How to Apply for the Internship

    Applying for this Data Analyst internship is simple and fully online. Follow the steps below to successfully submit your application:

    Step 1: Visit the Official Job Page

    Click on the direct application link: https://southasiacareers.deloitte.com/job/Mumbai-I-Think-Intern-Data-Analyst-Mumbai-Sustainability-&-Emerging-Assurance/41882944/?source=Talentd

    It will take you straight to the internship posting.

    Step 2: Click on ‘Apply’

    Once you’re on the job page, click the ‘Apply’ button to begin the application process.

    Step 3: Create an Account or Log In

    You’ll be prompted to either sign in (if you already have an account on the portal) or register using your email address. Choose the appropriate option and proceed.

    Step 4: Fill in Your Details

    After logging in, complete the application form by entering your:

    • Personal details (name, contact, etc.)
    • Educational qualifications
    • Skills and certifications
    • Work experience (if any)
    • Availability and other required information

    Step 5: Upload Documents

    Upload the necessary documents including:

    • Updated resume
    • Cover letter (if applicable)
    • Academic transcripts or certificates (optional but helpful)

    Step 6: Final Submission

    Carefully review all the entered details and uploaded documents. Once verified, submit the application directly through the portal.

    Applications are reviewed on a rolling basis. Early submissions have a better chance of selection.


    Selection Process

    The selection process may include:

    • Application shortlisting based on resume and skills
    • Virtual or in-person interview (technical + HR)
    • Basic aptitude or domain test (if applicable)
    • Final selection and onboarding communication

    Why You Should Apply

    • Work on impactful projects in the sustainability domain
    • Gain hands-on experience with data analytics tools
    • Learn directly from experienced professionals
    • Build your professional portfolio
    • Opportunity to convert to a full-time role (performance-based)

    Frequently Asked Questions (FAQs)

    Q1. Is this internship paid?
    Yes, a monthly stipend will be provided in line with industry standards.

    Q2. Do I need prior work experience?
    No. This role is open to students and fresh graduates. However, relevant coursework or project work will be an advantage.

    Q3. Is remote work allowed?
    The internship is primarily in-office, but flexibility may be provided based on project requirements.

    Q4. Will I receive a certificate?
    Yes, interns receive a completion certificate upon successfully finishing the internship.

    Q5. Can students from any location apply?
    Yes, but selected candidates must be available to work in Mumbai for the internship duration.


    Final Tips for Applicants

    • Tailor your resume to highlight analytics and sustainability-related skills
    • Keep your LinkedIn and resume updated
    • Prepare for basic data-related questions during interviews
    • Highlight any certifications (Coursera, edX, Kaggle) to strengthen your profile
  • Apply for DRDO Paid Internship 2025 at IRDE Dehradun – Eligibility, Stipend, Dates

    Apply for DRDO Paid Internship 2025 at IRDE Dehradun – Eligibility, Stipend, Dates

    Looking to gain real-world research experience in cutting-edge defence technologies? The DRDO Summer Internship 2025 at the Instruments Research and Development Establishment (IRDE), Dehradun offers a golden opportunity for final-year students pursuing undergraduate or postgraduate degrees in engineering and science.

    This prestigious six-month paid internship provides hands-on exposure to advanced projects in optics, photonics, electronics, mechanical systems, and computing—making it one of the most sought-after summer research internships in India for tech and science students. With a competitive selection process, monthly stipend, and a certificate upon successful completion, DRDO IRDE’s Summer Internship 2025 is the perfect stepping stone into the world of defence R&D.


    Internship Highlights

    • Organization: DRDO – Instruments Research & Development Establishment (IRDE)
    • Location: IRDE, Raipur Road, Dehradun – 248008
    • Type: Paid Internship (Physical Mode)
    • Duration: 6 months (1 August 2025 – 31 January 2026)
    • Stipend: ₹5,000/month (paid in 2 installments)
    • Vacancies: 45 total across various branches

    Who Can Apply?

    You are eligible if you meet all the following criteria:

    • Pursuing final year UG/PG in Engineering or Science
    • Enrolled in a full-time course at a UGC/AICTE-approved college
    • Have a minimum of 75% marks or 7.5 CGPA
    • Below 28 years of age
    • Have a recommendation letter from your college Principal/Director

    Available Disciplines & Codes

    DisciplineCodeVacancies
    Electronics, ECE, Instrumentation, ElectricalEE15
    Mechanical EngineeringME10
    Physics, Applied Optics, OptoelectronicsPH10
    Computer Science & EngineeringCS10

    View All DRDO Internships – Updated daily with latest openings, stipend details, how to apply & deadlines

    Step-by-Step Guide to Apply for the Internship


    Step 1: Prepare the Required Documents

    Before you begin the form, keep these documents ready:

    1. Passport size photo (4.5 cm x 3.5 cm)
    2. Copy of Aadhaar Card
    3. All semester marksheets (UG/PG) – photocopies
    4. Recommendation letter from Principal/Director on college letterhead
    5. Police verification certificate or acknowledgment receipt
    6. Character certificate from college
    7. Resume (optional but recommended)
    8. Declaration form (see sample below)
    9. Document checklist (tick-mark enclosed documents)

    Note: You’ll need original mark sheets, Aadhaar card, and ID proof at the time of joining for verification.


    Step 2: Fill the Application Form

    Print the following format on A4 paper and fill it neatly (preferably typed, then signed):

    Download the Form (Page 4,5,6) : https://www.drdo.gov.in/drdo/sites/default/files/career-vacancy-documents/advtIRDE20062025.pdf

    Application Format:

    1. Name of the Applicant:
    2. Date of Birth:
    3. Aadhaar Number:
    4. Name and Address of College:
    5. Branch/Discipline:
    6. Branch Code (EE/ME/PH/CS):
    7. Degree (UG/PG) and Current Semester:
    8. CGPA (attach proof):
    9. Awards or Professional Memberships:
    10. Languages Known:
    11. Referral Letter (from Principal/Director) – attached or not:
    12. Permanent Address:
    13. Local Address (if any):
    14. Contact Number and Alternate Number:
    15. Email ID:
    
    Checklist:
    - Referral Letter [  ]
    - CGPA Proof (Marksheet) [  ]
    - Aadhaar Card Copy [  ]
    
    Place:
    Date:
    Signature of Applicant
    

    Step 3: Get College Letter on Official Letterhead

    Your college must issue a formal request letter addressed to the Director of IRDE, confirming:

    • You are a bonafide student
    • College allows you to attend internship physically for 15 working days/month
    • They will issue an indemnity form if required

    The letter must be signed by the Principal/Director with college seal.


    Step 4: Envelope Labelling

    Place your completed application form, documents, and college letter in an envelope. On the top of the envelope, clearly write:

    Application for Paid Internship – Branch Code: [EE/ME/PH/CS]

    Step 5: Send by Speed Post

    Mail your application only via Speed Post to the following address:

    The Director,
    Instruments Research and Development Establishment (IRDE),
    Defence Research & Development Organisation,
    Raipur Road, Dehradun – 248008

    Note: Applications sent by email or any mode other than Speed Post will not be accepted.


    Important Dates

    EventDate
    Last Date to Apply30 June 2025
    Announcement of Selection25 July 2025
    Start of Internship01 August 2025

    Selection Process

    • Shortlisting based on academic performance (≥75% or 7.5 CGPA)
    • Possibly followed by an interview/interactions
    • Final selection based on merit

    Only shortlisted candidates will be contacted regarding joining formalities.


    Conditions for Stipend and Completion Certificate

    • Minimum 15 working days/month attendance required
    • Stipend is paid in 2 installments: after 3 months and after 6 months
    • Certificate is issued only after full 6-month completion and successful project report submission
    • No stipend or certificate if the intern discontinues before 3 months

    Documents to Submit at the Time of Joining (For Selected Candidates)

    Bring these documents in original (with photocopies):

    1. Aadhaar card
    2. College ID
    3. Police verification certificate
    4. Character certificate
    5. No Objection Certificate (NOC) from college
    6. Medical fitness certificate (from MBBS doctor)
    7. Undertaking forms (Official Secrets Act, IT compliance)
    8. 3 Passport size photographs
    9. All marksheets (original + copies)
    10. Bank details (for stipend)
    11. Indemnity form from college (as required)

    Important Notes

    • Accommodation is not provided, but meals and snacks are available at subsidized rates in the IRDE canteen
    • This internship does not guarantee future employment at DRDO
    • The organization reserves the right to alter the selection process or number of vacancies
  • Juspay Hiring Challenge 2025 – Complete Guide with Rounds, Timeline, Eligibility, and Rewards

    Juspay Hiring Challenge 2025 – Complete Guide with Rounds, Timeline, Eligibility, and Rewards

    The Juspay Hiring Challenge 2025 is a highly anticipated recruitment opportunity for engineering students across India. Designed to identify the brightest minds from the 2026 graduating batch, this challenge opens the door to a paid internship and a high-paying full-time software engineering role. Organized by Juspay Technologies, a pioneer in digital payments, the event combines technical assessments and interviews to select its next cohort of software talent.


    Overview of Juspay Hiring Program

    Juspay is a leading payment infrastructure provider trusted by over 500 companies, including top banks, fintech platforms, and e-commerce leaders. Known for handling over 200 million transactions per day and a total payment volume of more than $900 billion annually, Juspay has a reputation for technological excellence and system reliability.

    The Hiring Challenge is aimed at identifying exceptional engineers who can contribute to this high-growth environment through full-time internship roles, followed by potential pre-placement offers.


    Who Can Apply?

    This challenge is exclusively open to:

    • Engineering students pursuing B.Tech/B.E.
    • Candidates from any specialization or branch
    • Students graduating in the academic year 2026
    • Applicants who can commit to a full-time, in-office internship for 8–12 months

    Applications from other academic years or candidates seeking part-time internships will not be considered.


    Selection Process: Stage-by-Stage Breakdown

    The hiring challenge consists of multiple rounds, each designed to assess different technical and logical competencies.

    Stage 1 – Multiple Choice Question (MCQ) Round

    • Candidates will attempt a test comprising MCQs based on:
      • Data Structures & Algorithms
      • Systems Fundamentals
      • Logical Aptitude
      • Physics and Applied Mathematics
    • This test will be available during a specific assessment window
    • Performance in this round will determine shortlisting for the next stage

    Stage 2 – Online Coding Assessment

    • Shortlisted candidates will appear for a 90-minute online programming test
    • Evaluation will consider:
      • Problem-solving ability
      • Time efficiency
      • Clean and optimal code
    • Language flexibility is provided (C++, Java, Python, etc.)
    • Only candidates clearing this round will move ahead

    Stage 3 – Profile Verification

    • This is a mandatory step for all selected candidates
    • Candidates will need to submit academic credentials and ID proofs for verification
    • Incomplete or unverifiable profiles will be disqualified

    Stage 4 – Final Interview Process

    • The final stage involves technical interviews
    • These interviews may cover:
      • Software architecture
      • System design
      • Coding problems
      • Domain understanding and communication
    • Only candidates who successfully complete the previous stages will be invited

    Compensation and Benefits

    Juspay offers one of the most attractive compensation packages for student hires.

    CategoryDetails
    Internship Duration8–12 months (full-time, on-site)
    Internship Stipend₹40,000 per month
    Full-Time Offer (CTC)₹21 – ₹27 LPA
    Employment TypePre-Placement Offer (based on performance)

    Candidates who demonstrate outstanding performance during the internship period will receive a pre-placement offer with the above CTC range.


    Key Dates and Deadlines

    ActivityTimeline
    Last Date for Registration13 July 2025 (11:59 PM IST)
    MCQ RoundMid-July 2025 (Tentative)
    Coding ChallengeLate July 2025
    Final InterviewsAugust 2025 onwards

    Note: All communication regarding timelines and tests will be shared via email with registered participants.


    How to Register for Juspay Hiring Challenge 2025

    To apply for the challenge, follow these quick steps:

    1. Visit the official registration page: https://unstop.com/competitions/juspay-hiring-challenge-2025-juspay-1466934
    2. Log in or sign up on Unstop
    3. Click on the Register button on the page
    4. Fill in your basic academic and personal details
    5. Submit your registration and wait for test details via email

    There is no registration fee for this challenge. Participation is entirely free.


    Common Queries Answered (FAQs)

    Is this challenge open to students from all colleges?

    Yes, it is open to engineering students across all accredited Indian colleges.

    Can students from any engineering branch apply?

    Yes, all branches are eligible, provided they meet the graduation year requirement.

    Is team participation allowed?

    No, this challenge only supports individual registrations.

    Are there any costs involved in applying?

    No. Registration and participation are completely free of charge.

    Can I change my registration details after submission?

    No modifications are allowed after the registration deadline.

    What if I fail to attend the MCQ or coding test?

    Missing a test round will lead to disqualification from further participation.


    Preparation Strategy and Resources

    To improve your chances of success, focus your preparation on the following areas:

    Key Topics

    • Data Structures and Algorithms
    • Object-Oriented Programming
    • Operating System concepts
    • Aptitude and Logical Reasoning
    • Mathematics and Physics fundamentals

    Recommended Platforms

    • LeetCode – for coding problems and contests
    • GeeksforGeeks – for computer science theory
    • InterviewBit – for interview preparation
    • HackerRank – for MCQs and mock coding tests

    Why Apply for the Juspay Hiring Challenge?

    Students often search online for top coding competitions, high-paying internships, and product-based company hiring challenges. The Juspay Hiring Challenge meets all these criteria by offering:

    • A well-structured selection process
    • A lucrative internship and full-time offer
    • Real-world exposure to high-scale payment systems
    • Opportunity to work in a fast-paced, product-first environment
  • NITI Aayog Summer Internship Application 2025 – Eligibility, Application Process, Deadlines, Stipend, and Step-by-Step Instructions

    NITI Aayog Summer Internship Application 2025 – Eligibility, Application Process, Deadlines, Stipend, and Step-by-Step Instructions

    Overview

    The NITI Aayog Internship Scheme offers opportunities to students pursuing undergraduate, postgraduate, and research degrees from recognized institutions in India and abroad. The internship is designed to provide hands-on exposure to policy-making and the functioning of the Indian Government’s premier policy think tank.

    Interns are assigned to various divisions of NITI Aayog based on their field of interest and academic background. This program is ideal for those looking to gain real-time experience in public policy and governance.

    Eligibility Criteria

    To be eligible for the internship, applicants must meet one of the following academic conditions:

    1. Undergraduate students: Should have completed at least the second year of their degree.
    2. Postgraduate students: Must be enrolled in a full-time postgraduate program.
    3. Ph.D. or research scholars: Currently pursuing or enrolled in a recognized university.

    Note: All applicants must have a consistently good academic record and must have obtained at least 70% or equivalent CGPA in their last completed examination.

    Internship Duration

    • Minimum: 6 weeks
    • Maximum: 6 months

    Application Window and Deadlines

    • Online application form is open from the 1st to 10th of every month.
    • No applications are accepted after 11:59 PM on the 10th of each month.
    • You must apply at least 1 month in advance of your preferred internship month.

    Stipend Details

    • This is an unpaid internship.
    • However, interns receive a certificate from NITI Aayog upon successful completion of the internship, which holds significant value in public policy and research sectors.

    Step-by-Step Instructions to Apply for the NITI Aayog Internship

    1. Visit the Official Portal

    2. Fill in Your Personal Details

    Provide accurate information as mentioned in your official documents:

    • Full Name (as per Class 10th certificate)
    • Father’s Name
    • Date of Birth (format: DD/MM/YYYY)
    • Address for Correspondence with PIN Code
    • Contact Details: Phone number with STD code (if applicable) and valid 10-digit mobile number
    • Email Address

    3. Enter Academic Qualifications

    Begin with 12th grade and proceed chronologically. You must enter:

    • Name of the Examination
    • Discipline/Subject
    • Name of Board/University
    • Start and Completion Date (Month/Year)
    • Status: Pursuing or Completed
    • Average Percentage (CGPA must be converted to percentage manually)

    Tip: If your course/discipline is not listed, select “Others” and manually type the subject.

    4. Choose Area of Interest

    Only one area of interest can be selected. Common areas include:

    • Agriculture
    • Economics
    • Environment
    • Data Analytics
    • Education
    • Public Health, etc.

    Note: Sector allocation is not guaranteed and is subject to availability.

    5. Select Desired Month for Internship

    Choose your preferred month and year of internship (e.g., August 2025). Ensure you apply at least one month in advance.

    Final Submission Process

    • Click on Preview to review all entered details.
    • If corrections are needed, use the Edit button.
    • After confirmation, click on Submit to finalize the application.
    • A Registration Number will be generated — save it for future reference.

    Important Notes for Applicants

    • Applications are accepted only via the official online form.
    • No printouts or hard copies of the application or documents are required.
    • NITI Aayog is not responsible for incomplete submissions due to technical issues.
    • Any discrepancies or incomplete applications may lead to rejection without notice.

    Contact Information for Technical Queries

    For website-related issues or application errors, you may contact:
    nic-niti@gov.in

    Frequently Asked Questions

    1. Is there a stipend for NITI Aayog interns?

    No, the internship is unpaid. However, a certificate is provided.

    2. Can international students apply?

    Yes, provided they are enrolled in a recognized institution and meet the eligibility criteria.

    3. Is there any age limit?

    There is no specific age limit mentioned, but you must be actively pursuing a degree.

    4. Can I apply for multiple months?

    No, you must choose only one desired internship month during each application cycle.

    5. How do I know my application has been submitted successfully?

    After submission, a Registration Number is generated. If you do not receive it, your application was not submitted correctly.

  • UIDAI Aadhaar Summer Internship 2025: Apply, Eligibility, Stipend, and Key Dates

    UIDAI Aadhaar Summer Internship 2025: Apply, Eligibility, Stipend, and Key Dates

    Overview

    The Unique Identification Authority of India (UIDAI), under the Ministry of Electronics and Information Technology, Government of India, is inviting applications for its Internship Programme 2025. This initiative offers a unique opportunity for students across disciplines to gain hands-on experience with UIDAI’s ongoing projects in areas like Aadhaar operations, cybersecurity, IT law, design, analytics, and public administration.


    Key Highlights

    FeatureDetails
    Internship TypePaid Government Internship
    AuthorityUnique Identification Authority of India (UIDAI)
    Internship LocationsUIDAI HQ (New Delhi), Technology Centre (Bengaluru), Regional & State Offices
    DurationMinimum 6 weeks, up to 12 months
    Stipend₹20,000 to ₹50,000/month based on qualification
    Application ModeOnline/email submission
    Certificate ProvidedYes, upon successful completion
    NOC RequirementOnly for currently enrolled students
    Deadline to ApplyApplications are open throughout the year (apply at least 1 month before desired start date)

    Eligibility Criteria

    UIDAI has outlined specific eligibility for various educational backgrounds:

    For Technical Fields (B.Tech, B.E., B.Design, MCA, etc.):

    • Must have scored at least 60% marks or 6.0 CGPA in all previous semesters.
    • Eligible if you are:
      • In final or pre-final year of graduation/post-graduation, or
      • Completed degree within last 6 months.

    For Non-Technical Fields (Law, Commerce, Mass Comm., MBA, etc.):

    • Final-year students or recent graduates (within 6 months) are eligible.

    For Ph.D./Research Scholars:

    • Must be registered in a recognized Indian institution.
    • Must submit a recommendation letter from their supervisor.
    • Research areas include AI, Cybersecurity, Public Policy, Blockchain, etc.

    Stipend Details

    The internship is paid and varies according to your qualification and field:

    Qualification TypeFieldMonthly Stipend (INR)
    Graduate (B.Tech, B.E., etc.)Technical₹30,000
    Postgraduate (M.Tech, MCA, etc.)Technical₹40,000
    MBA/PGDMOther Fields₹40,000
    Graduate (Law, Finance, etc.)Other Fields₹20,000
    Postgraduate (Law, etc.)Other Fields₹30,000
    Ph.D./Research ScholarsTechnical₹50,000
    Ph.D./Research ScholarsOther Fields₹40,000

    Note: For PhD students already receiving fellowship/stipend, UIDAI will only cover the differential amount.


    How to Apply

    Step 1: Prepare Required Documents

    • Updated CV
    • Educational transcripts
    • NOC (for current students) from your Head of Department/Principal
    • Letter of recommendation (for PhD students)

    Step 2: Choose Your Location

    Internships are available at:

    • UIDAI Headquarters, New Delhi
    • Technology Centre, Bengaluru
    • Regional Offices in Chandigarh, Guwahati, Hyderabad, Lucknow, Mumbai, etc.
    • State Offices in Patna, Ahmedabad, Bhopal, Bhubaneswar, etc.

    Step 3: Send Application

    Step 4: Follow Up

    • Await response or interview (online or in-person, depending on office).
    • If selected, submit the required NOC (for current students).

    How to Fill UIDAI Internship Form

    UIDAI provides a structured form (Annexure A) which includes:

    • Personal details (name, contact info, date of birth)
    • Educational qualifications (from 12th onwards)
    • Preferred location & functional area
    • A brief statement of interest (max 50 words)

    Important: Ensure your application is truthful and well-formatted. Keep your answers concise and relevant.


    Internship Locations & Contacts

    A few top locations include:

    LocationAddress
    UIDAI HQBangla Sahib Road, Gole Market, New Delhi-110001
    Tech CentreNTI Layout, Kodigehalli, Bengaluru – 560092
    RO MumbaiCuffe Parade, Colaba, Mumbai – 400005
    RO HyderabadAmeerpet, Hyderabad – 500038
    RO ChandigarhSector 17-B, Chandigarh – 160017

    Refer to Annexure E in the official policy for the full list.


    Selection Process

    • Screening is done by Deputy Director General (DDG) or a selection committee.
    • May involve a virtual or personal interview.
    • Final decision lies with UIDAI and is binding.

    Note: No TA/DA will be provided for interviews.


    Work Structure & Responsibilities

    • Interns will be assigned to ongoing projects based on their skills.
    • Tasks may include research, documentation, application development, legal analysis, etc.
    • At the end, interns must submit a project report and a No Demand Certificate to receive the internship certificate.

    Internship Completion Certificate

    An official certificate (see Annexure B) is awarded after successful internship completion, clearly stating:

    • Duration of internship
    • Areas of work
    • Performance remarks

    This adds significant value to your academic and professional resume.


    Terms & Conduct

    • Confidentiality agreement must be signed.
    • Interns must bring their own laptops.
    • UIDAI does not provide accommodation or transport (except optional paid hostel facility in Bengaluru TC).
    • Interns are expected to follow a professional code of conduct.

    Deadlines

    • Applications are accepted throughout the year, but it’s advised to apply at least 30 days before your intended start date.
  • Indian Institute of Science (IISc) Research Internship 2025 – Indian Urban Traffic AI: Eligibility, How to Apply, Stipend & Last Date

    Indian Institute of Science (IISc) Research Internship 2025 – Indian Urban Traffic AI: Eligibility, How to Apply, Stipend & Last Date

    The Indian Institute of Science (IISc), one of the country’s premier research institutions, has opened applications for a Summer Internship Program 2025. This internship is designed for students passionate about computer vision, AI/ML, and India’s unique urban traffic challenges. This is a full-time, in-person internship supported by a Government of India initiative.


    Overview of the Internship

    This internship offers an opportunity to work at the intersection of artificial intelligence and real-world applications. Selected interns will contribute directly to the development of high-quality annotated datasets that will train advanced machine learning models to understand Indian road conditions.

    Interns will be part of a national-level project that aims to bring AI-based solutions to India’s complex traffic environment.


    Key Responsibilities

    Interns will assist in the annotation of images to prepare data for machine learning models. Tasks include:

    • Labeling road elements such as vehicles, pedestrians, signboards, traffic lights, and lane markings.
    • Working closely with data science and AI teams to ensure annotations are accurate and consistent.
    • Participating in regular feedback sessions to refine annotation guidelines and improve workflows.

    Eligibility Criteria

    To be considered for this opportunity, applicants must meet the following criteria:

    • Must be currently enrolled in a bachelor’s degree program.
    • Preferably studying Computer Science, Data Science, Artificial Intelligence, or Engineering.
    • Should be familiar with basic computer vision concepts and image annotation tools.
    • Should demonstrate strong attention to detail and accuracy in handling visual data.
    • Prior experience with data labeling or AI-related projects is an advantage but not mandatory.

    Important Dates and Deadlines

    EventDate
    Last Date to ApplyMay 27, 2025 (11:59 PM IST)
    Internship Start DateJune 2, 2025 (Monday)

    Ensure all application materials are submitted well before the deadline.


    Duration and Location

    • Internship Type: Full-time, On-site only
    • Mode: Physical attendance is mandatory (Remote participation is not allowed)
    • City: Bengaluru, Karnataka
    • Duration: Flexible — candidates can opt for 1 to 3 months or more based on availability

    Note: Accommodation will not be provided. Interns must make their own living arrangements.


    Stipend and Perks

    Interns will receive:

    • Monthly stipend up to ₹10,000 (based on performance and commitment)
    • Certificate of Completion from IISc
    • Mentorship from seasoned AI professionals and researchers
    • Real-world exposure to AI in mobility and transport infrastructure
    • The possibility of contributing to future research publications and government-level AI deployments

    How to Apply – Step-by-Step Process

    Interested candidates can apply using the official Google Form provided below:

    🔗 https://docs.google.com/forms/d/e/1FAIpQLSeFD5LQXqCVZTNrAUlApqCN8gmn4rrSkAXkREnSTNDtw-AciQ/viewform

    Application Procedure:

    1. Fill out the Google Form with complete and accurate information.
    2. Prepare the following before submission:
      • Updated CV (PDF format, named after your full name)
      • Statement of Interest (maximum 200 words explaining your motivation and fit)
      • Relevant web links (GitHub, Google Scholar, portfolio, etc.)
    3. Answer all required fields truthfully.
    4. Confirm your availability for in-person participation in Bengaluru.
    5. If open to contributing voluntarily (without a stipend), indicate that in the form.

    Questions in the Application Form

    Here are some of the details you’ll need to provide in the form:

    • Personal Information (Name, Email)
    • College Name and Degree Details
    • Graduation Year and Current GPA (10-point scale)
    • Years of Experience in AI/ML (if any)
    • Preferred Internship Duration
    • Expected Start Date
    • Willingness to contribute voluntarily
    • Upload CV (PDF only, max size 10 MB)
    • Paste links to your online profiles or projects
    • Write a short Statement of Interest (200 words max)
    • Confirm your current location (Bengaluru or not)

    Why This Internship Is Valuable

    This internship isn’t just about labeling images — it’s a gateway to understanding how real-world AI projects are conceptualized and executed in an academic and government-backed setting. You’ll gain:

    • Experience in AI-driven urban mobility solutions
    • A chance to work alongside researchers at IISc
    • Exposure to data handling, quality checks, and annotation pipeline optimization
    • A valuable addition to your academic and professional profile

    Points to Remember

    • No remote work option is available — candidates must be physically present in Bengaluru.
    • Accommodation and food expenses are not covered.
    • Preference may be given to candidates with prior experience in annotation or AI tools.
    • Make sure your CV includes contact details, any publications, and code repositories.

    Contact for Queries

    For further questions or clarifications, you may contact the coordinators:

  • Ashoka University Summer Internship 2025 (InHERIT) – Last Date, Eligibility, Application Form & Stipend Details

    Ashoka University Summer Internship 2025 (InHERIT) – Last Date, Eligibility, Application Form & Stipend Details

    Ashoka University’s Project InHERIT is inviting applications for its Summer Internship Programme 2025 — a thoughtfully designed opportunity for individuals passionate about India’s cultural, culinary, and natural heritage. With a focus on research, digital engagement, and storytelling, this programme offers practical experience for those eager to make an impact in heritage communication.


    Overview

    The Summer Internship Programme 2025 at Project InHERIT offers remote, paid opportunities to work on India’s rich and diverse heritage through compelling digital content, research initiatives, and media projects. Open to all, this programme encourages participation from individuals across various age groups, academic backgrounds, and professional stages.


    Internship Roles Available

    1. Research Associate

    • Conduct primary and secondary research.
    • Topics include textile traditions, culinary heritage, and natural heritage.
    • Ideal for those interested in ethnographic work, documentation, and thematic analysis.

    2. Digital Marketing Associate

    • Create and manage content for social media platforms.
    • Tasks include trend research, performance analytics, and campaign design.
    • A great fit for those with interests in communication, media, and digital storytelling.

    3. Video Editor

    • Work on short-format video content for platforms like YouTube and Instagram.
    • Requires basic to intermediate editing skills and a sense of visual narrative.
    • Creative minds with technical skills in video production are encouraged to apply.

    Key Highlights

    FeatureDetails
    Internship TypePaid
    ModeFully Remote
    DurationFlexible (1 to 3 months, extendable)
    EligibilityOpen to all age groups, backgrounds, and regions across India
    Application BasisRolling (Apply early for higher consideration)
    Application ModeOnline Google Form (Link provided below)

    Who Should Apply?

    This programme welcomes:

    • Students, working professionals, freelancers, and retirees.
    • Individuals passionate about Indian heritage, digital media, or creative research.
    • Those looking to gain field experience in content, culture, or communication.

    No prior experience in heritage is mandatory. Curiosity, commitment, and creativity are valued above all.


    How to Apply

    Interested applicants must submit their application through the official form:

    https://docs.google.com/forms/d/e/1FAIpQLSc06MkmNpjyYt8U5VZSAzI5uGfVsDly52C65x9RAyVChpodXw/viewform

    Application Components:

    1. Basic Information – Name, Email, etc.
    2. CV/Resume – Must not exceed 1 page.
    3. LinkedIn/Profile/Portfolio – Optional but recommended.
    4. Creative Submission (Choose Any 1 of the Below Prompts):
      • Propose a digital campaign to revive an Indian heritage element.
      • Highlight a cultural ritual from your community needing documentation.
      • Design a visual post promoting a lesser-known Indian art form.
      • Explain “digital marketing for culture” to a grandparent.
      • Submit a photo of your workspace + a short voice/video note on your productivity style.

    Upload formats: Text, images, sketches, audio/video notes. Maximum 5 files, 10MB each.


    Application Deadline

    • Rolling Applications – Apply as early as possible to secure a position.
    • The form will remain open until all slots are filled.
    • Since positions are limited and reviewed on a first-come, first-served basis, early submission is highly encouraged.

    Stipend & Benefits

    • Paid Internship – Stipend amount will vary based on role and contribution.
    • Work Experience Certificate – Provided upon successful completion.
    • Networking Opportunity – Collaborate with peers, faculty, and heritage professionals.
    • Portfolio Development – Add meaningful content and projects to your creative/resume profile.

    Important Notes

    • This is a remote-only internship; all work will be conducted online.
    • There is no restriction on academic discipline or age.
    • Applications are evaluated on a rolling basis — positions may close early.

    About Project InHERIT

    Project InHERIT is a digital heritage initiative under Ashoka University, supported by the Helen Hamlyn Trust (UK). The project curates content that reimagines and communicates Indian heritage for the youth. From micro-films on folk traditions to social media campaigns on lost crafts, the platform serves as a creative space to engage with India’s cultural richness.


    FAQs

    Q. Is this a full-time internship?

    No, the schedule is flexible. Interns can manage their work hours as long as they meet deadlines and deliverables.

    Q. Is prior experience necessary?

    No. While experience in research, marketing, or editing is helpful, it’s not mandatory. The team values enthusiasm and creativity.

    Q. What tools will I need?

    A stable internet connection and access to basic tools like Google Docs, Canva, video editing software (for editors), or social platforms.


    Contact for Queries

    For further information or assistance, please reach out via email at:
    📩 inherit@ashoka.edu.in