Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Serosoft Solutions Team. If you also belong to the team, you can get access from here

Serosoft Solutions Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 60 Reviews

Filter interviews by

Serosoft Solutions Java Developer Interview Questions and Answers for Freshers

Updated 9 Nov 2021

Serosoft Solutions Java Developer Interview Experiences for Freshers

1 interview found

I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. About java?
  • Q2. OOPS and sorting techniques

Interview Preparation Tips

Interview preparation tips for other job seekers - Java must be studied thoroughly

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal apti questions test is easy

Round 2 - Coding Test 

Opps,java basics, question on array and string as an array

Round 3 - Technical 

(1 Question)

  • Q1. Machine round collection framework pattern design array mid term SIngleton design pattern
Round 4 - HR 

(1 Question)

  • Q1. More dmbs and sql questions salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on array and string get basics clear little dmbs and youll clear this with flying colours
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Walk-in

Round 1 - Technical 

(2 Questions)

  • Q1. How make a queue using a stack
  • Ans. 

    To implement a queue using a stack, use two stacks and simulate the queue operations.

    • Use two stacks, one for enqueue operation and one for dequeue operation.

    • For enqueue operation, simply push elements onto the stack used for enqueueing.

    • For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.

    • Then pop from the dequeue stack to simulate dequeue operation.

  • Answered by AI
  • Q2. Create a linked list
  • Ans. 

    A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.

    • Create a Node class with data and next pointer

    • Initialize a head pointer to null

    • Add nodes by updating next pointers

    • Traverse the list by following next pointers

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Print unique numbers in list
  • Ans. 

    Print unique numbers in list

    • Iterate through the list and store each number in a set to keep track of unique numbers

    • Print out the numbers in the set to display the unique numbers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Normal apti questions test is easy

Round 2 - Coding Test 

Opps,java basics, question on array and string as an array

Round 3 - Technical 

(1 Question)

  • Q1. Machine round collection framework pattern design array mid term SIngleton design pattern
Round 4 - HR 

(1 Question)

  • Q1. More dmbs and sql questions salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on array and string get basics clear little dmbs and youll clear this with flying colours
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Aptitude test was easy but difficult

Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions linked list
  • Q2. Array binary search Dp

I was interviewed in Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

It was in the morning around 9:00Am-9:30AM. Platform used for this round was hacerrank. Questions were of moderate to difficult level.

  • Q1. Count subarrays with Given XOR

    Given an array of integers ‘ARR’ and an integer ‘X’, you are supposed to find the number of subarrays of 'ARR' which have bitwise XOR of the elements equal to 'X&...

  • Ans. Brute Force

    A simple method is to traverse through each subarray to find the total number of subarrays with the XOR of all elements present in the subarray equal to X.

     

    To obtain the total number of rounds after each operation, we will maintain a variable ans, which stores the total number of subarrays. We will iterate the variable index from 0 to N - 1 and in each iteration, we will iterate pos from index to N - 1....

  • Answered by CodingNinjas
  • Q2. Distinct Characters

    Given a string “STR”, you need to return all the possible non-empty subsequences with distinct characters. You can return the strings in any order.

    Note:
    If the same string can be gen...
  • Ans. Brute Force

    We can generate all possible subsequences of the string, and for each subsequence check if it contains any character multiple times. If it doesn’t contain any character multiple times, append it into our result.

     

    Algorithm:

     

    • Create a variable “mask”, and iterate from 0 till 2 ^ |STR| - 1.
      • For each value of “mask”, if the ith bit in “mask” is set, it means we are including the ith character of “STR” in...
  • Answered by CodingNinjas
Round 2 - HR 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

It was in the night around 8:00PM-8:20PM. Interviewer was very calm in questioning. Platform used for this round was Skype and the questions focused more on personality rather than total.

  • Q1. Basic HR Questions

    What do you know about our company?

    Who is your role model?

  • Ans. 

    Tip 1 : Your answer has to be short, crisp and to the point. Here are some possible high-impact answers to help you leave a great impression.
    Tip 2 : Don’t fall into the interviewer’s trap. This question is shot at you to check your confidence level.
     

  • Answered by CodingNinjas

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithms, Dynamic Programming, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice aptitude questions a lot.
Tip 2 : Do some projects
Tip 3 : Research about company thoroughly

Application resume tips for other job seekers

Tip 1 : It should be in proper format.
Tip 2 : Each skills should be mentioned properly.

Final outcome of the interviewSelected

Skills evaluated in this interview

Serosoft Solutions Interview FAQs

How to prepare for Serosoft Solutions Java Developer interview for freshers?
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 Serosoft Solutions. The most common topics and skills that interviewers at Serosoft Solutions expect are Spring and Spring Boot.
What are the top questions asked in Serosoft Solutions Java Developer interview for freshers?

Some of the top questions asked at the Serosoft Solutions Java Developer interview for freshers -

  1. OOPS and sorting techniq...read more
  2. about ja...read more

Tell us how to improve this page.

Serosoft Solutions Java Developer Salary
based on 8 salaries
₹2.3 L/yr - ₹11.5 L/yr
24% more than the average Java Developer Salary in India
View more details

Serosoft Solutions Java Developer Reviews and Ratings

based on 2 reviews

4.3/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.3

Company culture

4.0

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹3.3 L/yr - ₹11 L/yr

QA Engineer
18 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Business Analyst
17 salaries
unlock blur

₹3 L/yr - ₹8.7 L/yr

Software Developer
16 salaries
unlock blur

₹5.3 L/yr - ₹10 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹8 L/yr - ₹15.4 L/yr

Explore more salaries
Compare Serosoft Solutions with

Educomp Solutions

3.5
Compare

NIIT

3.6
Compare

TCS

3.7
Compare

Infosys

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