Premium Employer

i

This company page is being actively managed by Tejas Networks Team. If you also belong to the team, you can get access from here

Tejas Networks Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tejas Networks Software Developer Interview Questions and Answers

Updated 18 Oct 2024

Tejas Networks Software Developer Interview Experiences

4 interviews found

Software Developer Interview Questions & Answers

user image shyamli singh

posted on 18 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There were 3 sections. 1st was aptitute 10 questions and 2nd section was technical 10 questions then 3rd section had 3 coding questions which were of easy level.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to OS and CN and Core java were asked.
  • Q2. A coding question was also asked to to find the second largest number.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Find a duplicate in a String OOPs concept Java 8 features
  • Ans. 

    The question is about finding a duplicate in a string.

    • Convert the string into an array of characters

    • Create a HashSet to store unique characters

    • Iterate through the array and check if each character is already present in the HashSet

    • If a character is already present, it is a duplicate

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Java OOPs concept Comparator vs Comparable Streams Lambda Expression
  • Ans. 

    Comparator vs Comparable, Streams, Lambda Expression

    • Comparator and Comparable are interfaces used for sorting objects in Java

    • Comparator is used for custom sorting logic, while Comparable is used for natural sorting order

    • Streams are a sequence of elements that can be processed in parallel or sequentially

    • Lambda expressions are used to write concise and functional code in Java

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. System Desing of Network Management System
  • Ans. 

    A network management system is designed to monitor and control network devices and ensure their efficient operation.

    • The system should have a centralized dashboard to display real-time network status and performance metrics.

    • It should support automated network discovery and device configuration management.

    • The system should provide alerts and notifications for network events and failures.

    • It should have the ability to gene...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Background why Tejas Salary Discussion

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Level of difficult is medium

Round 2 - Coding Test 

Focused more on arrays

Software Developer Interview Questions & Answers

user image Divyang Srivastava

posted on 2 Dec 2015

Interview Preparation Tips

General Tips: It was challenging for me to get into this company. I was rejected around 10-11 times before i got placed in this company. So finding out the reason and to overcome it in the next company was the challenging task.
For getting into this company you should have the knowledge of OS, Database,Networks and OOP concepts. "Job profile was software developer.
The questions asked to me were related to OS concepts like deadlocks process and threads n all. From networks they asked me about the wifi drivers installed in your system. They asked about dynamic programming and they gave me one question to solve using dynamic programming. Then they asked me to write two more codes . From database they asked me about the errors which we will get if we do these things in the table. They asked me about the hashmap and how does it work and why it takes constant time in data retrieval. They asked me about the OOPs concepts and the virtual class implementation in detail. In short they asked me questions from every field."
Skill Tips: For the interviews karumanchi is the best book.
Presentation skills matters alot. No matter how much u know, presenating your knowledge in front of the interviewer matters alot. Speaking very fast during an interview may lead you to rejections (personal experience).
Skills:
College Name: NIT Surathkal

