UrbanPro
true
Vihanga EmbedSoft Embedded C institute in Bangalore

Vihanga EmbedSoft

Narayanaghatta, Bangalore, India - 560099

Verified 2 Students

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

Details verified of Vihanga EmbedSoft

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Vihanga embedsoft is India's only training institute for safety-critical embedded software. We enable the engineers to enter the challenging field of the safety-critical embedded software domain. We offer comprehensive classroom/Online courses. The training covers both theory and practical spread approximately at a 30:70 ratio. The training focused to make engineers jobs ready from day 1 of joining an organization. The course content of the program broadly covers the complete software development life cycle aspects such as requirements, coding, and verification with respect to safety-critical embedded software. This course helps to get into the avionics/automotive/railway/health care domain.
This training is meant for engineering graduates for securing jobs in the core software engineering field. Along with training we also provide 100% placement assistance to our trained engineers. Our trained engineers are working in MNCs such as HCL Technologies, L & T Technologies Services, Cyient ltd., Capgemini, Alstom, Expleo, and Moog India Technology Center Pvt. Ltd.
We have a 100% placement record so far.

Address

#29/3, SMB COMPLEX, Chandapura Dommasandra Road,

Near Muthanallur Circle

Narayanaghatta, Bangalore, India - 560099

Landmark: Near Muthanallur Circle

Verified Info

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

Embedded C Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Embedded Systems Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Software Testing classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Training for ISTQB certification

Yes

Testing Types

Automated Software Testing

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Courses

Reviews (3)

5 out of 5 3 reviews

Vihanga EmbedSoft https://www.urbanpro.com/assets/new-ui/institute-100X100.png Narayanaghatta
5.0053
Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software

"I got all hands on experience Rather then just theory. Sreemram sir is the best faculty with great knowledge of avionics safety- critical software. After attending training I was able to crack the interview and got a job. "

Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software Verification

"My experience with Vihanga Embedsoft was wonderful. I have undergone a training on Safety Critical Embedded Software meeting DO-178B guidelines. I always want to make my career in avionics domain. So, I choose Vihanga Embedsoft. Sreeram Sir gave me a very good practical knowledge of C language & DO-178B based Software verification. Sir is very polite and never give false promise to anyone, as when i come to join for training on first day itself Sir cleared me that he will not give any assurance for placement but if there will any opportunity comes to him, than only he suggest my resume to the company. Its only 3 months passed and i got an opportunity in MNC and got cleared in technical round and in HR round as well. One thing i like the most about sir is transparency and he taught to me also to be transparent. Apart from technical knowledge he motivate me at each step & also told me my deficiencies, So that i can improve them. I thanked him truly for everything i got from sir. I joined the MNC and got placed. Thank you very much sir for the knowledge you shared with us. "

Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software Verification

"My experience with Vihanga Embedsoft was wonderful. I have undergone a training on Safety Critical Embedded Software meeting DO-178B guidelines. I always want to make my career in avionics domain. So, I choose Vihanga Embedsoft. Sreeram Sir gave me a very good practical knowledge of C language & DO-178B based Software verification. Sir is very polite and never give false promise to anyone, as when i come to join for training on first day itself Sir cleared me that he will not give any assurance for placement but if there will any opportunity comes to him, than only he suggest my resume to the company. Its only 3 months passed and i got an opportunity in MNC and got cleared in technical round and moved to the HR round. I hope for the best that i shall clear for HR round as well and will get placed in MNC in upcoming days soon. One thing i like the most about sir is transparency and he taught to me also to be transparent. Apart from technical knowledge he motivate me at each step & also told me my deficiencies, So that i can improve them. I thanked him truly for everything i got from sir. I joined the MNC and got placed. Thank you very much sir for the knowledge you shared with us. "

Have you attended any class with Vihanga EmbedSoft?

FAQs

1. Which classes do you teach?

We teach C Language, Embedded C, Embedded Systems and Software Testing Classes

