Upload Button Icon Add office photos

MSys Tech India

Compare button icon Compare button icon Compare

Filter interviews by

MSys Tech India Interview Questions and Answers

Updated 18 Jun 2025
Popular Designations

20 Interview questions

A Softwaretest Engineer was asked 2mo ago
Q. What are the fundamental concepts of Python?
Ans. 

Python's fundamental concepts include variables, data types, control structures, functions, and object-oriented programming.

  • Variables: Used to store data values. Example: `x = 5`.

  • Data Types: Common types include integers, floats, strings, and lists. Example: `name = 'Alice'`.

  • Control Structures: Includes if statements and loops. Example: `if x > 0: print('Positive')`.

  • Functions: Blocks of reusable code. Example: ...

View all Softwaretest Engineer interview questions
A DevOps Software Engineer was asked 3mo ago
Q. What are Target Groups in AWS?
Ans. 

Target Groups in AWS are used to route requests to one or more registered targets, such as EC2 instances or Lambda functions.

  • Target Groups are associated with load balancers to distribute incoming traffic.

  • They can include multiple targets, such as EC2 instances, IP addresses, or Lambda functions.

  • Health checks can be configured to monitor the status of targets in a Target Group.

  • Example: A Target Group can route tra...

View all DevOps Software Engineer interview questions
A Technical Lead was asked 5mo ago
Q. What are the differences between lazy and eager loading in Hibernate?
Ans. 

Hibernate lazy loading delays fetching related data until it is actually needed, while eager loading fetches all related data immediately.

  • Lazy loading is more efficient for performance as it only loads data when needed

  • Eager loading can lead to performance issues by fetching unnecessary data upfront

  • Lazy loading is the default behavior in Hibernate, but can be overridden with eager loading

  • Example: Lazy loading can b...

View all Technical Lead interview questions
A Full Stack Software Developer was asked 6mo ago
Q. What is the method for implementing inheritance in Golang?
Ans. 

In Golang, inheritance is implemented using composition instead of traditional inheritance.

  • Golang does not support traditional inheritance like other object-oriented languages.

  • Instead of inheritance, Golang promotes code reuse through composition.

  • Embedding structs in Golang allows for achieving similar behavior to inheritance.

View all Full Stack Software Developer interview questions
A Senior Software Engineer was asked 6mo ago
Q. What are goroutines?
Ans. 

Goroutines are lightweight threads managed by the Go programming language.

  • Goroutines allow concurrent execution of functions

  • They are multiplexed onto multiple OS threads by the Go runtime

  • They are more efficient than traditional threads due to lower memory footprint and faster startup time

View all Senior Software Engineer interview questions
A Senior Software Engineer was asked 6mo ago
Q. Write code to demonstrate string manipulation.
Ans. 

String manipulation involves modifying, parsing, or analyzing strings in programming for various applications.

  • Concatenation: Joining strings together. Example: 'Hello' + ' World' = 'Hello World'.

  • Substring: Extracting a portion of a string. Example: 'Hello World'.substring(0, 5) = 'Hello'.

  • Splitting: Dividing a string into an array. Example: 'a,b,c'.split(',') = ['a', 'b', 'c'].

  • Trimming: Removing whitespace from end...

View all Senior Software Engineer interview questions
A Golang Developer was asked 6mo ago
Q. Write code to check if a string is a palindrome.
Ans. 

A palindrome is a word, phrase, or sequence that reads the same backward as forward.

  • Check if the string is empty or has one character: return true.

  • Use two pointers: one at the start and one at the end of the string.

  • Compare characters at both pointers; if they differ, return false.

  • Move the pointers towards the center and repeat until they meet.

  • Example: 'racecar' is a palindrome, while 'hello' is not.

View all Golang Developer interview questions
Are these interview questions helpful?
A Python Developer was asked 7mo ago
Q. Write code demonstrating polymorphism.
Ans. 

Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Create a superclass with a method

  • Create multiple subclasses that inherit from the superclass and override the method

  • Use the same method name to call the method on objects of different subclasses

