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 Windows System Engineer Interview Questions, Process, and Tips

Updated 12 Aug 2024

3i Infotech Windows System Engineer Interview Experiences

1 interview found

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

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. How do you Decommission a server?
  • Ans. 

    Decommissioning a server involves several steps to safely remove it from service.

    • Backup any necessary data or configurations before proceeding.

    • Notify stakeholders and users of the server's decommissioning.

    • Remove the server from any load balancers or DNS records.

    • Power off the server and physically disconnect it from the network.

    • Document the decommissioning process for future reference.

  • Answered by AI
  • Q2. What are the port numbers for DNS, RDP and DHCP.?
  • Ans. 

    DNS - 53, RDP - 3389, DHCP - 67/68

    • DNS uses port 53 for both TCP and UDP communication

    • RDP uses port 3389 for TCP communication

    • DHCP uses ports 67 and 68 for UDP communication

  • Answered by AI
  • Q3. Difference between 2016 and 2019 server?
  • Ans. 

    Windows Server 2019 has more advanced features and improvements compared to Windows Server 2016.

    • Windows Server 2019 has improved security features such as Windows Defender Advanced Threat Protection (ATP) and Windows Defender Exploit Guard.

    • Windows Server 2019 includes enhancements in virtualization with features like Shielded Virtual Machines and Encrypted Networks.

    • Windows Server 2019 has improved support for Linux vir...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you resolve the BSOD?
  • Ans. 

    BSOD can be resolved by identifying the root cause, checking for hardware/software issues, updating drivers, and performing system restore.

    • Identify the error code displayed on the BSOD screen to determine the root cause.

    • Check for hardware issues such as faulty RAM or hard drive.

    • Update drivers for hardware components like graphics card or network adapter.

    • Perform a system restore to revert back to a stable state before t

  • Answered by AI
  • Q2. How do you trouble shoot when the user is not able to take the Remote access of a server?
  • Ans. 

    To troubleshoot when a user is unable to take remote access of a server, check network connectivity, firewall settings, user permissions, and remote desktop services.

    • Check network connectivity to ensure the user can reach the server.

    • Verify firewall settings to ensure the necessary ports are open for remote access.

    • Check user permissions on the server to ensure the user has the necessary access rights.

    • Verify the status o...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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 appeared for an interview before Oct 2021.

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 

(2 Questions)

  • Q1. What is Nested List with example
  • Ans. 

    A nested list is a list that contains other lists as its elements.

    • Nested lists can be created using square brackets and separating the elements with commas.

    • Elements of a nested list can be accessed using indexing and slicing.

    • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

    • Accessing element 5: my_list[1][1]

  • Answered by AI
  • Q2. What is queue , explain with example
  • Ans. 

    A queue is a data structure that follows the First In First Out (FIFO) principle.

    • Elements are added to the back of the queue and removed from the front.

    • Example: A line of people waiting for a movie ticket.

    • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Data Structure should be stong
Basic python
Coding skills

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions on spring boot
  • Q2. Questions on docker
  • Q3. Questions on java concepts and collections

Interview Preparation Tips

Interview preparation tips for other job seekers - I had to give one online test, two technical and one managerial which was also a bit technical. All my interview went well. They asked me my expectation before proceeding for managerial round as well as before first technical round. Once i was done with managerial round, they did not inform anything and when i queried they said my profile is on hold and looked like budget issues. I don't understand if budget is concerned, I should have been informed before itself as I gave alot of effort in that process.

I really think once a person clears the technical rounds and in last phase of interviews, this should be a little transparent.

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

Interview Preparation Tips

Skills: Communication, C++, C, Java Application Development, Database Management
College Name: KIIT University

Interview Preparation Tips

Round: Test
Duration: 1 hour

Round: Technical Interview
Tips: Study basic things thoroughly if you are going as a fresher.

Round: Group Discussion
Duration: 15 minutes

Round: HR Interview
Tips: Be confident!

College Name: CDAC Pune

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical questions was all based on skills I added in my resume.
  • Q2. Explain the last project, What challenges you faced & how you overcome that & what you learn from it.
  • Ans. 

    Developed a web application for tracking inventory in real-time

    • Challenges faced included integrating with multiple APIs, handling large data sets, and ensuring data accuracy

    • Overcame challenges by breaking down tasks into smaller components, conducting thorough testing, and collaborating with team members

    • Learned the importance of communication, problem-solving, and attention to detail in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explore and study well the skills you are adding in the resume, communication should be clear and not to be too much lengthy. Be confident, and always improve yourself where you are lacking.

I applied via Referral and was interviewed before Sep 2019. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. State HTTP methods. Comparable vs Comparator. Rest calls design & implementation. Overloading & overriding method differences, rules. Features of JDK 1.8. As java 8 supports default interface, how is diamo...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Even interviewers don’t know everything. Be confident & try to answer every question. Even if you don’t know much about specific question asked, try to address areas related to it, which you know.

3i Infotech Interview FAQs

How many rounds are there in 3i Infotech Windows System Engineer interview?
3i Infotech interview process usually has 2 rounds. The most common rounds in the 3i Infotech interview process are Technical.
What are the top questions asked in 3i Infotech Windows System Engineer interview?

Some of the top questions asked at the 3i Infotech Windows System Engineer interview -

  1. How do you trouble shoot when the user is not able to take the Remote access of...read more
  2. What are the port numbers for DNS, RDP and DHC...read more
  3. How do you Decommission a serv...read more

Tell us how to improve this page.

3i Infotech Windows System Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 342 Interviews
CitiusTech Interview Questions
3.3
 • 278 Interviews
Altimetrik Interview Questions
3.8
 • 223 Interviews
Cybage Interview Questions
3.8
 • 194 Interviews
ValueLabs Interview Questions
3.7
 • 191 Interviews
Xoriant Interview Questions
4.1
 • 184 Interviews
Globant Interview Questions
3.8
 • 175 Interviews
ThoughtWorks Interview Questions
3.9
 • 149 Interviews
Apexon Interview Questions
3.3
 • 142 Interviews
View all
Software Engineer
639 salaries
unlock blur

₹2 L/yr - ₹9.5 L/yr

Senior Software Engineer
418 salaries
unlock blur

₹4.7 L/yr - ₹18.5 L/yr

Software Developer
310 salaries
unlock blur

₹2 L/yr - ₹9.7 L/yr

System Engineer
278 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Softwaretest Engineer
263 salaries
unlock blur

₹2.1 L/yr - ₹9.5 L/yr

Explore more salaries
Compare 3i Infotech with

ITC Infotech

3.6
Compare

Cybage

3.8
Compare

Xoriant

4.1
Compare

ValueLabs

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