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, State, CBSE
CBSE Subjects taught
Mathematics, Bengali, English, Science, Social Science, Computers, EVS
ICSE Subjects taught
Bengali, Computer science, Bengali , Mathematics, English, Hindi, EVS, Social Studies, Science
Taught in School or College
Yes
State Syllabus Subjects taught
English, Bengali , Science, Mathematics, Computer Science, EVS, Social Science
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
10 yrs to 15 yrs, Below 10 yrs, 16 yrs to 25 yrs, Above 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
Programming in C++ , Computer Architecture, Object Oriented Technologies, Java Programming, Data and File Structures , Computer Basics and PC Software , Data Communication and Networks, Database Management Systems , C Language Programming, Data structures
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
10 yrs to 15 yrs, Below 10 yrs, 16 yrs to 25 yrs, Above 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
Number Theory and Cryptography, Data Structures and Algorithms, Computer Architecture, Java Programming, Object Oriented Programming & Systems, Mobile Application Development, Programming in C#, Database Management Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
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, State and CBSE
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, State, CBSE
CBSE Subjects taught
Mathematics, Bengali, English, Science, Social Science, Computers, EVS
ICSE Subjects taught
Bengali, Computer science, Bengali , Mathematics, English, Hindi, EVS, Social Studies, Science
Taught in School or College
Yes
State Syllabus Subjects taught
English, Bengali , Science, Mathematics, Computer Science, EVS, Social Science
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
10 yrs to 15 yrs, Below 10 yrs, 16 yrs to 25 yrs, Above 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
Programming in C++ , Computer Architecture, Object Oriented Technologies, Java Programming, Data and File Structures , Computer Basics and PC Software , Data Communication and Networks, Database Management Systems , C Language Programming, Data structures
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
10 yrs to 15 yrs, Below 10 yrs, 16 yrs to 25 yrs, Above 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
Number Theory and Cryptography, Data Structures and Algorithms, Computer Architecture, Java Programming, Object Oriented Programming & Systems, Mobile Application Development, Programming in C#, Database Management Systems
BTech Branch
BTech Computer Science Engineering
Type of class
Regular Classes, Crash Course
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; } } }
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Sayan Dey
Let Sayan Dey know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.