Upload Button Icon Add office photos

Filter interviews by

Truecom Networks Network Engineer Interview Questions and Answers

Updated 18 Oct 2022

Truecom Networks Network Engineer Interview Experiences

2 interviews found

Network Engineer Interview Questions & Answers

user image SHREYANSH SINGH

posted on 18 Oct 2022

I applied via Approached by Company and was interviewed before Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is VLan, define and explain each layer's of OSI model?
  • Ans. 

    A VLAN is a logical grouping of network devices that share the same broadcast domain. OSI model has 7 layers.

    • VLAN separates broadcast domains in a switched network

    • It allows network administrators to group hosts together based on their functions

    • Each VLAN has a unique ID and can span multiple switches

    • OSI model has 7 layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application

  • Answered by AI
  • Q2. Why do we use OSPF?
  • Ans. 

    OSPF is used for dynamic routing in large networks, providing scalability, fast convergence, and load balancing.

    • OSPF is a link-state routing protocol that calculates the shortest path between routers using Dijkstra's algorithm.

    • It supports variable-length subnet masks (VLSM) and classless inter-domain routing (CIDR).

    • OSPF uses a hierarchical network design with areas to reduce the size of the routing table and improve ne...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Describe your self and what's are your interests.

Interview Preparation Tips

Topics to prepare for Truecom Networks Network Engineer interview:
  • CCNA
Interview preparation tips for other job seekers - Always clear your basics so you can have hands- on devices.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What is TCP/IP model What is STP and Types ? What is routing and switching ? What do understand by OSPF ? Can you tell me on which layer Router and switches work ? What is the AD value of RIP & EIGRP? Tell...
  • Ans. 

    Questions related to networking concepts and technologies.

    • TCP/IP model is a conceptual model used to describe the communication protocols used on the internet.

    • STP (Spanning Tree Protocol) is used to prevent loops in a network by blocking redundant paths.

    • Routing is the process of finding the best path for data to travel from one network to another, while switching is the process of forwarding data within a network.

    • OSPF ...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion and negotiations about the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst company don't fall for their trap.

Skills evaluated in this interview

Network Engineer Interview Questions Asked at Other Companies

asked in Movate
Q1. TCP/IP layers, why is transport needed for communication? What is ... read more
Q2. Study MPLS deeply: 1. What is MPLS ? 2. Purpose of MPLS ? 3. What ... read more
asked in Wipro
Q3. What is Stp and how it is work? What is root bridge
Q4. What is BGP? What is spilit horizon rule? How you configure BGP r ... read more
asked in BT Group
Q5. What is tenant and types? What will happen if we use same subnet ... read more

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is online test. In this test there is question of apti and also coding and from 5g question.

Round 2 - Coding Test 

There are two questions asked and time is enough to solve 60 minutes

Round 3 - Technical 

(5 Questions)

  • Q1. Wap for palindrome number
  • Ans. 

    A palindrome number is a number that remains the same when its digits are reversed.

    • Convert the number to a string

    • Reverse the string

    • Check if the reversed string is equal to the original string

  • Answered by AI
  • Q2. Add two numbers by function
  • Ans. 

    Create a function to add two numbers

    • Define a function that takes two parameters as input

    • Inside the function, add the two numbers together and return the result

    • Example: function addNumbers(num1, num2) { return num1 + num2; }

  • Answered by AI
  • Q3. Write a code for Binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize two pointers, low and high, to the start and end of the array respectively

    • While low is less than or equal to high, calculate mid as (low + high) // 2 and compare array[mid] with target

    • If array[mid] is equal to target, return mid

    • If array[mid] is less than target, update low to mid + 1

    • If array[mid]...

  • Answered by AI
  • Q4. Wap for check your name is palindrome not
  • Ans. 

    A program to check if a given name is a palindrome or not.

    • Convert the name to lowercase to handle case-insensitivity

    • Remove any spaces or special characters from the name

    • Reverse the name and compare it with the original name to check for palindrome

  • Answered by AI
  • Q5. What is malloc and calloc function
  • Ans. 

    malloc and calloc are functions in C programming used for dynamic memory allocation.

    • malloc function is used to allocate a single block of memory of a specified size.

    • calloc function is used to allocate multiple blocks of memory of a specified size, initialized to zero.

    • Example: int *ptr = (int*)malloc(5 * sizeof(int));

    • Example: int *ptr = (int*)calloc(5, sizeof(int));

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Network Engineer interview:
  • Basic programming

Skills evaluated in this interview

Network Engineer Interview Questions & Answers

Jio user image Mehulkumar Prajapati

posted on 29 Nov 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral

Round 1 - HR 

