UrbanPro
true
Om Prakash Kumar Engineering Diploma Tuition trainer in Kolkata

Om Prakash Kumar

Tutor

Barrackpore, Kolkata, India - 700112.

1 Student

Contact
Referral Discount: Get ₹ 500 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Om Prakash Kumar

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Software Developer in center for distributed Computing, Jadavpur University from September 2017 to Present.

Languages Spoken

Bengali

English

Hindi

Education

WEST BENGAL UNIVERSITY OF TECHNOLOGY 2013

Bachelor of Technology (B.Tech.)

Jadavpur University 2016

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

Address

Barrackpore, Kolkata, India - 700112

Verified Info

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

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

2

Information Technology Engineering Diploma Subject

Systems Programming, Relational Data Base Management Systems, Java Programming, Data Structure, Operating System

Engineering Diploma Branch

Computer Engineering Diploma, Information Technology Engineering Diploma

Computer Engineering Diploma Subject

Microprocessor and Programming, Operating System, Data Structure Using 'C', Computer Network, Object Oriented Programming, Basics of C Programming, Java Programming, Advanced Java Programming, Relational Database Management Systems

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Computer Science subjects

Object Oriented Programming & Systems, Computer Networks, Network security, Data Structures and Algorithms, Data Communication, Database Management Systems, Java Programming, Design and Analysis of Algorithms

BTech Branch

BTech Computer Science Engineering, BTech Information Science Engineering

BTech Information Science subjects

Database Systems, Software Defined Networking, Object Oriented Programming, Computer Networks, Digital Systems, Data Structures and Algorithms, Operating Systems

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BA Tuition

1

Field tutored for

Computer Science

BA Computer Science Subjects

Computer Networks, Database Management Systems, Programming Fundamentals using C++, Data Structures, Design and Analysis of Algorithms, Programming in JAVA, Operating Systems, Theory of Computation, Internet Technologies

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

1

Teaches

Core Java, Struts, Servlet, JSP (Java Server Pages), Web services, J2EE

Certification training offered

No

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

1

BSc Computer Science Subjects

Digital Electronics, Data Structures, Programming Fundamentals, Data Communication and Computer Networks, Theory of Computations, Operating Systems

Type of class

Crash Course, Regular Classes

BSc IT Subjects

Problem solving methodologies & programming in C, Advance and data structure

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Computer Science, BSc IT

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

1

BCA Subject

Data structures, Cryptography and Network Security, Algorithm Design , Data and File Structures , Computer Networks , Operating System Concepts and Networking Management , Internet Concepts and Web Design , Java Programming, Data Communication and Networks, Web Programming, Problem Solving and Programming , IT, Programming in C++ , Object Oriented Technologies, Digital Electronics, Computer Basics and PC Software , Database Management Systems , C Language Programming, Systems Analysis and Design

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

1

Proficiency level taught

Basic C++

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

2

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage

Reviews

No Reviews yet!

FAQs

1. Which Engineering Diploma branches do you tutor for?

Computer Engineering Diploma and Information Technology Engineering Diploma

2. Do you have any prior teaching experience?

Yes

3. Which classes do you teach?

I teach BA Tuition, BCA Tuition, BSc Tuition, BTech Tuition, C Language, C++ Language, Computer, Engineering Diploma Tuition and Java Training 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.

Answers by Om Prakash Kumar (6)

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

practice makes a man perfect there is no shortcut in life....try to focus on basic concepts practice topic wise program first then try to use your skill in over all.
Answers 5 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

