Upload Button Icon Add office photos
Engaged Employer

i

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

Servion Global Solutions Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 278 Reviews

Filter interviews by

Servion Global Solutions Engineer Trainee Interview Questions and Answers

Updated 24 Apr 2021

Servion Global Solutions Engineer Trainee Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. Give an real time example of encapsulation
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation helps in achieving data abstraction and security

    • A real-time example of encapsulation is a capsule or a tablet, where the medicine is encapsulated and the user only knows the dosage and the effects of the medicine, not the actual ingredients or the manufacturing process

    • Another example is a car, where the u...

  • Answered by AI
  • Q2. Write program to print number in certain order
  • Ans. 

    Program to print numbers in a certain order

    • Create an array of numbers

    • Sort the array in the desired order

    • Print the sorted array

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 5 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 - Aptitude Test 

Aptitude + Technical

Round 3 - Coding Test 

5 problem statements and need to write code in any language

Round 4 - Technical 

(1 Question)

  • Q1. General Previous Work Experience Technical
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Registered on company portal on 11th Feb 2020. HR called me on Thursday, 19th Feb 2020 after screening my resume uploaded on their portal. First she ask me some information about me as every HR person ask while initial talk. She ask me to attend an interview on the next day but as I said for me not possible, asked her that day after tomorrow can come for interview that too not to Mumbai but to Pune office location. She was fine with it and scheduled interview on 21st Feb 2020 as sent mail soon after the discussion with the company address and time as usually happens scheduled interview this way. As my preparation was really well with the basics for the job as Fresher. As per the date and time, I attend interview on 21st Feb 2020 at Pune office. Initially they ask me to fill the detail on their form. Then after some time ask me to give an aptitude and technical test on computer. Then I had to wait for further things or rounds as given aptitude on general aptitude along with technica test. And good news that will take several rounds on interviews. So considering initial aptitude there were 4 rounds Aptitude, Technical Programming Test, Technical and HR. In Technical programming there were 5 programs and was very sure about the success as absolutely confident on hard work. Then in Technical Interview here not writing all questions but as usual introduction, education, earlier work history, technical things for the job profile as needed Fresher candidate with designation as Trainee Engineer. And then HR Interview, As done with interview process around 4:00 PM, on the same day got call in the evening at 6:00 PM but as was traveling did not receive call and as reached home late not called back. Decide to call on next day but as Saturday off. Then called on the Monday morning and heard the words Congratulations you are selected. We will share the further details of joining date etc very soon. Received call on 3rd March for the joining date intimation and mail in details on the very next day. And on 9th March 2020 joined the organization as Trainee Engineer by doing formalities of documentation as in every organization happens.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the respiratory system
  • Q2. What is the functions of heart
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on oops and sql queries

Round 2 - Technical 

(2 Questions)

  • Q1. SQL Query on many to many table and aggregations
  • Q2. OOPS concepts and SpringBoot
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - HR 

(9 Questions)

  • Q1. Production Department related questions
  • Q2. Production related questions
  • Q3. Production related
  • Q4. Production related questions
  • Q5. Production Department ASSEMBLY line
  • Q6. Production Department ASSEMBLY line
  • Q7. Production Department ASSEMBLY line questions
  • Q8. 5s poke-yoke kaizen
  • Q9. 3m 4m 5m 6s
Round 2 - HR 

(9 Questions)

  • Q1. Production related questions
  • Q2. Production Department ASSEMBLY line
  • Q3. Production related questions
  • Q4. Production supervisor interview
  • Q5. Production Department ASSEMBLY line
  • Q6. Production supervisor interview for
  • Q7. Manpower regarding questions
  • Q8. Manpower handling
  • Q9. Line balanceing

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions query 4m 5m 3g manpower handling Kaizen
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts, Encapsulation, Abstraction in detail with example
  • Q2. Types of beans in Java
  • Ans. 

    Java has two types of beans: stateful and stateless beans.

    • Stateful beans maintain conversational state with the client, while stateless beans do not.

    • Stateful beans are typically used for long-running conversations, while stateless beans are used for short-lived operations.

    • Examples of stateful beans include session beans, while examples of stateless beans include message-driven beans.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code to sort an Array in ascending order
  • Ans. 

    Use a sorting algorithm like bubble sort or quicksort to arrange elements in ascending order.

    • Use a sorting algorithm like bubble sort, quicksort, or merge sort to rearrange elements in ascending order.

    • For example, you can implement bubble sort to compare adjacent elements and swap them if they are in the wrong order.

    • Another example is using quicksort to divide the array into smaller subarrays and recursively sort them.

  • Answered by AI
  • Q2. Find the second greatest number in an array
  • Ans. 

    Iterate through the array to find the second greatest number.

    • Iterate through the array and keep track of the greatest and second greatest numbers.

    • Compare each element with the current greatest and second greatest numbers.

    • Update the second greatest number if a new number is found that is greater than the current second greatest but less than the greatest.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 5 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 