(2 Questions)

  • Q1. Preferred location
  • Ans. 

    I am open to any location that offers growth opportunities and a challenging work environment.

    • Open to relocation for the right opportunity

    • Prefer locations with strong networking infrastructure

    • Interested in locations with tech hubs or opportunities for professional development

  • Answered by AI
  • Q2. What' isbm your CCTC?
  • Ans. 

    My current CCTC is $80,000 per year.

    • Current CCTC is $80,000 per year

    • CCTC may include salary, bonuses, benefits, etc.

    • Negotiable based on experience and qualifications

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Full form of BGP
  • Ans. 

    Border Gateway Protocol

    • BGP stands for Border Gateway Protocol

    • It is a standardized exterior gateway protocol used to exchange routing information between different autonomous systems on the internet

    • BGP helps in determining the best path for data to travel between networks

    • It is commonly used by Internet Service Providers (ISPs) and large organizations to connect to multiple networks

    • BGP operates on TCP port 179

  • Answered by AI
  • Q2. Router function
  • Ans. 

    Routers are networking devices that forward data packets between computer networks.

    • Routers operate at the network layer of the OSI model

    • They use routing tables to determine the best path for data packets

    • Routers can connect different types of networks, such as LANs and WANs

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is Joining date
  • Q2. What is your ECTC
  • Ans. 

    Expected CTC (Cost to Company) for the position

    • ECTC stands for Expected Cost to Company

    • It includes salary, bonuses, benefits, and any other compensation offered by the employer

    • Candidates should provide their expected salary range based on their experience and skills

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. CCNA SWITCHING and switching
  • Q2. Routing
Round 2 - Technical 

(1 Question)

  • Q1. Manager round CCNA routing and switching
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

I would like simple test

Round 2 - HR 

(5 Questions)

  • Q1. I would like to lisen the words of company maganement .. And the process of company rules and regulations ..
  • Q2. I will occupy the group of my team to secrue the entire the company to first stage
  • Q3. I want to.Get a job inMahindra
  • Q4. I didn't learn the computertyping but will learn definitely.. in tech Mahindr company basics
  • Q5. I am a student degree first year.. ButI would like work in techMahindra..

Interview Preparation Tips

Interview preparation tips for other job seekers - I say hole job seekers
The tech Mahindra was better than the future
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal communication check

Round 2 - Technical 

(5 Questions)

  • Q1. Basci CCNA question
  • Q2. EIGRP was asked
  • Q3. DHCp was asked and how it works
  • Q4. What is loop and what is the IP
  • Ans. 

    A loop is a sequence of instructions that is continually repeated until a certain condition is met. An IP (Internet Protocol) address is a unique numerical label assigned to each device connected to a computer network.

    • A loop is used in programming to execute a block of code repeatedly until a specific condition is met.

    • There are different types of loops such as for loop, while loop, and do-while loop.

    • An IP address is us...

  • Answered by AI
  • Q5. Rotuing protocols and switch protocols

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What BGP OSPF VPN
  • Ans. 

    BGP, OSPF, and VPN are all protocols used in networking to facilitate communication and secure data transmission.

    • BGP (Border Gateway Protocol) is used to exchange routing information between different autonomous systems on the internet.

    • OSPF (Open Shortest Path First) is an interior gateway protocol used to find the best path for routing within a single autonomous system.

    • VPN (Virtual Private Network) is a technology tha...

  • Answered by AI
  • Q2. Smtp rstm vlan intervlan
Round 2 - Technical 

(2 Questions)

  • Q1. Ethereal channel
  • Q2. OSPF BGP ethereal vpn erc

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Share you internship exp
  • Ans. 

    I interned at a telecommunications company where I gained hands-on experience in configuring network devices and troubleshooting network issues.

    • Configured routers and switches to optimize network performance

    • Assisted in setting up VLANs and implementing security protocols

    • Troubleshooted network connectivity issues for end users

    • Participated in network infrastructure upgrades and maintenance

  • Answered by AI
  • Q2. All question based on the resume only
  • Q3. Prepare whatever written in your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - read your resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is LSA7 ?
  • Q2. What is Area in ospf?

Truecom Networks Interview FAQs

How many rounds are there in Truecom Networks Network Engineer interview?
Truecom Networks interview process usually has 2-3 rounds. The most common rounds in the Truecom Networks interview process are Technical, HR and Resume Shortlist.
How to prepare for Truecom Networks Network Engineer 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 Truecom Networks. The most common topics and skills that interviewers at Truecom Networks expect are Cisco Routers, Advertising, CCNA, CCNP and Call Monitoring.
What are the top questions asked in Truecom Networks Network Engineer interview?

Some of the top questions asked at the Truecom Networks Network Engineer interview -

  1. What is TCP/IP model What is STP and Types ? What is routing and switching ? Wh...read more
  2. What is VLan, define and explain each layer's of OSI mod...read more
  3. Why do we use OS...read more

Tell us how to improve this page.

Truecom Networks Network Engineer Salary
based on 47 salaries
₹2.1 L/yr - ₹8.5 L/yr
At par with the average Network Engineer Salary in India
View more details

Truecom Networks Network Engineer Reviews and Ratings

based on 6 reviews

3.0/5

Rating in categories

2.8

Skill development

3.8

Work-Life balance

3.0

Salary & Benefits

3.8

Job Security

3.0

Company culture

3.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 6 Reviews and Ratings
Network Engineer
47 salaries
unlock blur

₹2.2 L/yr - ₹8.5 L/yr

Senior Network Engineer
8 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Logistics Executive
5 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Network Administrator
4 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Senior Manager
4 salaries
unlock blur

₹15 L/yr - ₹16 L/yr

Explore more salaries
Compare Truecom Networks with

Bharti Airtel

4.0
Compare

Vodafone Idea

4.1
Compare

Jio

3.9
Compare

Bharat Sanchar Nigam

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview