Upload Button Icon Add office photos
Premium Employer

i

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

Innominds Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Innominds Software IT System Engineer Interview Questions, Process, and Tips

Updated 20 Jan 2025

Innominds Software IT System Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. Can you provide a self-introduction and describe your roles and responsibilities in your current position?
  • Q2. What is a Blue Screen of Death (BSOD) error, and how can it be resolved?
  • Q3. What are DNS and DHCP, and what are their respective port numbers?
  • Q4. What are the different classes of IP addresses?
  • Q5. How to Configure Outlook manually how to take data backup.
  • Q6. What is Active Directory, and how is it used in network management?
  • Q7. What are the different licenses available for Office 365?
  • Q8. What is patch management in relation to Windows Server?
Round 2 - Technical 

(3 Questions)

  • Q1. What are incident management and change management?
  • Q2. What does SLA stand for in ServiceNow, and what is its significance?
  • Q3. What do the priorities P1, P2, and P3 represent in ticketing tools?
Round 3 - HR 

(4 Questions)

  • Q1. Can you provide a self-introduction?
  • Q2. What are your career goals?
  • Q3. What can you tell me about your family background?
  • Q4. What are your current and expected salary packages?

Interview Preparation Tips

Topics to prepare for Innominds Software IT System Engineer interview:
  • IT Support
  • Networking
  • Firewall
  • O365
  • Manage engine
  • Active Directory
  • Troubleshooting
  • Hardware
  • Communication Skills
  • Time Management
  • Problem Solving
  • servicenow
  • ticketing tool
  • Asset Management
  • Programming langu
Interview preparation tips for other job seekers - Highly Recomended!

If you are considering a career at Innominds, go for It! The interview process is smooth and well organized, making you feel valued right from the start. The onboarding experience is equally impressive, ensuring you have all the support and Resorces you need to hit the ground running. A great Place to grow and thrive!

Interview questions from similar companies

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

I was interviewed 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 experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - System issues 

(2 Questions)

  • Q1. Outlook issues how to resolve
  • Q2. Carrier gap not accepted

Interview Preparation Tips

Interview preparation tips for other job seekers - Conducted fake interview for their time pass.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Manager ask me only r u ready for relocation and 24/7 shifts

Interview Preparation Tips

Topics to prepare for Microland System Engineer interview:
  • Incident management domain
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Its about technical questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Its about technical questions
Round 3 - HR 

(1 Question)

  • Q1. Its about Technical Questions

I applied via Walk-in and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java Selenium based Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't opt if your selected for THINK NXT program, because it was horrible and tedious. They will onboard with plan of training rigours with no logical pratical plans. Too much torture and pressure mainly for Laterals. Laterals will be treated like freshers with high humiliation. school and college like culture will be followed where you will get progress report. Each technology taught for 1 day and asked to do whole assignment same EOD and submit next day, failing which you will be blasted right in the call. It's highly not advisable to choose Maveric currently mainly as Think Nxt program

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. 1.Difference between mutable and immutable.
  • Ans. 

    Mutable objects can be modified after creation, while immutable objects cannot be modified.

    • Mutable objects can have their state changed, while immutable objects cannot.

    • Immutable objects are thread-safe, while mutable objects may require synchronization.

    • Examples of mutable objects include lists, sets, and dictionaries, while examples of immutable objects include strings, numbers, and tuples.

  • Answered by AI
  • Q2. Can we use indexing in dictionary or not
  • Ans. 

    Yes, indexing can be used in dictionaries.

    • Dictionaries in Python support indexing using keys.

    • You can access the value associated with a key by using the key as an index.

    • Indexing in dictionaries is efficient as it uses hash tables for key-value lookup.

    • Example: my_dict = {'name': 'John', 'age': 25}; print(my_dict['name']) will output 'John'.

  • Answered by AI
  • Q3. One program from list
  • Ans. 

    Visual Studio Code

    • Free and open-source code editor

    • Supports multiple programming languages

    • Has a large library of extensions

    • Integrates with Git for version control

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - As the all interview starts from your intro as usual my also starts from about yourself then I started to tell about myself after this interviewer asked me the some questions regarding the list, tuple, and dictionary and it was all basics and I think if you prepare with an average study then you can crack it.

