i
Tejas Networks
Filter interviews by
Be the first one to contribute and help others!
I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.
HR functions include recruitment, training, performance management, employee relations, and compliance.
Recruitment - Attracting, selecting, and hiring employees.
Training - Providing employees with necessary skills and knowledge.
Performance Management - Evaluating and improving employee performance.
Employee Relations - Handling conflicts and promoting a positive work environment.
Compliance - Ensuring adherence to labor
The principles of HR involve treating employees fairly, promoting diversity and inclusion, ensuring compliance with laws and regulations, and fostering a positive work culture.
Fair treatment of employees is essential in HR practices.
Promoting diversity and inclusion leads to a more innovative and productive workforce.
Compliance with laws and regulations ensures a safe and legal work environment.
Fostering a positive wor
I appeared for an interview in Jan 2025.
Teledensity in India refers to the number of telephone connections for every hundred individuals in the country.
Teledensity is an important indicator of the level of telecommunication development in a country.
It is calculated by dividing the total number of telephone connections by the total population and then multiplying by 100.
India has seen a significant increase in teledensity over the years due to the rapid expan...
Mobile phones are necessary in today's world for communication, access to information, productivity, and entertainment.
Communication: Mobile phones allow us to easily stay in touch with others through calls, texts, and social media.
Access to information: With the internet at our fingertips, we can quickly look up information, news, and resources.
Productivity: Mobile phones enable us to work on the go, manage tasks, and...
I applied via Naukri.com and was interviewed in May 2022. There were 4 interview rounds.
Bad debt should be handled promptly and professionally to minimize losses.
Identify the root cause of the bad debt and take corrective actions
Contact the debtor and try to negotiate a payment plan
Consider legal action if necessary
Maintain accurate records of all bad debt and write-offs
Implement policies and procedures to prevent future bad debt
Work closely with the accounting team to ensure bad debt is properly accounte
I applied via Referral and was interviewed before Aug 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Mar 2022. There was 1 interview round.
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Easy
It was in the morning. Because of covid test was from home. We had 50 MCQ and 1 coding question. The coding question was pretty easy. MCQ were mixed, we even had questions from machine learning.
Given a non-empty binary tree where each node has a non-negative integer value, determine the maximum possible sum of the path between any two leaves of the given tree.
...Find the maximum path sum between two leaf nodes in a binary tree.
Traverse the tree to find the maximum path sum between two leaf nodes
Consider both cases where the path passes through the root and where it doesn't
Keep track of the maximum sum while traversing the tree
Round duration - 60 minutes
Round difficulty - Medium
Interview round. Questions were based on projects, database and one coding question
Given an array of integers arr
, determine the length of the longest contiguous subarray that sums to zero.
N (an integer, the length of the array)
arr (...
Find the length of the longest contiguous subarray that sums to zero in an array of integers.
Use a hashmap to store the cumulative sum and its corresponding index.
Iterate through the array, updating the sum and checking if the current sum exists in the hashmap.
If the sum exists in the hashmap, update the maximum length of subarray with sum zero.
Return the maximum length of subarray with sum zero.
Round duration - 40 minutes
Round difficulty - Easy
Managerial round. Was asked questions on projects and management
Round duration - 10 minutes
Round difficulty - Easy
HR just asked about basic stuffs and all. Nothing technical
Tip 1 : Practice leetcode questions
Tip 2 : Be very well aware of the projects
Tip 3 : Stay calm
Tip 1 : Don't use fancy colour
Tip 2 : Write more about stuffs which you are confident like projects or any tech
posted on 9 Dec 2021
I applied via Naukri.com and was interviewed before Dec 2020. There were 3 interview rounds.
OOPs concept stands for Object-Oriented Programming concepts which includes encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation is the process of hiding the implementation details from the user.
Inheritance allows a class to inherit properties and methods from another class.
Polymorphism allows objects to take on multiple forms or behaviors.
Abstraction is the process of hiding unnecessary details from
Lazy loading is a technique used to defer the loading of non-critical resources until they are needed.
It improves page load time and performance.
It is commonly used for images, videos, and other media files.
It can be implemented using JavaScript libraries like LazyLoad or Intersection Observer API.
Lazy loading can also be used for modules and components in web applications.
It helps to reduce the initial load time of th
Eager loading is a technique used in software development to load related data in advance to avoid multiple database queries.
Eager loading is used to optimize database queries and improve performance.
It loads all the required data in a single query instead of making multiple queries.
It is commonly used in Object-Relational Mapping (ORM) frameworks like Hibernate, Entity Framework, etc.
Eager loading can be used with var...
I appeared for an interview before May 2021.
Round duration - 60 Minutes
Round difficulty - Medium
Timing: Morning
How was the environment? It happened in the Computer Lab of my institution
All students were assigned a computer and we had to solve questions on hackerrank
Consider 'N' individuals numbered from 0 to N-1 standing in a queue. You are provided with two arrays: Height
and Infront
, each consisting of 'N' non-negative int...
The task is to find the actual order of people in a queue based on their heights and the number of taller people in front of them.
Iterate through the given arrays and create a list of tuples containing the height and number of taller people for each person.
Sort the list of tuples in descending order of height and ascending order of the number of taller people.
Create an empty result list and insert each tuple into the r...
Round duration - 60 Minutes
Round difficulty - Medium
Round was a mix of concepts from OOPS, OS and Problem Solving
Given a Binary Search Tree (BST) and a key value 'X', determine if there exists a node within the BST containing the value 'X'.
Consider the tree represe...
The task is to find if a given value is present in a Binary Search Tree (BST).
Start from the root node and compare the value with the target value.
If the value matches, return true.
If the target value is less than the current node value, move to the left child.
If the target value is greater than the current node value, move to the right child.
Repeat the process until a match is found or a leaf node is reached.
If a leaf...
Tip 1 : Try to code the data structures that you have learned to understand things better
Tip 2 : Try to solve the problem even if it is the worst possible solution you think and then try to optimize don't jump to get the
best possible solution
Tip 3 : Discuss things among peers it helps to improve the understanding, even try to teach someone anything new you learn, this is very helpful during the interviews as you will have habit of explaining things
Tip 1 : Try to be honest in the resume don't write something you don't know, most of the time it backfires.
Tip 2 : Try to make 2 good projects for cv and know about the challenges you can face on the project and think about how you can solve that challenge.
Yes
Knowledge of network protocols and architectures
Understanding of data structures and algorithms
Experience with network troubleshooting and analysis
Familiarity with network security and encryption
Proficiency in network programming and socket programming
The test went well, I was able to complete all the tasks within the given time frame.
I prepared well for the test by reviewing relevant materials
I managed my time effectively during the test
I was able to solve all the problems and complete all the tasks
I double-checked my work to ensure accuracy
R&D Engineer
281
salaries
| ₹6 L/yr - ₹17 L/yr |
Network Engineer
188
salaries
| ₹2 L/yr - ₹5.5 L/yr |
Senior Engineer
175
salaries
| ₹5 L/yr - ₹21.5 L/yr |
Engineer
126
salaries
| ₹2.8 L/yr - ₹12 L/yr |
Software Engineer
96
salaries
| ₹7.5 L/yr - ₹19 L/yr |
Sterlite Technologies
Indus Towers
Cisco
BT Business