Premium Employer

i

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

Filter interviews by

Infinite Computer Solutions Network Support Engineer Interview Questions and Answers

Updated 30 Jan 2024

10 Interview questions

A Network Support Engineer was asked
Q. Which layer does the IP address work on? If it works on Layer 3, how can we assign an IP address on a Layer 2 Switch? Please describe in detail.
Ans. 

The IP address works at Layer 3 of the OSI model. Assigning an IP address on a Layer 2 switch is not possible.

  • IP addresses are used for network layer communication (Layer 3)

  • Layer 2 switches operate at the data link layer (Layer 2)

  • Layer 2 switches use MAC addresses for communication within a local network

  • IP addresses are assigned to devices connected to Layer 2 switches, not to the switch itself

A Network Support Engineer was asked
Q. What is the port number for DNS, and how does it work?
Ans. 

DNS uses port number 53. It works by translating domain names into IP addresses and vice versa.

  • DNS stands for Domain Name System.

  • Port number 53 is used for both TCP and UDP protocols.

  • DNS works by resolving domain names to their corresponding IP addresses.

  • It uses a hierarchical distributed database system.

  • DNS queries and responses are sent over port 53.

  • DNS operates through a client-server model.

  • Example: When you ty...

Network Support Engineer Interview Questions Asked at Other Companies

Q1. what is protocol, how many type of protocol.
Q2. Which protocol has the lowest Administrative Distance (AD) value?
asked in Cisco
Q3. How does DHCP work? Please describe it in two minutes.
Q4. Which layer does the IP address work on? If it works on Layer 3, ... read more
Q5. Which layers are at the heart of the OSI model?
A Network Support Engineer was asked
Q. What is the DTP protocol?
Ans. 

DTP (Dynamic Trunking Protocol) is a Cisco proprietary protocol used to negotiate trunking between switches.

  • DTP is used to automatically negotiate trunking on a link between Cisco switches.

  • It allows switches to dynamically form trunk links without manual configuration.

  • DTP operates in three modes: dynamic auto, dynamic desirable, and trunk.

  • Dynamic auto mode waits for the other end to initiate trunking.

  • Dynamic desir...

A Network Support Engineer was asked
Q. What are 2G, 3G, and 5G services?
Ans. 

2G, 3G, and 5G are different generations of mobile network technology.

  • 2G refers to second-generation mobile network technology, which primarily provided voice and basic data services.

  • 3G refers to third-generation mobile network technology, which introduced faster data speeds and enabled mobile internet access.

  • 5G refers to fifth-generation mobile network technology, which offers significantly faster data speeds, lo...

A Network Support Engineer was asked
Q. What is the main function of the Root bridge switch?
Ans. 

The main function of the Root bridge switch is to control the flow of data traffic in a spanning tree network.

  • The Root bridge switch is elected as the central point of the spanning tree network.

  • It determines the shortest path for data traffic to reach all other switches in the network.

  • The Root bridge switch sends Bridge Protocol Data Units (BPDUs) to other switches to exchange information and maintain the spanning...

A Network Support Engineer was asked
Q. Which router series and vendors have you worked with?
Ans. 

I have worked on various router devices and vendors.

  • Cisco routers (e.g. Cisco 2900 series)

  • Juniper routers (e.g. Juniper MX series)

  • Huawei routers (e.g. Huawei NE series)

  • MikroTik routers (e.g. MikroTik RB series)

A Network Support Engineer was asked
Q. What is the HTTP port number?
Ans. 

The HTTP port number is 80.

  • The default port number for HTTP is 80.

  • It is used for communication between web servers and clients.

  • Other common port numbers for HTTP include 8080 and 8888.

Are these interview questions helpful?
A Network Support Engineer was asked
Q. What is the HTTPS port number?
Ans. 

The HTTPS port number is 443.

  • HTTPS uses port 443 for secure communication.

  • It is the default port for secure HTTP connections.

  • HTTPS encrypts data using SSL/TLS protocols.

  • Examples: https://www.example.com:443 or https://192.168.0.1:443

