Upload Button Icon Add office photos
Engaged Employer

i

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

Servotech Power Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Servotech Power Systems Test Engineer Interview Questions and Answers

Updated 9 Jan 2025

Servotech Power Systems Test Engineer Interview Experiences

1 interview found

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and detail-oriented Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium and JIRA

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

    • Certified in ISTQB Foundation Level

  • Answered by AI
  • Q2. Questions related to previous work and responsibilities

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. In the Technical Interview, the Interviewer asked me about my projects in Power Electronics and my experience in the previous organization. Questions related to Power Electronics basics and PCB Design alon...
  • Q2. In this round, I was asked to tell me about myself, family, experience in previous organization, job role and why work with us and expectations from the company. Also the HR will briefly tell you about the...

Interview Preparation Tips

Round: Test
Experience: Aptitude Test consisting of Verbal, Reasoning and Logic questions along with some Technical Questions which requires a good preparation.
Study well for the test to get to the next round.

I applied via Recruitment Consultant and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All the questions were related to job profile.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready to questions which is related to job profile.

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - 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 3 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently I find job , i have five year experience in optical fiber cables ltd
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Work experience?
  • Q2. Educational and work details details?
Round 2 - Technical 

(2 Questions)

  • Q1. Civil engineering related questions
  • Q2. Assignment for costing and Estimation
  • Ans. 

    Costing and estimation assignment for Senior Engineer position

    • Understand the scope of the project and gather all relevant information

    • Break down the project into smaller tasks and estimate the time and cost for each task

    • Consider factors such as materials, labor, equipment, and overhead costs

    • Use historical data or industry benchmarks to validate your estimates

    • Provide a detailed cost breakdown and justification for your e

  • Answered by AI
Round 3 - Aptitude Test 

Computer software skills

Round 4 - Assignment 

Estimation & costing related work

Round 5 - HR 

(2 Questions)

  • Q1. Documents check
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Need a proper knowledge about your profile and proper documentation for further process

Interview Questionnaire 

14 Questions

  • Q1. What are the benefits of the microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, and easier maintenance.

    • Scalability: Microservices can be scaled independently, allowing for better resource utilization.

    • Flexibility: Microservices can be developed and deployed independently, allowing for faster iteration and innovation.

    • Easier maintenance: Microservices are smaller and more focused, making it easier to identify and fix issues.

    • Improved fault...

  • Answered by AI
  • Q2. Differences between spring and spring boot?
  • Ans. 

    Spring is a framework while Spring Boot is an extension of Spring.

    • Spring Boot provides auto-configuration and embedded servers.

    • Spring Boot reduces boilerplate code and simplifies application setup.

    • Spring Boot is opinionated and provides defaults for configuration.

    • Spring Boot is ideal for microservices and standalone applications.

    • Spring is more flexible and customizable than Spring Boot.

  • Answered by AI
  • Q3. Have you configured service registry?
  • Ans. 

    Yes, I have configured service registry.

    • I have experience with service registry tools like Consul and Eureka.

    • I have configured service registry for microservices architecture.

    • I have implemented service discovery and load balancing using service registry.

    • I have used service registry to manage service endpoints and metadata.

  • Answered by AI
  • Q4. What is the use of profile registry? how can you configured in your project
  • Ans. 

    Profile registry is used to store user profiles and their preferences in a centralized location.

    • Profile registry is used to manage user profiles and preferences in a centralized location

    • It can be configured in a project by defining the schema for user profiles and preferences

    • Profile registry can be accessed through APIs or SDKs

    • It can be used to personalize user experience and provide targeted content

    • Examples of profile...

  • Answered by AI
  • Q5. How spring boot work internally?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and dependencies.

    • Spring Boot uses an embedded server to run applications.

    • It provides auto-configuration for commonly used libraries and frameworks.

    • Spring Boot uses Spring Framework's core features like Inversion of Control (IoC) and Aspect Oriented Programming (AOP).

    • It uses annotations to configure and c...

  • Answered by AI
  • Q6. If a microservice is down, then how can you handle that situation?
  • Ans. 

    We can handle the situation by implementing fault tolerance mechanisms.

    • Implementing circuit breakers to prevent cascading failures

    • Using load balancers to redirect traffic to healthy instances

    • Implementing retry mechanisms to handle temporary failures

    • Using monitoring tools to detect and alert on failures

    • Implementing graceful degradation to provide partial functionality

    • Using backups or replicas to ensure high availability

  • Answered by AI
  • Q7. What kind of security added in your project and how?
  • Q8. What are the transactions used in your projects?
  • Q9. What are the spring boot annotations used in your project?
  • Ans. 

    We use @RestController, @RequestMapping, @Autowired, @Service, @Repository, @Transactional, @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations in our Spring Boot project.

    • @RestController - used to define RESTful web services

    • @RequestMapping - used to map HTTP requests to handler methods

    • @Autowired - used for automatic dependency injection

    • @Service - used to define a service layer component

    • @Repository - used...

  • Answered by AI
  • Q10. What is the use of spring data jpa?
  • Ans. 

    Spring Data JPA simplifies the implementation of data access layer in Spring applications.

    • Provides a framework for easily creating repositories and queries

    • Reduces boilerplate code for data access layer

    • Supports pagination and sorting of data

    • Integrates with Spring's transaction management

    • Example: @Repository interface UserRepository extends JpaRepository {}

  • Answered by AI
  • Q11. What are the collection used in your project?
  • Q12. Can you tell me how hash map internally work?
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values in constant time.

    • Hash map uses an array to store key-value pairs

    • The hash function is used to convert the key into an index of the array

    • Collisions occur when two keys map to the same index, which is resolved using chaining or open addressing

    • Retrieving a value from a hash map involves computing the hash of the key and then looking up the corre...

  • Answered by AI
  • Q13. Differences between comparable and comparator?
  • Ans. 

    Comparable is an interface used for natural ordering while Comparator is an interface used for custom ordering.

    • Comparable is implemented by the class itself while Comparator is implemented by a separate class.

    • Comparable provides a single method compareTo() while Comparator provides a single method compare().

    • Comparable is used for sorting elements in a collection while Comparator is used for custom sorting.

    • Example: Stri...

  • Answered by AI
  • Q14. Tell me about concurrent Hash map?
  • Ans. 

    Concurrent Hash Map is a thread-safe implementation of a hash map.

    • It allows multiple threads to access and modify the map concurrently.

    • It uses a technique called lock striping to achieve high concurrency.

    • It is part of the java.util.concurrent package in Java.

    • Example: ConcurrentHashMap in Java.

  • Answered by AI

