Filter interviews by
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
C and Golang related questions, 2 Hours assement, The test involved writing code by hand in paper in the office (Bengaluru)
Go code to remove duplicate elements from a slice of strings
Use a map to keep track of unique elements
Iterate over the slice and add elements to the map
Create a new slice with unique elements from the map
Arrays have fixed length, slices are dynamic and can grow/shrink. Slices are references to arrays.
Arrays have fixed length, specified at compile time.
Slices are dynamic, can grow or shrink at runtime.
Slices are references to arrays, allowing for more flexibility.
Example: var arr [3]string // array with fixed length of 3
Example: slice := make([]string, 0) // slice with dynamic length
Struct is a user-defined data type that groups related data fields together. Interface defines a set of methods that a type must implement.
Struct is used to create complex data structures by grouping related data fields together.
Interface defines a set of methods that a type must implement. It allows for polymorphism in Go.
Example: type Person struct { Name string; Age int }
Example: type Shape interface { Area() float6...
Containerization is a method of packaging, distributing, and running applications in isolated environments called containers.
Containers are lightweight, portable, and can run on any platform that supports containerization.
They include everything needed to run the application, such as code, runtime, system tools, libraries, and settings.
Popular containerization tools include Docker, Kubernetes, and Podman.
Containerizati...
Implementing a struct in Go code
Define a struct using the 'type' keyword
Add fields to the struct with their respective data types
Access struct fields using dot notation
Goroutine is a lightweight thread managed by Go runtime, allowing concurrent execution of functions.
Goroutines are created using the 'go' keyword in Go programming language.
They are more lightweight than threads and are managed by the Go runtime.
Goroutines allow for concurrent execution of functions without the need for manual thread management.
Example: go myFunction()
Example: go func() { // code here }
Concurrency in Go is achieved using goroutines and channels.
Use goroutines to run functions concurrently
Communicate between goroutines using channels
Avoid using shared memory for synchronization
A channel in Go is a communication mechanism that allows goroutines to communicate with each other.
Buffered channels have a specific capacity and can send multiple values without the need for a corresponding receive operation immediately.
Unbuffered channels have no capacity and require both a send and receive operation to be ready at the same time for communication to occur.
Scaling refers to the ability of a system to handle increasing amounts of work or its potential to accommodate growth.
Horizontal scaling involves adding more machines to distribute the load, while vertical scaling involves increasing the resources of a single machine.
Horizontal scaling is more cost-effective and provides better fault tolerance, but can be more complex to implement.
Vertical scaling is simpler to impleme...
I applied via Walk-in and was interviewed in Feb 2024. There were 3 interview rounds.
It had 4 sections. Quantitative ability, Verbal ability, Logical reasoning and Linux and Networking questions
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
Basic Aptitude Questions
Advancce Java coding u
Mavenir Systems interview questions for popular designations
I was interviewed before Dec 2023.
I am a motivated and detail-oriented individual with a passion for project management.
Experienced in creating project plans and timelines
Strong communication and organizational skills
Proficient in using project management tools such as Asana and Trello
I prioritize tasks based on deadlines, importance, and impact on overall project goals.
I create a to-do list with all tasks and deadlines
I assess the importance and impact of each task on project goals
I prioritize tasks based on deadlines, importance, and impact
I regularly review and adjust priorities as needed
Some day-to-day challenges include managing time effectively, dealing with unexpected issues, and balancing multiple tasks.
Managing time effectively to meet deadlines
Dealing with unexpected issues or problems that arise
Balancing multiple tasks and priorities
Communicating effectively with team members and stakeholders
Adapting to changes in project requirements or scope
My typical day involves attending meetings, working on projects, and collaborating with team members.
Attend morning team meeting to discuss goals for the day
Work on assigned projects and tasks throughout the day
Collaborate with team members on various projects and initiatives
Attend training sessions or workshops to enhance skills
Review progress and plan for the next day before leaving
Top trending discussions
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
I was interviewed before Sep 2020.
Round duration - 140 minutes
Round difficulty - Medium
Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.
Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...
Given two numbers represented as arrays, calculate their sum and return the result as an array.
Iterate through the arrays from right to left, adding digits and carrying over if necessary
Handle cases where one array is longer than the other by considering the remaining digits
Ensure the final sum array does not have any leading zeros
Round duration - 20 minutes
Round difficulty - Easy
The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.
Round duration - 8 minutes
Round difficulty - Easy
This round was conducted right after finishing and clearing the technical round at the same place and on the same day.
Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.
Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.
I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
The duration of Mavenir Systems interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 5 interviews
Interview experience
based on 464 reviews
Rating in categories
Senior Member of Technical Staff
301
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff
190
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Staff Member 3
144
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Architect
119
salaries
| ₹0 L/yr - ₹0 L/yr |
Member Technical Staff 1
108
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Wipro
Tech Mahindra
HCLTech