Upload Button Icon Add office photos

Softsol

Compare button icon Compare button icon Compare

Filter interviews by

Softsol Software Developer Interview Questions and Answers

Updated 13 Sep 2024

Softsol Software Developer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SORTING TECHNIQUES
  • Q2. BOOTSTRAP ROWS AND COLUMNS

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Softsol?
Ask anonymously on communities.

Interview questions from similar companies

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

I appeared for an interview before Nov 2023.

Round 1 - Coding Test 

A machine task is assigned you need to compete that first.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Question depends upon your profile
  • Q2. Depends upon interviewer also nu specific questions as such

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 Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question to detect cycle
  • Ans. 

    Detecting a cycle in a linked list using Floyd's Tortoise and Hare algorithm.

    • Use two pointers: slow and fast. Slow moves one step, fast moves two steps.

    • If there's a cycle, slow and fast will eventually meet.

    • If fast reaches the end (null), there's no cycle.

    • Example: In a list 1 -> 2 -> 3 -> 4 -> 2 (cycle), slow and fast meet at 2.

  • Answered by AI
  • Q2. Basic questions from JS
Round 2 - Technical 

(2 Questions)

  • Q1. Some questions related to my projects
  • Q2. Some Questions related to my past experience
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Map reduce filter in javascript
  • Ans. 

    Map, reduce, and filter are higher-order functions in JavaScript used to manipulate arrays.

    • Map: Transforms each element in an array and returns a new array with the transformed elements.

    • Reduce: Reduces an array to a single value by applying a function to each element.

    • Filter: Creates a new array with elements that pass a certain condition.

  • Answered by AI
  • Q2. Exception handling

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

30 minutes, PHP, MySQL,

Round 2 - Case Study 

Had some question about the scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, don't have to know everything, but what you know, that you have to know well.
Are these interview questions helpful?

I applied via Referral and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How Many Employees Working In Your Company
  • Ans. 

    Our company has a diverse workforce, with employees across various departments and locations contributing to our success.

    • We have over 500 employees working in different roles, including software development, marketing, and customer support.

    • Our team is spread across multiple offices in different countries, enhancing our global reach.

    • We prioritize diversity and inclusion, with employees from various backgrounds and exper...

  • Answered by AI
  • Q2. This Year How Much Profit Increased
  • Ans. 

    I don't have the available data.

    • N/A

  • Answered by AI
  • Q3. Company Was Devoloped From Last Year To This Year

Interview Preparation Tips

Interview preparation tips for other job seekers - Maintain Be Confident Be Honourble
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. The Golden Rules of Accounting are the basic principles for recording financial transactions in the books of accounts. They are categorized based on the type of account involved: 1. Personal Account Rule: ...
  • Q2. 1. Mutual Funds A mutual fund is a type of investment vehicle that pools money from multiple investors to invest in various financial securities like stocks, bonds, or other assets. It is managed by profes...
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Online test which consists of java, angular, micro services related questions

Round 2 - Technical 

(1 Question)

  • Q1. Difference between static and default methods
  • Ans. 

    Static methods belong to the class itself, while default methods are part of an interface in Java.

    • Static methods can be called without creating an instance of the class, while default methods are used to provide a default implementation in interfaces.

    • Static methods are defined using the 'static' keyword, while default methods are defined using the 'default' keyword in Java.

    • Static methods cannot be overridden in subclas...

  • Answered by AI

Skills evaluated in this interview

Softsol Interview FAQs

How many rounds are there in Softsol Software Developer interview?
Softsol interview process usually has 1 rounds. The most common rounds in the Softsol interview process are Technical.
How to prepare for Softsol Software Developer 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 Softsol. The most common topics and skills that interviewers at Softsol expect are Design Patterns, Java, Kafka, Memory Management and OOAD.
What are the top questions asked in Softsol Software Developer interview?

Some of the top questions asked at the Softsol Software Developer interview -

  1. BOOTSTRAP ROWS AND COLU...read more
  2. SORTING TECHNIQ...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 144 Interviews
Monotype Interview Questions
3.6
 • 25 Interviews
Izmo Interview Questions
3.4
 • 14 Interviews
DCM Infotech Interview Questions
3.7
 • 9 Interviews
Acer India Interview Questions
4.3
 • 8 Interviews
Sigma Solve Interview Questions
2.8
 • 8 Interviews
Everi India Interview Questions
3.9
 • 8 Interviews
View all
Softsol Software Developer Salary
based on 6 salaries
₹2.5 L/yr - ₹8 L/yr
50% less than the average Software Developer Salary in India
View more details

Softsol 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
Senior Software Engineer
26 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Software Engineer
23 salaries
unlock blur

₹2.4 L/yr - ₹15.4 L/yr

Technical Recruiter
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Test Engineer
8 salaries
unlock blur

₹4.5 L/yr - ₹6.5 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare Softsol with

HCL Infosystems

3.9
Compare

AYN InfoTech

4.7
Compare

Izmo

3.4
Compare

Acer India

4.3
Compare
write
Share an Interview