Upload Button Icon Add office photos
Engaged Employer

i

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

3i Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

3i Infotech Network Engineer Interview Questions and Answers

Updated 14 Jan 2023

3i Infotech Network Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Salary related questions
  • Q2. Location and position

Interview Preparation Tips

Interview preparation tips for other job seekers - 3i infotech is the best company but salary is so poor

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about 3i Infotech?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Different between spring and springboot.
  • Q2. What is CORS in microservices
  • Ans. 

    CORS (Cross-Origin Resource Sharing) is a security feature that allows or restricts access to resources from different domains.

    • CORS is used to prevent unauthorized access to resources from different domains

    • It is implemented by adding specific headers to HTTP responses

    • CORS can be configured to allow or restrict access based on the origin domain

    • Examples of CORS headers include Access-Control-Allow-Origin and Access-Contr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in springboot, microservices, java8

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
Q3. What is BGP? What is spilit horizon rule? How you configure BGP r ... read more
asked in Wipro
Q4. What is Stp and how it is work? What is root bridge
asked in BT Group
Q5. What is tenant and types? What will happen if we use same subnet ... read more

I applied via Company Website and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you updating day by day yourself in technology ?
  • Ans. 

    Yes, I actively engage with new technologies daily through various resources and practices to stay updated in the software engineering field.

    • I read tech blogs and articles daily, such as Medium and Dev.to, to learn about the latest trends.

    • I follow influential tech leaders on Twitter and LinkedIn to gain insights into emerging technologies.

    • I participate in online courses on platforms like Coursera and Udemy to enhance m...

  • Answered by AI
  • Q2. Yes, means you will definitely placed in technosoft.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had done certification and learn the skill day by day, waiting for the opening in technosoft. I had attended three round of interview, if you have real skill and self confidence you will definitely placed in technosoft global services

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

Round 1 - Aptitude Test 

Basic aptitude and coding questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical discussion based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic c and ds is enough to crack the interview

I appeared for an interview in Sep 2020.

Interview Questionnaire 

1 Question

  • Q1. Oops concept, solid principles, filters in MVC, basics of Angular,life cycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 rounds- both are technical.

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS

3i Infotech HR Interview Questions

32 questions and answers

Q. What are your roles and responsibilities? Please explain them briefly.
Q. How many years of experience do you have?
Q. What are your qualifications?

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

Round 1 - Aptitude Test 

Quantitative ability and logical ability

Round 2 - Technical 

(2 Questions)

  • Q1. In which programming language you are good at?
  • Q2. Write a program to print HCF of numbers as output
  • Ans. 

    Program to print HCF of numbers as output

    • Take input of two numbers from user

    • Find the smaller number between the two

    • Run a loop from 1 to the smaller number

    • Check if both numbers are divisible by the current loop variable

    • If yes, update the HCF variable

    • Print the HCF as output

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - I attended interview for this company and they saw my capability and adaptability only.
Are these interview questions helpful?

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

Interview Questionnaire 

5 Questions

  • Q1. Types of join in sql
  • Ans. 

    Types of join in SQL

    • Inner join: returns only the matching rows from both tables

    • Left join: returns all rows from the left table and matching rows from the right table

    • Right join: returns all rows from the right table and matching rows from the left table

    • Full outer join: returns all rows from both tables

    • Cross join: returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Ssis checkpoint and breakpoint use
  • Ans. 

    SSIS checkpoint and breakpoint are used for debugging and error handling in SSIS packages.

    • Checkpoint saves the package progress and restarts from the last successful checkpoint in case of failure.

    • Breakpoint pauses the package execution at a specific point to allow debugging and troubleshooting.

    • Both can be set at the package level or individual task level.

    • Checkpoint uses a checkpoint file to store the progress informati...

  • Answered by AI
  • Q3. Containers in SSIS
  • Ans. 

    Containers in SSIS are used to group related tasks and provide a logical flow for the package.

    • Containers can be used to group tasks into a single unit of work

    • There are several types of containers in SSIS, including Sequence, For Loop, and Foreach Loop

    • Containers can be nested to create complex workflows

    • Containers can have precedence constraints to control the order in which tasks are executed

  • Answered by AI
  • Q4. How to skip first 10 and last 10 rows in excel source and send to destination
  • Ans. 

    Skip first and last 10 rows in Excel source and send to destination

    • Use a library like Apache POI or OpenXML to read and write Excel files

    • Identify the range of rows to be skipped using row numbers or cell values

    • Copy the remaining rows to a new Excel file or sheet and save it as destination

  • Answered by AI
  • Q5. Different keys sql , use of surrogate key
  • Ans. 

    SQL keys and use of surrogate key

    • SQL keys are used to uniquely identify records in a table

    • Primary key is a unique identifier for a record

    • Foreign key is a reference to a primary key in another table

    • Surrogate key is a system-generated unique identifier for a record

    • Surrogate keys are useful when there is no natural primary key

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Your worked project details and clear basic concepts

Skills evaluated in this interview

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Very basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Saudyaat basic well

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech Network Engineer interview?
3i Infotech interview process usually has 2 rounds. The most common rounds in the 3i Infotech interview process are Resume Shortlist and HR.
How to prepare for 3i Infotech 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 3i Infotech. The most common topics and skills that interviewers at 3i Infotech expect are Networking, Network Engineering, CCNA, Switching and CCNP.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

3i Infotech Network Engineer Salary
based on 94 salaries
₹2.6 L/yr - ₹6.5 L/yr
16% less than the average Network Engineer Salary in India
View more details

3i Infotech Network Engineer Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

2.2

Skill development

3.9

Work-life balance

3.1

Salary

3.7

Job security

3.2

Company culture

2.1

Promotions

3.7

Work satisfaction

Explore 17 Reviews and Ratings
Network Engineer

Mumbai

2-4 Yrs

₹ 2-2.8 LPA

Explore more jobs
Software Engineer
619 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Senior Software Engineer
393 salaries
unlock blur

₹9.4 L/yr - ₹15.5 L/yr

Desktop Support Engineer
332 salaries
unlock blur

₹1.7 L/yr - ₹4.6 L/yr

Software Developer
310 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

System Engineer
262 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Explore more salaries
Compare 3i Infotech with

ITC Infotech

3.7
Compare

Cybage

3.8
Compare

Xoriant

4.1
Compare

ValueLabs

3.6
Compare
write
Share an Interview