iasbaba.com Open in urlscan Pro
103.26.206.138  Public Scan

Submitted URL: http://iasbaba.com/
Effective URL: https://iasbaba.com/
Submission: On May 24 via manual from US — Scanned from DE

Form analysis 4 forms found in the DOM

POST /

<form id="wpforms-form-121135" class="wpforms-validate wpforms-form wpforms-ajax-form" data-formid="121135" method="post" enctype="multipart/form-data" action="/" data-token="03eaa5d0fb6e657ca8796deb4fe6fae1" novalidate="novalidate"><noscript
    class="wpforms-error-noscript">Please enable JavaScript in your browser to complete this form.</noscript>
  <div class="wpforms-field-container">
    <div id="wpforms-121135-field_1-container" class="wpforms-field wpforms-field-name form-control" data-field-id="1"><label class="wpforms-field-label" for="wpforms-121135-field_1">Name <span class="wpforms-required-label">*</span></label><input
        type="text" id="wpforms-121135-field_1" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][1]" placeholder="Full Name" required=""></div>
    <div id="wpforms-121135-field_2-container" class="wpforms-field wpforms-field-email form-control" data-field-id="2"><label class="wpforms-field-label" for="wpforms-121135-field_2">Email <span class="wpforms-required-label">*</span></label><input
        type="email" id="wpforms-121135-field_2" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][2]" placeholder="you@gmail.com" required=""></div>
    <div id="wpforms-121135-field_3-container" class="wpforms-field wpforms-field-number form-control" data-field-id="3"><label class="wpforms-field-label" for="wpforms-121135-field_3">Phone Number <span
          class="wpforms-required-label">*</span></label><input type="number" pattern="\d*" id="wpforms-121135-field_3" class="wpforms-field-large wpforms-field-required" name="wpforms[fields][3]" placeholder="9169191888" required=""></div>
    <div id="wpforms-121135-field_4-container" class="wpforms-field wpforms-field-textarea form-control" data-field-id="4"><label class="wpforms-field-label" for="wpforms-121135-field_4">Query <span
          class="wpforms-required-label">*</span></label><textarea id="wpforms-121135-field_4" class="wpforms-field-small wpforms-field-required" name="wpforms[fields][4]" required=""></textarea></div>
  </div>
  <div class="wpforms-submit-container"><input type="hidden" name="wpforms[id]" value="121135"><input type="hidden" name="wpforms[author]" value="15"><input type="hidden" name="wpforms[post_id]" value="51599"><button type="submit"
      name="wpforms[submit]" id="wpforms-submit-121135" class="wpforms-submit btn btn-primary rounded shadow w-100" data-alt-text="Sending..." data-submit-text="Submit" aria-live="assertive" value="wpforms-submit">Submit</button><img
      src="https://iasbaba.com/wp-content/plugins/wpforms-lite/assets/images/submit-spin.svg" class="wpforms-submit-spinner" style="display: none;" width="26" height="26" alt=""></div>
</form>

<form>
  <div class="row">
    <div class="col-lg-12">
      <div class="foot-subscribe mb-3">
        <label class="form-label">Your email <span class="text-danger">*</span></label>
        <div class="form-icon position-relative">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail fea icon-sm icons">
            <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
            <polyline points="22,6 12,13 2,6"></polyline>
          </svg>
          <input type="email" name="email" id="emailsubscribe" class="form-control ps-5 rounded" placeholder="Your email : " required="">
        </div>
      </div>
    </div>
    <div class="col-lg-12">
      <div class="d-grid">
        <input type="submit" id="submitsubscribe" name="send" class="btn btn-soft-primary" value="Subscribe">
      </div>
    </div>
  </div>
</form>

Name: myFormPOST

<form method="post" name="myForm" onsubmit="return validateForm()">
  <p id="error-msg" class="mb-0"></p>
  <div id="simple-msg"></div>
  <div class="row">
    <div class="col-md-6">
      <div class="mb-3">
        <label class="form-label">Your Name <span class="text-danger">*</span></label>
        <div class="form-icon position-relative">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user fea icon-sm icons">
            <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
            <circle cx="12" cy="7" r="4"></circle>
          </svg>
          <input name="name" id="name" type="text" class="form-control ps-5" placeholder="Name :">
        </div>
      </div>
    </div>
    <div class="col-md-6">
      <div class="mb-3">
        <label class="form-label">Your Email <span class="text-danger">*</span></label>
        <div class="form-icon position-relative">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail fea icon-sm icons">
            <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
            <polyline points="22,6 12,13 2,6"></polyline>
          </svg>
          <input name="email" id="email" type="email" class="form-control ps-5" placeholder="Email :">
        </div>
      </div>
    </div><!--end col-->
    <div class="col-12">
      <div class="mb-3">
        <label class="form-label">Subject</label>
        <div class="form-icon position-relative">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book fea icon-sm icons">
            <path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
            <path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
          </svg>
          <input name="subject" id="subject" class="form-control ps-5" placeholder="subject :">
        </div>
      </div>
    </div><!--end col-->
    <div class="col-12">
      <div class="mb-3">
        <label class="form-label">Comments <span class="text-danger">*</span></label>
        <div class="form-icon position-relative">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
            class="feather feather-message-circle fea icon-sm icons clearfix">
            <path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
          </svg>
          <textarea name="comments" id="comments" rows="4" class="form-control ps-5" placeholder="Message :"></textarea>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <div class="d-grid">
        <button type="submit" id="submit" name="send" class="btn btn-primary">Send Message</button>
      </div>
    </div><!--end col-->
  </div><!--end row-->
