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
Science, Bengali, Social Science, English, EVS, Computers, Mathematics
ICSE Subjects taught
Social Studies, Hindi, Mathematics, English, EVS, Bengali , Science, Bengali, Computer science
Taught in School or College
Yes
State Syllabus Subjects taught
English, Bengali , Science, Computer Science, EVS, Social Science, Mathematics
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
16 yrs to 25 yrs, Below 10 yrs, Above 25 yrs, 10 yrs to 15 yrs
Class strength catered to
One on one/ Private Tutions, Group Classes
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
Computer Basics and PC Software , C Language Programming, Java Programming, Data and File Structures , Programming in C++ , Database Management Systems , Data structures, Data Communication and Networks, Object Oriented Technologies, Computer Architecture
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
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
16 yrs to 25 yrs, Below 10 yrs, Above 25 yrs, 10 yrs to 15 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, Java Programming, Programming in C#, Data Structures and Algorithms, Object Oriented Programming & Systems, Database Management Systems, Mobile Application Development, Computer Architecture
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
Science, Bengali, Social Science, English, EVS, Computers, Mathematics
ICSE Subjects taught
Social Studies, Hindi, Mathematics, English, EVS, Bengali , Science, Bengali, Computer science
Taught in School or College
Yes
State Syllabus Subjects taught
English, Bengali , Science, Computer Science, EVS, Social Science, Mathematics
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
16 yrs to 25 yrs, Below 10 yrs, Above 25 yrs, 10 yrs to 15 yrs
Class strength catered to
One on one/ Private Tutions, Group Classes
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
Computer Basics and PC Software , C Language Programming, Java Programming, Data and File Structures , Programming in C++ , Database Management Systems , Data structures, Data Communication and Networks, Object Oriented Technologies, Computer Architecture
Type of class
Regular Classes
Class strength catered to
One on one/ Private Tutions, Group Classes
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
16 yrs to 25 yrs, Below 10 yrs, Above 25 yrs, 10 yrs to 15 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, Java Programming, Programming in C#, Data Structures and Algorithms, Object Oriented Programming & Systems, Database Management Systems, Mobile Application Development, Computer Architecture
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; } } }
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.