Aptitude + Technical

Round 3 - Coding Test 

5 problem statements and need to write code in any language

Round 4 - Technical 

(1 Question)

  • Q1. General Previous Work Experience Technical
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Registered on company portal on 11th Feb 2020. HR called me on Thursday, 19th Feb 2020 after screening my resume uploaded on their portal. First she ask me some information about me as every HR person ask while initial talk. She ask me to attend an interview on the next day but as I said for me not possible, asked her that day after tomorrow can come for interview that too not to Mumbai but to Pune office location. She was fine with it and scheduled interview on 21st Feb 2020 as sent mail soon after the discussion with the company address and time as usually happens scheduled interview this way. As my preparation was really well with the basics for the job as Fresher. As per the date and time, I attend interview on 21st Feb 2020 at Pune office. Initially they ask me to fill the detail on their form. Then after some time ask me to give an aptitude and technical test on computer. Then I had to wait for further things or rounds as given aptitude on general aptitude along with technica test. And good news that will take several rounds on interviews. So considering initial aptitude there were 4 rounds Aptitude, Technical Programming Test, Technical and HR. In Technical programming there were 5 programs and was very sure about the success as absolutely confident on hard work. Then in Technical Interview here not writing all questions but as usual introduction, education, earlier work history, technical things for the job profile as needed Fresher candidate with designation as Trainee Engineer. And then HR Interview, As done with interview process around 4:00 PM, on the same day got call in the evening at 6:00 PM but as was traveling did not receive call and as reached home late not called back. Decide to call on next day but as Saturday off. Then called on the Monday morning and heard the words Congratulations you are selected. We will share the further details of joining date etc very soon. Received call on 3rd March for the joining date intimation and mail in details on the very next day. And on 9th March 2020 joined the organization as Trainee Engineer by doing formalities of documentation as in every organization happens.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Its contains comphrensive questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Longest bone is ? Where is located
  • Q2. Shorest bons is ? Where its located
  • Q3. Tell all system and explain it
  • Ans. 

    A system is a set of interconnected components working together to achieve a specific goal or function.

    • A system consists of inputs, processes, outputs, and feedback loops.

    • Examples of systems include the human body (input: food, process: digestion, output: energy), a computer system (input: data, process: computation, output: results), and a transportation system (input: passengers, process: transportation, output: reac

  • Answered by AI

Skills evaluated in this interview

Trainee Interview Questions & Answers

CitiusTech user image Swetha Hosamani

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. Project experience
  • Ans. 

    I have worked on multiple projects during my time in university, including a group project on developing a mobile application.

    • Developed a mobile application for a group project

    • Collaborated with team members to design and implement features

    • Tested the application for bugs and user experience

    • Presented the project to professors and peers for evaluation

  • Answered by AI
  • Q2. Behavioural question

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Servion Global Solutions Interview FAQs

How to prepare for Servion Global Solutions Engineer Trainee 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 Servion Global Solutions. The most common topics and skills that interviewers at Servion Global Solutions expect are Java, Networking, Communication, Core Java and Problem Solving.
What are the top questions asked in Servion Global Solutions Engineer Trainee interview?

Some of the top questions asked at the Servion Global Solutions Engineer Trainee interview -

  1. give an real time example of encapsulat...read more
  2. write program to print number in certain or...read more

Tell us how to improve this page.

Servion Global Solutions Engineer Trainee Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Servion Global Solutions Engineer Trainee Salary
based on 52 salaries
₹2.5 L/yr - ₹4.2 L/yr
18% more than the average Engineer Trainee Salary in India
View more details

Servion Global Solutions Engineer Trainee Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

1.4

Skill development

3.1

Work-life balance

3.1

Salary

3.1

Job security

1.4

Company culture

1.8

Promotions

1.4

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
237 salaries
unlock blur

₹7.2 L/yr - ₹28.5 L/yr

Software Engineer
215 salaries
unlock blur

₹2.7 L/yr - ₹10 L/yr

Engineer
158 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Senior Engineer
157 salaries
unlock blur

₹6.7 L/yr - ₹22.1 L/yr

Technical Lead
94 salaries
unlock blur

₹8.8 L/yr - ₹30 L/yr

Explore more salaries
Compare Servion Global Solutions with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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