Tejas Networks interview questions for designations

 Software Engineer

 (3)

 Software Engineer2

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (2)

 Software Trainee Intern

 (1)

 Network Engineer

 (2)

 Fpga Design Engineer

 (1)

 Automation Test Engineer

 (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions related to project mentioned in CV. Questions around reliability, availability, scalability of system.
  • Q2. 2 medium coding questions on arrays and hashmap.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Golang basics, goroutines, channels.
  • Q2. Coding questions on a shared board
Round 3 - One-on-one 

(3 Questions)

  • Q1. Deep dive into the work at current company and projects.
  • Q2. How interprocess communications take place, how goroutines communicate internally, quite in-depth questions, varying over several domains.
  • Ans. 

    Interprocess communication involves various mechanisms like pipes, sockets, shared memory, etc. Goroutines communicate using channels and shared memory.

    • Interprocess communication can be achieved through mechanisms like pipes, sockets, shared memory, message queues, etc.

    • Goroutines in Go communicate internally using channels, which are typed conduits through which you can send and receive values.

    • Shared memory can also be...

  • Answered by AI
  • Q3. Design a URL shortener service
  • Ans. 

    Design a URL shortener service

    • Generate a unique short code for each URL

    • Store the mapping of short code to original URL in a database

    • Redirect users from short URL to original URL

    • Consider scalability and performance of the service

    • Implement analytics to track usage statistics

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with what you've written in your Resume.
Have in depth knowledge of basics of the stack you're advertising.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(12 Questions)

  • Q1. Find the min and max from List of Integers using java 8 streams.
  • Q2. Find 2nd largest element using java 8 streams from list of integers.
  • Q3. Given a Product class and some ArrayList data Find which products has price greater than 200 using java 8 streams?. Find which products having maximum price?
  • Q4. Increase a value of List of Integers by *2 and written new list.
  • Q5. What are the java new features?
  • Q6. @Components vs @Repository
  • Q7. @SpringBootApplication
  • Q8. @Entity explain?
  • Q9. How the database is configure?
  • Q10. What is Dockerfile?
  • Q11. Explain CI CD and your project deployment.
  • Q12. What is mutable classes in java? How to create?
Round 2 - Technical 

(1 Question)

  • Q1. Yet to sChedule
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Technology (IIT), Guwahati and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA ques were moderate and aptitude ques were also asked

Round 2 - Technical 

(2 Questions)

  • Q1. DSA ques on array was asked
  • Q2. DSA ques on graph
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Ispalindrome code in c#
  • Ans. 

    A palindrome code in C# checks if a given string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Use a loop to compare characters from the start and end of the string

    • Return true if all characters match, false otherwise

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Coding test was comprising of mcq based questions on db, oops, c++ and java

Round 3 - Technical 

(1 Question)

  • Q1. It was a high intense interview. Interview starts with introduction and some resume based questions. Then, followed by deep networking and os based questions. Then, dsa questions were asked specifically on...
Round 4 - Behavioral 

(1 Question)

  • Q1. It was also a tough one. Questions were specifically on project based of the resume and other questions were on btech curriculum, subjects, and experience.
Round 5 - HR 

(1 Question)

  • Q1. HR was easy. Questions were only about relocation and package breakup. But remember that they can put you in waiting and when needed they can call for another interview. So mark this and all the best.

Interview Preparation Tips

Interview preparation tips for other job seekers - Catch your resume by heart. This is the most important thing and be confident and just go for it. All the best👍
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic question of .net was asked

Tejas Networks Interview FAQs

How many rounds are there in Tejas Networks Software Developer interview?
Tejas Networks interview process usually has 2-3 rounds. The most common rounds in the Tejas Networks interview process are Technical, Aptitude Test and HR.
How to prepare for Tejas Networks Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Tejas Networks. The most common topics and skills that interviewers at Tejas Networks expect are 4G, RLC, RRC, 3G and 3GPP.
What are the top questions asked in Tejas Networks Software Developer interview?

Some of the top questions asked at the Tejas Networks Software Developer interview -

  1. Find a duplicate in a String OOPs concept Java 8 featu...read more
  2. Java OOPs concept Comparator vs Comparable Streams Lambda Express...read more
  3. System Desing of Network Management Sys...read more

Tell us how to improve this page.

Tejas Networks Software Developer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
Join Tejas Networks Powering Next- Generation Network
Tejas Networks Software Developer Salary
based on 14 salaries
₹8.2 L/yr - ₹15 L/yr
46% more than the average Software Developer Salary in India
View more details

Tejas Networks Software Developer Reviews and Ratings

based on 4 reviews

4.0/5

Rating in categories

4.6

Skill development

3.5

Work-life balance

3.5

Salary

4.8

Job security

4.3

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
R&D Engineer
268 salaries
unlock blur

₹5.5 L/yr - ₹17.5 L/yr

Network Engineer
161 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Engineer
154 salaries
unlock blur

₹5 L/yr - ₹20 L/yr

Engineer
121 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Software Engineer
92 salaries
unlock blur

₹7.5 L/yr - ₹19 L/yr

Explore more salaries
Compare Tejas Networks with

Sterlite Technologies

3.8
Compare

HFCL Limited

4.0
Compare

Vihaan Networks

3.9
Compare

Bharti Airtel

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview