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 Software Engineer Interview Questions and Answers

Updated 5 Aug 2024

IAST Software Solutions Software Engineer Interview Experiences

2 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.

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

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All related to project worked on wlan testing and networking concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall Good.
They gave taken 3 technical and 1hr round

I applied via Naukri.com and was interviewed before Sep 2020. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python program like print day, month and year from current date and fibonacci series
  • Q2. Bluetooth concept basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare only program and basic concepts
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical mcq from basic of dsa

Round 2 - Coding Test 

Question from DSA and time will given to solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical HR and the next is general HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level questions were asked

Round 2 - Coding Test 

Questions were given asked to explain the concept

Round 3 - Technical 

(1 Question)

  • Q1. Basics of c++,java,oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

DSA MCQ in online platform

Round 2 - Coding Test 

Basic closings like lists/array/string

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online MCQs - 15 Questions (Aps, DSA, Output Prediction)

Round 2 - Coding Test 

1 Question (with 3 Enhancement)

Round 3 - Technical 

(2 Questions)

  • Q1. Delete Middle Element from a stack of Odd Length
  • Ans. 

    Remove middle element from a stack with odd length

    • Find the middle index of the stack by dividing the length by 2

    • Remove the element at the middle index

    • Adjust the stack by shifting elements if necessary

  • Answered by AI
  • Q2. Resume Based Questions
Round 4 - HR 

(2 Questions)

  • Q1. Self Introduction but without the details in the resume
  • Q2. Asked whether ok with the bond

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure and aptitude

Round 2 - Coding Test 

10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity

Round 3 - Technical 

(2 Questions)

  • Q1. Topic given and want to explain
  • Q2. Reverse string without buildin funtion and for loop
  • Ans. 

    Reverse a string without using built-in functions or for loops

    • Use recursion to reverse the string

    • Pass the substring excluding the first character to the recursive function

    • Base case: return the character itself if the length of the string is 1

    • Concatenate the last character of the string with the result of the recursive call

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Skilled in web development technologies like HTML, CSS, and JavaScript

    • Worked on projects involving database management with SQL

  • Answered by AI
  • Q2. Are you ok with agreement
  • Ans. 

    Yes, I am okay with agreement.

    • I am comfortable with signing agreements related to software development projects.

    • I understand the importance of agreements in protecting both parties involved in a project.

    • I am willing to review and negotiate agreements to ensure they are fair and reasonable.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidence
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Discussion on experience and current role and responsibilities

Round 2 - Technical 

(2 Questions)

  • Q1. 1. Discuss one past project
  • Q2. 2. Design a job scheduler
  • Ans. 

    A job scheduler is a software application that manages the scheduling of tasks or jobs to be executed by a computer system.

    • Define the job scheduling requirements such as priority, deadline, resource constraints, etc.

    • Implement a scheduling algorithm like First Come First Serve, Shortest Job First, Round Robin, etc.

    • Maintain a queue of jobs to be executed and allocate resources accordingly.

    • Monitor job execution and handle...

  • Answered by AI

Skills evaluated in this interview

IAST Software Solutions Interview FAQs

How many rounds are there in IAST Software Solutions Software Engineer interview?
IAST Software Solutions interview process usually has 1 rounds. The most common rounds in the IAST Software Solutions interview process are HR.
What are the top questions asked in IAST Software Solutions Software Engineer interview?

Some of the top questions asked at the IAST Software Solutions Software Engineer 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. communication protoc...read more

Tell us how to improve this page.

IAST Software Solutions Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
IAST Software Solutions Software Engineer Salary
based on 29 salaries
₹4 L/yr - ₹10 L/yr
27% less than the average Software Engineer Salary in India
View more details

IAST Software Solutions Software Engineer Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.0

Salary

4.0

Job security

4.5

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
29 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Technical Lead
6 salaries
unlock blur

₹26 L/yr - ₹35 L/yr

HR Manager
4 salaries
unlock blur

₹10.5 L/yr - ₹16.8 L/yr

Explore more salaries
Compare IAST Software Solutions with

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Global Edge Software

3.5
Compare

Trawex Technologies

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