View all Python Developer interview questions
A Software Developer was asked 8mo ago
Q. What is Memory Management?
Ans. 

Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various programs.

  • Memory management involves allocating memory to programs when needed

  • It also involves deallocating memory when it is no longer needed

  • Memory management helps prevent memory leaks and optimize memory usage

  • Examples include dynamic memory allocation in C/C++ using functions like malloc(...

View all Software Developer interview questions
A Sdet Engineer was asked 11mo ago
Q. What libraries do you use for testing?
Ans. 

Common libraries used in testing include JUnit, TestNG, Selenium, Appium, and RestAssured.

  • JUnit

  • TestNG

  • Selenium

  • Appium

  • RestAssured

View all Sdet Engineer interview questions

MSys Tech India Interview Experiences

47 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Am not able to share

Round 2 - One-on-one 

(5 Questions)

  • Q1. Not able to share
  • Q2. Am not able to Share
  • Q3. What is the current salary?
  • Ans. 

    The current salary is competitive and based on experience and qualifications.

    • Salaries for Android Developers can vary based on location, company size, and level of experience.

    • It is common for Android Developers to earn between $60,000 to $120,000 per year.

    • Senior Android Developers with extensive experience may earn upwards of $150,000 per year.

  • Answered by AI
  • Q4. How much hike you excepting?
  • Ans. 

    I am looking for a competitive hike based on my experience and skills.

    • I am expecting a hike that reflects my contributions to the company and the current market rates for Android developers.

    • I have researched the average salary range for Android developers in my area and industry.

    • I am open to negotiation based on the overall compensation package offered by the company.

    • I am looking for a hike that aligns with my career g...

  • Answered by AI
  • Q5. Why you are joining here
  • Ans. 

    I am joining here because of the company's innovative projects and strong team culture.

    • Exciting projects that align with my interests and skills

    • Strong team culture and collaborative environment

    • Opportunities for growth and learning

    • Positive reputation of the company in the industry

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are Taget Groups in AWS?
  • Ans. 

    Target Groups in AWS are used to route requests to one or more registered targets, such as EC2 instances or Lambda functions.

    • Target Groups are associated with load balancers to distribute incoming traffic.

    • They can include multiple targets, such as EC2 instances, IP addresses, or Lambda functions.

    • Health checks can be configured to monitor the status of targets in a Target Group.

    • Example: A Target Group can route traffic ...

  • Answered by AI
  • Q2. Docker & Git Commands
Round 2 - HR 

(2 Questions)

  • Q1. Self- Intro session
  • Q2. Personal Background
Round 3 - One-on-one 

(2 Questions)

  • Q1. Career expectations
  • Q2. What do you want from MSys?
  • Ans. 

    I seek growth, collaboration, and innovative projects at MSys to enhance my skills and contribute effectively.

    • Opportunities for professional development, such as workshops and training programs.

    • A collaborative work environment that encourages knowledge sharing and teamwork.

    • Challenging projects that push the boundaries of my technical skills, like cloud migration or CI/CD implementation.

    • A culture that values innovation ...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Communication checking
  • Q2. Checking of spontaneous thinking ability
Round 5 - One-on-one 

(2 Questions)

  • Q1. Background verification
  • Q2. Educational qualification

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong in the technologies which are provided in your resume. Be cool because the interviews here MSys are very friendly in nature.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. They asked questions on python, pytest, and selenium.
  • Q2. Asked to code some programs in Python
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics React ques
  • Q2. JS Ques
Round 2 - Coding Test 

Find duplicate elements of array

Round 3 - HR 

(1 Question)

  • Q1. Salary package, offer letter discussion

Golang Developer Interview Questions & Answers

user image piyush pawar

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Code pallindrome
  • Ans. 

    A palindrome is a word, phrase, or sequence that reads the same backward as forward.

    • Check if the string is empty or has one character: return true.

    • Use two pointers: one at the start and one at the end of the string.

    • Compare characters at both pointers; if they differ, return false.

    • Move the pointers towards the center and repeat until they meet.

    • Example: 'racecar' is a palindrome, while 'hello' is not.

  • Answered by AI
  • Q2. Code sorting algorithm
  • Ans. 

    Implement a code sorting algorithm for an array of strings.

    • Use built-in sorting functions like sort.Strings() in Go.

    • Implement custom sorting functions using interfaces like sort.Interface.

    • Consider the time complexity of the sorting algorithm used.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are goroutines
  • Ans. 

    Goroutines are lightweight threads managed by the Go programming language.

    • Goroutines allow concurrent execution of functions

    • They are multiplexed onto multiple OS threads by the Go runtime

    • They are more efficient than traditional threads due to lower memory footprint and faster startup time

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. String manipulation code
  • Ans. 

    String manipulation involves modifying, parsing, or analyzing strings in programming for various applications.

    • Concatenation: Joining strings together. Example: 'Hello' + ' World' = 'Hello World'.

    • Substring: Extracting a portion of a string. Example: 'Hello World'.substring(0, 5) = 'Hello'.

    • Splitting: Dividing a string into an array. Example: 'a,b,c'.split(',') = ['a', 'b', 'c'].

    • Trimming: Removing whitespace from ends. Ex...

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

(1 Question)

  • Q1. What is Memory Management
  • Ans. 

    Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various programs.

    • Memory management involves allocating memory to programs when needed

    • It also involves deallocating memory when it is no longer needed

    • Memory management helps prevent memory leaks and optimize memory usage

    • Examples include dynamic memory allocation in C/C++ using functions like malloc() and...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Not so difficult. Complex list, complexity.

Round 2 - Coding Test 

Complex thinking problems, OOPS, testing methods.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Libraries used in testing?
  • Ans. 

    Common libraries used in testing include JUnit, TestNG, Selenium, Appium, and RestAssured.

    • JUnit

    • TestNG

    • Selenium

    • Appium

    • RestAssured

  • Answered by AI
  • Q2. Why want to change?
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking for new challenges to expand my skills and knowledge

    • Interested in working in a more dynamic and innovative environment

    • Seeking opportunities for career growth and advancement

  • Answered by AI

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 7 Jan 2025

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to python basics, project-related discussion
  • Q2. Advance Python questions, some of the basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA topics, basics of python, advance python

Sdet Interview Questions & Answers

user image Anonymous

posted on 10 Apr 2024

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Coding Test 

It was a hacker rank test:
One question was to design a generator which does some 'x' work.
Buzz Fizz Buzz problem
print list of anagrams

Round 2 - Technical 

(1 Question)

  • Q1. Python codes mainly based on list and string. 1)abc$lsjia&shjs reverse above list but keep special characters at same place 2)[a,3,4,6.7,7,3.5,(5,78,j,k),complex(3,4)] add all ints and floats even prese...