</form>

GET https://iasbaba.com/

<form id="searchform" method="get" action="https://iasbaba.com/">
  <div class="mb-0">
    <input type="text" id="s" name="s" class="border bg-white rounded-pill" required="" placeholder="Search" value="">
    <button type="submit" class="btn btn-pills btn-primary" value="Search">Search</button>
  </div>
</form>

Text Content

 * 
 * 

 * Home
 * Current Affairs
   * Daily Current Affairs
   * Baba’s Explainer
 * TLP
 * Prelims
   * 60 Day – Rapid Revision Series
   * Daily Current Affairs
   * Daily Current Affairs Quiz
   * Daily Static Quiz
   * Important Articles – Prelims 2022
   * Strategy
     * GS Strategy
     * CSAT Strategy
   * Previous Year Question Papers
   * How to Read ‘The Hindu’ Newspaper
   * Books/Sources to Refer
 * Mains
   * TLP – Mains Answer Writing
   * Daily Current Affairs
   * GS Syllabus – Simplified
   * GS Mains Strategy
   * Previous Year Mains Question Papers – Year-wise & Subject-wise
   * Essay
     * Essay Strategy
     * Model Essay by IASbaba
   * Interview Discussions
     * Think Rethink & Perform (TRP)
     * Interview Transcripts
 * Hindi
   * ILP 2023
   * Rapid Revision Series
   * Monthly Magazine
   * दैनिक करेंट अफेयर्स क्विज़
 * Centres
   * Bangalore
   * Delhi
   * Lucknow
 * Courses
   * Baba’s Gurukul Course – 2023
   * Integrated Learning Program (ILP) – 2023
     * ILP – English
     * ILP – Hindi
   * All Courses
   * Prelims Exclusive Programme (PEP) – 2022
   * IMP
   * Prelims Courses
     * Prelims Exclusive Programme (PEP) – 2022
     * All India Prelims Test Series
       * AIPTS English
       * AIPTS – Hindi
   * Mains Courses
     * TLP Plus 2022
     * TLP Connect 2022
   * Optionals
     * Anthropology
       * Anthropology Foundation Course
       * Anthropology Optional Test Series – 2021
       * Anthropology Optional Test Series – 2022
     * Sociology
       * Sociology Foundation Course – 2022
       * Sociology Test Series – 2021
     * Public Administration
       * Public Administration Foundation Course – 2022
       * Public Administration Test Series – 2021
     * Geography
       * Geography Foundation Course – 2022
       * Geography Optional Test Series – 2021
     * History Optional Test Series – 2021
     * Kannada Literature
       * Kannada Literature Test Series- 2021
       * Kannada Literature Foundation Course
   * Gurukul 2022
   * Interview Mentorship Program (IMP)
   * TSPSC Group-1 PEP
   * KPSC – Foundation Course
 * Downloads
   * RaRe Downloads
   * Baba’s Current Affairs Magazine
   * Yojana – Kurukshetra (YK) Gist
   * Compilations
     * Daily Current Affairs Quiz
     * 60 Day – Rapid Revision Series
     * TLP – Mains Answer Writing
   * Mind Maps
 * Others
   * Tips & Tricks to Crack UPSC
   * Contact Us
   * Toppers Strategy & Testimonials
   * Motivational Articles
     * Creative Guidance
   * MI (Motivational & Inspirational) Stories
   * Catharsis
   * Babagiri – The Game Show
   * FAQs
   * Book Reviews
   * Work With Us

[ADMISSIONS OPEN] Baba’s GURUKUL FOUNDATION for Freshers’ & GURUKUL ADVANCED for
Veterans’ – UPSC/IAS 2023 – Above & Beyond Regular Coaching!

[ADMISSIONS OPEN] IASbaba’s TSPSC Prelims Exclusive Programme (PEP) – Most
Comprehensive Mentorship-Based Program for TSPSC PRELIMS 2022!

