UrbanPro
true
Ca Madhuri Garg Class 12 Tuition trainer in Ghaziabad

Ca Madhuri Garg

Accounts & taxation coaching online & at indirapuram,10 yrs exp CA, classes of 11,12, bcom, bba & ca

Indirapuram, Ghaziabad, India - 201014.

Verified 13 Students

Book a Demo
Referral Discount: Get ₹ 250 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Ca Madhuri Garg

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

Have completed CA in first attempt (2010). Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, B.Com. since 2010, Reputed teacher at Shahdara Delhi. Currently shifted to Ghaziabad and providing full-time coaching to students.

Languages Spoken

Hindi Mother Tongue (Native)

English Proficient

Education

ICAI 2010

Chartered Accountant

Address

Indirapuram, Ghaziabad, India - 201014

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Class 12 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

10

Board

CBSE

Subjects taught

Accountancy

Taught in School or College

No

Teaching Experience in detail in Class 12 Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

BCom Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCom Tuition

10

BCom Subject

Accounting Information Systems, Business Taxation

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BCom Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

BBA Tuition
2 Students

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BBA Tuition

10

BBA Subject

Taxation, Financial Accounting, Fundamentals of Accounting

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BBA Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

Class 11 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

10

Board

CBSE

Subjects taught

Accountancy

Taught in School or College

No

Teaching Experience in detail in Class 11 Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

Taxation classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Taxation classes

10

Teaching Experience in detail in Taxation classes

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

CA Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in CA Coaching classes

10

Coaching provided for

CA Final Group 2, IPCC Group 2, CA Final Group 1, IPCC Group 1, CA Foundation

CA_IPCC_Subjects_Group II

Advanced Accounting

CA_IPCC_Subjects_Group I

Taxation, Accounting

CA_CPT_Subjects

Fundamentals OF Accounting

CA Final_subjects_Group I

Financial Reporting

CA_Final_Subjects_Group II

Direct Tax Laws, Indirect Tax Laws

Teaching Experience in detail in CA Coaching classes

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

Reviews

No Reviews yet!

FAQs

1. Which school boards of Class 12 do you teach for?

CBSE

2. Have you ever taught in any School or College?

No

3. Which classes do you teach?

I teach BBA Tuition, BCom Tuition, CA Coaching, Class 11 Tuition, Class 12 Tuition and Taxation Classes.

4. Do you provide a demo class?

Yes, I provide a free demo class.

5. How many years of experience do you have?

I have been teaching for 10 years.

Answers by Ca Madhuri Garg (5)

Answered on 01/04/2020

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 01/04/2020

You can use the Zoom or Google Meet. Just google, it is flooded with online material.
Answers 654 Comments
Dislike Bookmark

Answered on 01/04/2020

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 31/03/2020

Please share details of how you applied? Ask the status again in the same way you did earlier.It's not always you will get a reply, mostly hr don't revert if they didn't select your profile for the job profile.
Answers 328 Comments
Dislike Bookmark

Answered on 28/03/2020

I will suggest to go with zoom, though there are many other good options.
Answers 654 Comments
Dislike Bookmark

Teaches

Class 12 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

10

Board

CBSE

Subjects taught

Accountancy

Taught in School or College

No

Teaching Experience in detail in Class 12 Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

BCom Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCom Tuition

10

BCom Subject

Accounting Information Systems, Business Taxation

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BCom Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

BBA Tuition
2 Students

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BBA Tuition

10

BBA Subject

Taxation, Financial Accounting, Fundamentals of Accounting

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BBA Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

Class 11 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

10

Board

CBSE

Subjects taught

Accountancy

Taught in School or College

No

Teaching Experience in detail in Class 11 Tuition

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

Taxation classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Taxation classes

10

Teaching Experience in detail in Taxation classes

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

CA Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in CA Coaching classes

10

Coaching provided for

CA Final Group 2, IPCC Group 2, CA Final Group 1, IPCC Group 1, CA Foundation

CA_IPCC_Subjects_Group II

Advanced Accounting

CA_IPCC_Subjects_Group I

Taxation, Accounting

CA_CPT_Subjects

Fundamentals OF Accounting

CA Final_subjects_Group I

Financial Reporting

CA_Final_Subjects_Group II

Direct Tax Laws, Indirect Tax Laws

Teaching Experience in detail in CA Coaching classes

I have cleeared CA in first attempt with sound knowledge of practical and teaching experience. Worked with multinational real state company as an auditor in accounts and taxation. Providing coaching and tuitions in accounts and taxation to students of 11, 12, BBA, bca, ca for 10 yr. Reputed trainer at Indirapuram Ghaziabad and providing full-time coaching to students online & offline. Please check reviews for more details or contact with me for any othe details.

No Reviews yet!

Answers by Ca Madhuri Garg (5)

Answered on 01/04/2020

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 01/04/2020

You can use the Zoom or Google Meet. Just google, it is flooded with online material.
Answers 654 Comments
Dislike Bookmark

Answered on 01/04/2020

class FibonacciExample1{ public static void main(String args) { int n1=0,n2=1,n3,i,count=10; System.out.print(n1+" "+n2);//printing 0 and 1 for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed { n3=n1+n2; System.out.print("... ...more
  1. class FibonacciExample1{  
  2. public static void main(String args[])  
  3. {    
  4.  int n1=0,n2=1,n3,i,count=10;    
  5.  System.out.print(n1+" "+n2);//printing 0 and 1    
  6.     
  7.  for(i=2;i<count;++i)//loop starts from 2 because 0 and 1 are already printed    
  8.  {    
  9.   n3=n1+n2;    
  10.   System.out.print(" "+n3);    
  11.   n1=n2;    
  12.   n2=n3;    
  13.  }    
  14.   
  15. }}  
Answers 67 Comments
Dislike Bookmark

Answered on 31/03/2020

Please share details of how you applied? Ask the status again in the same way you did earlier.It's not always you will get a reply, mostly hr don't revert if they didn't select your profile for the job profile.
Answers 328 Comments
Dislike Bookmark

Answered on 28/03/2020

I will suggest to go with zoom, though there are many other good options.
Answers 654 Comments
Dislike Bookmark

Ca Madhuri Garg describes herself as Accounts & taxation coaching online & at indirapuram,10 yrs exp CA, classes of 11,12, bcom, bba & ca. She conducts classes in BBA Tuition, BCom Tuition and CA Coaching. Ca Madhuri is located in Indirapuram, Ghaziabad. Ca Madhuri takes Regular Classes- at her Home. She has 10 years of teaching experience . Ca Madhuri has completed Chartered Accountant from ICAI in 2010. She is well versed in Hindi and English.

X

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more