we can write URLs in a C++ code and it will not affect the program and the compiler will not throw any error. using namespace std; int main() { http://www.irbanpro.com/ for (int i = 0; i < 5; i++) { cout << "Hello" << endl ; } return 0; }
Answers 5 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

use strrev() function, using which we can reverse a string or you can write your own code as int main() { char str, temp; int i, j = 0; printf("\nEnter the string :"); gets(str); i = 0; j = strlen(str) - 1; while (i < j) { temp = str; str = str; ... ...more
use strrev() function, using which we can reverse a string or you can write your own code as int main() { char str[100], temp; int i, j = 0; printf("\nEnter the string :"); gets(str); i = 0; j = strlen(str) - 1; while (i < j) { temp = str[i]; str[i] = str[j]; str[j] = temp; i++; j--; } printf("\nReverse string is :%s", str); return (0); }
Answers 4 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

declare your variable as long int/long long int. if you want to add only positive numbers then declare variables as long unsigned int
Answers 6 Comments
Dislike Bookmark

Answered on 21/07/2017 Learn Tuition/BCA Tuition

if you wanted to join it industry then you should go for MCA
Answers 57 Comments
Dislike Bookmark

Teaches

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

2

Information Technology Engineering Diploma Subject

Systems Programming, Relational Data Base Management Systems, Java Programming, Data Structure, Operating System

Engineering Diploma Branch

Computer Engineering Diploma, Information Technology Engineering Diploma

Computer Engineering Diploma Subject

Microprocessor and Programming, Operating System, Data Structure Using 'C', Computer Network, Object Oriented Programming, Basics of C Programming, Java Programming, Advanced Java Programming, Relational Database Management Systems

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BTech Tuition
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Computer Science subjects

Object Oriented Programming & Systems, Computer Networks, Network security, Data Structures and Algorithms, Data Communication, Database Management Systems, Java Programming, Design and Analysis of Algorithms

BTech Branch

BTech Computer Science Engineering, BTech Information Science Engineering

BTech Information Science subjects

Database Systems, Software Defined Networking, Object Oriented Programming, Computer Networks, Digital Systems, Data Structures and Algorithms, Operating Systems

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BA Tuition

1

Field tutored for

Computer Science

BA Computer Science Subjects

Computer Networks, Database Management Systems, Programming Fundamentals using C++, Data Structures, Design and Analysis of Algorithms, Programming in JAVA, Operating Systems, Theory of Computation, Internet Technologies

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

1

Teaches

Core Java, Struts, Servlet, JSP (Java Server Pages), Web services, J2EE

Certification training offered

No

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

1

BSc Computer Science Subjects

Digital Electronics, Data Structures, Programming Fundamentals, Data Communication and Computer Networks, Theory of Computations, Operating Systems

Type of class

Crash Course, Regular Classes

BSc IT Subjects

Problem solving methodologies & programming in C, Advance and data structure

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

BSc Branch

BSc Computer Science, BSc IT

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

1

BCA Subject

Data structures, Cryptography and Network Security, Algorithm Design , Data and File Structures , Computer Networks , Operating System Concepts and Networking Management , Internet Concepts and Web Design , Java Programming, Data Communication and Networks, Web Programming, Problem Solving and Programming , IT, Programming in C++ , Object Oriented Technologies, Digital Electronics, Computer Basics and PC Software , Database Management Systems , C Language Programming, Systems Analysis and Design

Type of class

Crash Course, Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

Yes

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

1

Proficiency level taught

Basic C++

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

2

Type of Computer course taken

Basics of Computer usage, Training in Computer tools usage

No Reviews yet!

Answers by Om Prakash Kumar (6)

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

practice makes a man perfect there is no shortcut in life....try to focus on basic concepts practice topic wise program first then try to use your skill in over all.
Answers 5 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

we can write URLs in a C++ code and it will not affect the program and the compiler will not throw any error. using namespace std; int main() { http://www.irbanpro.com/ for (int i = 0; i < 5; i++) { cout << "Hello" << endl ; } return 0; }
Answers 5 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

use strrev() function, using which we can reverse a string or you can write your own code as int main() { char str, temp; int i, j = 0; printf("\nEnter the string :"); gets(str); i = 0; j = strlen(str) - 1; while (i < j) { temp = str; str = str; ... ...more
use strrev() function, using which we can reverse a string or you can write your own code as int main() { char str[100], temp; int i, j = 0; printf("\nEnter the string :"); gets(str); i = 0; j = strlen(str) - 1; while (i < j) { temp = str[i]; str[i] = str[j]; str[j] = temp; i++; j--; } printf("\nReverse string is :%s", str); return (0); }
Answers 4 Comments
Dislike Bookmark

Answered on 06/08/2017 Learn IT Courses/Programming Languages/C Language

declare your variable as long int/long long int. if you want to add only positive numbers then declare variables as long unsigned int
Answers 6 Comments
Dislike Bookmark

Answered on 21/07/2017 Learn Tuition/BCA Tuition

if you wanted to join it industry then you should go for MCA
Answers 57 Comments
Dislike Bookmark

Contact

Load More

Om Prakash Kumar describes himself as Tutor. He conducts classes in BA Tuition, BCA Tuition and BSc Tuition. Om is located in Barrackpore, Kolkata. Om takes at students Home and Regular Classes- at his Home. He has 3 years of teaching experience . Om has completed Bachelor of Technology (B.Tech.) from WEST BENGAL UNIVERSITY OF TECHNOLOGY in 2013 and Master of Engineering - Master of Technology (M.E./M.Tech.) from Jadavpur University in 2016. HeĀ is well versed in Bengali, English and Hindi.

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