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

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

Technical assesment was there in first round

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview with national manager, CTO and fellow developer
Round 3 - HR 

(1 Question)

  • Q1. Meeting with regional head of IT department
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Questions were asked on Recursive programming
  • Q2. What is the output of this? static void Main(string[] args) { DivideNumber(233) } static void DivideNumber(int n) { if(n>=10) { DivideNumber(n/10); } Console.Write(n/10) }
  • Ans. 

    The output will be 23323

    • The DivideNumber method recursively divides the input number by 10 until it is less than 10

    • The Console.Write statement prints the result of n/10 each time the method is called

  • Answered by AI
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
  • Ans. 

    Convert numeric input to words in English

    • Break down the input number into hundreds, tens, and ones place

    • Use a dictionary or array to map numbers to their corresponding words

    • Handle special cases like teens and tens separately

  • Answered by AI

Skills evaluated in this interview

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 Aug 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

They asked basic programs, cloud computing, computer networking

Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join company? , how do you manage your expense of home in this salary amount?
  • Q2. Introduce yourself, strength, weakness, hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do everything with confidence, don't get stressed and you will easily pass the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2022. 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. ECR, ECM, CONFIGURATION, types of BOM,EBOM and MBOM
  • Q2. Pure technical questions about my experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for experience related technical questions and answers
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. 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 - Technical 

(1 Question)

  • Q1. Segula manager interview based on resume skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Client interview 1
Round 4 - Technical 

(1 Question)

  • Q1. Client interview 2
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Based on experience related questions and core tools
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What tasks did you perform during the calibration process?
  • Ans. 

    During the calibration process, I performed tasks such as adjusting settings, testing equipment accuracy, and documenting results.

    • Adjusting settings on the equipment to ensure accuracy

    • Testing equipment accuracy using known standards

    • Documenting calibration results for future reference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't join this organisation.

Senior Engineer Interview Questions & Answers

Rieter user image RAJA IRUTHAYARAJ

posted on 8 Dec 2023

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

I applied via Company Website and was interviewed before Dec 2022. There were 3 interview rounds.

Round 1 - Assignment 

Best assignment that you had accomplished in your career

Round 2 - HR 

(4 Questions)

  • Q1. Salary expectations?
  • Q2. Rs 12 Lakhs per annum if I am not provided factory quarter in Pune
  • Q3. When can you join? IMMEDIATELY
  • Q4. Rs 12 Lakhs per annum in Pune Rs 8 Lakhs per annum in Cbe in technology dept
Round 3 - One-on-one 

(1 Question)

  • Q1. Where will you be after 10 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to advice
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Costing structure
  • Q2. Cost saving example
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Test was easy and they have some basic questions on frontend, javascript, some pseudo codes and python basic

Round 3 - Technical 

(1 Question)

  • Q1. You were given two lists check the divisibility of elements in list 1 with list two and print out the elements which are divisible.
  • Ans. 

    Check divisibility of elements in two lists and print divisible elements.

    • Iterate through elements in list 1 and list 2

    • Check if element in list 1 is divisible by element in list 2

    • Print out the elements that are divisible

  • Answered by AI

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

Interview Questions from Similar Companies

Ingersoll Rand Interview Questions
3.9
 • 28 Interviews
Nash Industries Interview Questions
3.5
 • 27 Interviews
Sulzer Interview Questions
3.8
 • 27 Interviews
JNS Instruments Interview Questions
3.8
 • 27 Interviews
Buhler Interview Questions
3.9
 • 27 Interviews
Shakti Pumps Interview Questions
3.8
 • 25 Interviews
Rieter Interview Questions
3.7
 • 23 Interviews
View all
Matrix ComSec Software Engineer Salary
based on 33 salaries
₹2.3 L/yr - ₹9 L/yr
20% 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
Technical Support Engineer
38 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Software Developer
35 salaries
unlock blur

₹2.8 L/yr - ₹9.3 L/yr

Software Engineer
33 salaries
unlock blur

₹2.3 L/yr - ₹9 L/yr

Embedded Software Engineer
28 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

Sales Manager
28 salaries
unlock blur

₹4.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Matrix ComSec with

Kirloskar Pneumatic

4.0
Compare

Sulzer

3.8
Compare

Texmo Industries

3.9
Compare

Nash Industries

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