Upload Button Icon Add office photos

Soft Suave Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Soft Suave Technologies Interview Questions and Answers

Updated 17 Jul 2025
Popular Designations

8 Interview questions

A Software Developer was asked 4mo ago
Q. Generate a square matrix with the first n*n prime numbers and print it in a spiral way on paper.
Ans. 

Generate an n*n matrix of prime numbers and print them in a spiral order.

  • 1. Generate prime numbers using the Sieve of Eratosthenes.

  • 2. Fill an n*n matrix with the first n*n prime numbers.

  • 3. Implement a spiral traversal algorithm to print the matrix.

  • 4. Example: For n=3, the matrix would be filled with primes: [[2, 3, 5], [7, 11, 13], [17, 19, 23]].

  • 5. The output for n=3 in spiral order would be: 2 3 5 13 23 19 17 11 ...

View all Software Developer interview questions
A Software Engineer Trainee was asked 8mo ago
Q. What are JDK, JRE, and JVM?
Ans. 

JDK, JRE, and JVM are essential components of Java programming, enabling development, execution, and management of Java applications.

  • JDK (Java Development Kit) is a software development kit that includes JRE and development tools like compilers and debuggers.

  • JRE (Java Runtime Environment) provides the libraries and components necessary to run Java applications but does not include development tools.

  • JVM (Java Virtu...

View all Software Engineer Trainee interview questions
A Software Engineer Trainee was asked 8mo ago
Q. What is the difference between an Interface and an abstract class?
Ans. 

Interfaces define contracts for classes, while abstract classes provide a base with shared code and can have state.

  • An interface can only declare methods, while an abstract class can declare methods and provide some implementation.

  • A class can implement multiple interfaces but can inherit from only one abstract class.

  • Interfaces are used for defining capabilities (e.g., Comparable), while abstract classes are used fo...

View all Software Engineer Trainee interview questions
A Software Developer was asked 11mo ago
Q. Tell me about your experience with coding questions.
Ans. 

This question assesses your coding skills and problem-solving abilities through practical coding tasks.

  • Understand the problem statement clearly before coding.

  • Break down the problem into smaller, manageable parts.

  • Write clean, efficient code with proper variable naming.

  • Test your code with various test cases to ensure accuracy.

  • Consider edge cases and performance implications.

View all Software Developer interview questions
A Software Engineer Trainee was asked
Q. Write a Java program to find duplicates in an array using a map.
Ans. 

Java program to find duplicates in an array using map

  • Create a HashMap to store the elements of the array as keys and their count as values

  • Iterate through the array and check if the element is already present in the map

  • If present, increment the count of the element in the map

  • If not present, add the element to the map with count as 1

  • Print the elements with count greater than 1

View all Software Engineer Trainee interview questions
An Interviewer was asked
Q. Given an array of integers representing stock prices on different days, find the minimum loss that can be incurred by buying on one day and selling on a later day.
Ans. 

Minimum loss calculation in an array of strings.

  • Convert string array to integer array

  • Sort the integer array in ascending order

  • Calculate the difference between adjacent elements

  • Return the minimum difference

View all Interviewer interview questions

Soft Suave Technologies HR Interview Questions

6 questions and answers

Q. Tell me about yourself.
Q. Tell me about your resume.
Q. Walk me through your profile
An Interviewer was asked
Q. Given a string, add an integer 'n' to each number present in the string. If 'inverse' is true, reverse the number before adding 'n'. For example, if string = "abcd 24, def 15", n = 5, and inverse = true, th...
Ans. 

Modify a string by adding an integer to numbers and reversing them based on a boolean flag.

  • Identify all numbers in the string.

  • Add 'n' to each identified number.

  • If 'inverse' is true, reverse the digits of the modified number.

  • Example: For 'abcd 24', with n=5 and inverse=true, result is 'abcd 92'.

  • Example: For 'def 15', with n=5 and inverse=true, result is 'def 02'.

View all Interviewer interview questions
Are these interview questions helpful?
A Test Engineer was asked
Q. What are the different types of waits in Selenium?
Ans. 

Different types of waits in Selenium include implicit wait, explicit wait, and fluent wait.

  • Implicit wait: Waits for a certain amount of time before throwing an exception if an element is not immediately available.

  • Explicit wait: Waits for a specific condition to be met before proceeding with the next steps.

  • Fluent wait: Waits for a certain condition to be satisfied with a defined polling frequency.

  • Examples: Thread.s...

View all Test Engineer interview questions

Soft Suave Technologies Interview Experiences

49 interviews found

Interviewer Interview Questions & Answers

user image Anonymous

posted on 27 Dec 2021

Interview Questionnaire 

2 Questions

  • Q1. Minimum loss calculation in an array.
  • Ans. 

    Minimum loss calculation in an array of strings.

    • Convert string array to integer array

    • Sort the integer array in ascending order

    • Calculate the difference between adjacent elements

    • Return the minimum difference

  • Answered by AI
  • Q2. In string we need to add 'n' is an integer where ever number is present and reverse the number if 'inverse' (boolean) is true. ex: string="abcd 24, def 15. n=5 ,inverse= true then answer: abc...
  • Ans. 

    Modify a string by adding an integer to numbers and reversing them based on a boolean flag.

    • Identify all numbers in the string.

    • Add 'n' to each identified number.

    • If 'inverse' is true, reverse the digits of the modified number.

    • Example: For 'abcd 24', with n=5 and inverse=true, result is 'abcd 92'.

    • Example: For 'def 15', with n=5 and inverse=true, result is 'def 02'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - three rounds of interview is there, They only technically strong people
1. MCQ in coding
2.You need to write and explain a program given.
3. write and execute program
4.Technial HR round- about your self, one programming question is asked to write.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

20 MCQ Question provided

Round 2 - Coding Test 

Java programming questions in string and array concept

Round 3 - Technical 

(2 Questions)

  • Q1. What is JDK,JRE and JVM?
  • Q2. Difference between Interface and abstract class?
Round 4 - HR 

(1 Question)

  • Q1. Tell you about yourself?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. The second round of interviews is somewhat medium in difficulty, while the third round resembles advanced programming challenges similar to those encountered at Zoho, such as train ticket booking systems o...
  • Q2. Only good tech skills and tech person will stay or else immediately you will be fired
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

First round is technical apptitude in java or python

Round 2 - Coding Test 

Second round is strings and array coding test

Round 3 - Coding Test 

Third level also advanced coding level

Round 4 - HR 

(2 Questions)

  • Q1. Basic information
  • Q2. Basic level hr questions

Interview Preparation Tips

Topics to prepare for Soft Suave Technologies Java Developer interview:
  • Java
Interview preparation tips for other job seekers - study well ,try your best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. F2F- 30 MCQ'S related to Java and Selenium
  • Q2. F2F - First task is writing test case scenarios and task two is SQL Query

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on Java, Selenium, and SQL queries.

Software Developer Interview Questions & Answers

user image Giridhara Thirumurugan

posted on 4 Apr 2025

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. 4 rounds of interview 1st is MCA question
  • Q2. 2nd round would be like coding but with paper. Generate a square matrix with first prime numbers of n*n and print in spiral way in a single line.
  • Ans. 

    Generate an n*n matrix of prime numbers and print them in a spiral order.

    • 1. Generate prime numbers using the Sieve of Eratosthenes.

    • 2. Fill an n*n matrix with the first n*n prime numbers.

    • 3. Implement a spiral traversal algorithm to print the matrix.

    • 4. Example: For n=3, the matrix would be filled with primes: [[2, 3, 5], [7, 11, 13], [17, 19, 23]].

    • 5. The output for n=3 in spiral order would be: 2 3 5 13 23 19 17 11 7.

  • Answered by AI
  • Q3. 3rd round would be coding in the system but I got rejected with 2 round

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident for this interview you can get it.

UI UX Developer Interview Questions & Answers

user image CHRISTO LAWRENCE

posted on 4 Dec 2024

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

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

Round 1 - Poster Design 

(1 Question)

  • Q1. Actually the first round was about to design a poster using figma , which should meet their expectations.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mcq's from inheritance, instance, constructor, Exception handling etc
Round 2 - Coding Test 

String Based question

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

First round 14 Java ,3 SQL ,3 apptitude

Round 2 - Coding Test 

3 Java questions strings and Java

Round 3 - Technical 

(2 Questions)

  • Q1. About the programming
  • Q2. Your coding questions
  • Ans. 

    This question assesses your coding skills and problem-solving abilities through practical coding tasks.

    • Understand the problem statement clearly before coding.

    • Break down the problem into smaller, manageable parts.

    • Write clean, efficient code with proper variable naming.

    • Test your code with various test cases to ensure accuracy.

    • Consider edge cases and performance implications.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Self Intro about you
  • Ans. 

    I am a passionate software developer with 5 years of experience in full-stack development.

    • Experienced in Java, JavaScript, HTML, CSS, and SQL

    • Strong problem-solving skills and ability to work in a team

    • Developed a web application for a startup company using React and Node.js

  • Answered by AI
  • Q2. About your resume
  • Ans. 

    I have a diverse background in software development, focusing on full-stack solutions and agile methodologies.

    • Bachelor's degree in Computer Science from XYZ University, where I developed a strong foundation in algorithms and data structures.

    • 3 years of experience as a software developer at ABC Corp, where I led a team to create a web application that improved user engagement by 30%.

    • Proficient in languages such as JavaSc...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. About HTML and CSS
  • Q2. About Figma fundamentals
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Level 1 aptitude with java, SQL, reasoning

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Soft Suave Technologies?
Ask anonymously on communities.

Soft Suave Technologies Interview FAQs

How many rounds are there in Soft Suave Technologies interview?
Soft Suave Technologies interview process usually has 2-3 rounds. The most common rounds in the Soft Suave Technologies interview process are Coding Test, Aptitude Test and HR.
How to prepare for Soft Suave Technologies 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 Soft Suave Technologies. The most common topics and skills that interviewers at Soft Suave Technologies expect are Python, Software Development, Java, C++ and C#.
What are the top questions asked in Soft Suave Technologies interview?

Some of the top questions asked at the Soft Suave Technologies interview -

  1. in string we need to add 'n' is an integer where ever number is present and rev...read more
  2. What are different types of waits in seleni...read more
  3. minimum loss calculation in an arra...read more
What are the most common questions asked in Soft Suave Technologies HR round?

The most common HR questions asked in Soft Suave Technologies interview are -

  1. What are your strengths and weakness...read more
  2. What is your family backgrou...read more
  3. What are your salary expectatio...read more
How long is the Soft Suave Technologies interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 41 interview experiences

Difficulty level

Easy 18%
Moderate 73%
Hard 9%

Duration

Less than 2 weeks 68%
2-4 weeks 32%
View more

Interview Questions from Similar Companies

ZeMoSo Technologies Interview Questions
3.5
 • 147 Interviews
Zifo RnD Solutions Interview Questions
3.7
 • 65 Interviews
QualiZeal Interview Questions
4.2
 • 59 Interviews
kipi.ai Interview Questions
4.1
 • 58 Interviews
Saama Technologies Interview Questions
3.8
 • 58 Interviews
Talentica Software Interview Questions
4.1
 • 52 Interviews
View all

Soft Suave Technologies Reviews and Ratings

based on 62 reviews

3.4/5

Rating in categories

4.0

Skill development

2.8

Work-life balance

2.8

Salary

3.1

Job security

2.9

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 62 Reviews and Ratings
Executive Software Engineer
72 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Engineer
48 salaries
unlock blur

₹3 L/yr - ₹7.6 L/yr

Software Developer
39 salaries
unlock blur

₹2.8 L/yr - ₹6.3 L/yr

Software Engineer Trainee
26 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

HR Executive
11 salaries
unlock blur

₹2 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Soft Suave Technologies with

Medcode

4.3
Compare

Cyfuture

2.9
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview