Upload Button Icon Add office photos

Filter interviews by

Soft Suave Technologies Senior Software Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. It was mostly puzzles.
  • Q2. One algo question invoving recursive function .

Interview Preparation Tips

Interview preparation tips for other job seekers - For freshers - prepare puzzles and basic computer science fundamentals

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

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

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Array tasks on given platform

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical questions on core java
Round 3 - One-on-one 

(1 Question)

  • Q1. About frontend technology questions

Interview Preparation Tips

Interview preparation tips for other job seekers - study every topic in detail. oops, collection, exception handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2023. There were 3 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Brief about Java 8 with example
  • Ans. 

    Java 8 introduced new features like lambda expressions, streams, and functional interfaces.

    • Lambda expressions allow concise syntax for defining anonymous functions.

    • Streams provide a way to work with collections in a functional style.

    • Functional interfaces have a single abstract method and can be used with lambda expressions.

    • Example: Lambda expression - (a, b) -> a + b

    • Example: Stream usage - List<String> names = Ar...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What are spring components
  • Ans. 

    Spring components are reusable software building blocks managed by the Spring framework.

    • Spring components are Java classes annotated with @Component or its specialized annotations like @Service, @Repository, @Controller.

    • These components are managed by the Spring IoC container and can be injected into other components using @Autowired annotation.

    • Spring components promote code reusability, modularity, and maintainability

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 3 interview rounds.

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 - Coding Test 

The test is around 1 hour. All the questions will test the aptitude and coding skills. The questions are challenging but few are easy to crack.

Round 3 - Technical 

(4 Questions)

  • Q1. Questions on the Java 8 features
  • Q2. Questions on the spring boot
  • Q3. Asked me to code on Java 8 features, Springboot
  • Q4. Questions on the restful APIs

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical interview is very well conducted. They asked me on the previous work that I have done and mostly questions were asked on that. And as per coding, simple Java 8 features related question and Springboot related question were asked to me. Overall, if you have good grip on the previous work and on the technology you are applying for, you can easily crack the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.

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 - Technical 

(1 Question)

  • Q1. Online test through the test portal. * questions were provided to solve.
Round 3 - Coding Test 

Technical discussion with Interviewer including coding test.

Round 4 - Coding Test 

Advanced coding test and technical discussion

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

I applied via Company Website and was interviewed in Nov 2023. There were 3 interview rounds.

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 - Aptitude Test 

It was an Aptitude and Verbal with some SpringBoot and DB related MCQs

Round 3 - Technical 

(1 Question)

  • Q1. This round had 1 DSA question and 1 RestAPi implementation and few theory questions on java8

Tell us how to improve this page.

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 50 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all

Soft Suave Technologies Senior Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Executive Software Engineer
55 salaries
unlock blur

₹3.4 L/yr - ₹6 L/yr

Software Engineer
47 salaries
unlock blur

₹3 L/yr - ₹8.8 L/yr

Software Developer
39 salaries
unlock blur

₹1 L/yr - ₹6.3 L/yr

Software Engineer Trainee
24 salaries
unlock blur

₹2 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.5
Compare

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

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