Upload Button Icon Add office photos

Filter interviews by

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer Interview Questions and Answers

Updated 24 Feb 2024

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself Asked me questions based on the projects that I did and about my internships What is the difference between a switch and a router
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions based on communication networks and firewall What is dns, http, https,...

Network Engineer Interview Questions & Answers

user image Gopal Krishnan

posted on 17 Jun 2023

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

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 interview rounds.

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 - Technical 

(4 Questions)

  • Q1. Details about your working projects and technology
  • Q2. Routing and switching realted scenario Q&A
  • Q3. BGP attributes,States and loop mechanism
  • Q4. What exactly do you mean by a route reflector in the context of Border Gateway Protocol? Why is it necessary?
  • Ans. 

    A route reflector in BGP is a device that helps reduce the number of BGP peerings required in a network by reflecting routes to other routers.

    • Route reflectors help reduce the number of BGP peerings required in a network by allowing a router to reflect routes to other routers without the need for a full mesh of peerings.

    • They are necessary in large networks with many routers to reduce the complexity and resource usage of...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Based upon profile which you got selected

Interview Preparation Tips

Topics to prepare for CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer interview:
  • Routing Protocols
  • BGP
  • OSPF
  • SD-wan
Interview preparation tips for other job seekers - Be confident and strong about working projects

Most of questions raised based on resume which you update known technology

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

Network Engineer Jobs at CBTS TECHNOLOGY SOLUTIONS INDIA LLP

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Jan 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Self introduction and technical what is data factory and explain about the project
  • Q2. What is your goals and family background
  • Ans. 

    My goal is to become a highly skilled software engineer and contribute to innovative projects. My family background is supportive and has encouraged my pursuit of a career in technology.

    • Goal: Become a highly skilled software engineer

    • Contribute to innovative projects

    • Family background: Supportive and encouraging

    • Pursuit of a career in technology

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - very easy interview and there will be two rounds but
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Nov 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. PowerApps question
  • Q2. Name of client, what is
  • Ans. 

    The name of the client is the entity or organization that is receiving the software engineering services.

    • Client name is typically a company or individual who has requested the development of a software product.

    • It is important to maintain confidentiality and professionalism when discussing client names.

    • Examples of client names could be Google, Microsoft, Apple, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job based on project, If they have no project then no job.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Js Questions , closures, array methods

Round 2 - Assignment 

Assignment based on round 1

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

Basics of python , java ,oops, dbms

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

(1 Question)

  • Q1. SQL queries like search last element
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new environment to learn and develop new skills

    • Interested in working on different projects and technologies

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

I applied via Company Website and was interviewed in Aug 2022. There were 2 interview rounds.

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 - Technical 

(3 Questions)

  • Q1. Core java ,oops,collected
  • Q2. Opps, String, Array
  • Q3. Jsp ,core java ,collected

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm am interested mynthra jobs it is good seekers

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Interview FAQs

How many rounds are there in CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer interview?
CBTS TECHNOLOGY SOLUTIONS INDIA LLP interview process usually has 2-3 rounds. The most common rounds in the CBTS TECHNOLOGY SOLUTIONS INDIA LLP interview process are Technical, Resume Shortlist and HR.
How to prepare for CBTS TECHNOLOGY SOLUTIONS INDIA LLP 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 CBTS TECHNOLOGY SOLUTIONS INDIA LLP . The most common topics and skills that interviewers at CBTS TECHNOLOGY SOLUTIONS INDIA LLP expect are LAN, Bgp, Networking, Routing and Network Engineering.
What are the top questions asked in CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer interview?

Some of the top questions asked at the CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer interview -

  1. What exactly do you mean by a route reflector in the context of Border Gateway ...read more
  2. Routing and switching realted scenario ...read more
  3. Technical questions based on communication networks and firewall What is dns, h...read more

Tell us how to improve this page.

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Luxoft Interview Questions
3.7
 • 125 Interviews
Thryve Digital Interview Questions
3.8
 • 68 Interviews
Iksula Interview Questions
3.5
 • 28 Interviews
Dyninno India Interview Questions
3.9
 • 28 Interviews
Gammastack Interview Questions
3.6
 • 24 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
Tech2Globe Interview Questions
4.1
 • 15 Interviews
View all
CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer Salary
based on 36 salaries
₹3.7 L/yr - ₹11 L/yr
49% more than the average Network Engineer Salary in India
View more details

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Network Engineer Reviews and Ratings

based on 5 reviews

5.0/5

Rating in categories

4.8

Skill development

5.0

Work-life balance

4.6

Salary

5.0

Job security

4.9

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 5 Reviews and Ratings
Network Engineer
36 salaries
unlock blur

₹3.7 L/yr - ₹11 L/yr

OSP Engineer
35 salaries
unlock blur

₹3.5 L/yr - ₹6.5 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹10.3 L/yr - ₹30 L/yr

Senior Network Engineer
24 salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Project Manager
20 salaries
unlock blur

₹4.6 L/yr - ₹9.6 L/yr

Explore more salaries
Compare CBTS TECHNOLOGY SOLUTIONS INDIA LLP with

Luxoft

3.7
Compare

Mantra Technologies

3.7
Compare

Hitech Digital Solutions

3.8
Compare

Dyninno India

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