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

Infinite Computer Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infinite Computer Solutions Network Support Engineer Interview Questions, Process, and Tips for Experienced

Updated 30 Jan 2024

Infinite Computer Solutions Network Support Engineer Interview Experiences for Experienced

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

Interview questions from similar companies

I applied via Referral

Interview Questionnaire 

5 Questions

  • Q1. You have knowledge of data structure? Tell me about it
  • Ans. 

    Data structures are a way to organize and store data efficiently.

    • Data structures are used to store and manipulate data in a structured manner.

    • They provide different ways to access and perform operations on the data.

    • Examples include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
  • Q2. Tell me something about your major project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database management

    • Incorporated user authentication and authorization features

    • Integrated real-time notifications using Socket.io

  • Answered by AI
  • Q3. What is your name ?
  • Ans. 

    My name is John Smith.

    • Full name is John Smith

    • Common name in English-speaking countries

    • Easy to remember and pronounce

  • Answered by AI
  • Q4. What does my name mean?
  • Ans. 

    The question is unrelated to the medical field and is not a puzzle or riddle.

    • The question is asking about the meaning of the interviewer's name.

    • You can ask the interviewer about the origin or cultural significance of their name.

    • You can also mention that names often have different meanings in different languages or cultures.

  • Answered by AI
  • Q5. What are your strenghts?
  • Ans. 

    My strengths include problem-solving skills, attention to detail, and strong communication abilities.

    • Strong problem-solving skills - I enjoy tackling complex issues and finding creative solutions.

    • Attention to detail - I am meticulous in my work and strive for accuracy in all tasks.

    • Strong communication abilities - I can effectively convey ideas and collaborate with team members.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test of hexaware was way more tough than i thought. Basically you will see on other website that hexaware written test is easy but it was not trust me. So talking more about my test there were 4 sections verbal, aptitude, analytical reasoning and technical also. I am a electronics and communication student so there were technical question from my field of study only but for IT and Computer Science there were programming questions. And there is 10 mins of essay writting also.
Tips: Be prepare for anything. Dont judge the written exam will be easy or tough anything can happen and prepare your best.
Duration: 60 minutes
Total Questions: 75

Round: Group Discussion
Experience: Well, i think my group discussion topic was easy but the only problem was that every person is fully aware of that topic so thought process has become very simple. But still somehow i manage to clear this round also.
Tips: Be calm and if you dont know about some topic so wait for few minutes and listen what others are saYing . The HR will only be checking your communication skills.
Duration: 10 mins minutes

Round: Technical Interview
Experience: I am an EC student so there were very basic question of c and data structure programming and from my field he only asked about my project work and keep asking question from it. I guess he was checking my patience.

Round: HR Interview
Experience: The HR round was quite good. The question was really very basic from my family and strengths and weakness. But i dont know why he asked me a question of c programming and he asked me to make a program generally i have never heard that in HR interview, the HR asking you a technical question but anything can happen .
Tips: Keep yourself calm . Keep wide knowledge of your field.

Skills: Basic C/C++, Communication, Ability To Deliver On A Project, Ability To Work In A Team, Ability To Deliver On A Project, Advance Communication, Confidence
College Name: IPS College of Technology & Management
Motivation: Hexaware is globally recognised company plus its an MNC.

Skills evaluated in this interview

Interview Preparation Tips

Round: Group Discussion
Experience: The result were announced just after the session. The basis of selection was confidence & communication skill as usual.
It was mostly a nice & health discussion.
Tips: Talk short & precise.
Use your hands in explanations.
Dont argue just discuss
Duration: 15 min minutes

Round: Technical Interview
Experience: Questions from c programming, database management, c++, data structure were asked. The HR was trying to confuse and showing confidence was important.

Tips: Answer with confidence
Dont say directly NO to a question

Round: HR Interview
Experience: It was all about confidence and your ability to converse.
HR asked me about myself and why did i want to join the firm etc.
He was mostly looking for a positive attitude.
Tips: Keep a smile.
Converse well & again be confident.
Confidence is the key but overconfidence is bad.

General Tips: Keep your cool
Be confident
Have a positive approach
Skill Tips: Prepare well for Interview
Be confident about wat you know.
Skills: Programming, positive attitude, Confidence
College Name: Gandhi Institute Of Engineering And Technology
Motivation: It is a MNC.
Growth will be good
Future scopes are high

Interview Questionnaire 

8 Questions

  • Q1. Pl/sql
  • Q2. C programs
  • Q3. Switch case programs
  • Q4. Optimizing them again
  • Q5. Java
  • Q6. About yourself
  • Q7. If i would comply with all norms and conditions of company
  • Q8. As to where i see myself and what would differentiate me in next few years
  • Ans. 

    I see myself as a senior software engineer leading innovative projects and mentoring junior developers.

    • Continuously improving my technical skills through training and certifications

    • Taking on more leadership responsibilities within the team

    • Contributing to open-source projects to expand my network and knowledge

    • Mentoring junior developers to help them grow in their careers

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Indeed, being a person known for my communication skills in college days wished to have a resume, setting me out of the queue. It was not easy though ,as to write something so brief yet which had a strong impact on others. Take help from your teachers, the one taking your communicative skills classes.
Tips: The most important of all,,Take at most attention to what you platter on someone for the first time. No one wants a dull person working in adding on nothing but pounds on themselves. Showcase the best of you....

Round: Test
Experience: Elitmus, it's really tough to crack. Especially the Reasoning, try and focus to prepare as if to prepare for an MBA admission. The level would be no lessor than that.
Tips: One needs to work real hard to compete. That's the only option. It's the only way you had to get on the first step correctly.
Duration: 120 minutes
Total Questions: 60

