UrbanPro
true
Aakash Kumar Big Data trainer in Chennai

Featured

Aakash Kumar

Developer and Trainer , with coding knowldege

Ashok Nagar, Chennai, India - 600033.

Verified Certified 136 Students

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

Details verified of Aakash 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

As today world is moving with big data new technology, So I am passionate to teach those skills and even learn.
My skills include leading big data technology spark, Scala, Hadoop, Cassandra, Redis and for middleware node js.
My strength is to do more rather than the giving up. and I make people's understand the concepts.

Languages Spoken

Bhojpuri

English

Hindi Mother Tongue (Native)

Education

cognitiveclass.ai 2018

Block Chain developer Certificate By Cognitive Class

cognitiveclass.ai 2018

Machine Learning developer developer Certificate By Cognitive Class

https://cognitiveclass.ai 2018

Spark Fundamentals I

cognitiveclass.ai 2018

Spark Overview for Scala Analytics By Cognitive Class

cognitiveclass.ai 2018

Scala 101 (beginner) Developer Certificate By Cognitive Class

cognitiveclass.ai 2018

Spark Fundamentals II developer developer Certificate By Cognitive Class

Address

Ashok Nagar, Chennai, India - 600033

Verified Info

ID Verified

Education Verified

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

Big Data Training
6 Students

Excellence Award Winner 2019

Big Data

Tutor Of The Month Award Winner January 2019

For Big Data in Chennai

UrbanPro Certified Tutor

For Big Data

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Big Data Training

5

Big Data Technology

Apache Spark, Hadoop, Scala

Node.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Node.JS Training

4

jQuery Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in jQuery Training

4

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

4

Teaches

Spring, JSP (Java Server Pages), Core Java, J2EE

Certification training offered

No

DevOps Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in DevOps Training

4

Python Training classes
2 Students

Tutor Of The Month Award Winner August 2019

For Python Training in Chennai

UrbanPro Certified Tutor

For Python Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

7

Course Duration provided

1-3 months, 3-6 months

Seeker background catered to

Individual, Educational Institution, Corporate company

Certification provided

Yes

Python applications taught

Data Analysis with Python , Networking with Python , Web Development with Python , Data Visualization with Python, Data Science with Python, Machine Learning with Python, Web Scraping with Python , Data Extraction with Python , Regular Expressions with Python , Scipy Stack with Python

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

5

Data science techniques

Artificial Intelligence, Machine learning

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

10

Type of Computer course taken

Software Programming, Training in Software application usage

Blockchain Training

Class Location

Online (video chat via skype, google hangout etc)

I am Willing to Travel

Tutor's Home

Years of Experience in Blockchain Training

2

Certification

Yes

Amazon Web Services Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Amazon Web Services Training

8

AWS Certification offered

AWS Certified Solutions Architect

AWS Certification Level offered

Associate, Professional

Reviews (116)

4.9 out of 5 116 reviews

Aakash Kumar https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/4672840-small.jpg Ashok Nagar
4.905116
Aakash Kumar
J

Big data with Spark

"I would tell you that, if you don't know any coding skills, our trainer will help you to learn things easily and very helpful and kind nature. "

Aakash Kumar
A

Big data with Spark

"He is a good trainer and provides good hands-on and insite on the subject. It has been a good experience, getting training under him. "

Aakash Kumar
N

Big data with Spark

"Aakash has very depth knowledge in his field, Big Data, pyspark, python.I got good opportunity to join this python and pyspark and he has excellent techniques of python to teach a beginner. "

Aakash Kumar
A

Big Data

""I like the way he teach and probably one of the best teacher on urbanpro for big data/hadoop. I highly recommend to aakash sir for big data and also you can get knowledge on each subjects. In a nutshell I can say he is an all rounder, thank you aakash sir. " "

Have you attended any class with Aakash? Write a Review

FAQs

1. Which classes do you teach?

I teach Amazon Web Services, Big Data, Blockchain, Computer, Data Science, DevOps Training, Java Training, Node.JS, Python Training and jQuery Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for 5 years.

Answers by Aakash (11)

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

Both are having different Quality In Their Filed, But as a Big data Developer i can say Hadoop big data admin is better one.
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

please do a Research On Apache Spark and It's components like (Spark-SQL,Spark-Streaming,Spark-Mlib and Spark-Graphix)
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

The required Hadoop storage in this instance is estimated to be four times the initial data size
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

If u are palnning To Give Hadoop Developer Interview, Please More Focus On Apache Spark and Scala and Cassandra DataBase With HDFS File System.
Answers 1 Comments
Dislike Bookmark

