UrbanPro
true
Sandeep Kumar Singh Class 12 Tuition trainer in Varanasi

Sandeep Kumar Singh

Web Development and Salesforce Admin and Developer

Assi, Varanasi, India - 221005.

Verified 1 Student

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

Details verified of Sandeep Kumar Singh

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

I am a teacher and I have completed my education with BCA, MCA,M.Sc, M.Tech in computer science and experience 3 years. My key skills is provide good quality education.

Languages Spoken

Hindi Mother Tongue (Native)

English Basic

Education

Punjab Technical University, Jalandhar 2010

Bachelor of Computer Applications (B.C.A.)

Suresh Gyan Vihar University, Jaipur 2014

Master of Computer Applications (M.C.A.)

Karnataka open state University 2015

Master of Science (M.Sc.)

Swami Vivekanand Subharti University 2016

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

Address

Assi, Varanasi, India - 221005

Verified Info

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.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Class 12 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

3

Board

CBSE, State

Preferred class strength

One on one/ Private Tutions, Group Classes

Experience in School or College

Total 3 years experience in university and school

Subjects taught

Computer Science

Taught in School or College

Yes

Class 11 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

3

Board

NIOS, CBSE, ISC/ICSE, International Baccalaureate, State, IGCSE, AS/A levels

Preferred class strength

One on one/ Private Tutions, Group Classes

Subjects taught

Computer Science, Information Technology

Taught in School or College

Yes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

3

Board

ICSE, International Baccalaureate, NIOS, CBSE, IGCSE

Preferred class strength

One on one/ Private Tutions, Group Classes

Subjects taught

Computer Application, Information and Comunication Technology, Computers, Information Technology, Computer Practices

Taught in School or College

Yes

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Computer Science subjects

Mobile Application Development, Network security, Object Oriented Programming & Systems, Artificial Intelligence, Computer Networks, Machine Learning, Computer Organization & Design, Compiler Design, Theory of computation subject, Computer Hardware, Types of Database Systems, Internet Technology and Applications, Database Management Systems, Bioinformatics, Information Security, Web Engineering, Design and Analysis of Algorithms, Data Communication, Cloud Computing, Machine Intelligence

BTech Branch

BTech Computer Science Engineering, BTech Information Science Engineering

BTech Information Science subjects

Software Engineering, Big Data Analytics, Internet Tools &Technology, Information &Web Security, Object Oriented Programming, Artificial Intelligence, Database Systems, Computer Graphics and Animation, Computer Networks, Internet of Things, Design & Analysis of Algorithms, Machine Learning, Operating Systems, Design and Development of Web Applications, Cloud Computing

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BCA Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

2

BCA Subject

IT, Web Programming, Computer Basics and PC Software , Database Management Systems , C Language Programming, Data and File Structures , Computer Networks , Operating System Concepts and Networking Management , Object Oriented Technologies

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BSc Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

2

BSc Computer Science Subjects

Operating Systems, Information Security, Computer Systems Architecture, Computer Graphics, Software Testing, Theory of Computations, Software Engineering, Artificial Intelligence, Internet Technologies, Discrete Structures, Data Mining, Network programming and Administration, Data Communication and Computer Networks, Programming Fundamentals, Data Structures

Type of class

Regular Classes, Crash Course

BSc IT Subjects

Problem solving methodologies & programming in C, Computer organization & architechture, Advance and data structure, Foundation of information Technology

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BSc Branch

BSc IT, BSc Computer Science

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

Salesforce Administrator Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Salesforce Administrator Training

2

Salesforce Developer Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Salesforce Developer Training

2

Web Development Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Web Development Classes

2

Reviews

No Reviews yet!

FAQs

1. Which school boards of Class 12 do you teach for?

CBSE and State

2. Have you ever taught in any School or College?

Yes

3. Which classes do you teach?

I teach BCA Tuition, BSc Tuition, BTech Tuition, C Language, Class 10 Tuition, Class 11 Tuition, Class 12 Tuition, Salesforce Administrator, Salesforce Developer and Web Development 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.

Answers by Sandeep Kumar Singh (11)

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

An array can be passed to functions in C using pointers by passing reference to the base address of the array, and similarly, a multidimensional array can also be passed to functions in C.
Answers 3 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

C language, struct is used to define a user-defined data type that groups together variables of different data types under a single name. A typedef can be used to create an alias for an existing data type, including a struct.
Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

self-referential structure can be used to create a linked list by defining a structure that contains a data element and a pointer to the next element in the list. The pointer points to a variable of the same type, allowing the structure to refer to itself and creating a linked structure.
Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val . For example, one macro defined in the standard libraries is abs , which returns the absolute value of its parameter.
Answers 2 Comments
Dislike Bookmark

Answered on 07/10/2023 Learn IT Courses/Programming Languages/C Language

The most common way is simply to use the function name followed by parentheses. If you have a function stored in a variable, you can call it by using the variable name followed by parentheses. You can also call functions using the apply() or call() methods.
Answers 2 Comments
Dislike Bookmark

