Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Mastercom Technology Services India Team. If you also belong to the team, you can get access from here

Mastercom Technology Services India Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 10 Reviews

Filter interviews by

Mastercom Technology Services India Associate Software Engineer Interview Questions and Answers

Updated 10 Sep 2024

Mastercom Technology Services India Associate Software Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Swap the variable without using swap keyword
  • Ans. 

    Use XOR operation to swap variables without using swap keyword

    • Use XOR operation to swap two variables without using a temporary variable

    • Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
  • Q2. Mysql relayed questions
  • Q3. Find the 2nd largest number in the list
  • Ans. 

    Iterate through the list to find the 2nd largest number

    • Iterate through the list and keep track of the largest and second largest numbers

    • Compare each number with the largest and second largest numbers to update them accordingly

    • Return the second largest number found

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Easy programms based on Array and strings

Round 2 - Technical 

(3 Questions)

  • Q1. Like this is combined round technical +Hr
  • Q2. All the question related to projects
  • Q3. Your role in project , benefits of your project etc
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Swap two variables, prime number
  • Ans. 

    To swap two variables, use a temporary variable to store one value before swapping them.

    • Create a temporary variable to store one of the values

    • Assign the first variable to the temporary variable

    • Assign the second variable to the first variable

    • Assign the temporary variable to the second variable

  • Answered by AI
  • Q2. Based on Linux, SQL and other
  • Q3. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q4. Commands on SQL and Linux
  • Q5. Questions related to HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the difference between drop and delete in SQL?
  • Ans. 

    Drop removes a table from the database while delete removes specific rows from a table.

    • DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.

    • DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.

    • DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...

  • Answered by AI
  • Q2. What are the different commands in SQL?
  • Ans. 

    SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.

    • SELECT - retrieves data from a database

    • INSERT - adds new data to a database

    • UPDATE - modifies existing data in a database

    • DELETE - removes data from a database

    • CREATE - creates a new database or table

    • ALTER - modifies the structure of a database object

    • DROP - deletes a database object

    • JOIN - combines row...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were two coding questions

Round 2 - Coding Test 

There was oncampus coding round , where 1 question was given.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What are your projects?
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Listen and repeat the sentence
Round 2 - Coding Test 

Mercel platform 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ur project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. One code according to ur cluster
  • Ans. 

    I would write a code snippet based on the specific cluster or category provided.

    • Identify the specific cluster or category provided in the question

    • Write a code snippet that aligns with the requirements of the cluster

    • Ensure the code is accurate and relevant to the given cluster

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, behaviourial and some analytical questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions from projects mentioned in resume
  • Q3. Few basic technical questions

Associate Software Engineer Interview Questions & Answers

Wipro user image A praneeth Kumar Reddy

posted on 24 Oct 2024

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

Numerical based questions are there mostly

Round 2 - Coding Test 

Good basic level coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. Tell about ur projects
  • Ans. 

    I have worked on various projects including a web application for online shopping and a mobile app for task management.

    • Developed a web application using HTML, CSS, and JavaScript for online shopping

    • Created a mobile app using React Native for task management

    • Implemented RESTful APIs for communication between front-end and back-end systems

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

They will give assignment with video explanation.

Round 2 - Technical 

(2 Questions)

  • Q1. Theory questions on java
  • Q2. Spring boot questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract that implementin

  • Answered by AI
  • Q2. Why static and final key words used
  • Ans. 

    Static and final keywords are used in Java to define class-level variables and constants respectively.

    • Static keyword is used to define class-level variables and methods, which are shared among all instances of the class.

    • Final keyword is used to define constants that cannot be changed once initialized.

    • Static variables are accessed using the class name, while final variables are accessed using object references.

    • Example: ...

  • Answered by AI

Skills evaluated in this interview

Mastercom Technology Services India Interview FAQs

How many rounds are there in Mastercom Technology Services India Associate Software Engineer interview?
Mastercom Technology Services India interview process usually has 1 rounds. The most common rounds in the Mastercom Technology Services India interview process are Technical.
What are the top questions asked in Mastercom Technology Services India Associate Software Engineer interview?

Some of the top questions asked at the Mastercom Technology Services India Associate Software Engineer interview -

  1. Swap the variable without using swap keyw...read more
  2. Find the 2nd largest number in the l...read more
  3. Mysql relayed questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Mastercom Technology Services India interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
50% less than the average Associate Software Engineer Salary in India
View more details

Mastercom Technology Services India Associate Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

4.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

1.0

Work Satisfaction

Explore 1 Review and Rating
Software Engineer
51 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Associate Software Engineer
17 salaries
unlock blur

₹2.5 L/yr - ₹4 L/yr

Software Developer
16 salaries
unlock blur

₹3.5 L/yr - ₹12.9 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹5.2 L/yr - ₹11.5 L/yr

Salesforce Developer
8 salaries
unlock blur

₹3 L/yr - ₹4.3 L/yr

Explore more salaries
Compare Mastercom Technology Services India with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview