Upload Button Icon Add office photos

Matrix ComSec

Compare button icon Compare button icon Compare

Filter interviews by

Matrix ComSec Software Engineer Interview Questions and Answers

Updated 7 Feb 2023

Matrix ComSec Software Engineer Interview Experiences

1 interview found

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 - Aptitude Test 

Aptitude test covering all technical questions

Round 3 - Technical 

(1 Question)

  • Q1. Profile related technical
Round 4 - Behavioral 

(2 Questions)

  • Q1. Salary negotiation and policy brief
  • Q2. Salary negotiation and policy brief given

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best. Do not panic. Give calmly your hundred percent.

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

Interview Questionnaire 

1 Question

  • Q1. String programs, API basics, Automation, Status codes , Http methods.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on programming
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concepts and SOLID
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Dec 2021. There were 2 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 

(2 Questions)

  • Q1. How good at problem solving and what are your areas of interes?
  • Ans. 

    I am an excellent problem solver with a keen interest in algorithm design and optimization.

    • I enjoy breaking down complex problems into smaller, more manageable components.

    • I have experience in developing efficient algorithms for data processing and analysis.

    • I am always looking for ways to optimize code and improve performance.

    • I am interested in exploring new technologies and frameworks to solve problems in innovative wa

  • Answered by AI
  • Q2. What new do you know?
  • Ans. 

    I have knowledge in various programming languages, frameworks, and technologies.

    • Proficient in Java, Python, and C++

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with databases such as MySQL and MongoDB

    • Knowledge of software development methodologies like Agile and Scrum

    • Understanding of design patterns and object-oriented programming principles

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and practice well before attempting to give an interview. And be confident about what you know and what you are eager to learn.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explained about micro front end in react js
Round 2 - Behavioral 

(2 Questions)

  • Q1. Reason for job change
  • Q2. Can i Work from office for 15 days each month?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 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 - Coding Test 

Hacker rank codinv problems level medium

Round 3 - Technical 

(1 Question)

  • Q1. Coding round again D and S
Round 4 - Technical 

(1 Question)

  • Q1. System design tech dummies
Round 5 - HR 

(1 Question)

  • Q1. Common questions , why we should hire you , achievements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for D and S and system design depends on team and role in terms of difficulty
Round 1 - Technical 

(2 Questions)

  • Q1. Reverse linked list using the recursion
  • Ans. 

    Reverse a linked list using recursion

    • Create a recursive function that takes the head of the linked list as input

    • Base case: if the head is null or the next node is null, return the head

    • Recursively call the function with the next node as input

    • Set the next node's next pointer to the current node

    • Set the current node's next pointer to null

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q2. Find max number in the linked list using stack.
  • Ans. 

    To find max number in linked list using stack.

    • Create an empty stack.

    • Traverse the linked list and push each element onto the stack.

    • Pop elements from the stack and compare with max value.

    • Return the max value.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics. Be confident
. Give answer properly

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 3 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 relates questions... It was modratley difficult

Round 3 - Technical 

(3 Questions)

  • Q1. Twchnical rouns. Qas easy... Asked questions oc C and some. Projects
  • Q2. Reverse linked list using recursion
  • Ans. 

    Reverse a linked list using recursion

    • Create a recursive function that takes the head of the linked list as input

    • Base case: if the head is null or the next node is null, return the head

    • Recursively call the function with the next node as input

    • Set the next node's next pointer to the current node

    • Set the current node's next pointer to null

    • Return the new head of the reversed linked list

  • Answered by AI
  • Q3. What is difference between mutex semaphore?
  • Ans. 

    Mutex is a locking mechanism to ensure exclusive access to a shared resource, while semaphore is a signaling mechanism to control access to a shared resource.

    • Mutex allows only one thread to access the shared resource at a time, while semaphore can allow multiple threads to access the shared resource simultaneously.

    • Mutex is binary, meaning it has only two states - locked and unlocked, while semaphore can have multiple s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just give your best.
. Interview will be easy
Rest all was good

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting methodologies
  • Q2. Questions based on previous company projects

Matrix ComSec Interview FAQs

How many rounds are there in Matrix ComSec Software Engineer interview?
Matrix ComSec interview process usually has 4 rounds. The most common rounds in the Matrix ComSec interview process are Resume Shortlist, Aptitude Test and Technical.

Tell us how to improve this page.

Matrix ComSec Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Matrix ComSec Software Engineer Salary
based on 27 salaries
₹2 L/yr - ₹8 L/yr
24% less than the average Software Engineer Salary in India
View more details

Matrix ComSec Software Engineer Reviews and Ratings

based on 11 reviews

3.5/5

Rating in categories

3.6

Skill development

3.1

Work-life balance

3.5

Salary

2.8

Job security

2.9

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 11 Reviews and Ratings
Software Developer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
35 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Matrix ComSec with

Honeywell Automation

3.8
Compare

Siemens

4.1
Compare

Bosch

4.2
Compare

Schneider Electric

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