Teaches

Class 12 Tuition
1 Student

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 12 Tuition

3

Board

CBSE, State

Preferred class strength

One on one/ Private Tutions, Group Classes

Experience in School or College

Total 3 years experience in university and school

Subjects taught

Computer Science

Taught in School or College

Yes

Class 11 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 11 Tuition

3

Board

NIOS, CBSE, ISC/ICSE, International Baccalaureate, State, IGCSE, AS/A levels

Preferred class strength

One on one/ Private Tutions, Group Classes

Subjects taught

Computer Science, Information Technology

Taught in School or College

Yes

Class 10 Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Class 10 Tuition

3

Board

ICSE, International Baccalaureate, NIOS, CBSE, IGCSE

Preferred class strength

One on one/ Private Tutions, Group Classes

Subjects taught

Computer Application, Information and Comunication Technology, Computers, Information Technology, Computer Practices

Taught in School or College

Yes

BTech Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

2

BTech Computer Science subjects

Mobile Application Development, Network security, Object Oriented Programming & Systems, Artificial Intelligence, Computer Networks, Machine Learning, Computer Organization & Design, Compiler Design, Theory of computation subject, Computer Hardware, Types of Database Systems, Internet Technology and Applications, Database Management Systems, Bioinformatics, Information Security, Web Engineering, Design and Analysis of Algorithms, Data Communication, Cloud Computing, Machine Intelligence

BTech Branch

BTech Computer Science Engineering, BTech Information Science Engineering

BTech Information Science subjects

Software Engineering, Big Data Analytics, Internet Tools &Technology, Information &Web Security, Object Oriented Programming, Artificial Intelligence, Database Systems, Computer Graphics and Animation, Computer Networks, Internet of Things, Design & Analysis of Algorithms, Machine Learning, Operating Systems, Design and Development of Web Applications, Cloud Computing

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BCA Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

2

BCA Subject

IT, Web Programming, Computer Basics and PC Software , Database Management Systems , C Language Programming, Data and File Structures , Computer Networks , Operating System Concepts and Networking Management , Object Oriented Technologies

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BSc Tuition

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

2

BSc Computer Science Subjects

Operating Systems, Information Security, Computer Systems Architecture, Computer Graphics, Software Testing, Theory of Computations, Software Engineering, Artificial Intelligence, Internet Technologies, Discrete Structures, Data Mining, Network programming and Administration, Data Communication and Computer Networks, Programming Fundamentals, Data Structures

Type of class

Regular Classes, Crash Course

BSc IT Subjects

Problem solving methodologies & programming in C, Computer organization & architechture, Advance and data structure, Foundation of information Technology

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

Yes

BSc Branch

BSc IT, BSc Computer Science

C Language Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

3

Salesforce Administrator Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Salesforce Administrator Training

2

Salesforce Developer Training

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Salesforce Developer Training

2

Web Development Classes

Class Location

Online Classes (Video Call via UrbanPro LIVE)

Student's Home

Tutor's Home

Years of Experience in Web Development Classes

2

No Reviews yet!

Answers by Sandeep Kumar Singh (11)

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

An array can be passed to functions in C using pointers by passing reference to the base address of the array, and similarly, a multidimensional array can also be passed to functions in C.
Answers 3 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

C language, struct is used to define a user-defined data type that groups together variables of different data types under a single name. A typedef can be used to create an alias for an existing data type, including a struct.
Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

self-referential structure can be used to create a linked list by defining a structure that contains a data element and a pointer to the next element in the list. The pointer points to a variable of the same type, allowing the structure to refer to itself and creating a linked structure.
Answers 2 Comments
Dislike Bookmark

Answered on 09/10/2023 Learn IT Courses/Programming Languages/C Language

create a macro function, simply define a macro with a parameter that has whatever name you like, such as my_val . For example, one macro defined in the standard libraries is abs , which returns the absolute value of its parameter.
Answers 2 Comments
Dislike Bookmark

Answered on 07/10/2023 Learn IT Courses/Programming Languages/C Language

The most common way is simply to use the function name followed by parentheses. If you have a function stored in a variable, you can call it by using the variable name followed by parentheses. You can also call functions using the apply() or call() methods.
Answers 2 Comments
Dislike Bookmark

Book a Demo

Load More

Sandeep Kumar Singh describes himself as Web Development and Salesforce Admin and Developer. He conducts classes in BCA Tuition, BSc Tuition and BTech Tuition. Sandeep is located in Assi, Varanasi. Sandeep takes Online Classes- via online medium. He has 3 years of teaching experience . Sandeep has completed Bachelor of Computer Applications (B.C.A.) from Punjab Technical University, Jalandhar in 2010, Master of Computer Applications (M.C.A.) from Suresh Gyan Vihar University, Jaipur in 2014, Master of Science (M.Sc.) from Karnataka open state University in 2015 and Master of Engineering - Master of Technology (M.E./M.Tech.) from Swami Vivekanand Subharti University in 2016. HeĀ is well versed in 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