[PRELIMS 2022] All India FREE PRELIMS OPEN MOCK TESTS (ONLINE) on 27th (Friday)
& 29th (Sunday) May

[हिंदी] ADMISSIONS OPEN – Launching ILP 2023 in HINDI – INTEGRATED LEARNING
PROGRAM – The Most Comprehensive and Trusted 365 Days Plan recommended by
Toppers for UPSC 2023

[ADMISSIONS OPEN] ILP 2023 - INTEGRATED LEARNING PROGRAM - The Most
Comprehensive and Trusted 365 Days Plan recommended by Toppers for UPSC 2023

[MOST AWAITED] 60 DAY – RAPID REVISION (RaRe) SERIES 2022 – IASbaba’s Most
Trusted Initiative for UPSC IAS PRELIMS 2022- FREE Initiative!





IMPORTANT UPDATES

* [ADMISSIONS OPEN] IASbaba’s TSPSC Grade-1 Prelims Exclusive Programme (PEP) *

* [ADMISSIONS OPEN] Baba’s GURUKUL FOUNDATION for Freshers’ & GURUKUL ADVANCED
for Veterans’ – UPSC/IAS 2023 *

* IASbaba’s All India Open Mock for UPSC Prelims 2022 *

* [MOCK INTERVIEW – UPSC 2021-22] *

* [DAY 32] 60 DAY RAPID REVISION (RaRe) SERIES *

* [ADMISSIONS OPEN] ILP 2023 – INTEGRATED LEARNING PROGRAMME *

* [ADMISSIONS OPEN] IASbaba’s हिंदी ILP 2023 – INTEGRATED LEARNING PROGRAMME *

* [ADMISSIONS OPEN] ALL INDIA PRELIMS TEST SERIES (AIPTS) 2022 *

* [ADMISSIONS OPEN] IASbaba’s Prelims Exclusive Programme (PEP) – 2022 *

RaRe Series

60 Day - Rapid Revision (RaRe) Series

Access RaRe
Daily Current Affairs and Daily Quiz

Current Affairs News & Daily Quiz

Access CA & Quiz
Daily Mains Answer Writing (TLP)

UPSC Mains Answer Writing

Today's TLP
Courses

Courses Offered @ IASbaba

View Courses
Toppers Corner

Will you be the next?

Read More


ANNOUNCEMENT

The Most Comprehensive and Trusted 365 Days Plan recommended by Toppers for UPSC
2023

Details About ILP 2023


VIDEOS

[ADMISSIONS OPEN] Baba’s GURUKUL FOUNDATION for Freshers’ & GURUKUL ADVANCED for
Veterans’ - UPSC/IAS 2023 - Above & Beyond Regular Coaching!

[ADMISSIONS OPEN] Baba’s GURUKUL FOUNDATION for Freshers’ & GURUKUL ADVANCED for
Veterans’ - UPSC/IAS 2023 - Above & Beyond Regular Coaching!

Integrated Learning Programme (ILP हिंदी) - 2023

Integrated Learning Programme (ILP) - 2023





IASBABA'S COURSES

Unique courses offered by IASBaba!

slide 2 to 4 of 5

Read Complete Details

BABA'S FOUNDATION COURSE (FC) - 2023

 * Intensive Programme
 * 1:1 Mentorship

Read Details

Read Complete Details

INTEGRATED LEARNING PROGRAMME (ILP) - 2023 (ENGLISH)

 * Value Add Notes
 * Babapedia

Read Details

Read Complete Details

INTEGRATED LEARNING PROGRAMME (ILP) - 2023 (हिन्दी)

 * Value Add Notes
 * Babapedia

Read Details

Read Complete Details

PRELIMS EXCLUSIVE PROGRAMME (PEP) - 2022

 * 1:1 Mentorship
 * Daily Classes & Tests

Read Details

Read Complete Details

ALL INDIA PRELIMS TEST SERIES (AIPTS) - 2022

 * 34 Tests - 34 GS + 10 CSAT
 * All India Rankings

Read Details

See More Courses


TODAY’S POSTS

JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
20172018201920202021202220232024202520262027


Sun Mon Tue Wed Thu Fri Sat 1234567 891011121314 15161718192021 22232425262728
293031  




RECENT POSTS

 * [PRELIMS 2022] All India FREE PRELIMS OPEN MOCK TESTS (ONLINE) on 27th
   (Friday) & 29th (Sunday) May
 * DAILY CURRENT AFFAIRS IAS | UPSC Prelims and Mains Exam – 24th May 2022
 * UPSC हिन्दी Quiz– 2022: IASbaba Daily Current Affairs Quiz 24th May 2022
 * UPSC Quiz – 2022 : IASbaba’s Daily Current Affairs Quiz 24th May 2022
 * Agriculture Export
 * PM GatiShakti
 * Artificial Intelligence Chips
 * Raja Ram Mohan Roy
 * Fuel Tax
 * Baba's Explainer - QUAD

