Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Reverse a linked list by changing the next pointers of each node
Initialize three pointers: prev = null, current = head, next = null
Iterate through the linked list, updating next to current's next, current's next to prev, and moving prev and current pointers forward
Return the new head, which is the last node visited
To find if a bit is set, use bitwise AND operator with the bit position
Use bitwise AND operator (&) with the bit position to check if it is set
If the result is greater than 0, then the bit is set
Example: Check if 3rd bit is set in binary number 1010 - (1010 & 0100) = 0100 (4), so 3rd bit is set
Creating a thread in a process involves allocating resources for a new thread to run concurrently with other threads.
Use threading libraries like pthreads in C or java.util.concurrent in Java
Create a new thread object and pass a function or method to be executed by the thread
Start the thread to begin execution
Join the thread to wait for it to finish before continuing
I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.
Difficult as I was not having knowledge about the programming languages
Coding test was quite difficult as I said earlier
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
Pointers program and differences between references and pointers
Pointers are variables that store memory addresses
References are aliases for existing variables
Pointers can be reassigned to point to different memory locations
References cannot be reassigned to refer to a different variable
Pointers require dereferencing to access the value they point to
References automatically dereference when accessed
Shell scripting is a way to automate tasks by writing scripts in a shell language like Bash.
Shell scripting allows for automating repetitive tasks in a Unix/Linux environment.
Scripts can be written to execute commands, perform system administration tasks, and more.
Examples include writing a script to backup files, automate software installations, or monitor system resources.
Python code to reverse a string
Use slicing to reverse the string
Example: input_string = 'hello', reversed_string = input_string[::-1]
My salary expectation is based on my experience, skills, and the market rate for Software Engineers.
Research the average salary for Software Engineers in your location and level of experience.
Consider your skills, qualifications, and any additional value you bring to the role.
Be prepared to negotiate based on the company's budget and benefits package.
Basic question of english and aptitude and 2 code
Nokia Networks interview questions for designations
I applied via Approached by Company and was interviewed before Sep 2021. There were 4 interview rounds.
Coding test realted to c or cpp will be taken.
Get interview-ready with Top Nokia Networks Interview Questions
Top trending discussions
str[] is an array of strings.
str[] can hold multiple strings in a single variable.
Each element in str[] is a string.
str[] can be accessed using index numbers.
Factorial and Fibonacci can be calculated with or without recursion.
Factorial can be calculated using a loop or recursion.
Fibonacci can be calculated using a loop or recursion.
Recursion can lead to stack overflow for large inputs.
Iterative solutions are more efficient for large inputs.
Process scheduling is the method by which the operating system decides which process to run first.
Process scheduling is an important part of operating system design.
It involves deciding which process to run first, based on various criteria such as priority, time slice, and resource availability.
There are several scheduling algorithms, including First-Come-First-Serve (FCFS), Round Robin, and Priority Scheduling.
FCFS is...
Yes, I have worked extensively on LINUX.
I have experience in LINUX system administration and shell scripting.
I have developed applications using C++ and Python on LINUX platform.
I have worked with various LINUX distributions such as Ubuntu, CentOS, and Red Hat.
I am familiar with LINUX command line tools and utilities.
I have worked with LINUX servers and virtual machines.
Function overloading is having multiple functions with the same name but different parameters. Function overriding is having a derived class function with the same name and parameters as the base class function.
Function overloading is a compile-time polymorphism concept while function overriding is a runtime polymorphism concept.
Function overloading is used to provide multiple ways to call a function with different par...
I am a software engineer with experience in developing web applications and mobile apps.
I have a degree in Computer Science
I am proficient in programming languages such as Java, Python, and JavaScript
I have experience working with frameworks such as React and Angular
I have developed several web applications and mobile apps, including a social media platform and a fitness tracking app
OSI network model has 7 layers. Layer 2 is Data Link layer and Layer 3 is Network layer.
Layer 2 protocols include Ethernet, Wi-Fi, and PPP
Layer 3 protocols include IP, ICMP, and ARP
Data Link layer provides error-free transmission over physical layer
Network layer provides logical addressing and routing of data packets
Layer 2 devices operate at the data link layer, while Layer 3 devices operate at the network layer.
Layer 2 devices include switches and bridges.
Layer 3 devices include routers and layer 3 switches.
Layer 2 devices forward frames based on MAC addresses.
Layer 3 devices forward packets based on IP addresses.
Routers direct traffic between networks while switches connect devices within a network.
Routers use IP addresses to direct traffic between networks
Routers can prioritize traffic based on Quality of Service (QoS)
Switches use MAC addresses to connect devices within a network
Switches can create virtual LANs (VLANs) to segment a network
Example of a router: Cisco ISR 4000 series
Example of a switch: Cisco Catalyst 2960 serie
OSI has 7 layers while TCP/IP has 4 layers.
OSI model is theoretical while TCP/IP is practical
OSI has a dedicated session layer while TCP/IP does not
TCP/IP combines the presentation and session layers into one
OSI is more complex and rarely used in practice
TCP/IP is the standard for internet communication
Program to reverse a string in any language
Declare a string variable
Loop through the string in reverse order
Append each character to a new string variable
Return the new string variable
I was interviewed in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find the number of red fishes.
Subtract the number of red fishes from 200 to find the number of non-red fishes.
Calculate 2% of the total number of fishes to find the desired number of red fishes.
Subtract the desired number of red fishes from the current number of red fishes to find the number of fishes to be removed.
posted on 28 Jun 2017
I was interviewed in Mar 2017.
To make the red fishes 98%, 50 fishes have to be removed from the aquarium.
Calculate 1% of 200 fishes to find out how many fishes represent 1%.
Multiply the result by 2 to find out how many fishes represent 2%.
Subtract the result from 200 to find out how many fishes represent 98%.
I was interviewed in Mar 2017.
I have the technical skills, experience, and passion to deliver high-quality software solutions.
I have a strong background in programming languages such as Java, Python, and C++.
I have experience working on complex software projects and collaborating with cross-functional teams.
I am passionate about staying up-to-date with the latest technologies and trends in software development.
I am a quick learner and have a strong...
Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.
Global leader in telecommunications technology
Strong focus on innovation
Opportunities for career development
based on 4 interviews
Interview experience
based on 21 reviews
Rating in categories
R&D Engineer
408
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
394
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Specialist
256
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Specialist
246
salaries
| ₹0 L/yr - ₹0 L/yr |
Network Engineer
243
salaries
| ₹0 L/yr - ₹0 L/yr |
Ericsson
Huawei Technologies
Cisco
ZTE Corporation