Hadapsar, Pune, India - 412307.
Details verified of Mekhla Dadhich✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Mother Tongue (Native)
English Proficient
Rajasthan Technical University, Kota 2014
Bachelor of Technology (B.Tech.)
Rajasthan Technical University, Kota 2019
Master of Engineering - Master of Technology (M.E./M.Tech.)
Hadapsar, Pune, India - 412307
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.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Engineering Diploma Tuition
3
Engineering Diploma Branch
Electronics, Electrical Engineering Diploma, Computer Engineering Diploma
Computer Engineering Diploma Subject
Digital Techniques, Microprocessor and Programming
Experience in School or College
Worked as Assistant Professor for 3 years.
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Electrical Engineering Diploma Subject
Electronic Devices And Logic Circuit, Control System Components, Instrumentation & Transducers, Basic Electronics
Teaching Experience in detail in Engineering Diploma Tuition
Engineering Diplom
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Electronics Subjects
Signals and Systems, Digital Communication, Digital Electronics, Analog Electronics
Experience in School or College
Worked as Assistant Professor in the Engineering College
Type of class
Regular Classes
Class strength catered to
Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Manual Testing Training
1
Teaching Experience in detail in Manual Testing Training
I covered all the basic needed topic of manual testing and also provide interview questions and also provide the java basic knowledge. For automation, it is required.
1. Which Engineering Diploma branches do you tutor for?
Electronics, Electrical Engineering Diploma and Computer Engineering Diploma
2. Do you have any prior teaching experience?
Yes
3. Which classes do you teach?
I teach BSc Tuition, Engineering Diploma Tuition and Manual Testing 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 3 years.
Answered on 30/03/2020 Learn Tuition
// program by using scanner class
class Fiboonacci{
public static void main(String[] args) {
System.out.println("Program Started");
Scanner sc1 = new Scanner(System.in); // to take input by user
System.out.println("Enter the last limit: ");
int limit = sc1.nextInt();
int a = 0;
int b = 1;
int c = 0;
for (int i = 1; i <= limit; i++){
System.out.println(a + ",");
c= a+b;
a=b;
b=c;
}
System.out.println("\n Program Ended");
}
}
Answered on 30/03/2020 Learn Unit III: Calculus/Applications of Derivatives
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Engineering Diploma Tuition
3
Engineering Diploma Branch
Electronics, Electrical Engineering Diploma, Computer Engineering Diploma
Computer Engineering Diploma Subject
Digital Techniques, Microprocessor and Programming
Experience in School or College
Worked as Assistant Professor for 3 years.
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Electrical Engineering Diploma Subject
Electronic Devices And Logic Circuit, Control System Components, Instrumentation & Transducers, Basic Electronics
Teaching Experience in detail in Engineering Diploma Tuition
Engineering Diplom
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BSc Tuition
4
BSc Electronics Subjects
Signals and Systems, Digital Communication, Digital Electronics, Analog Electronics
Experience in School or College
Worked as Assistant Professor in the Engineering College
Type of class
Regular Classes
Class strength catered to
Group Classes
Taught in School or College
Yes
BSc Branch
BSc Electronics
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Manual Testing Training
1
Teaching Experience in detail in Manual Testing Training
I covered all the basic needed topic of manual testing and also provide interview questions and also provide the java basic knowledge. For automation, it is required.
Answered on 30/03/2020 Learn Tuition
// program by using scanner class
class Fiboonacci{
public static void main(String[] args) {
System.out.println("Program Started");
Scanner sc1 = new Scanner(System.in); // to take input by user
System.out.println("Enter the last limit: ");
int limit = sc1.nextInt();
int a = 0;
int b = 1;
int c = 0;
for (int i = 1; i <= limit; i++){
System.out.println(a + ",");
c= a+b;
a=b;
b=c;
}
System.out.println("\n Program Ended");
}
}
Answered on 30/03/2020 Learn Unit III: Calculus/Applications of Derivatives
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Mekhla Dadhich
Let Mekhla Dadhich know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.