Round 3 - Technical 

(1 Question)

  • Q1. Mostly around project work. Question on imports. Questions on pytest but I was not good at pytest so there was huge gap between understanding things. Coding based on list.

Top trending discussions

View All
Office Jokes
2w
an executive
CTC ≠ Confidence Transfer Credit
Ab toh aisa lagta hai, chillar jaise salary ke liye main kaju katli ban ke jaa rahi hoon. Samajh nahi aata, main zyada ready ho ke jaa rahi hoon ya ye mujhe kam pay kar rahe hain? #CorporateLife #OfficeJokes #UnderpaidButWellDressed
FeedCard Image
Got a question about MSys Tech India?
Ask anonymously on communities.

MSys Tech India Interview FAQs

How many rounds are there in MSys Tech India interview?
MSys Tech India interview process usually has 2-3 rounds. The most common rounds in the MSys Tech India interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for MSys Tech India 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 MSys Tech India. The most common topics and skills that interviewers at MSys Tech India expect are Python, AWS, Linux, Javascript and Kubernetes.
What are the top questions asked in MSys Tech India interview?

Some of the top questions asked at the MSys Tech India interview -

  1. What is the method for implementing inheritance in Gola...read more
  2. What are the fundamental concepts of Pyth...read more
  3. How to communicate between component...read more
What are the most common questions asked in MSys Tech India HR round?

The most common HR questions asked in MSys Tech India interview are -

  1. What are your salary expectatio...read more
  2. Why should we hire y...read more
  3. What is your family backgrou...read more
How long is the MSys Tech India interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 42 interview experiences

Difficulty level

Easy 32%
Moderate 68%

Duration

Less than 2 weeks 78%
2-4 weeks 17%
More than 8 weeks 4%
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 195 Interviews
AVASOFT Interview Questions
2.9
 • 173 Interviews
Oracle Cerner Interview Questions
3.7
 • 161 Interviews
Thomson Reuters Interview Questions
4.1
 • 124 Interviews
ServiceNow Interview Questions
4.1
 • 124 Interviews
Amadeus Interview Questions
3.8
 • 115 Interviews
UKG Interview Questions
3.1
 • 111 Interviews
EbixCash Limited Interview Questions
3.9
 • 106 Interviews
SPRINKLR Interview Questions
3.0
 • 105 Interviews
View all

MSys Tech India Reviews and Ratings

based on 159 reviews

4.0/5

Rating in categories

3.8

Skill development

4.1

Work-life balance

3.8

Salary

3.7

Job security

4.0

Company culture

3.5

Promotions

3.8

Work satisfaction

Explore 159 Reviews and Ratings
Python Automation Engineer

Bangalore / Bengaluru

3-5 Yrs

₹ 6.5-10 LPA

AIML Architect

Noida,

Pune

+1

12-22 Yrs

Not Disclosed

Senior AIML Engineers (6+ Years)

Noida,

Chennai

+1

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
156 salaries
unlock blur

₹7.8 L/yr - ₹32 L/yr

Software Engineer
87 salaries
unlock blur

₹3.5 L/yr - ₹12.7 L/yr

Technical Lead
51 salaries
unlock blur

₹10.9 L/yr - ₹30 L/yr

Lead Engineer
21 salaries
unlock blur

₹11 L/yr - ₹27.3 L/yr

Senior Devops Engineer
18 salaries
unlock blur

₹7.4 L/yr - ₹21.8 L/yr

Explore more salaries
Compare MSys Tech India with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Chetu

3.3
Compare

R Systems International

3.3
Compare
write
Share an Interview