Thanks,

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is Networking
  • Ans. 

    Networking is the practice of connecting computers and other devices to share resources and communicate with each other.

    • Networking involves the use of hardware devices like routers, switches, and cables to create a network.

    • It also includes the use of software protocols like TCP/IP to enable communication between devices.

    • Networking allows for sharing resources such as files, printers, and internet connections among conn...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Hardware
  • Ans. 

    Hardware refers to the physical components of a computer system that can be touched and seen.

    • Includes components like CPU, motherboard, RAM, hard drive, graphics card, etc.

    • Responsible for processing data and executing instructions.

    • Examples: keyboard, mouse, monitor, printer.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

General aptitude test topics like Math, Reasoning, English, from computer science subjects.

Round 3 - Technical 

(1 Question)

  • Q1. Introduction about yourself, Technical questions from Data structure and C programming and Networking. Asked to write code and explanation.
Round 4 - HR 

(2 Questions)

  • Q1. General HR discussions.
  • Q2. Consider all kinds of questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Computer science subjects like DBMS, OS and Networking.
Try to be good at one coding language and DSA.
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 Nov 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. What is a DNS?
  • Ans. 

    DNS stands for Domain Name System, which translates domain names to IP addresses.

    • DNS is like a phone book for the internet, translating human-readable domain names (like google.com) to IP addresses (like 172.217.3.206).

    • It helps users access websites by typing in easy-to-remember domain names instead of complex IP addresses.

    • DNS servers store records of domain names and their corresponding IP addresses, allowing for effi...

  • Answered by AI
  • Q2. How does a DHCP work
  • Ans. 

    DHCP assigns IP addresses to devices on a network automatically

    • DHCP server receives a request from a device for an IP address

    • DHCP server assigns an available IP address to the device

    • DHCP server also provides other network configuration information like subnet mask and default gateway

    • DHCP lease time determines how long the IP address is valid for

    • DHCP uses a client-server model

  • Answered by AI
  • Q3. How do you troubleshoot a browser slowness issue
  • Ans. 

    To troubleshoot browser slowness, check for network issues, clear cache and cookies, disable extensions, update browser, and check for malware.

    • Check for network issues such as slow internet connection

    • Clear browser cache and cookies to improve performance

    • Disable unnecessary browser extensions that may be causing slowness

    • Update the browser to the latest version for better performance

    • Scan for malware or viruses that could

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Are you open to work in shifts
  • Q2. What is the current and expected CTC
  • Ans. 

    Current CTC is $70,000 and expected CTC is $80,000

    • Current CTC: $70,000

    • Expected CTC: $80,000

  • Answered by AI
  • Q3. What is the current notice period

Skills evaluated in this interview

Innominds Software Interview FAQs

How many rounds are there in Innominds Software IT System Engineer interview?
Innominds Software interview process usually has 3 rounds. The most common rounds in the Innominds Software interview process are Technical and HR.
What are the top questions asked in Innominds Software IT System Engineer interview?

Some of the top questions asked at the Innominds Software IT System Engineer interview -

  1. What is a Blue Screen of Death (BSOD) error, and how can it be resolv...read more
  2. What are DNS and DHCP, and what are their respective port numbe...read more
  3. What is Active Directory, and how is it used in network manageme...read more

Tell us how to improve this page.

Innominds Software IT System Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
NeoSOFT Interview Questions
4.0
 • 263 Interviews
View all

Innominds Software IT System Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
448 salaries
unlock blur

₹7.6 L/yr - ₹28 L/yr

Software Engineer
423 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Senior Engineer
216 salaries
unlock blur

₹6 L/yr - ₹25.1 L/yr

Associate Software Engineer
164 salaries
unlock blur

₹2.3 L/yr - ₹8.1 L/yr

Engineer
156 salaries
unlock blur

₹3 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Innominds Software with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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