A Network Support Engineer was asked
Q. What is the DHCP DORA process?
Ans. 

DHCP DORA process is the sequence of steps followed by a client to obtain an IP address from a DHCP server.

  • DORA stands for Discover, Offer, Request, and Acknowledge.

  • Discover: Client broadcasts a DHCP Discover message to find available DHCP servers.

  • Offer: DHCP servers respond with DHCP Offer messages containing IP address lease information.

  • Request: Client selects one DHCP Offer and sends a DHCP Request message to r...

A Network Support Engineer was asked
Q. What is the ssh port number and why we used the ssh service ?
Ans. 

SSH port number is 22. SSH service is used for secure remote access and secure file transfer.

  • SSH port number is 22 by default

  • SSH stands for Secure Shell

  • SSH service provides secure remote access to servers

  • It encrypts the data transmitted over the network

  • SSH service is used for secure file transfer (SFTP) and remote command execution

  • It provides authentication and encryption for secure communication

Infinite Computer Solutions Network Support Engineer Interview Experiences

1 interview found

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 was 1 interview round.

Round 1 - Technical 

(14 Questions)

  • Q1. What is STP full form ?
  • Ans. 

    STP stands for Spanning Tree Protocol.

    • STP is a network protocol used to prevent loops in Ethernet networks.

    • It works by creating a loop-free logical topology by blocking redundant paths.

    • STP elects a root bridge and calculates the shortest path to it for each network segment.

    • It uses Bridge Protocol Data Units (BPDU) to exchange information between switches.

    • STP is defined by the IEEE 802.1D standard.

  • Answered by AI
  • Q2. What is the main function of the Root bridge switch ?
  • Ans. 

    The main function of the Root bridge switch is to control the flow of data traffic in a spanning tree network.

    • The Root bridge switch is elected as the central point of the spanning tree network.

    • It determines the shortest path for data traffic to reach all other switches in the network.

    • The Root bridge switch sends Bridge Protocol Data Units (BPDUs) to other switches to exchange information and maintain the spanning tree...

  • Answered by AI
  • Q3. In which layer the Ip address is working on if it working on L3 so how can we assisgn an Ip address on Layer 2 Switch descibe in the details ?
  • Ans. 

    The IP address works at Layer 3 of the OSI model. Assigning an IP address on a Layer 2 switch is not possible.

    • IP addresses are used for network layer communication (Layer 3)

    • Layer 2 switches operate at the data link layer (Layer 2)

    • Layer 2 switches use MAC addresses for communication within a local network

    • IP addresses are assigned to devices connected to Layer 2 switches, not to the switch itself

  • Answered by AI
  • Q4. What is the port number of dns and how it's work?
  • Ans. 

    DNS uses port number 53. It works by translating domain names into IP addresses and vice versa.

    • DNS stands for Domain Name System.

    • Port number 53 is used for both TCP and UDP protocols.

    • DNS works by resolving domain names to their corresponding IP addresses.

    • It uses a hierarchical distributed database system.

    • DNS queries and responses are sent over port 53.

    • DNS operates through a client-server model.

    • Example: When you type a ...

  • Answered by AI
  • Q5. What is the dhcp dora process?
  • Ans. 

    DHCP DORA process is the sequence of steps followed by a client to obtain an IP address from a DHCP server.

    • DORA stands for Discover, Offer, Request, and Acknowledge.

    • Discover: Client broadcasts a DHCP Discover message to find available DHCP servers.

    • Offer: DHCP servers respond with DHCP Offer messages containing IP address lease information.

    • Request: Client selects one DHCP Offer and sends a DHCP Request message to reques...

  • Answered by AI
  • Q6. What is the 2G and 3G and 5G service ?
  • Ans. 

    2G, 3G, and 5G are different generations of mobile network technology.

    • 2G refers to second-generation mobile network technology, which primarily provided voice and basic data services.

    • 3G refers to third-generation mobile network technology, which introduced faster data speeds and enabled mobile internet access.

    • 5G refers to fifth-generation mobile network technology, which offers significantly faster data speeds, lower l...

  • Answered by AI
  • Q7. Did you take a any participation in deployment activtiy if you have so described me about the roles and responsibilities for the deployment team ?
  • Q8. What is the HTTPS port number ?
  • Ans. 

    The HTTPS port number is 443.

    • HTTPS uses port 443 for secure communication.

    • It is the default port for secure HTTP connections.

    • HTTPS encrypts data using SSL/TLS protocols.

    • Examples: https://www.example.com:443 or https://192.168.0.1:443

  • Answered by AI
  • Q9. What is the HTTP port number ?
  • Ans. 

    The HTTP port number is 80.

    • The default port number for HTTP is 80.

    • It is used for communication between web servers and clients.

    • Other common port numbers for HTTP include 8080 and 8888.

  • Answered by AI
  • Q10. What is the ssh port number and why we used the ssh service ?
  • Ans. 

    SSH port number is 22. SSH service is used for secure remote access and secure file transfer.

    • SSH port number is 22 by default

    • SSH stands for Secure Shell

    • SSH service provides secure remote access to servers

    • It encrypts the data transmitted over the network

    • SSH service is used for secure file transfer (SFTP) and remote command execution

    • It provides authentication and encryption for secure communication

  • Answered by AI
  • Q11. What is the OSI model and describe about the each and every layer of that layer function and functionality?
  • Ans. 

    The OSI model is a conceptual framework that standardizes the functions of a communication system into seven layers.

    • Layer 1 (Physical): Deals with the physical transmission of data over the network.

    • Layer 2 (Data Link): Provides error-free transmission of data frames between nodes on the same network.

    • Layer 3 (Network): Handles routing and logical addressing to enable data transfer between different networks.

    • Layer 4 (Tra...

  • Answered by AI
  • Q12. What is the tcp/ip model and why we used this model in current scenario?
  • Ans. 

    The TCP/IP model is a network protocol suite that defines how data is transmitted over the internet.

    • The TCP/IP model consists of four layers: Network Interface, Internet, Transport, and Application.

    • It is used in the current scenario because it provides a standardized framework for communication between devices on a network.

    • The TCP/IP model allows for reliable and efficient data transmission, ensuring that data packets ...

  • Answered by AI
  • Q13. What is the dtp porotocol ?
  • Ans. 

    DTP (Dynamic Trunking Protocol) is a Cisco proprietary protocol used to negotiate trunking between switches.

    • DTP is used to automatically negotiate trunking on a link between Cisco switches.

    • It allows switches to dynamically form trunk links without manual configuration.

    • DTP operates in three modes: dynamic auto, dynamic desirable, and trunk.

    • Dynamic auto mode waits for the other end to initiate trunking.

    • Dynamic desirable ...

  • Answered by AI
  • Q14. Which series you have worked on router device and the vendors?
  • Ans. 

    I have worked on various router devices and vendors.

    • Cisco routers (e.g. Cisco 2900 series)

    • Juniper routers (e.g. Juniper MX series)

    • Huawei routers (e.g. Huawei NE series)

    • MikroTik routers (e.g. MikroTik RB series)

  • Answered by AI

Skills evaluated in this interview

What people are saying about Infinite Computer Solutions

View All
an associate software engineer
2w
Does company certification vouchers create hurdles?
Hi Friends, I just need your help. actually I am preparing for the 'Databricks certified Data Engineer associate' certification. Certification costs around 20K and I got a 50% voucher through company email. So will there be any issues if I use vouchers and put the resignation?
Got a question about Infinite Computer Solutions?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude knowledge

Round 2 - Coding Test 

Strong in java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and focus on your goal

Network Support Engineer Interview Questions Asked at Other Companies

Q1. what is protocol, how many type of protocol.
Q2. Which protocol has the lowest Administrative Distance (AD) value?
asked in Cisco
Q3. How does DHCP work? Please describe it in two minutes.
Q4. Which layer does the IP address work on? If it works on Layer 3, ... read more
Q5. Which layers are at the heart of the OSI model?

Software Engineer Interview Questions & Answers

NTT Data user image NIDHI PRIYADARSHINI

posted on 9 Apr 2015

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your project
  • Ans. 

    Developed a web-based project management tool for a startup

    • Used React for the frontend and Node.js for the backend

    • Implemented user authentication and authorization using JWT

    • Integrated with third-party APIs such as Trello and Slack

    • Implemented real-time updates using WebSockets

    • Deployed on AWS using EC2 and RDS

  • Answered by AI
  • Q2. Write the idea or algorithm for d program of fibonacci series
  • Q3. One question from your subject
  • Q4. Introduce yourself
  • Ans. 

    I am a software engineer with experience in developing web applications and mobile apps.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Skilled in using frameworks like React, Angular, and Spring Boot

    • Experienced in working with databases such as MySQL and MongoDB

    • Familiar with Agile development methodologies and DevOps practices

  • Answered by AI
  • Q5. If I give you a box full of pencils..in how many ways can you use it
  • Q6. Do you have any question for me

Interview Preparation Tips

Round: Test
Experience: Time management is very important to clear the aptitude test. Besides this a lot of practice is also very important.  This round is the major filteration round. Though each round is a major filteration round cuz NTT DATA is not a bulk recruiter like cts, infy etc. Almost 2-3 thousand students were there for this round from 6 different colleges and only 100 of them were selected.
Tips: Its better to start with the preparation from before and do consider the previous year placement papers available at indiabix. You can practice more n more. Apart from this you can go through the r.s aggarwal aptitude book also.

Round: Group Discussion
Experience: There were many panels and each panel had 10-12 students. The H.r first decided some other topic but when he asked wether everybody is aware of the topic ..there were few who didn't know about it. .so he picked up another topic. Fortunately he asked me to start with the discussion.  Always try to be the one to break the ice.
Tips: The only key to crack this round is that yku should talk. You should definitely not confuse gd with debate. You should not argue or by any chance shouldn't sound arrogant.

Round: Technical Interview
Experience: They will definitely ask about your project so be thorough with that. Ntt data is a Japanese company . Though this is IT but it will ask  from the subject of your own choice from people those who have a non IT background. After you get shortlisted in d gd they will give you a form to fill. Do fill that form without fail. If it is blank then even if u go to the hr round he will reject you.
Tips: Just be confident and always smile. Be careful on what you write in your resume cuz they can ask about anything based on your resume.

Round: HR Interview
Experience: This round was a cake walk. Just be confident and updated about the company.  Do ask him a question if he asks you to do that.but make sure it shouldn't be vague or out of the picture.
Tips: Keep smiling and don't get nervous.  If they ask you about location preferences,  dun get firm at one place.try to be flexible.

General Tips: Donot loose hope at any cost. You never know when your moment is going to arrive. Do practice the aptitude as much as you can. Finally NTT DATA selected only 50 overall in wch 11 were from my college n i was lucky to be one of them. the offer letter was issued the same day and we were all venerated.  Its just a game of confidence. All the best
Skill Tips: Try to add some co curricular activities and justify your role.
Skills: communication, technical knowledge, management skills, leadership
College Name: SATHYABAMA UNIVERSITY
Motivation: You will find the it companies mostly head quartered in U.S but this company is in Japan. Plus you have better opportunity and growth compared to other companies cuz its not a bulk recruiter.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Java ( socket programming, OOPS, DS )
  • Q2. Write about your dream
  • Ans. 

    My dream is to build innovative software solutions that positively impact people's lives.

    • Developing cutting-edge technology

    • Creating user-friendly interfaces

    • Solving complex problems

    • Collaborating with talented individuals

    • Making a difference in society

    • Continuous learning and growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: GRE givers , you can make it through this. Brush up your technical skills for the programming section.
Tips: GRE quant and verbal and quick review from tutorialspoint.com would do the trick.

Round: Group Discussion
Experience: I had fun. I won a few debate competitions in various technical symposiums so, It gave a good experience about being quiet at the right moment.
Tips: Turn to your GRAB-ON mode. Never miss any chance. Learn to know when to be quiet and when to talk in a GD. Try to bring down the heat If two participants are getting into a argumentative discussion.

Round: Stress Interview
Experience: It was really difficult. Exactly after the GD, we were asked to right an essay in a very less time and our capability to manage the stress was observed.
Tips: Be calm and write all that you know in a presentable way.

Round: Technical Interview
Experience: I did a project in my 3rd year which included few concepts on Socket programming which helped me a bit in this round. I answered confidently and I was put to a confidence test too to see how sure I was about the answer.
Tips: A quick review on the day of interview and involving in friendly discussion about programming languages before the test helps.

Round: HR Interview
Experience: I was asked few technical questions in this round and later moved on to the general logical questions. Questions like, cutting a bread into multiple slices, finding the corresponding switch among 3 switches for 3 bulbs in room were asked. Find the sum of 1-10 in 4 seconds was asked suddenly. Thanks to Arithmetic Progressions :P.
Tips: Use your logical ability to answer.

Skills: Java, C, Body Language, Mental ability, Confidence.
College Name: Malla Reddy Institute of Engineering & Technology ( MRIET )
Motivation: Ranked among the top 50 of the Fortune 500. Expanding organizations which include lot of opportunities.

Interview Preparation Tips

Round: Resume Shortlist
Experience: This round they want to know about why do you want to leave your job?
current ctc
expected ctc
how many experience do you have on particular technology?
Tips: this round is simple you have to tell all the details of your profile and if they want this profile candidate they shortlisted you..
they want positive response, so be positive.

I applied via Walk-in and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Encapsulation, Laravel Containers, IOC, Github, Session vs Cookies, Mysql queries, Transaction (4-Concept), Data Binding, Polymorphism etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your Technical Base knowledge clear. Be Confident with your answers.

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical assessment - java

Round 2 - Technical 

(1 Question)

  • Q1. Core-java depth questions
Round 3 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to prepare java collections, thread concepts, oops concept
Are these interview questions helpful?

I applied via Referral and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Fully technical and functional based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Fine it went well. Had a good discussion with interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Multithreading in Java
  • Ans. 

    Multithreading in Java allows for concurrent execution of multiple threads within a single program.

    • Multithreading can improve performance by allowing multiple tasks to be executed simultaneously.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Synchronization is important to prevent race conditions and ensure thread safety.

    • Examples of multithreading in Java include GUI a...

  • Answered by AI
  • Q2. LinkedList custom implementation, springBoot, Microservices, kafka, core Java, DS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing DS, this will boost your confidence.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Infinite Computer Solutions Interview FAQs

How many rounds are there in Infinite Computer Solutions Network Support Engineer interview?
Infinite Computer Solutions interview process usually has 1 rounds. The most common rounds in the Infinite Computer Solutions interview process are Technical.
What are the top questions asked in Infinite Computer Solutions Network Support Engineer interview?

Some of the top questions asked at the Infinite Computer Solutions Network Support Engineer interview -

  1. in which layer the Ip address is working on if it working on L3 so how can we a...read more
  2. what is the OSI model and describe about the each and every layer of that layer...read more
  3. What is the main function of the Root bridge switc...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today

Interview Questions from Similar Companies

DXC Technology Interview Questions
3.7
 • 839 Interviews
Nagarro Interview Questions
4.0
 • 793 Interviews
NTT Data Interview Questions
3.8
 • 658 Interviews
Publicis Sapient Interview Questions
3.5
 • 645 Interviews
GlobalLogic Interview Questions
3.6
 • 628 Interviews
EPAM Systems Interview Questions
3.7
 • 569 Interviews
UST Interview Questions
3.8
 • 544 Interviews
View all
Software Engineer
1.6k salaries
unlock blur

₹3 L/yr - ₹12.5 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Technical Lead
973 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Associate Software Engineer
785 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Softwaretest Engineer
630 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Virtusa Consulting Services

3.7
Compare
write
Share an Interview