Filter interviews by
A linked list is a data structure where each element points to the next element in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to the first node
Traverse the list by following the next pointers
Insert and delete nodes by updating pointers accordingly
Other methods of linked list include doubly linked list, circular linked list, and sorted linked list.
Doubly linked list: Each node has a reference to the next and previous node.
Circular linked list: Last node points back to the first node, forming a circle.
Sorted linked list: Nodes are arranged in a sorted order based on a specific criteria.
The start point of a linked list is the first node in the list.
The start point is typically referred to as the 'head' of the linked list.
It is the entry point for traversing the linked list.
Example: In a linked list with nodes A -> B -> C, A would be the start point.
I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.
A qualifier in Java is a keyword used to specify additional information about a variable or method.
Qualifiers include 'final', 'static', 'abstract', 'public', 'private', 'protected', etc.
They are used to define the behavior and access level of variables and methods.
For example, 'final' qualifier makes a variable constant and 'static' qualifier allows a method to be called without creating an instance of the class.
Primary annotation is used to indicate the primary key in a database table.
Primary annotation is used in Java Persistence API (JPA) to specify the primary key of an entity.
It is used with @Id annotation to define the primary key field in a database table.
Example: @Entity @Table(name = "employees") public class Employee { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "employee_id") p
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Design a system similar to cars24, discussing components and design patterns.
Components: User interface, database, search engine, recommendation engine, payment gateway
Design pattern: Model-View-Controller (MVC)
User interface: Allow users to search for cars, view car details, and make purchases
Database: Store car information, user details, and transaction history
Search engine: Enable users to search for cars based on v...
Code to find the maximum time occupied room given meeting slots.
Sort the meeting slots based on start time.
Iterate through the sorted slots and keep track of the maximum occupied time.
Check for overlapping slots and update the maximum occupied time accordingly.
Code for singleton design pattern, binary search, and finding minimum number of coins needed
For singleton design pattern, create a private static instance variable and a private constructor
For binary search, divide the array in half and compare the middle element with the target
For finding minimum number of coins, use dynamic programming and iterate through the denominations
Airtel Africa interview questions for popular designations
I applied via Recruitment Consulltant and was interviewed before Aug 2023. There were 4 interview rounds.
I applied via Approached by Company and was interviewed in Jun 2023. There were 4 interview rounds.
I applied via Approached by Company and was interviewed before May 2020. There were 3 interview rounds.
Two DSA questions, mostly on arrays
Quantitative, psychological, Thematic
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
I was interviewed in Jul 2021.
Round duration - 60 Minutes
Round difficulty - Medium
Print the left view of a binary tree by traversing the tree level by level and printing the first node at each level.
Traverse the binary tree level by level using BFS (Breadth First Search)
At each level, print the first node encountered
Keep track of the current level and the nodes at that level
Round duration - 60 Minutes
Round difficulty - Medium
Question related to OOPS .Spring boot questions. Different annotations being used and why. Disadvantages of Spring boot and all
Round duration - 50 minutes
Round difficulty - Easy
Hiring Manager Round
Configuration in Spring Boot can be loaded using application.properties or application.yml files, @ConfigurationProperties annotation, and Environment variables.
Configuration can be loaded using application.properties or application.yml files where key-value pairs are defined.
@ConfigurationProperties annotation can be used to bind the configuration properties to a POJO.
Environment variables can also be used to load con...
Tip 1 : Clear concepts about Data Structure. How its working and why should we use Data structure ans which DS we should choose
Tip 2 : Practice atleast 150 Question Medium /Easy level on leetcode . Questions witch good ratings
Tip 3 : Always make a hand written note of topics ,Easy to memorize
Tip 1 : Make resume more centric to project done and tech stacks used
Tip 2 : Dont use over words . Keep it simple but be confident to cover whatever you have mentioned
Some of the top questions asked at the Airtel Africa interview -
based on 11 interviews
Interview experience
based on 139 reviews
Rating in categories
3-11 Yrs
Not Disclosed
0-1 Yrs
Not Disclosed
Senior Software Engineer
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
64
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Manager
35
salaries
| ₹0 L/yr - ₹0 L/yr |
Engineering Manager
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Lead Engineer
18
salaries
| ₹0 L/yr - ₹0 L/yr |
Vodafone Idea
Jio
Bharti Airtel
Tata Communications