Bally, Howrah, India - 711201.
Verified
Details verified of Sayan Dey✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Bengali Mother Tongue (Native)
Hindi Proficient
English Proficient
mckv institute of engneering 1993
Master of Computer Applications (M.C.A.)
Bally, Howrah, India - 711201
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.
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Board
ICSE, CBSE, State
CBSE Subjects taught
Social Science, Science, Computers, Mathematics, English, EVS, Bengali
ICSE Subjects taught
Bengali , Social Studies, Computer science, Bengali, Mathematics, Hindi, English, EVS, Science
Taught in School or College
Yes
State Syllabus Subjects taught
Science, Bengali , Computer Science, Mathematics, Social Science, English, EVS
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Tabla Classes
2
Age groups catered to
Above 25 yrs, Below 10 yrs, 10 yrs to 15 yrs, 16 yrs to 25 yrs
Class strength catered to
Group Classes, One on one/ Private Tutions
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Gym
8
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Story Telling classes
1
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
2
BCA Subject
Data and File Structures , Database Management Systems , Object Oriented Technologies, Computer Architecture, C Language Programming, Java Programming, Data Communication and Networks, Data structures, Computer Basics and PC Software , Programming in C++
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
2
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Swimming classes
5
Age groups catered to
Above 25 yrs, Below 10 yrs, 10 yrs to 15 yrs, 16 yrs to 25 yrs
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in HTML Training
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
4
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Mobile Application Development, Data Structures and Algorithms, Programming in C#, Database Management Systems, Number Theory and Cryptography, Java Programming, Computer Architecture, Object Oriented Programming & Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
1. Which school boards of Class 1-5 do you teach for?
ICSE, CBSE and State
2. Have you ever taught in any School or College?
Yes
3. Which classes do you teach?
I teach BCA Tuition, BTech Tuition, Class I-V Tuition, Gym, HTML, MCA Coaching, Story Telling, Swimming and Tabla 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 2 years.
Answered on 02/03/2020 Learn Tuition
public class JavaExample { public static void main(String[] args) { int count = 7, num1 = 0, num2 = 1; System.out.print("Fibonacci Series of "+count+" numbers:"); for (int i = 1; i <= count; ++i) { System.out.print(num1+" "); int sumOfPrevTwo = num1 + num2; num1 = num2; num2 = sumOfPrevTwo; } } }
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Class I-V Tuition
2
Board
ICSE, CBSE, State
CBSE Subjects taught
Social Science, Science, Computers, Mathematics, English, EVS, Bengali
ICSE Subjects taught
Bengali , Social Studies, Computer science, Bengali, Mathematics, Hindi, English, EVS, Science
Taught in School or College
Yes
State Syllabus Subjects taught
Science, Bengali , Computer Science, Mathematics, Social Science, English, EVS
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Tabla Classes
2
Age groups catered to
Above 25 yrs, Below 10 yrs, 10 yrs to 15 yrs, 16 yrs to 25 yrs
Class strength catered to
Group Classes, One on one/ Private Tutions
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Gym
8
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Story Telling classes
1
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BCA Tuition
2
BCA Subject
Data and File Structures , Database Management Systems , Object Oriented Technologies, Computer Architecture, C Language Programming, Java Programming, Data Communication and Networks, Data structures, Computer Basics and PC Software , Programming in C++
Type of class
Regular Classes
Class strength catered to
Group Classes, One on one/ Private Tutions
Taught in School or College
Yes
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in MCA Coaching classes
2
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in Swimming classes
5
Age groups catered to
Above 25 yrs, Below 10 yrs, 10 yrs to 15 yrs, 16 yrs to 25 yrs
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in HTML Training
4
Class Location
Online (video chat via skype, google hangout etc)
Student's Home
Tutor's Home
Years of Experience in BTech Tuition
4
BTech Electrical & Electronics subjects
Data Structures & Algorithms
BTech Computer Science subjects
Mobile Application Development, Data Structures and Algorithms, Programming in C#, Database Management Systems, Number Theory and Cryptography, Java Programming, Computer Architecture, Object Oriented Programming & Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Crash Course, Regular Classes
Class strength catered to
One on one/ Private Tutions
Taught in School or College
Yes
Answered on 02/03/2020 Learn Tuition
public class JavaExample { public static void main(String[] args) { int count = 7, num1 = 0, num2 = 1; System.out.print("Fibonacci Series of "+count+" numbers:"); for (int i = 1; i <= count; ++i) { System.out.print(num1+" "); int sumOfPrevTwo = num1 + num2; num1 = num2; num2 = sumOfPrevTwo; } } }
Share this Profile
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.
Certified
The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.