Round: Group Discussion
Experience: Good ,as always. Was bit nervous, after seeing such a crowd and as it was my first off-campus experience . People were friendly and only ladies from my company who were not very old but enough to judge one by just looking at them. They were closely monitoring each and every activity in there.
Tips: Be yourself, Don't panic at all. You just need to stick on your point of  view and never ever contradict any of your statement.
Duration: 15 minutes

Round: Technical Interview
Experience: Had two technical rounds, the first one which went about 1hr 30 mins. Many questions starting from C to Java. In-fact it's better to say the lady wanted to know all what i have done in college. Was even asked about my last semester results and project.
Tips: No way out, just be prepared to the level of any possible question one can ask.

Round: HR Interview
Experience: The HR was busy going through all papers he had. Even not looking at me for once. But i went on answering even to smallest he asked or confirmed. It was good overall but different as to relate someone not even listening you.
Tips: Go on with a good pitch. Using the good highlights from your life and yourself.

General Tips: Never loose heart if you are rejected anytime. As it's for the best, believe me.
Skill Tips: Prepare things well and before time. Try to main a set of handout which would really be helpful while you travelling from one place to another.
Skills: communication , technical, thought process
College Name: GANDHI INSTITUTE OF ENGINEERING AND TECHNOLOGY
Motivation: Being placed during on campus, but not satisfied with package and what i was offered. Came to a place like Bangalore from GIET, Gunupur where life is so fast. It was not easy, mind you a lot people around would de motivate you. But just don't get affected easily ,as to this is what my experience all over this tells. 
I was just stunned when i saw the official website of CGI.
Funny Moments: Was not really funny but would share ,as i smile to those now. Not being selected by TCS and my roommate, girls in hostel making fun of  the optimistic approach i had with life.

Interview Questionnaire 

3 Questions

  • Q1. Basics questions regarding my project and about .net
  • Q2. Salary negotiation
  • Q3. Manger was giving me different scenarios of programming s

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was having 1.7 yr experience and i was working on .net

Interview Questionnaire 

3 Questions

  • Q1. Basic questions from the resume content. Be through with the project mentioned in your resume. Also try to prepare at least one object oriented language basics.
  • Q2. I was asked questions on RADIUS TACACS Firewalls and VPN as I had mentioned network security in my resume
  • Q3. Not at all difficult just as general HR interview

Interview Preparation Tips

Round: Test
Experience: If you are applying as a fresher, you may have to appear for a test which will have basic aptitude questions on General Maths and English followed by two basic coding questions in any language like C C++ Java etc

Round: Group Discussion
Experience: Just be confident in keeping your point. Cracking this won't be that difficult.

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

Interview Questionnaire 

3 Questions

  • Q1. 1,Diff bwn aggregation and composition? 2,w a p to print fibnoci sries? with recursion? 3,Diff bwn interface and abstract? 4,w ap to print * patteren? * ** *** **** 5,Explain custom immutable class? ...
  • Ans. 

    This JSON contains answers to interview questions for a Software Engineer position.

    • Aggregation and composition are both forms of association in object-oriented programming.

    • Aggregation represents a 'has-a' relationship, where one object contains another object as a part.

    • Composition is a stronger form of aggregation, where the lifetime of the contained object is controlled by the container object.

    • Fibonacci series can be ...

  • Answered by AI
  • Q2. 1,tell me about u r self? 2,what r the technologies ur worked on? 3,explain roles and responsiblities? 4,diff bwn final,finally nd finalize? 5,diff bwn bean factor ,xml bean factory and classpath bean fac...
  • Ans. 

    The interview questions cover a wide range of topics related to software engineering, including technologies worked on, roles and responsibilities, Java concepts, debugging, code review, project architecture, and more.

    • Discussing technologies worked on and roles/responsibilities showcases experience and skills.

    • Differentiating between final, finally, and finalize in Java demonstrates understanding of language nuances.

    • Exp...

  • Answered by AI
  • Q3. Salary Discussion only

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Asked about question regarding my technical skills

Interview Preparation Tips

Round: Resume Shortlist
Experience: Resume shortlisting

Round: Test
Experience: Aptitude, Reasoning and Technical test

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

Interview Questionnaire 

1 Question

  • Q1. Easy Interview , Basic , java , spring , spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up in basics for java and spring and you are good to join this company

Infinite Computer Solutions Interview FAQs

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

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

  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.

Infinite Computer Solutions Network Support Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
Join Infinite Computer Solutions Digitally Engineering Tomorrow, Today

Interview Questions from Similar Companies

Nagarro Interview Questions
4.0
 • 765 Interviews
Publicis Sapient Interview Questions
3.5
 • 623 Interviews
GlobalLogic Interview Questions
3.6
 • 595 Interviews
EPAM Systems Interview Questions
3.7
 • 557 Interviews
UST Interview Questions
3.8
 • 521 Interviews
CGI Group Interview Questions
4.0
 • 495 Interviews
View all
Software Engineer
1.5k salaries
unlock blur

₹3.8 L/yr - ₹14.4 L/yr

Senior Software Engineer
1.3k salaries
unlock blur

₹6.8 L/yr - ₹22.5 L/yr

Technical Lead
828 salaries
unlock blur

₹10 L/yr - ₹29 L/yr

Associate Software Engineer
744 salaries
unlock blur

₹2.5 L/yr - ₹7.6 L/yr

Softwaretest Engineer
601 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Explore more salaries
Compare Infinite Computer Solutions with

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

3.5
Compare

FIS

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