Upload Button Icon Add office photos

Filter interviews by

Servosys Solutions Senior Software Engineer Interview Questions and Answers

Updated 28 Mar 2022

Servosys Solutions Senior Software Engineer Interview Experiences

2 interviews found

Senior Software Engineer Interview Questions & Answers

user image Mohd. Sawood Ansari

posted on 28 Mar 2022

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

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

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you provide details about the projects listed on your resume?
  • Ans. 

    I have worked on various projects including a social media platform, an e-commerce website, and a task management application.

    • Developed a social media platform using React for frontend and Node.js for backend

    • Designed and implemented an e-commerce website with payment gateway integration

    • Created a task management application using Angular and MongoDB for database

  • Answered by AI
  • Q2. What are the main concepts of Object-Oriented Programming (OOP)?
  • Ans. 

    Main concepts of OOP include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Creating new classes based on existing classes, allowing for code reuse.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and showing o

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about my experience as an integration developer
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

The apptitude test is an online assessment and you will have questions from Quantitative Aptitude and Logical Reasoning.
You will have 60 questions in each section which needs to be solved in 60 minutes.
The questions are subjective and they were not MCQ based on questions

Round 2 - Coding Test 

For the technical role, round two is problem-solving.
Three questions need to be solved in 60 minutes.
The difficulty level is from medium to advanced.

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

I applied via TopHire and was interviewed in Mar 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. Core JavaScript related questions like closure, IIFE, functional scope, DSA, and low level system design
Round 3 - Technical 

(1 Question)

  • Q1. Architecture level question, more about project, message queue broker, API security
Round 4 - HR 

(1 Question)

  • Q1. Work location and offer discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Interview Experience with valuefy, great questions, really encouraging
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are joins in sql
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q2. Types of arrays in PHP
  • Ans. 

    Types of arrays in PHP include indexed arrays, associative arrays, and multidimensional arrays.

    • Indexed arrays: default type where each element is assigned a numeric index starting from 0.

    • Associative arrays: elements are assigned a specific key instead of numeric index.

    • Multidimensional arrays: arrays within arrays, creating a matrix-like structure.

    • Example: $indexedArray = [1, 2, 3]; $associativeArray = ['key1' => 'value...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Neural IT Junior Software Developer interview:
  • PHP
  • MySQL
Interview preparation tips for other job seekers - good environment and team mates are supportive

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at JIS College of Engineering, Kolkata

Round 1 - Aptitude Test 

60 questions most of the mathematical cut off 21 fill in the blanks type questions not mcq

Round 2 - Coding Test 

Little bit tuff basic DSA questions total 3 questions

Servosys Solutions Interview FAQs

How many rounds are there in Servosys Solutions Senior Software Engineer interview?
Servosys Solutions interview process usually has 3 rounds. The most common rounds in the Servosys Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Servosys Solutions Senior Software Engineer 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 JSP, Java, Servlets, Angularjs and Bootstrap.
What are the top questions asked in Servosys Solutions Senior Software Engineer interview?

Some of the top questions asked at the Servosys Solutions Senior Software Engineer interview -

  1. Java questions like what is string, how you make marker Interface, difference b...read more
  2. Questions about Core Java , JSP Servlet and Some of common SQL Questions and on...read more
  3. Finally managerial round and few Technical Questions were as...read more

Tell us how to improve this page.

Servosys Solutions Senior Software Engineer Salary
based on 65 salaries
₹4.6 L/yr - ₹15.5 L/yr
26% less than the average Senior Software Engineer Salary in India
View more details

Servosys Solutions Senior Software Engineer Reviews and Ratings

based on 10 reviews

3.9/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.4

Salary

3.6

Job security

3.5

Company culture

3.6

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Software Engineer
305 salaries
unlock blur

₹1.8 L/yr - ₹11 L/yr

Software Developer
121 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Senior Software Engineer
65 salaries
unlock blur

₹4.6 L/yr - ₹15.5 L/yr

Java Developer
38 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