Upload Button Icon Add office photos

Filter interviews by

Matrix ComSec Senior Software Engineer Interview Questions and Answers

Updated 20 Jul 2024

2 interviews found

Sort by: Popular
Interview experience
3
 Average
Difficulty level
 Easy
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed in Apr 2024.

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. Threads vs process
  • Q2. Thread synchronization program using semaphore/mutex

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Aptitude followed by core C++ questions.

2

One-on-one Round (2 Questions)

  • Q1. What are the expectations
  • Q2. Why you want to join

Interview questions from similar companies

Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Apr 2024.

1 Interview Round

1

One-on-one Round (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.Wr...read more
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
Interview experience
3
 Average
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed in Mar 2023.

3 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (1 Question)

  • Q1. HR reached out to me through naukri. Based on my tech stack i matched the requirements. On the first call HR asked me a lot of the questions on why i was lookin...read more
3

Technical Round (5 Questions)

  • Q1. Write a program to find last non repeating character in a given string using Java 8 functions only like Streams and Lambda's.
  • Q2. Given two interface, Interface A and Interface B both having the same functions in them let's say apply(). If a class implements both of these interface then wh...read more
  • Q3. Given a employee table with name, ID, age, salary and ratings column. Find the top 3 employee based on the ratings.
  • Q4. Group anagram coding question.
  • Q5. Given an Employee class with 3 fields name, age and salary. Make changes in the class so that any two employee objects having same names are considered duplicat...read more

Interview Preparation Tips

Topics to prepare for Hilti Senior Software Engineer interview:
  • Java 8
  • OOPS
  • SQL Queries
  • Coding
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Technical and coding in depth Knowledge required. Un
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via campus placement at Institute of Management Studies (IMS), Ghaziabad and was interviewed in Aug 2023.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

They asked basic programs, cloud computing, computer networking

3

HR Round (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.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. They shared the screen an given the logic to write c# program fraction number divided by zero and thrown a issue if denominator is 0.

Interview Preparation Tips

Interview preparation tips for other job seekers - I think the round has been scheduled as assessment before technical. So that's why there is no guiltiness for employees to write code in front of them.
Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

3 Interview Rounds

1

Assignment Round

Technical assesment was there in first round

2

One-on-one Round (1 Question)

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

HR Round (1 Question)

  • Q1. Meeting with regional head of IT department

I applied via Recruitment Consulltant and was interviewed in Jan 2022.

4 Interview Rounds

1

Coding Test Round

It was basic code syntax check test.

2

One-on-one Round (1 Question)

  • Q1. All regular technical questions about your skillset which is matching their requirement. This was with a Tech Lead (>13 years experienced)
3

One-on-one Round (1 Question)

  • Q1. These were all heavy technical questions regarding the required skillset and your own skillset. It was conducted by 2 SSDs (Both >10 year exp.)
4

One-on-one Round (1 Question)

  • Q1. This was a Manager+HR round. The Manager asked questions regarding way of working (Agile, Scrum, Safe, etc.) and questions around that. The Manager then dropped...read more

Interview Preparation Tips

Topics to prepare for Hilti Senior Software Engineer interview:
  • Don't waste your time on this company
Interview preparation tips for other job seekers - Please avoid giving interviews for this company. Highly unethical behaviour on their part. Explanation below.

Despite giving so many rounds of interview (on multiple days), there was no offer given.
After asking the external HR again (after a month) about why there was nothing yet, I was told that the position no longer exists.
This speaks volumes about the company's ethics.
My advice: Avoid wasting your time with this company. They don't have the basic courtesy to even let a candidate know why there's no progress on his/her profile. You are better off going after companies which actually give offer letters soon.
Interview experience
3
 Average
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 No response

I applied via Naukri.com and was interviewed in Apr 2024.

1 Interview Round

1

One-on-one Round (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.Wr...read more
  • Q3. Write Code If Input is 123, output should be "One Hundred Twenty Three";
Interview experience
3
 Average
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Naukri.com and was interviewed in Mar 2023.

3 Interview Rounds

1

Resume Shortlist Round

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
2

HR Round (1 Question)

  • Q1. HR reached out to me through naukri. Based on my tech stack i matched the requirements. On the first call HR asked me a lot of the questions on why i was lookin...read more
3

Technical Round (5 Questions)

  • Q1. Write a program to find last non repeating character in a given string using Java 8 functions only like Streams and Lambda's.
  • Q2. Given two interface, Interface A and Interface B both having the same functions in them let's say apply(). If a class implements both of these interface then wh...read more
  • Q3. Given a employee table with name, ID, age, salary and ratings column. Find the top 3 employee based on the ratings.
  • Q4. Group anagram coding question.
  • Q5. Given an Employee class with 3 fields name, age and salary. Make changes in the class so that any two employee objects having same names are considered duplicat...read more

Interview Preparation Tips

Topics to prepare for Hilti Senior Software Engineer interview:
  • Java 8
  • OOPS
  • SQL Queries
  • Coding
  • DSA
  • Algorithms
Interview preparation tips for other job seekers - Technical and coding in depth Knowledge required. Un

Matrix ComSec Interview FAQs

How many rounds are there in Matrix ComSec Senior Software Engineer interview?
Matrix ComSec interview process usually has 1-2 rounds. The most common rounds in the Matrix ComSec interview process are One-on-one Round, Technical and Coding Test.
What are the top questions asked in Matrix ComSec Senior Software Engineer interview?

Some of the top questions asked at the Matrix ComSec Senior Software Engineer interview -

  1. Thread synchronization program using semaphore/mu...read more
  2. What are the expectati...read more
  3. Threads vs proc...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Matrix ComSec interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Matrix ComSec Senior Software Engineer Salary
based on 22 salaries
₹5.5 L/yr - ₹9.5 L/yr
55% less than the average Senior Software Engineer Salary in India
View more details

Matrix ComSec Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Technical Support Engineer
43 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Software Developer
37 salaries
unlock blur

₹2.8 L/yr - ₹7.9 L/yr

Sales Manager
28 salaries
unlock blur

₹4.4 L/yr - ₹13 L/yr

Embedded Software Engineer
27 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Softwaretest Engineer
26 salaries
unlock blur

₹2.5 L/yr - ₹5.5 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.2
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