Upload Button Icon Add office photos

Filter interviews by

MSys Tech India C Developer Interview Questions and Answers

Updated 8 Jun 2023

MSys Tech India C Developer Interview Experiences

1 interview found

C Developer Interview Questions & Answers

user image Sumathy Venugopal

posted on 8 Jun 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Basic three C++ tasks

Round 3 - One-on-one 

(1 Question)

  • Q1. C++ concepts ,some basic programming
Round 4 - Coding Test 

Implement inbuilt function

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. All C++ concepts starting from basic to advanced. Like const, static, class objects, smart pointers, singleton class, copy constructor, Abstract class
Round 2 - Functional Competency 

(1 Question)

  • Q1. Work experience, follow up questions based on that. Practical applications in which I C++ concepts like Inheritance, Polimorphism, Virtual, Template have been used. Why should we hire you. Why do you look ...

I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Solve the problems

Round 2 - Aptitude Test 

Discussion any topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Try the many platforms for job circulation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank mcq medium to hard level 1 hr duration

Round 2 - Technical 

(3 Questions)

  • Q1. Oops , diff composition and inheritance
  • Q2. Design pattern explain singleton , abstract factory
  • Ans. 

    Singleton ensures a class has only one instance, while Abstract Factory provides an interface for creating families of related objects.

    • Singleton pattern restricts the instantiation of a class to one object, ensuring there is only one instance of the class.

    • Abstract Factory pattern provides an interface to create families of related or dependent objects without specifying their concrete classes.

    • Singleton pattern can be i...

  • Answered by AI
  • Q3. Implement linked list , all combination string in python
  • Ans. 

    Implement linked list and generate all combination strings in Python.

    • Create a Node class to represent each element in the linked list.

    • Implement methods to add nodes, delete nodes, and generate all combinations of strings.

    • Use recursion to generate all combinations of strings.

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

(2 Questions)

  • Q1. Introduction about my skills and projects
  • Q2. Situation based question on my projects , talk about security and performance in my projects
Round 4 - HR 

(2 Questions)

  • Q1. Introduction about me and my family members
  • Q2. Relocation comfortable , about my friends who are placed , why many people from my college

Interview Preparation Tips

Interview preparation tips for other job seekers - mostly questions depend on interviewer , some my friend were asked basic question , mine were still moderate level , my luck is worst already more than 20 interview all are above 10 lpa , this one is 25lpa , luck matter most

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is Oops concept?
  • Ans. 

    Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Oops concept is a programming paradigm that focuses on objects and classes.

    • It includes principles like inheritance, where a class can inherit properties and behaviors from another class.

    • Encapsulation is another principle where data is wrapped within a class and can only be...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Diff var let const
  • Ans. 

    diff var let const

    • var is function-scoped, let and const are block-scoped

    • var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared

    • const must be initialized during declaration, let and var can be declared without initialization

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Related to node js architecture
Round 3 - HR 

(1 Question)

  • Q1. Expectation and all

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Good round moderate coding questions were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Coding question based on trees
  • Q2. Coding question based on math/binary search
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Kamaraj College, Thoothukudi and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The platform is hackerrank and they asked arrays and string topics and the duration is 1hr

Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between http and https
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q2. Asked some sql querys
  • Q3. Asked some sql joins
  • Q4. Fully based on user resume
Round 3 - HR 

(1 Question)

  • Q1. They asked general questions like family background

Skills evaluated in this interview

MSys Tech India Interview FAQs

How many rounds are there in MSys Tech India C Developer interview?
MSys Tech India interview process usually has 4 rounds. The most common rounds in the MSys Tech India interview process are Resume Shortlist, Assignment and One-on-one Round.
How to prepare for MSys Tech India C Developer 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 C++, C, GDB, IPC and Ionic Framework.

Tell us how to improve this page.

MSys Tech India C Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

C Developer Interview Questions from Similar Companies

View all
Senior Software Engineer
125 salaries
unlock blur

₹7.8 L/yr - ₹26 L/yr

Software Engineer
77 salaries
unlock blur

₹4 L/yr - ₹15.5 L/yr

Technical Lead
47 salaries
unlock blur

₹11.5 L/yr - ₹33.3 L/yr

Senior Devops Engineer
21 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Lead Engineer
21 salaries
unlock blur

₹14 L/yr - ₹27.3 L/yr

Explore more salaries
Compare MSys Tech India with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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