UrbanPro
true
Yashvardhan Soni Advanced Placement Tests trainer in Gurgaon

Yashvardhan Soni

Coder's Delight and GATE Instructor + Maths is my second love

Sector 82, Gurgaon, India - 122004.

Verified 7 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 Yashvardhan Soni

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I have done my be(2004)and me(2007) in software systems from bits-pilani. I am having 4 years of corporate experience as .Net and share point developer and from the past 10 years I am in teaching industry and currently working as a technical lead and helping students in placement. My expert areas include: algorithms, data structure, c, c++, java, go lang,python, database management system, operating system, computer network, compiler construction, mathematical foundation of computers, discrete maths, digital electronics, aptitude expert for bank po, sat maths and other competitive exams, gate subject expert and can accomplish students dream of getting into iit's and bits-pilani through gate score, can help student in cracking the technical interview of product based companies.

Languages Spoken

Hindi Proficient

English Proficient

Education

BITS-PILANI 2004

Master of Science (M.Sc.)

BITS-PILANI 2007

Master of Engineering - Master of Technology (M.E./M.Tech.)

Address

Sector 82, Gurgaon, India - 122004

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Facebook 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

Advanced Placement Tests Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Advanced Placement Tests Coaching classes

10

AP subjects catered to

Computer Science, Calculus

IBPS Exam Coaching

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in IBPS Exam Coaching

14

Target section catered to

Computer aptitude, Quantitative aptitude/ Numerical ability, Reasoning Ability, Interview prep, English

Engineering Diploma Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

14

Information Technology Engineering Diploma Subject

Object Oriented Modelling and Design, Software Engineering, Computer Networks, Software Testing, Operating System, Object Oriented Programming, Relational Data Base Management Systems, Data Structure, Management Information Systems, Advanced Java Programming, Java Programming

Engineering Diploma Branch

Computer Engineering Diploma, Information Technology Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Data Structure Using 'C', Operating System, Relational Database Management Systems, Object Oriented Programming, Software Testing, Java Programming, Network Programming, Advanced Java Programming, Computer Graphics, Software Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

14

BTech Computer Science subjects

Software Project Management, Types of Database Systems, Compiler Design, Design and Analysis of Algorithms, Computer Networks, Object Oriented Programming & Systems, Combinatorics, Programming in C#, Data Structures and Algorithms, Database Management Systems, Software Testing and Analysis, Java Programming, Web Engineering

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Engineering Entrance Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Entrance Coaching classes

14

Engineering Entrance Exams

GATE Coaching Classes

Type of class

Crash Course, Regular Classes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

10

Board

State, IGCSE, International Baccalaureate, CBSE, ICSE

Experience in School or College

Awesome!!!!

Subjects taught

Mathematics

Taught in School or College

Yes

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

11

Board

ISC/ICSE, State, CBSE, International Baccalaureate, IGCSE

Experience in School or College

Awesome!!!

Subjects taught

Information Technology, Computer Science, Physics, Mathematics

Taught in School or College

Yes

Class 12 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

11

Board

ISC/ICSE, State, CBSE, International Baccalaureate, IGCSE

Experience in School or College

Awesome!!!

Subjects taught

Mathematics, Information Technology, Physics, Computer Science

Taught in School or College

Yes

Class 9 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

11

Board

State, IGCSE, International Baccalaureate, CBSE, ICSE

Experience in School or College

Awesome!!!

Subjects taught

Science, Information Technology, Chemistry, Information and Comunication Technology, Computer Practices, Physics, Mathematics, Computer Application, Computers

Taught in School or College

Yes

Reviews (5)

5 out of 5 5 reviews

Yashvardhan Soni https://p.urbanpro.com/tv-prod/member/photo/5560427-small.jpg Sector 82
5.0055
Yashvardhan Soni
T

BTech Tuition

"He is probably one if the ideal teachers, one can expect in terms of studies as well as handling students. "

Yashvardhan Soni
U

BTech Tuition

"Very knowledgeable experience, best way of teaching, gets fully engaged and provide real-world learning. "

Yashvardhan Soni
R

BTech Tuition

"It was a great experience. His teaching skills are up to the mark and makes the topic simple and understandable. "

Yashvardhan Soni
R

Advanced Placement Tests Coaching

"You have helped so many students in getting good jobs. I think that Education is the passport to the future, for tomorrow belongs to those who prepare for it today. "

