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 was interviewed before Jan 2024.
I was interviewed in Jul 2024.
Singleton Class in c++, Registration call flow.
Mavenir Systems interview questions for popular designations
I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.
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
Get interview-ready with Top Mavenir Systems Interview Questions
Kubernetes architecture, command line usage, and troubleshooting steps
Kubernetes architecture includes master nodes, worker nodes, and etcd for storing cluster data
Use kubectl command line tool to interact with Kubernetes clusters
Troubleshooting steps involve checking pod status, logs, and events for errors
Common kubectl commands include kubectl get, kubectl describe, and kubectl logs
Debugging with kubectl exec to acce
I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.
Understanding call flows in a detailed telecom Linux environment.
Study the signaling protocols used in telecom networks such as SIP, H.323, or SS7.
Understand the role of various network elements like gateways, proxies, and servers in call setup and teardown.
Learn about the Linux tools and commands used for monitoring and troubleshooting telecom services.
Practice analyzing packet captures to understand the flow of data ...
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 in May 2024. There was 1 interview round.
The 'Volatile' keyword in C# is used to indicate that a field might be modified by multiple threads that are executing at the same time.
Ensures that any read or write operation on the variable is done directly from the main memory and not from the CPU cache.
Useful when working with multithreaded applications to prevent unexpected behavior due to caching.
Example: 'volatile int count = 0;'
To redirect api call from version1 to version2, update the endpoint in the code or use a reverse proxy.
Update the endpoint in the code to point to version2
Use a reverse proxy like NGINX to redirect calls from version1 to version2
Implement a routing mechanism to handle the redirection
Top trending discussions
Interview experience
based on 440 reviews
Rating in categories
Senior Member of Technical Staff
273
salaries
| ₹11.7 L/yr - ₹40 L/yr |
Member Technical Staff
193
salaries
| ₹5.8 L/yr - ₹24 L/yr |
Technical Staff Member 3
142
salaries
| ₹8.4 L/yr - ₹25 L/yr |
Member Technical Staff 1
115
salaries
| ₹4.2 L/yr - ₹18 L/yr |
Technical Architect
114
salaries
| ₹16.5 L/yr - ₹50 L/yr |
TCS
Wipro
Tech Mahindra
HCLTech