Answered on 08/10/2018 Learn IT Courses/Programming Languages/Python

ROMAN = def int_to_roman(number): result = "" for (arabic, roman) in ROMAN: (factor, number) = divmod(number, arabic) result += roman * factor return result ...more
ROMAN = [
    (1000, "M"),
    ( 900, "CM"),
    ( 500, "D"),
    ( 400, "CD"),
    ( 100, "C"),
    (  90, "XC"),
    (  50, "L"),
    (  40, "XL"),
    (  10, "X"),
    (   9, "IX"),
    (   5, "V"),
    (   4, "IV"),
    (   1, "I"),
]

def int_to_roman(number):
    result = ""
    for (arabic, roman) in ROMAN:
        (factor, number) = divmod(number, arabic)
        result += roman * factor
    return result
Answers 1 Comments
Dislike Bookmark

Teaches

Big Data Training
6 Students

Excellence Award Winner 2019

Big Data

Tutor Of The Month Award Winner January 2019

For Big Data in Chennai

UrbanPro Certified Tutor

For Big Data

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Big Data Training

5

Big Data Technology

Apache Spark, Hadoop, Scala

Node.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Node.JS Training

4

jQuery Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in jQuery Training

4

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

4

Teaches

Spring, JSP (Java Server Pages), Core Java, J2EE

Certification training offered

No

DevOps Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in DevOps Training

4

Python Training classes
2 Students

Tutor Of The Month Award Winner August 2019

For Python Training in Chennai

UrbanPro Certified Tutor

For Python Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Python Training classes

7

Course Duration provided

1-3 months, 3-6 months

Seeker background catered to

Individual, Educational Institution, Corporate company

Certification provided

Yes

Python applications taught

Data Analysis with Python , Networking with Python , Web Development with Python , Data Visualization with Python, Data Science with Python, Machine Learning with Python, Web Scraping with Python , Data Extraction with Python , Regular Expressions with Python , Scipy Stack with Python

Data Science Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Data Science Classes

5

Data science techniques

Artificial Intelligence, Machine learning

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

10

Type of Computer course taken

Software Programming, Training in Software application usage

Blockchain Training

Class Location

Online (video chat via skype, google hangout etc)

I am Willing to Travel

Tutor's Home

Years of Experience in Blockchain Training

2

Certification

Yes

Amazon Web Services Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Amazon Web Services Training

8

AWS Certification offered

AWS Certified Solutions Architect

AWS Certification Level offered

Associate, Professional

Answers by Aakash Kumar (11)

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

Both are having different Quality In Their Filed, But as a Big data Developer i can say Hadoop big data admin is better one.
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

please do a Research On Apache Spark and It's components like (Spark-SQL,Spark-Streaming,Spark-Mlib and Spark-Graphix)
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

The required Hadoop storage in this instance is estimated to be four times the initial data size
Answers 1 Comments
Dislike Bookmark

Answered on 08/11/2018 Learn IT Courses/Hadoop +2 IT Courses/Hadoop/Hadoop Testing IT Courses/Big Data

If u are palnning To Give Hadoop Developer Interview, Please More Focus On Apache Spark and Scala and Cassandra DataBase With HDFS File System.
Answers 1 Comments
Dislike Bookmark

Answered on 08/10/2018 Learn IT Courses/Programming Languages/Python

ROMAN = def int_to_roman(number): result = "" for (arabic, roman) in ROMAN: (factor, number) = divmod(number, arabic) result += roman * factor return result ...more
ROMAN = [
    (1000, "M"),
    ( 900, "CM"),
    ( 500, "D"),
    ( 400, "CD"),
    ( 100, "C"),
    (  90, "XC"),
    (  50, "L"),
    (  40, "XL"),
    (  10, "X"),
    (   9, "IX"),
    (   5, "V"),
    (   4, "IV"),
    (   1, "I"),
]

def int_to_roman(number):
    result = ""
    for (arabic, roman) in ROMAN:
        (factor, number) = divmod(number, arabic)
        result += roman * factor
    return result
Answers 1 Comments
Dislike Bookmark

Contact

Load More

Aakash Kumar describes himself as Developer and Trainer , with coding knowldege. He conducts classes in Amazon Web Services, Big Data and Blockchain. Aakash is located in Ashok Nagar, Chennai. Aakash takes Regular Classes- at his Home and Online Classes- via online medium. He has 10 years of teaching experience . HeĀ is well versed in Hindi, Bhojpuri and English. Aakash has got 116 reviews till now with 100% positive feedback.

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