Upload Button Icon Add office photos

Filter interviews by

Servosys Solutions Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top Servosys Solutions Interview Questions and Answers

View all 6 questions

Servosys Solutions Interview Experiences

Popular Designations

21 interviews found

Software Developer Interview Questions & Answers

user image Devanand Otavkar

posted on 13 Aug 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Normal core java questions
Round 2 - Technical 

(1 Question)

  • Q1. Normal java questions
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently interviewed with Servosys Solution and had a disappointing experience. From the very start, I clearly communicated my salary expectations, and it was acknowledged by the interviewers. However, after going through multiple rounds, including technical and HR discussions, I was rejected in the final HR round due to my salary expectations, which I had been transparent about from the beginning.

This entire process felt like a complete waste of time. If salary expectations were a deal-breaker, this could have been addressed early on, saving both parties time and effort. The lack of communication and respect for my time was frustrating. I hope Servosys Solution improves its interview process to prevent other candidates from facing similar issues.

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
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Only more focuses on servlet and core java

Software Engineer and Java Developer Interview Questions asked at other Companies

Q1. WAP I/p : String str = "india is best country". O/P : str = "country india is best". reverse the string words best of length?
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to moderate question

Round 2 - One-on-one 

(1 Question)

  • Q1. What is Axios? What is friend function? Given any array find the multiple elements?
  • Ans. 

    Axios is a popular JavaScript library used for making HTTP requests.

    • Axios is commonly used in frontend applications to communicate with backend servers.

    • It supports promises and can be used in both browser and Node.js environments.

    • Example: axios.get('https://api.example.com/data')

    • Friend function is a function that is not a member of a class but has access to its private and protected members.

    • It is declared with the keyw...

  • Answered by AI

Skills evaluated in this interview

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 (169)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Core java Java script Servlet jsp
Round 3 - Technical 

(1 Question)

  • Q1. Servlet and jsp
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

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

Servosys Solutions interview questions for popular designations

 Software Engineer

 (10)

 Senior Software Engineer

 (2)

 Software Developer

 (2)

 Software QA Engineer

 (2)

 Java Full Stack Developer

 (1)

 Module Lead

 (1)

 Software Engineer and Java Developer

 (1)

 Software Engineer Trainee

 (1)

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

I applied via Referral and was interviewed in Jan 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

General asked aptitude
Focus most on profit lost, percentage

Round 3 - One-on-one 

(1 Question)

  • Q1. Asked mostly on core java bcz i was selected for trainee role and JavaScript along with bootstrap
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked DSA array, searching, sorting, linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare yourself in java
Easy level of DSA
Servlet, jsp, jdbc
Spring and spring boot add advantage

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 (180)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Aug 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Mainlyfocus on oops and basic core java question
  • Q2. What is try catch and finally
  • Ans. 

    try catch and finally are keywords used in exception handling in programming languages.

    • try block contains the code that may throw an exception

    • catch block catches the exception thrown by the try block and handles it

    • finally block contains the code that is executed regardless of whether an exception is thrown or not

    • try-catch-finally is used to handle errors and prevent program crashes

    • Example: try { //code that may throw a...

  • Answered by AI
Round 3 - Group Discussion 

Why are you leaving your company

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing here to learn ,and expect everything from you

Skills evaluated in this interview

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

Jobs at Servosys Solutions

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is collection , internal working of hashmap , lambda expression
  • Ans. 

    Collection is a framework that provides an architecture to store and manipulate a group of objects.

    • HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values efficiently.

    • Internal working of HashMap involves hashing the key to find the index of the bucket where the key-value pair is stored.

    • Lambda expressions are anonymous functions that allow you to pass behavior as an argument to a meth

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare your core java, collection,multithreading and some sql questions

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About Manual and automation testing
Round 2 - HR 

(1 Question)

  • Q1. To check your ability to work in environment or not

Interview Preparation Tips

Interview preparation tips for other job seekers - Try other opportunities too, don't depend on one job keep growing by learning new things as possible as you can

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)
Round 1 - Technical 

(2 Questions)

  • Q1. Polymorphism, instance variables
  • Q2. Inheritance, array programs
Round 2 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why should we hire you?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself, nothing new just brush up core java

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 (169)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Core java, static keyword, final keyword, oops, exceptional handling, mysql, ddl, dml, joins, upadte, limit, like, jdbc with steps, servlet, jsp, data structures, linked list, how to remove a value in lin...

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to clear but requirements is only for engineers from CS/IT

Java Full Stack Developer Interview Questions asked at other Companies

Q1. Coding question - 1. Create a immutable class of orders. What happens when two objects are created out of it. 2.Using the immutable orders create a set of orders and how will you sort these out. 3.Given a List of list of string of integers ... read more
View answer (1)

Servosys Solutions Interview FAQs

How many rounds are there in Servosys Solutions interview?
Servosys Solutions interview process usually has 2-3 rounds. The most common rounds in the Servosys Solutions interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Servosys Solutions 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 Servosys Solutions. The most common topics and skills that interviewers at Servosys Solutions expect are Java, Servlets, JSP, Hibernate and Spring.
What are the top questions asked in Servosys Solutions interview?

Some of the top questions asked at the Servosys Solutions interview -

  1. What is collection , internal working of hashmap , lambda express...read more
  2. How you create rest services using spring b...read more
  3. What is Axios? What is friend function? Given any array find the multiple elem...read more

Tell us how to improve this page.

Servosys Solutions Interview Process

based on 12 interviews

Interview experience

3.2
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
View all

Servosys Solutions Reviews and Ratings

based on 121 reviews

3.0/5

Rating in categories

2.8

Skill development

2.8

Work-life balance

2.9

Salary

2.9

Job security

2.8

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 121 Reviews and Ratings
Software Engineer
304 salaries
unlock blur

₹1.8 L/yr - ₹11 L/yr

Software Developer
108 salaries
unlock blur

₹3 L/yr - ₹11.3 L/yr

Senior Software Engineer
63 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Java Developer
39 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Business Analyst
25 salaries
unlock blur

₹5 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Servosys Solutions 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