Upload Button Icon Add office photos

Filter interviews by

Softsuave Software Developer Interview Questions and Answers

Updated 28 Dec 2024

Softsuave Software Developer Interview Experiences

6 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical question like java

Round 2 - Coding Test 

Substring, array concept

Round 3 - Coding Test 

Develop game application

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

5 aptitude questions and mcq questions

Round 2 - Coding Test 

1 coding of 2 hours duration

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for coding round

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Basic java interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - they only focused on java
Round 1 - Aptitude Test 

In 1st round they asked questions from particular language we choose in my case i choose java .In java they asked question from opps concepts like inheritance,polymorphism,methodoverloading and overriding also and multi threading and concepts based on string and string objectslike string buffer and string builder and also 3 aptitude logical reasoning question and 3 sql question total no of qes is 20.

Round 2 - Coding Test 

They asked question from problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - please good at any of mentioned language in JD and problem solving using dsa with that language.

Softsuave interview questions for designations

 Software Developer Trainee

 (1)

 Associate Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer

 (4)

 Software Engineer Trainee

 (4)

 Associate Software Engineer

 (1)

 UI UX Developer

 (1)

Software Developer Interview Questions & Answers

user image Harishkumar T

posted on 31 Mar 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

It contains aptitude, pseudocode, basics of java.

Round 2 - Coding Test 

Write code in the paper as well as explain it perfectly.

Round 3 - Coding Test 

Program should execute in the system followed by technical round.

Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Ans. 

    My family background is diverse and multicultural, with members from different professions and backgrounds.

    • My father is a doctor and my mother is a teacher.

    • I have two siblings, one is an engineer and the other is a lawyer.

    • We come from different cultural backgrounds, with roots in India and the United States.

    • Our family values education and encourages pursuing careers in STEM fields.

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and staying updated with new technologies

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q3. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in multiple programming languages and a passion for problem-solving.

    • Experienced in Java, C++, and Python

    • Strong knowledge of data structures and algorithms

    • Worked on various projects including web development and mobile app development

    • Excellent problem-solving and analytical skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn one programming language properly.

Software Developer Interview Questions & Answers

user image 18_160 Sri Santhosh G

posted on 14 Sep 2023

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

I applied via Walk-in and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Java basic and oops ,I attended 1 St round of interview it was about 23 core and 2 SQL query

Round 2 - Coding Test 

String concept, string builder and string buffer

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java

Interview questions from similar companies

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

I applied via Referral and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Run time polymorphism code
  • Q2. Linked list code
  • Q3. Deep copy shallow copy differences
  • Ans. 

    Deep copy creates a new copy of an object with its own unique memory space, while shallow copy creates a new object that references the same memory locations as the original object.

    • Deep copy duplicates all nested objects, while shallow copy only duplicates the references to nested objects.

    • Deep copy ensures that changes to the copied object do not affect the original object, while shallow copy may lead to unintended sid...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More deep questions about polymorphism code
  • Q2. Code for interchange of strings without strcpy
  • Ans. 

    Use a loop to swap characters of two strings without using strcpy function.

    • Create two arrays of characters to store the strings

    • Use a loop to iterate through each character of the strings and swap them

    • Ensure to handle cases where strings have different lengths

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please prepare oops concept and data structure well because its easy for first round but for second round its too difficult - the interviewer was so irritating and asked very stupid wuestions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Aptitude, core concepts and a code

Round 2 - HR 

(2 Questions)

  • Q1. What is the one thing you learnt from college club?
  • Ans. 

    I learned the importance of teamwork and collaboration from my college club.

    • Developed strong communication skills by working with diverse group of individuals

    • Learned how to delegate tasks effectively to achieve common goals

    • Gained experience in problem-solving and conflict resolution through group projects

  • Answered by AI
  • Q2. What is the one thing you want to expereince?
  • Ans. 

    I want to experience living in a different country and immersing myself in a new culture.

    • Traveling to a foreign country and learning about their customs and traditions

    • Trying new foods and experiencing different ways of life

    • Making friends with locals and exploring the local attractions

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Difference between relational and non relational dbms
  • Ans. 

    Relational DBMS stores data in tables with predefined relationships, while non-relational DBMS stores data in flexible, schema-less formats.

    • Relational DBMS uses structured query language (SQL) for querying data

    • Non-relational DBMS can store data in various formats like key-value pairs, document-based, graph databases

    • Relational DBMS ensures data integrity through normalization and constraints

    • Non-relational DBMS offers be...

  • Answered by AI
  • Q2. Difference betweeen class,abstract class,interface in python
  • Ans. 

    Class is a blueprint for creating objects, abstract class cannot be instantiated and can have abstract methods, interface is a contract for classes to implement certain methods.

    • Class is a blueprint for creating objects with attributes and methods.

    • Abstract class cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Interface is a contract for classes to implement certain methods, bu

  • Answered by AI
  • Q3. Project related questions were asked

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic C# coding Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to Angular
  • Q2. Question related to ASP.NET CORE
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Given strings and asked to write down the first non-repeatable string
  • Q2. Palindrome program in java
  • Ans. 

    A palindrome program in Java checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string input

    • Use a loop to compare characters from both ends of the string

    • Return true if the string is a palindrome, false otherwise

  • Answered by AI
  • Q3. Diamond problem in java
  • Ans. 

    Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.

    • Diamond problem arises in multiple inheritance scenarios in Java.

    • It occurs when a class inherits from two classes that have a common ancestor.

    • To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.

    • Example: Class A and Class...

  • Answered by AI
  • Q4. Given a list of numbers and insisted to get the sum of numbers which gives 6
  • Ans. 

    Iterate through the list and find pairs of numbers that sum up to 6

    • Iterate through the list and check if the current number + any other number in the list equals 6

    • Store the pairs of numbers that sum up to 6 in a separate list

    • Return the list of pairs

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on your technical skills. Be good at writing pseudo code, Focus on java and oops concepts.

Skills evaluated in this interview

Softsuave Interview FAQs

How many rounds are there in Softsuave Software Developer interview?
Softsuave interview process usually has 2-3 rounds. The most common rounds in the Softsuave interview process are Coding Test, Aptitude Test and HR.

Tell us how to improve this page.

Softsuave Software Developer Interview Process

based on 4 interviews

3 Interview rounds

  • Aptitude Test Round
  • Coding Test Round - 1
  • Coding Test Round - 2
View more
Softsuave Software Developer Salary
based on 19 salaries
₹3 L/yr - ₹5.3 L/yr
52% less than the average Software Developer Salary in India
View more details

Softsuave Software Developer Reviews and Ratings

based on 2 reviews

3.3/5

Rating in categories

4.3

Skill development

4.6

Work-life balance

3.0

Salary

4.3

Job security

3.3

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Executive Software Engineer
34 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Software Engineer
27 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Software Developer
19 salaries
unlock blur

₹3 L/yr - ₹5.3 L/yr

Software Engineer Trainee
15 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Executive Accountant
5 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Explore more salaries
Compare Softsuave 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