2. Do you provide a demo class?

Yes, We provide a free demo class.

3. Where are you located?

We are located in Narayanaghatta, Bangalore.

Lessons (5)

What is Safety-Critical Software?

A software whose failure may cause death or injuries to the users called Safety-Critical Software.The software present as part of Aeroplanes, or present in Rail as railway signalling software or Automotive...

13/07/2019
0 0
0
What is debugging? and its importance

Debugging is a step by step process of identifying the errors present in the code. The question here is what kind of mistakes? Usually errors are of two types.1. Syntax errors2. Logical errors.Syntax...

13/07/2019
1 0
0
Why C is a Language and not a database?

When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

15/09/2016
0 0
0

Answers by Vihanga EmbedSoft (15)

Answered on 04/05/2022 Learn IT Courses/Computer Software

Code does not compile as there is no uppercase P declared in the code. If ignored this mistake output is 10, 20 & 30
Answers 5 Comments
Dislike Bookmark

Answered on 25/06/2019 Learn IT Courses/Embedded Systems

You may perform a course on Embedded Software testing that covers Automation testing and embedded applications. If you want to be in core industry, then you may look for Safety-Critical embedded software testing training.
Answers 5 Comments
Dislike Bookmark

Answered on 25/06/2019 Learn IT Courses/Software Testing

Good understanding of the requirements, Knowledge of the Software language for debugging, Knowledge of development of test cases and producing test results. Also ability to isolate and confirm the problem and raise Bug report.
Answers 20 Comments
Dislike Bookmark

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

Structure of C Program:Preprocessor Directives such as #define, #include, #if #else ....declare Global VariablesDeclare Function prototypesElaborate functions as:<return type> <Function name>(parameter list){local variable declarationfunctionality (c statements and constructs)return (based... ...more

Structure of C Program:
Preprocessor Directives such as #define, #include, #if  #else ....declare Global Variables
Declare Function prototypes
Elaborate functions as:
<return type> <Function name>(parameter list)
{local variable declaration
functionality (c statements and constructs)
return (based on the return type)
}
...
main()
{
....
....
}
Regarding math.h:
It is a header file for the mathematical function library such an sqrt(), abs()  etc..
For better clarity, these functions are developed by the compiler supplier and converted as a library.
Even you can create such user-defined libraries based on your application requirement.
Regarding string.h
It is similar to math.h  but this contains functions related to string operations such as copy, merge, to find the length etc.. e.g., strlen(), strcat(), strcpy() etc..

Answers 42 Comments
Dislike Bookmark

Teaches

Embedded C Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Embedded Systems Training

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Software Testing classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Training for ISTQB certification

Yes

Testing Types

Automated Software Testing

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

At the Institute

Courses

5 out of 5 3 reviews

Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software

"I got all hands on experience Rather then just theory. Sreemram sir is the best faculty with great knowledge of avionics safety- critical software. After attending training I was able to crack the interview and got a job. "

Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software Verification

"My experience with Vihanga Embedsoft was wonderful. I have undergone a training on Safety Critical Embedded Software meeting DO-178B guidelines. I always want to make my career in avionics domain. So, I choose Vihanga Embedsoft. Sreeram Sir gave me a very good practical knowledge of C language & DO-178B based Software verification. Sir is very polite and never give false promise to anyone, as when i come to join for training on first day itself Sir cleared me that he will not give any assurance for placement but if there will any opportunity comes to him, than only he suggest my resume to the company. Its only 3 months passed and i got an opportunity in MNC and got cleared in technical round and in HR round as well. One thing i like the most about sir is transparency and he taught to me also to be transparent. Apart from technical knowledge he motivate me at each step & also told me my deficiencies, So that i can improve them. I thanked him truly for everything i got from sir. I joined the MNC and got placed. Thank you very much sir for the knowledge you shared with us. "

Vihanga EmbedSoft
M