Have you attended any class with Yashvardhan?

FAQs

1. Which classes do you teach?

I teach Advanced Placement Tests Coaching, BTech Tuition, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition, Class 9 Tuition, Engineering Diploma Tuition, Engineering Entrance Coaching and IBPS Exam Coaching Classes.

2. Do you provide a demo class?

Yes, I provide a paid demo class.

3. How many years of experience do you have?

I have been teaching for 10 years.

Lessons (1)

Predict the Output of C Questions based on Recursion and Macro

#include<stdio.h>void k(unsigned int i,unsigned int j){ static char x="0123456789ABCDEF"; if(i>=j) k(i/j,j); putchar(x);}void main(){ k(20,12);} ___________________________________________ ...

20/10/2018
2 0
0

Teaches

Advanced Placement Tests Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Advanced Placement Tests Coaching classes

10

AP subjects catered to

Computer Science, Calculus

IBPS Exam Coaching

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in IBPS Exam Coaching

14

Target section catered to

Computer aptitude, Quantitative aptitude/ Numerical ability, Reasoning Ability, Interview prep, English

Engineering Diploma Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

14

Information Technology Engineering Diploma Subject

Object Oriented Modelling and Design, Software Engineering, Computer Networks, Software Testing, Operating System, Object Oriented Programming, Relational Data Base Management Systems, Data Structure, Management Information Systems, Advanced Java Programming, Java Programming

Engineering Diploma Branch

Computer Engineering Diploma, Information Technology Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Data Structure Using 'C', Operating System, Relational Database Management Systems, Object Oriented Programming, Software Testing, Java Programming, Network Programming, Advanced Java Programming, Computer Graphics, Software Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

14

BTech Computer Science subjects

Software Project Management, Types of Database Systems, Compiler Design, Design and Analysis of Algorithms, Computer Networks, Object Oriented Programming & Systems, Combinatorics, Programming in C#, Data Structures and Algorithms, Database Management Systems, Software Testing and Analysis, Java Programming, Web Engineering

BTech Branch

BTech Computer Science Engineering

Type of class

Crash Course, Regular Classes

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

Engineering Entrance Coaching classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Engineering Entrance Coaching classes

14

Engineering Entrance Exams

GATE Coaching Classes

Type of class

Crash Course, Regular Classes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

10

Board

State, IGCSE, International Baccalaureate, CBSE, ICSE

Experience in School or College

Awesome!!!!

Subjects taught

Mathematics

Taught in School or College

Yes

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

11

Board

ISC/ICSE, State, CBSE, International Baccalaureate, IGCSE

Experience in School or College

Awesome!!!

Subjects taught

Information Technology, Computer Science, Physics, Mathematics

Taught in School or College

Yes

Class 12 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

11

Board

ISC/ICSE, State, CBSE, International Baccalaureate, IGCSE

Experience in School or College

Awesome!!!

Subjects taught

Mathematics, Information Technology, Physics, Computer Science

Taught in School or College

Yes

Class 9 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 9 Tuition

11

Board

State, IGCSE, International Baccalaureate, CBSE, ICSE

Experience in School or College

Awesome!!!

Subjects taught

Science, Information Technology, Chemistry, Information and Comunication Technology, Computer Practices, Physics, Mathematics, Computer Application, Computers

Taught in School or College

Yes

Lessons (1)

Predict the Output of C Questions based on Recursion and Macro

#include<stdio.h>void k(unsigned int i,unsigned int j){ static char x="0123456789ABCDEF"; if(i>=j) k(i/j,j); putchar(x);}void main(){ k(20,12);} ___________________________________________ ...

20/10/2018
2 0
0

Yashvardhan Soni describes himself as Coder's Delight and GATE Instructor + Maths is my second love. He conducts classes in Advanced Placement Tests Coaching, BTech Tuition and Class 10 Tuition. Yashvardhan is located in Sector 82, Gurgaon. Yashvardhan takes Regular Classes- at his Home. He has 14 years of teaching experience . Yashvardhan has completed Master of Science (M.Sc.) from BITS-PILANI in 2004 and Master of Engineering - Master of Technology (M.E./M.Tech.) from BITS-PILANI in 2007. HeĀ is well versed in Hindi and English. Yashvardhan has got 5 reviews till now with 100% positive feedback.

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