UrbanPro
true

JK IT Training

Andheri Railway Station, Mumbai, India - 400058

105 Students

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

Details verified of JK IT Training

Identity

Education

Know how UrbanPro verifies Tutor details

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

Teaches

MS SQL Administration Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL General Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Node.JS Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net Training
8 Students

Excellence Award Winner 2017

.Net Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

.Net component

.Net Web Services

Certification offered

Yes

SEO Training Classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Social Media Marketing (SMM) Training classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Digital Marketing Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Angular.JS Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

AngularJS Version

AngularJS (1.x), Angular 2, Angular 4

Web Development Classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

SQL Server Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

jQuery Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Java Script Training classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Certification Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

MS SQL Development Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Web Designing Classes
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Teaches web designing at proficiency level

Advanced Web Designing, Basic Web Designing

Corporate Training
8 Students

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Courses

4.6 out of 5 99 reviews

JK IT Training https://www.urbanpro.com/assets/new-ui/institute-100X100.png Andheri Railway Station
4.60599
JK IT Training
H

Web Development

"Excellent coaching staff,good knowledge,100 percent practicals and flexible timings. Great experience. "

JK IT Training
R

Java Script Training

"When I joined JK IT Training, I had 0% knowledge about JavaScript and programming language, but now I am pretty much confident about working in professional. Because they give 100% practical knowledge in institute. "

JK IT Training
M

Java Script Training

"I have join JK training institute for JavaScript jquery. Its very nice experience. Nasir sir gives practical examples. Nasir, so helpful with every problem & I am always thankful to them & JKIT. "

Reply by Jk It Training

Thanks a lot for your valuable feedback. Good luck for your future.

JK IT Training
N

Complete .Net Training

"I had a great experience with Nasir sir and got a thorough practical knowledge on c# and asp.net along with their advanced topics.Can't wait to implement this knowledge professionally. "

JK IT Training
S

Complete .Net Training

"Must join Institute for those who really want practical training.Entire Syllabus is covered properly.They give ample time for students to practice.Unless a topic is clear then only they move to new topic.My over all experience was good.I would recommend this Institute. "

JK IT Training
S

Java Script Training

"It was very good experience in JK IT for JavaScript and jqurey. Nasir sir is best, suitable timing. "

JK IT Training
R

Angular.JS

"Great experience and learning environment in JK IT institute. Problem solving, very helpful instructor. "

Reply by Jk It Training

Thanks Rajan. Wish you luck for your future professional career.

JK IT Training
J

Node.JS

"I took a mean stack certification course. The course provided me with clear understanding of mean stack technologies and also worked on real projects. "

Reply by Jk It Training

Thanks Jimesh. Best of luck for new opportunity.

JK IT Training
R

Microsoft ASP.NET MVC Training

"It was right choice made to join JKIT training, I am being trained in Microsoft ASP.NET MVC, the Mahesh sir (trainer) is very well experienced and shares the real-time scenarios. I am highly satisfied with his training. The course is very well organised. Would recommend jkit training for MVC training. "

JK IT Training
N

Microsoft ASP.NET MVC Training

"It was very nice learning experience with JKIT. All Topics were covered in detail.This is not a normal class room training, its one to one training and the trainers are highly experienced and very helpful. I will definitely recommend JK IT Training to those who wants to grow up in IT industry. "

JK IT Training
A

MS SQL Development

"I have a good experience in sql developer with trainer Ashish sir. Good knowledge of SQL with professional training. "

JK IT Training
R

Complete .Net Training

"I attended JK IT Andheri Branch for complete .net Training. It has been one of the best learning experiences for me so far. I have all my concept clear with 100 percent practical. "

JK IT Training
A

Complete .Net Training

""The teaching in JKIT institute is very nice. The quality of teaching, practical learning and assistance in resolving doubts and issues is just amazing. I recommend you to join this institute for complete .net training with 100 practical knowledge." "

JK IT Training
T

Microsoft ASP.NET MVC Training

"The teaching in JKIT institute is very nice. The quality of teaching, practical learning and assistance in resolving doubts and issues is just amazing. I recommend you to join this institute for complete dot net training. "

JK IT Training
T

Web Designing

"When I joined JK IT Training, I had 0% knowledge about complete .net training and programming language, but now I am pretty much confident about working in professional. Because they give 100% practical knowledge in institute and separate session to session batch only one person per batch. "

Have you attended any class with JK IT Training?

Answers by JK IT Training (41)

Answered on 03/03/2018 Learn IT Courses/Angular.JS

Angular only support html 5 supported browser. first check your broser version is it supported html 5 or not
Answers 3 Comments
Dislike Bookmark

Answered on 03/03/2018 Learn IT Courses/Angular.JS

import {Component} from '@angular/core'; @Component({ selector:'my-app', templateUrl:'app.component.html', //styles: //use for inline css styleUrls: //use for css file }) export class AppComponent{} ...more
import {Component} from '@angular/core';
@Component({
selector:'my-app',
templateUrl:'app.component.html',
//styles:['.active{color:#cecece}' ]  //use for inline css 
styleUrls: ['./app.component.css'] //use for css file
})
export class AppComponent{}
Answers 4 Comments
Dislike Bookmark

Answered on 03/03/2018 Learn IT Courses/Angular.JS

import {Component} from '@angular/core'; @Component({ selector:'my-app', templateUrl:'app.component.html', //styles: //use for inline css styleUrls: //use for css file }) export class AppComponent{} ...more
import {Component} from '@angular/core';
@Component({
selector:'my-app',
templateUrl:'app.component.html',
//styles:['.active{color:#cecece}' ]  //use for inline css 
styleUrls: ['./app.component.css'] //use for css file
})
export class AppComponent{}
Answers 4 Comments
Dislike Bookmark

Answered on 27/10/2016 Learn Functional Training/Internet & Digital Media/Digital Marketing Training

All business going traditional marketing digital marketing. Every business will use digital marketing. Its very easy fo reach target users. Lots of opportunities available in this filed. Even you can work any one moule and becone expert. You will get job. You can also start your own business. 1,50,000... ...more
All business going traditional marketing digital marketing. Every business will use digital marketing. Its very easy fo reach target users. Lots of opportunities available in this filed. Even you can work any one moule and becone expert. You will get job. You can also start your own business. 1,50,000 opportunities available in India. You can work at your place for any country. Jut join digital marleting training classroom or online and become expert. You should have practical exposure on digital marketing technique. So join any institute, who are offering training with live project.
Answers 26 Comments
Dislike Bookmark

Contact

Load More

JK IT Training conducts classes in .Net Training, Angular.JS and Corporate Training. It is located in Andheri Railway Station, Mumbai. It takes Regular Classes- at the Institute. It has got 99 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