Upload Button Icon Add office photos
Engaged Employer

i

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

Softway Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softway Interview Questions and Answers

Updated 19 Jul 2024

Softway Interview Experiences

Popular Designations

4 interviews found

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

(1 Question)

  • Q1. How does garbage collection work in c#?
  • Ans. 

    Garbage collection in C# automatically manages memory by reclaiming unused objects.

    • Garbage collection in C# uses a mark-and-sweep algorithm to identify and reclaim memory that is no longer in use.

    • It runs in the background and periodically checks for objects that are no longer reachable.

    • Garbage collection helps prevent memory leaks and makes memory management easier for developers.

    • Example: C# automatically deallocates m...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just have strong fundamentals in OOPS

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Theory on laravel architecture, services and other patterns used. Palindrome using best o(n) time complexity in js . Basic php sessions questions

Round 2 - Culture fit round 

(2 Questions)

  • Q1. My role in previous company
  • Q2. Why I'm leaving that company to join this ?

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

2 LC Medium Questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions on C# and .Net

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 (219)

I appeared for an interview in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Same Day HR + Technical Interview
Round 3 - Technical 

(1 Question)

  • Q1. Basics of Android, Service , MVVM, LiveData, Kotlin Coroutine, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - this is just theory based question, you can clear it well

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Softway interview questions for popular designations

 Softwaretest Engineer

 (1)

 Software Engineer Level 1

 (1)

 Software Engineer

 (1)

 Software Development Engineer II

 (1)

Jobs at Softway

View all

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Merge sort
  • Q2. Oops concept
  • Q3. Real time implementation of oops concept
  • Ans. 

    Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

    • Real-time systems require objects to be created and destroyed dynamically

    • Inheritance and polymorphism can be used to create flexible and extensible systems

    • Real-time systems often use event-driven programming to respond to user input

    • Examples include video games, financial trading systems

  • Answered by AI
  • Q4. Logical questions
  • Q5. Logical programming questions using maps and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore

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

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

Softway Interview FAQs

How many rounds are there in Softway interview?
Softway interview process usually has 2-3 rounds. The most common rounds in the Softway interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Softway 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 Softway. The most common topics and skills that interviewers at Softway expect are Digital Marketing, Business Strategy, Balance Sheet, Health Insurance and Python.
What are the top questions asked in Softway interview?

Some of the top questions asked at the Softway interview -

  1. How does garbage collection work in ...read more
  2. Basics of Android, Service , MVVM, LiveData, Kotlin Coroutine, ...read more
  3. Same Day HR + Technical Interv...read more

Tell us how to improve this page.

Softway Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Knoldus Inc Interview Questions
4.0
 • 20 Interviews
DynPro Interview Questions
3.8
 • 19 Interviews
View all

Softway Reviews and Ratings

based on 15 reviews

4.7/5

Rating in categories

4.5

Skill development

4.7

Work-life balance

4.2

Salary

4.2

Job security

4.7

Company culture

4.4

Promotions

4.2

Work satisfaction

Explore 15 Reviews and Ratings
Work at Softway - Apply here For future opportunities!

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Senior AI/ML Engineer (Backend)

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Software Engineer II

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
48 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Project Manager
15 salaries
unlock blur

₹12 L/yr - ₹29 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹7.5 L/yr - ₹21 L/yr

Software Developer
7 salaries
unlock blur

₹6.8 L/yr - ₹15.4 L/yr

Softwaretest Engineer
7 salaries
unlock blur

₹2.9 L/yr - ₹10 L/yr

Explore more salaries
Compare Softway with

Apmosys Technologies

3.4
Compare

NexTurn

4.1
Compare

Zebra Technologies

3.8
Compare

ClaySys

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