WHAT TOPPERS SAY ?


slide 2 to 3 of 5

 

Hello All, This was my 2nd attempt and I am thankful to IAS Baba team, whose
content helped me in various stages of exam preparation. I am especially
thankful to Mohan Sir, whose guidance proved immensely helpful for Interview
Preparation!

Over my 2 attempts, I have been associated with different Baba Initiatives like
Rapid Revision Series, Prelims Test Series and 60 Day Plan among others.

- ARTH JAIN UPSC CSE RANK 16

Dear IASBABA Team.
I am Divya Mishra, Rank 28, UPSC CSE 2020. I am filled with gratitude for the
intensive efforts in action and spirit put by you. I want to take this
opportunity to thank Mohan Sir for his continuous support and guidance. In all
the three stages of Prelims, Mains and PT, IASBABA delivers excellence. I am
thankful for your contribution in my journey.

- DIVYA MISHRA UPSC CSE RANK 28

I am Divyanshu Choudhary and I have secured AIR 30 in UPSC CSE 2020 which was my
second attempt. I am very grateful to Mohan Sir and entire IAS Baba team for
providing me the required support in prelims, mains and interview preparation.

The All India open mock tests for Prelims were an actual simulation of the real
prelims paper. The Mains answer writing program proved to be really helpful in
enriching my content for Mains. And the one on one interview sessions with Mohan
Sir have been so insightful because of which I did well in my interview also.
Keep serving the aspirants as you have always done!!!!

- DIVYANSHU CHOUDHARY UPSC CSE RANK 30

Enrolling to ILP was the best decision for me. I give full credit to IASbaba for
my success. Their effort matches their vision of enabling aspirant sitting at
remotest part of the country to secure single digit rank in UPSC and my result
stands true to it. I cannot thank IASbaba enough. ILP tests, Value Add Notes and
especially the plan helped me a lot in quality preparation. While appearing for
UPSC exam, I felt like repeating the Mock Tests of IASbaba and thought if UPSC
has copied IASbaba.

- SAUMYA PANDEY UPSC CSE RANK 4

it still feels surreal to say that I have secured AIR 20 in UPSC 2019. I was a
working professional during my preparation and thus online content ( videos,
articles etc) was an integral part of my journey. IAS baba’s free initiatives
were also a prominent source among them. 60 day prelims program, the daily
current affairs ( especially followed the Mains focus section), and the TLP
answer writing program.

- NEHA BANERJEE UPSC CSE RANK 20



WHY IASBABA?

IASbaba was started with a determination that would enable a person sitting in
the remotest corner of the country to have a crack at rank 1 in the civil
services examination.
We want to make sure that every aspirant gets access to the best study material
there is.
(1) Give learners access to the highest quality digital learning materials and
resources.
(2) IASbaba’s Guidance + Your Dedication = A rank in Top 100!


985+

RANKS


32440+

MONTHLY USERS


16712+

STUDENTS


30+

PROGRAMMES

GET A CALL BACK

Please enable JavaScript in your browser to complete this form.
Name *
Email *
Phone Number *
Query *
Submit

OUR : ACHIEVEMENTS

Born with the vision of “Enabling a person located at the most remote
destination a chance at cracking AIR 1 in IAS”, IASbaba is the most popular
online website in India for IAS preparation.

As against the market which is flooded with overloaded junk
information, IASbaba offers smart, innovative, flexible, minimal  and analytical
learning approach which yields to sure shot mantra to clearing the exams.

 * 1445 + Ranks from the website
 * 475 + Ranks from our paid courses
 * 70% + Question Hit Rate

Read Complete Story



 No.38, 3rd Cross, 1st Phase, 2nd Stage, 60 Feet Main Road,
Chandralayout, Bengaluru
Landmark: Opposite to BBMP Office

 (91) 84296 88885

 (91) 91691 91888

 support@iasbaba.com

 * 
 * 
 * 
 * 

IMPORTANT LINKS

 * Daily Current affairs
 * Daily Quiz
 * Daily Quiz Hindi
 * Baba’s Explainer

USEFUL LINKS

 * How to Read The Hindu
 * Books to Refer
 * Prelims Strategy
 * CSAT Strategy
 * GS Mains Strategy

SUBSCRIBE

Don’t lose out on any important Post and Update. Learn everyday with Experts!!

Your email *



© 2022 - IASbaba

Over 6 lakh users. Click to download our app!

Subscribe!

Your Name *

Your Email *

Subject

Comments *

Send Message
 * 
 * 
 * 
 * 
 * 
 * 
 * 

SEARCH NOW.....

Search




We'd like to show you notifications for the latest news and updates.


AllowCancel