Upload Button Icon Add office photos

Filter interviews by

Mavenir Systems Senior Software Engineer Interview Questions and Answers

Updated 27 Nov 2024

Mavenir Systems Senior Software Engineer Interview Experiences

4 interviews found

Senior Software Engineer Interview Questions & Answers

user image Surendran Dhuruvan

posted on 27 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response

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

Round 1 - Coding Test 

1 hour interview for data structure coding

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

Javascript basic question was asked

Round 3 - One-on-one 

(2 Questions)

  • Q1. Email regex, angular framework
  • Q2. That all the question asked

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

I was interviewed in Jan 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Explain about yourself
  • Q2. Daily activity in current job role

Interview Preparation Tips

Interview preparation tips for other job seekers - Cool and calm is very important in interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Jun 2022.

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 

C++ coding question with multiple choice output and 1 code to write.

Round 3 - Technical 

(1 Question)

  • Q1. Data structure, virtual pointer, oops concept
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and basic bavkground check.

Mavenir Systems interview questions for designations

 Software Engineer

 (2)

 Principal Software Engineer

 (1)

 Software Developer

 (2)

 Mts Software Engineer

 (1)

 Network Engineer

 (1)

 Devops Engineer

 (1)

 System Engineer

 (1)

 Senior Member Technical

 (1)

Senior Software Engineer Jobs at Mavenir Systems

View all

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Questions on java , spring boot , containarisation tools, coding, SOLID principles
Round 2 - Assignment 

5 coading questions were asked in it

Round 3 - HR 

(1 Question)

  • Q1. Manegerial round

Senior Software Engineer Interview Questions & Answers

Incedo user image Meenakshi Somasundaram

posted on 28 Nov 2024

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

Choose the Options in Javascript, HTML, CSS

Round 2 - Technical 

(2 Questions)

  • Q1. ES6 concepts of javascript
  • Q2. Core concepts of Reactjs
  • Ans. 

    Reactjs is a JavaScript library for building user interfaces.

    • Component-based architecture

    • Virtual DOM for efficient updates

    • JSX for writing HTML in JavaScript

    • State management with setState()

    • Lifecycle methods like componentDidMount()

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Role discussion with Manager
  • Q2. Salary discussion with HR

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the OOPS concepts
  • Q2. MultiThreading, synchronization
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. There we a lot of question on Python basics 1. Iterators 2. Generator 3. List Comprehensions 4. Static Method, Class Method 5. Testing in Python - Pytest 6. Magic Methon 7. Try Except Else Block in Python ...
  • Q2. DSA Questions 1. Balanced Parenthesis 2. String Compression - Check on Leetcode
  • Q3. Basic SQL Count(*) query
Round 2 - Technical 

(3 Questions)

  • Q1. Memory Management in Python
  • Ans. 

    Memory management in Python involves automatic memory allocation and deallocation through garbage collection.

    • Python uses automatic memory management through garbage collection to allocate and deallocate memory.

    • Memory is managed using reference counting and a cycle-detecting garbage collector.

    • Python's memory management is efficient for most use cases, but can lead to memory leaks if circular references are not handled p

  • Answered by AI
  • Q2. Garbage Collection in Python
  • Ans. 

    Garbage collection in Python is an automatic memory management process that helps in reclaiming memory occupied by objects that are no longer in use.

    • Python uses a built-in garbage collector to manage memory automatically.

    • The garbage collector in Python uses reference counting and a cycle-detecting algorithm to reclaim memory.

    • Explicitly calling the 'gc.collect()' function can trigger garbage collection in Python.

    • Garbage...

  • Answered by AI
  • Q3. Code a system to query an API, do multiprocessing and improve the efficiency
  • Ans. 

    Code a system to query an API, do multiprocessing and improve efficiency

    • Use a library like requests in Python to query the API

    • Implement multiprocessing using a library like multiprocessing or threading in Python

    • Optimize efficiency by caching API responses or using asynchronous programming

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This was for a Python Job Posting - Prepare well for basic to advanced level Python core concepts, any online site with a question bank of Python is good enough to prepare
DSA asked is generally easy, do some practice on LeetCode

Skills evaluated in this interview

Mavenir Systems Interview FAQs

How many rounds are there in Mavenir Systems Senior Software Engineer interview?
Mavenir Systems interview process usually has 2-3 rounds. The most common rounds in the Mavenir Systems interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Mavenir Systems Senior Software Engineer 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 Mavenir Systems. The most common topics and skills that interviewers at Mavenir Systems expect are C++, Linux, C, Networking and 3G.
What are the top questions asked in Mavenir Systems Senior Software Engineer interview?

Some of the top questions asked at the Mavenir Systems Senior Software Engineer interview -

  1. Data structure, virtual pointer, oops conc...read more
  2. Salary discussion and basic bavkground che...read more
  3. email regex, angular framew...read more

Tell us how to improve this page.

Mavenir Systems Senior Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Resume Shortlist Round
View more
Mavenir Systems Senior Software Engineer Salary
based on 62 salaries
₹9.2 L/yr - ₹30 L/yr
21% more than the average Senior Software Engineer Salary in India
View more details

Mavenir Systems Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.3/5

Rating in categories

2.9

Skill development

3.9

Work-life balance

3.4

Salary

4.0

Job security

3.4

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 4 Reviews and Ratings
Senior Member of Technical Staff
311 salaries
unlock blur

₹9.9 L/yr - ₹40 L/yr

Member Technical Staff
186 salaries
unlock blur

₹5.8 L/yr - ₹24 L/yr

Technical Staff Member 3
142 salaries
unlock blur

₹8.4 L/yr - ₹28 L/yr

Technical Architect
114 salaries
unlock blur

₹16.5 L/yr - ₹50 L/yr

Member Technical Staff 1
109 salaries
unlock blur

₹4.2 L/yr - ₹16.7 L/yr

Explore more salaries
Compare Mavenir Systems with

TCS

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

HCLTech

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