Upload Button Icon Add office photos

Matrix ComSec

Compare button icon Compare button icon Compare

Filter interviews by

Matrix ComSec Software Developer Interview Questions and Answers

Updated 22 Apr 2024

Matrix ComSec Software Developer Interview Experiences

1 interview found

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

I appeared for an interview in Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. NodeJS event loop
  • Q2. What isClosure explain with example
  • Ans. 

    A closure is a function that has access to its own scope, as well as the outer function's scope.

    • Closure allows a function to access variables from its outer function even after the outer function has finished executing.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

    • When innerFunction is called, it can still access outerVar even though outerF...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Matrix ComSec?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of iOS, Design Patterns , Memory leaks etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I would recommend not to apply for any position in this company as they would reject you after hearing salary expectations & all the efforts that you did for clearing 5 rounds would be in vain.

All the feedbacks shared on every review platform regarding poor recruitment process is correct.
Some of the person who were involved in this kind of process are poonam mandhava, neha kumari, prakash balaraman.

Neha Kumari would try to manipulate you psychologically in making you feel that you have done well in interviews & do not consider going for other companies.

Poonam mandhava would behave as if she is reading some script & the decision is already been made earlier.

Guys beware of these persons & don't waste your time in investing in this company.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about basics of Android and Kotlin as deep as you can go from understanding point of view , no need to learn or mug syntaxes before interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study basic data structures and all about the tech stack for which you are applying. Anything new which is in the Field should be known to prove that you are not left behind .
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Basic oops concept
  • Ans. 

    OOP is a programming paradigm based on objects, encapsulating data and behavior for better code organization and reuse.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (e.g., a class).

    • Inheritance: Mechanism to create a new class using properties and methods of an existing class (e.g., a 'Dog' class inheriting from an 'Animal' class).

    • Polymorphism: Ability to present the same interface fo...

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. DSA question on Array
  • Q2. Calender based DSA question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic questions on maths related parts and analysis skills

Round 2 - Coding Test 

Coding questions from various Data Structure parts like linkedList stack queue

I applied via Walk-in and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and very useful for our career
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Print the largest string from the given 5 strings
  • Ans. 

    Find the largest string from a given array of 5 strings

    • Iterate through the array of strings and compare the length of each string

    • Keep track of the largest string found so far

    • Return the largest string at the end

  • Answered by AI
  • Q2. Check if the required dropdown option is displayed or not
  • Ans. 

    Use Selenium WebDriver to locate the dropdown element and check if the required option is displayed

    • Locate the dropdown element using Selenium WebDriver

    • Use the Select class to interact with the dropdown

    • Verify if the required option is displayed using isSelected() method

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic coding questions that are available with just one google search

Interview Preparation Tips

Topics to prepare for Allegion Senior Software Engineer interview:
  • Inteviewbit
  • Google search
Interview preparation tips for other job seekers - Please don't consider this company unless you are casually looking for a job change, because even they are just casually looking for candidates and have no intentions of hiring.

Firstly the questions they asked for not suitable for a senior level role, the questions were very basic and more suited for a fresher or intern. And of course anybody can pass their technical rounds with ease.

Once that is done they'll call you to office for next 2 rounds, which a heavt waste of time for the candidates.

And finally they reject you saying you are suitable for a entry level role but not senior level.

If they don't ask questions that are suitable for senior role how will they be able to judge my expertise?

I requested them to evaluate me for one more round before taking that decision, they said we have other candidates in line, and they'll approach me if they don't find anyone.

3 months after the interview the role is still open on all the job portals, and they aren't even bothered to fill the position
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How many html heading elements
  • Ans. 

    There are 6 HTML heading elements, from h1 to h6.

    • There are 6 heading elements in HTML: h1, h2, h3, h4, h5, h6

    • The h1 element is the highest level heading and h6 is the lowest level heading

    • Heading elements are used to define the structure of a webpage

  • Answered by AI

Skills evaluated in this interview

Matrix ComSec Interview FAQs

How many rounds are there in Matrix ComSec Software Developer interview?
Matrix ComSec interview process usually has 1 rounds. The most common rounds in the Matrix ComSec interview process are One-on-one Round.
How to prepare for Matrix ComSec Software 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 Matrix ComSec. The most common topics and skills that interviewers at Matrix ComSec expect are Socket Programming, C++, Embedded C, Software Development and ESIC.
What are the top questions asked in Matrix ComSec Software Developer interview?

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

  1. what isClosure explain with exam...read more
  2. NodeJS event l...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

G4S Interview Questions
3.9
 • 113 Interviews
Securitas Interview Questions
3.8
 • 35 Interviews
myGate Interview Questions
3.2
 • 30 Interviews
NAFFCO Interview Questions
3.5
 • 25 Interviews
Allegion Interview Questions
4.3
 • 23 Interviews
View all
Matrix ComSec Software Developer Salary
based on 45 salaries
₹4.7 L/yr - ₹8 L/yr
38% less than the average Software Developer Salary in India
View more details

Matrix ComSec Software Developer Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.8

Skill development

3.2

Work-life balance

3.4

Salary

4.4

Job security

3.9

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 10 Reviews and Ratings
Software Developer
45 salaries
unlock blur

₹4.7 L/yr - ₹8 L/yr

Technical Support Engineer
41 salaries
unlock blur

₹2.5 L/yr - ₹4.8 L/yr

Software Engineer
39 salaries
unlock blur

₹4.5 L/yr - ₹9 L/yr

Sales Manager
30 salaries
unlock blur

₹6.2 L/yr - ₹13 L/yr

Software Development Engineer
27 salaries
unlock blur

₹4.8 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Matrix ComSec with

G4S

3.9
Compare

SIS Prosegur Holdings

3.4
Compare

Securitas

3.8
Compare

myGate

3.2
Compare
write
Share an Interview