Upload Button Icon Add office photos

Filter interviews by

Softsuave Interview Questions and Answers

Updated 28 Dec 2024

Softsuave Interview Experiences

Popular Designations

19 interviews found

Software Engineer Interview Questions & Answers

user image Poongavanam P

posted on 8 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aptitude test 45 minutes

Round 2 - Coding Test 

Written test 30 minutes

Round 3 - HR 

(2 Questions)

  • Q1. What about you self?
  • Q2. What is object oriended language?
  • Ans. 

    An object-oriented language is a programming language that uses objects to represent data and methods to manipulate that data.

    • Uses classes and objects to model real-world entities

    • Supports encapsulation, inheritance, and polymorphism

    • Examples include Java, C++, Python

  • Answered by AI

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Assignment 

They Told me to design one poster about cloud computing services.

UI UX Developer Interview Questions asked at other Companies

Q1. Which are the familiar software tools and what do you use it for?
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Aptitude Test 

Basic oops and sql easy questions

Round 2 - Coding Test 

Mediam level coding test to implement oops concepts

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

Softsuave interview questions for popular designations

 Software Developer

 (6)

 Software Engineer

 (4)

 Software Engineer Trainee

 (4)

 Associate Software Developer

 (1)

 Associate Software Engineer

 (1)

 Full Stack Software Developer

 (1)

 Software Developer Trainee

 (1)

 UI UX Developer

 (1)

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

I was interviewed in Oct 2024.

Round 1 - Aptitude Test 

Java and SQL code MCQ questions and one aptitude

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Software Engineer Trainee Interview Questions & Answers

user image Mahendra Vadde Peetla

posted on 8 Dec 2024

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

Python, data types, oops

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Jobs at Softsuave

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Python or java hand written assessment

Software Engineer Trainee Interview Questions asked at other Companies

Q1. Palindromic Linked ListYou are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a palindrome otherwise returns false. For example: The given linked list is 1 -> 2 -> 3 -> 2->... read more
View answer (4)

Software Engineer Interview Questions & Answers

user image SANTHOSH M K

posted on 19 Jul 2024

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 questions aptitude and basic programming

Round 2 - Coding Test 

Advance coding test the code will be written in paper

Interview Preparation Tips

Interview preparation tips for other job seekers - i am failed at round 2

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

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Asusal test. All the topics are inclueded... Moainly focus on codeing.

Round 2 - Coding Test 

It was a second round... It is an eliminated round.

Round 3 - Coding Test 

They given a one problem about Coins sum. It was so difficult.

Round 4 - HR 

(2 Questions)

  • Q1. Self intro... quetions about our hobbis.
  • Q2. Project explanation... Advanced java quetions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your resume. Explain your project neat and clear.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Softsuave Interview FAQs

How many rounds are there in Softsuave interview?
Softsuave interview process usually has 2-3 rounds. The most common rounds in the Softsuave interview process are Coding Test, Aptitude Test and Technical.
How to prepare for Softsuave 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 Softsuave. The most common topics and skills that interviewers at Softsuave expect are B2B Sales, Business Development, Client Acquisition, Cold Calling and Domestic Sales.
What are the top questions asked in Softsuave interview?

Some of the top questions asked at the Softsuave interview -

  1. what is object oriended langua...read more
  2. Questions on pesudo code, sql and aptit...read more
  3. Project explanation... Advanced java quetio...read more
How long is the Softsuave interview process?

The duration of Softsuave interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Softsuave Interview Process

based on 16 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
View all

Softsuave Reviews and Ratings

based on 22 reviews

3.6/5

Rating in categories

4.1

Skill development

3.1

Work-life balance

3.2

Salary

3.3

Job security

3.1

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 22 Reviews and Ratings
Explore more jobs
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