Skills evaluated in this interview

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. Basic Branch related questions, Resume related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic , Should deep knowledge in technical

I applied via Walk-in

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 

(2 Questions)

  • Q1. GD&T QUESTION? Technical question?
  • Q2. GD&T- Geometric dimensioning & Tolerancing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very through with technical knowledge.
Good knowledge of practical.
Confidence will add advantage.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Apptitude test was quite easy to attend

Round 2 - Coding Test 

Hackerrank platform was used for coding round.

Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals and offers growth opportunities.

    • I have relocated in the past for job opportunities and have found it to be a positive experience.

    • I understand that relocation may come with challenges, but I am prepared to adapt and thrive in a new environment.

  • Answered by AI

Senior Engineer Interview Questions & Answers

KEI Industries user image GANDU VENKATESWARA RAO

posted on 5 Nov 2023

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

I applied via Naukri.com and was interviewed in May 2023. 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. Transformers Installation
Round 3 - Technical 

(1 Question)

  • Q1. Eelctrical Testing for equiomemt
  • Ans. 

    Electrical testing for equipment involves verifying functionality and safety through various tests.

    • Perform insulation resistance tests to check for any leakage currents

    • Conduct continuity tests to ensure proper electrical connections

    • Verify voltage and current ratings are within acceptable limits

    • Test for proper grounding to prevent electrical hazards

    • Use specialized equipment like multimeters and insulation testers

    • Documen

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Small projects regular location transfers

Servotech Power Systems Interview FAQs

How many rounds are there in Servotech Power Systems Test Engineer interview?
Servotech Power Systems interview process usually has 1 rounds. The most common rounds in the Servotech Power Systems interview process are Technical.

Tell us how to improve this page.

Servotech Power Systems Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Havells Interview Questions
4.0
 • 210 Interviews
KEI Industries Interview Questions
4.2
 • 55 Interviews
RR kabel Interview Questions
4.1
 • 47 Interviews
Finolex Cables Interview Questions
3.8
 • 41 Interviews
Hind Rectifiers Interview Questions
3.6
 • 14 Interviews
View all
Servotech Power Systems Test Engineer Salary
based on 5 salaries
₹3.2 L/yr - ₹4.1 L/yr
38% less than the average Test Engineer Salary in India
View more details

Servotech Power Systems Test Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

2.0

Salary

3.0

Job security

3.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Project Engineer
23 salaries
unlock blur

₹2.5 L/yr - ₹4.4 L/yr

Assistant Manager
13 salaries
unlock blur

₹4.2 L/yr - ₹6.2 L/yr

Service Engineer
13 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Project Coordinator
12 salaries
unlock blur

₹2.7 L/yr - ₹4.1 L/yr

Quality Engineer
11 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Servotech Power Systems with

Havells

4.0
Compare

CG Power and Industrial Solutions

3.9
Compare

KEI Industries

4.2
Compare

Finolex Cables

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