Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by IAST Software Solutions Team. If you also belong to the team, you can get access from here

IAST Software Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IAST Software Solutions Interview Questions, Process, and Tips

Updated 18 Dec 2024

Top IAST Software Solutions Interview Questions and Answers

IAST Software Solutions Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What are BSW stacks in which you have worked?
  • Ans. 

    I have worked with AUTOSAR BSW stacks in my previous projects.

    • AUTOSAR BSW stacks are standardized software components for automotive embedded systems.

    • I have experience with RTE, COM, DCM, and NM modules in AUTOSAR BSW stacks.

    • I have worked with Vector MICROSAR and Elektrobit EB tresos AUTOSAR BSW stacks.

  • Answered by AI
  • Q2. Explain something about your project?
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated charting libraries like Chart.js for visualizing progress

  • Answered by AI
  • Q3. Write a code to move 8 bytes of data to another memory location without using standard functions.
  • Ans. 

    Use pointer arithmetic to move 8 bytes of data to another memory location.

    • Declare two char pointers to the source and destination memory locations.

    • Use a loop to copy each byte from the source to the destination using pointer arithmetic.

    • Ensure proper memory allocation and handling to avoid segmentation faults.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to yourself, explain clearly what you have worked on. this much should do.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Embedded Engineer Interview Questions & Answers

user image BANDIKARI MAHENDRA

posted on 24 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Mcq and 1hour mostly aptitude and basic technical

Round 2 - Technical 

(2 Questions)

  • Q1. What is c programming
  • Ans. 

    C programming is a high-level programming language used for developing system software and applications.

    • C programming is widely used for developing operating systems, compilers, and embedded systems.

    • It is a procedural language with a rich set of built-in functions and operators.

    • Example: Writing a simple 'Hello World' program in C.

  • Answered by AI
  • Q2. Differences between micro processors and micro controllers
  • Ans. 

    Microprocessors are general-purpose CPUs while microcontrollers are specialized chips with integrated memory and peripherals.

    • Microprocessors are used in devices like computers and smartphones, while microcontrollers are used in embedded systems like microwaves and washing machines.

    • Microprocessors require external components like memory and peripherals, while microcontrollers have these components integrated on the chip...

  • Answered by AI

Skills evaluated in this interview

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

VERY EASY ,BASIC QUESTIONS

Round 2 - Coding Test 

JUST HAD TO WRITE THE LOGIC

Round 3 - Group Discussion 

EASY TOPICS WERE GIVEN

Round 4 - Technical 

(2 Questions)

  • Q1. BASICS OF DATA STRUCTURE
  • Q2. DETAILED EXPLAINATION ABOUT MY PROJECT

Interview Preparation Tips

Interview preparation tips for other job seekers - WORK HARD DAILY,PRACTICE IS THE ONLY WAY

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about yor previous experience

Requirement Engineer Interview Questions asked at other Companies

Q1. explain ASPICE workflow in details with examples
View answer (1)

IAST Software Solutions interview questions for popular designations

 Software Engineer

 (2)

 Software Developer

 (1)

 Embedded Engineer

 (1)

 Requirement Engineer

 (1)

I applied via Referral and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Embedded c
  • Q2. Communication protocols

Interview Preparation Tips

Interview preparation tips for other job seekers - it was great working with iast software solution pvt ltd thank you for whole team for supported me in all my technical challenges

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)

Interview questions from similar companies

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about Yourself, some questions related to machine learning, and I was asked more questions to differentiate like differences between ml and ai, python and c, c and java and procedural and functiona...

Interview Preparation Tips

Interview preparation tips for other job seekers - Get a complete grip on your resume and be confident about what you say, If you don't know the answer it is okay to agree that you don't know the answer so that interviewer can ask the next questions.

I applied via Job Portal and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts,JAVA 8

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite simple and easy. 1st round technical.2nd round HR

IAST Software Solutions Interview FAQs

How many rounds are there in IAST Software Solutions interview?
IAST Software Solutions interview process usually has 2 rounds. The most common rounds in the IAST Software Solutions interview process are Technical, Aptitude Test and HR.
How to prepare for IAST Software Solutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at IAST Software Solutions. The most common topics and skills that interviewers at IAST Software Solutions expect are AUTOSAR, Doors, Embedded C, C and Java.
What are the top questions asked in IAST Software Solutions interview?

Some of the top questions asked at the IAST Software Solutions interview -

  1. What are BSW stacks in which you have work...read more
  2. write a code to move 8 bytes of data to another memory location without using s...read more
  3. differences between micro processors and micro controll...read more

Tell us how to improve this page.

IAST Software Solutions Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

IAST Software Solutions Reviews and Ratings

based on 20 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.3

Salary

4.6

Job security

4.5

Company culture

4.2

Promotions

4.3

Work satisfaction

Explore 20 Reviews and Ratings
Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IAST Software Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview