Upload Button Icon Add office photos

Mavenir Systems

Compare button icon Compare button icon Compare

Filter interviews by

Mavenir Systems System Engineer Interview Questions and Answers

Updated 25 Aug 2024

Mavenir Systems System Engineer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 5g Architecture
  • Q2. M-Plane Process
Round 2 - Technical 

(2 Questions)

  • Q1. 5G Layers & their nodes
  • Ans. 

    5G network is divided into three main layers: Radio Access Network (RAN), Transport Network, and Core Network.

    • Radio Access Network (RAN) includes base stations and antennas for wireless communication.

    • Transport Network connects RAN to Core Network, using technologies like fiber optics.

    • Core Network manages user authentication, mobility, and data routing.

    • Examples: RAN - gNodeB, Transport Network - Optical fiber, Core Netw

  • Answered by AI
  • Q2. OOPS concept, Automation project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well.

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Walk-in and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Data structures and algorithms

Round 2 - Coding Test 

Python etl,pandas, pyspark questions

Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation , work culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with the basics and practice common programming problems

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Recruitment Consultant and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What Prog Languages known? Prior Software Experience? How good on U.S. Client Face to Face and telephonic interaction for projects?
  • Ans. 

    I am proficient in Java, Python, and C++. I have 2 years of experience in software development. I have excellent communication skills for client interaction.

    • Proficient in Java, Python, and C++

    • 2 years of software development experience

    • Excellent communication skills for client interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't fluent or good in Programming languages but I was clear on the flowchart and the basic concept of OOPS. Also, I was confident about solving the scenarios given to me at interview rounds. I also had good experience in US customer handling over telephonic and Face to Face interaction.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How can you print names of 4 threads in the given order?
  • Ans. 

    Printing names of 4 threads in a given order using an array of strings.

    • Create an array of strings with the names of the threads in the desired order.

    • Use a loop to iterate through the array and print each thread name.

    • Ensure that the threads are started in the same order as the names in the array.

  • Answered by AI
  • Q2. All related questions about enum
  • Q3. About data structures in java, at times they may go for algorithms
  • Q4. String based logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for java relates questions and post that u will be hit with data structures and algorithms questions.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basics of DS and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - be thorough in data structures and algorithms

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

Mavenir Systems Interview FAQs

How many rounds are there in Mavenir Systems System Engineer interview?
Mavenir Systems interview process usually has 2 rounds. The most common rounds in the Mavenir Systems interview process are Technical.
How to prepare for Mavenir Systems System 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 Networking, LTE, RAN, RRC and Telecommunication.
What are the top questions asked in Mavenir Systems System Engineer interview?

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

  1. 5G Layers & their no...read more
  2. OOPS concept, Automation proj...read more
  3. 5g Architect...read more

Tell us how to improve this page.

Mavenir Systems System Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Mavenir Systems System Engineer Salary
based on 5 salaries
₹3.1 L/yr - ₹10 L/yr
At par with the average System Engineer Salary in India
View more details
Senior Member of Technical Staff
303 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Member Technical Staff
203 salaries
unlock blur

₹5.9 L/yr - ₹24.4 L/yr

Technical Staff Member 3
145 salaries
unlock blur

₹8.4 L/yr - ₹25 L/yr

Technical Architect
121 salaries
unlock blur

₹16.5 L/yr - ₹54 L/yr

Member Technical Staff 1
115 salaries
unlock blur

₹4.5 L/yr - ₹15.8 L/yr

Explore more salaries
Compare Mavenir Systems with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

3i Infotech

3.4
Compare

Xoriant

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