Avionics Safety-Critical Embedded Software Verification

"My experience with Vihanga Embedsoft was wonderful. I have undergone a training on Safety Critical Embedded Software meeting DO-178B guidelines. I always want to make my career in avionics domain. So, I choose Vihanga Embedsoft. Sreeram Sir gave me a very good practical knowledge of C language & DO-178B based Software verification. Sir is very polite and never give false promise to anyone, as when i come to join for training on first day itself Sir cleared me that he will not give any assurance for placement but if there will any opportunity comes to him, than only he suggest my resume to the company. Its only 3 months passed and i got an opportunity in MNC and got cleared in technical round and moved to the HR round. I hope for the best that i shall clear for HR round as well and will get placed in MNC in upcoming days soon. One thing i like the most about sir is transparency and he taught to me also to be transparent. Apart from technical knowledge he motivate me at each step & also told me my deficiencies, So that i can improve them. I thanked him truly for everything i got from sir. I joined the MNC and got placed. Thank you very much sir for the knowledge you shared with us. "

Have you attended any class with Vihanga EmbedSoft?

Answers by Vihanga EmbedSoft (15)

Answered on 04/05/2022 Learn IT Courses/Computer Software

Code does not compile as there is no uppercase P declared in the code. If ignored this mistake output is 10, 20 & 30
Answers 5 Comments
Dislike Bookmark

Answered on 25/06/2019 Learn IT Courses/Embedded Systems

You may perform a course on Embedded Software testing that covers Automation testing and embedded applications. If you want to be in core industry, then you may look for Safety-Critical embedded software testing training.
Answers 5 Comments
Dislike Bookmark

Answered on 25/06/2019 Learn IT Courses/Software Testing

Good understanding of the requirements, Knowledge of the Software language for debugging, Knowledge of development of test cases and producing test results. Also ability to isolate and confirm the problem and raise Bug report.
Answers 20 Comments
Dislike Bookmark

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

Structure of C Program:Preprocessor Directives such as #define, #include, #if #else ....declare Global VariablesDeclare Function prototypesElaborate functions as:<return type> <Function name>(parameter list){local variable declarationfunctionality (c statements and constructs)return (based... ...more

Structure of C Program:
Preprocessor Directives such as #define, #include, #if  #else ....declare Global Variables
Declare Function prototypes
Elaborate functions as:
<return type> <Function name>(parameter list)
{local variable declaration
functionality (c statements and constructs)
return (based on the return type)
}
...
main()
{
....
....
}
Regarding math.h:
It is a header file for the mathematical function library such an sqrt(), abs()  etc..
For better clarity, these functions are developed by the compiler supplier and converted as a library.
Even you can create such user-defined libraries based on your application requirement.
Regarding string.h
It is similar to math.h  but this contains functions related to string operations such as copy, merge, to find the length etc.. e.g., strlen(), strcat(), strcpy() etc..

Answers 42 Comments
Dislike Bookmark

Contact

Load More

Lessons (5)

What is Safety-Critical Software?

A software whose failure may cause death or injuries to the users called Safety-Critical Software.The software present as part of Aeroplanes, or present in Rail as railway signalling software or Automotive...

13/07/2019
0 0
0
What is debugging? and its importance

Debugging is a step by step process of identifying the errors present in the code. The question here is what kind of mistakes? Usually errors are of two types.1. Syntax errors2. Logical errors.Syntax...

13/07/2019
1 0
0
Why C is a Language and not a database?

When I interviewed a candidate, I raised this question many times, but I have not got the answer correctly. To under why C is a language and not a database, it is good to understand why our communication...

15/09/2016
0 0
0

Contact

Load More

Vihanga EmbedSoft conducts classes in C Language, Embedded C and Embedded Systems. It is located in Narayanaghatta, Bangalore. It takes Regular Classes- at the Institute and Online Classes- via online medium. It has got 3 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