Upload Button Icon Add office photos

Filter interviews by

Servosys Solutions Interview Questions and Answers for Experienced

Updated 20 Feb 2025

Servosys Solutions Interview Experiences for Experienced

Popular Designations

10 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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

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

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)

Interview Questionnaire 

4 Questions

  • Q1. Life cycle of servlet and jsp
  • Ans. 

    Servlet and JSP life cycle involves initialization, request processing and destruction.

    • Servlet life cycle includes init(), service() and destroy() methods.

    • JSP life cycle includes translation, compilation, initialization, and request processing.

    • Servlet container manages the life cycle of servlets and JSPs.

    • Servlet and JSP objects are created and initialized during initialization phase.

    • During request processing phase, ser...

  • Answered by AI
  • Q2. Joins and basic SQL concept
  • Q3. Implementation of jdbc
  • Ans. 

    JDBC is a Java API for connecting to and interacting with databases.

    • JDBC stands for Java Database Connectivity.

    • It provides a standard interface for connecting to databases.

    • JDBC drivers are used to connect to specific databases.

    • JDBC can be used to execute SQL queries and retrieve results.

    • Example: Class.forName("com.mysql.jdbc.Driver"); Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/mydb","userna

  • Answered by AI
  • Q4. Puzzle questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts of java ,servlet, jsp ,jdbc and javascript

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

Servosys Solutions interview questions for popular designations

 Software Engineer

 (10)

 Senior Software Engineer

 (3)

 Software Developer

 (2)

 Software QA Engineer

 (2)

 Softwaretest Engineer

 (1)

 Module Lead

 (1)

 Software Engineer and Java Developer

 (1)

 Software Engineer Trainee

 (1)

I applied via Naukri.com and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. On technical concepts
Round 2 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Product base company try for this if vacancies there

Software QA Engineer Interview Questions asked at other Companies

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

I applied via Referral and was interviewed in Sep 2021. 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. Questions about Core Java , JSP Servlet and Some of common SQL Questions and one or two questions about jQuery how to handle id , class and all were asked
Round 3 - One-on-one 

(1 Question)

  • Q1. Finally managerial round and few Technical Questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Core Java , JSP Servlet

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Servosys Solutions

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Sep 2022.

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

Logical questions were there with difficult from easy to medium type.

Round 3 - Technical 

(1 Question)

  • Q1. Core Java, Basic SQL then Project discussion afyer that 1 to 2 coding questions (easy to medium type)

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

I applied via Hirist and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. App sec questions like how will you handle sql injection vulnerability
  • Q2. How you create rest services using spring boot
  • Ans. 

    Spring Boot provides easy and efficient ways to create RESTful services.

    • Create a Spring Boot project with Spring Web dependency

    • Add @RestController annotation to the controller class

    • Use @RequestMapping annotation to map HTTP requests to methods

    • Return data using ResponseEntity class

    • Use @PathVariable annotation to get dynamic values from URL

    • Use @RequestBody annotation to get data from request body

    • Use @PostMapping, @GetMap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is good. All senior level people takes the interview, which gives good understanding about products and process

Skills evaluated in this interview

Module Lead Interview Questions asked at other Companies

Q1. 1) describe the Cloud architecture for the azure storage, blob , cloud services? 2) describe the integration of Web API related questions for email and sms applications? 3) describe the .net core aspects for solid programming implementation... read more
View answer (2)

I applied via Recruitment Consultant and was interviewed in May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java questions like what is string, how you make marker Interface, difference between hash map hash set and hash table , JSP lifecycle , how to call java method in JSP what is intersepter

Interview Preparation Tips

Interview preparation tips for other job seekers - For being java developer cover String, collection,oops concepts, comparator and comparable,if use frame work complete knowledge of that framework, and Type of statement in SQL and difference with use

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Company Website and was interviewed in Dec 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question based on oops java concept, logical reasoning, multithreading, data structures , collection, Servlet , ajax .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic concept knowledge based on core and advanced java

Give your answer in very confident mode .

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

Servosys Solutions Interview FAQs

How many rounds are there in Servosys Solutions interview for experienced candidates?
Servosys Solutions interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Servosys Solutions interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for Servosys Solutions interview for experienced candidates?
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, JSP, Servlets, Hibernate and Spring.
What are the top questions asked in Servosys Solutions interview for experienced candidates?

Some of the top questions asked at the Servosys Solutions interview for experienced candidates -

  1. How you create rest services using spring b...read more
  2. Life cycle of servlet and j...read more
  3. Implementation of j...read more
How long is the Servosys Solutions interview process?

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

Tell us how to improve this page.

Servosys Solutions Interview Process for Experienced

based on 3 interviews

Interview experience

2.3
  
Poor
View more

Interview Questions from Similar Companies

Link Group Interview Questions
3.8
 • 34 Interviews
Icl Fincorp Interview Questions
3.2
 • 18 Interviews
PharmaACE Interview Questions
2.6
 • 16 Interviews
Innocule Interview Questions
4.3
 • 15 Interviews
Neural IT Interview Questions
2.8
 • 14 Interviews
View all

Servosys Solutions Reviews and Ratings

based on 127 reviews

3.0/5

Rating in categories

2.8

Skill development

2.9

Work-life balance

3.0

Salary

3.0

Job security

2.8

Company culture

2.8

Promotions

2.8

Work satisfaction

Explore 127 Reviews and Ratings
Sales Executive

Chennai

1-4 Yrs

Not Disclosed

Software Engineer

Mumbai

1-4 Yrs

Not Disclosed

Sales Head

Mumbai,

Thane

+1

18-28 Yrs

Not Disclosed

Explore more jobs
Software Engineer
338 salaries
unlock blur

₹1 L/yr - ₹10 L/yr

Software Developer
127 salaries
unlock blur

₹3 L/yr - ₹10.9 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Java Developer
42 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Business Analyst
28 salaries
unlock blur

₹3.6 L/yr - ₹11.5 L/yr

Explore more salaries
Compare Servosys Solutions with

Karvy Financial Services

3.8
Compare

Reliance Money

3.7
Compare

Sonata Finance

3.9
Compare

Bss Microfinance

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