Upload Button Icon Add office photos

Filter interviews by

Inayam Infotech Interview Questions, Process, and Tips

Updated 9 Aug 2020

Inayam Infotech Interview Experiences

1 interview found

I applied via Referral and was interviewed before Aug 2019. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. Questions were regarding outlook,OS,OS errors,Basics of Networking.
  • Q2. What is BSOD
  • Ans. 

    BSOD stands for Blue Screen of Death. It is an error screen displayed on Windows operating systems when a critical system error occurs.

    • BSOD is also known as a stop error or a system crash

    • It is usually caused by hardware or software issues

    • BSOD displays a message with error codes and information about the error

    • It requires a restart of the system to fix the issue

  • Answered by AI
  • Q3. What is latest version of processor
  • Ans. 

    The latest version of processor is Intel Core i9-11900K.

    • The latest processor is from Intel's 11th generation Core series.

    • It has a base clock speed of 3.5 GHz and can boost up to 5.3 GHz.

    • It has 8 cores and 16 threads.

    • It uses the LGA 1200 socket and supports PCIe 4.0.

    • Other latest processors include AMD Ryzen 9 5950X and Apple M1 chip.

  • Answered by AI
  • Q4. What is Latest version of MS office
  • Ans. 

    The latest version of MS Office is Microsoft Office 2021.

    • Microsoft Office 2021 is the latest version of MS Office.

    • It was released on October 5, 2021.

    • It includes updated versions of Word, Excel, PowerPoint, and Outlook.

    • It also includes new features like Dark Mode and Dynamic Arrays in Excel.

  • Answered by AI
  • Q5. What is TCP/IP
  • Ans. 

    TCP/IP is a set of protocols used for communication between devices on the internet.

    • TCP/IP stands for Transmission Control Protocol/Internet Protocol.

    • It is a set of rules that governs how data is transmitted over the internet.

    • TCP is responsible for ensuring that data is delivered reliably and in order.

    • IP is responsible for routing data packets to their intended destination.

    • Examples of TCP/IP applications include web br

  • Answered by AI
  • Q6. What is a script error
  • Ans. 

    A script error is an error that occurs when a script fails to execute properly.

    • Script errors can occur in web browsers when JavaScript code fails to execute properly.

    • These errors can prevent a website from functioning correctly.

    • Common causes of script errors include syntax errors, missing files, and conflicts with other scripts.

    • Debugging tools can be used to identify and fix script errors.

  • Answered by AI
  • Q7. What is POP3 and IMAP
  • Ans. 

    POP3 and IMAP are email protocols used for retrieving emails from a mail server.

    • POP3 stands for Post Office Protocol version 3 and is used to download emails from a mail server to a local device.

    • IMAP stands for Internet Message Access Protocol and is used to access emails on a mail server without downloading them to a local device.

    • POP3 is a simple protocol and is suitable for users with limited storage space on their d...

  • Answered by AI
  • Q8. No operating system found what is the solution
  • Ans. 

    The solution to the 'No operating system found' error is to check the boot order, ensure the hard drive is properly connected, and repair or reinstall the operating system.

    • Check the boot order in the BIOS settings and make sure the hard drive is set as the first boot device.

    • Ensure that the hard drive is properly connected to the computer's motherboard and power supply.

    • If the operating system files are corrupted or miss...

  • Answered by AI
  • Q9. Bad pool caller what is the solution
  • Ans. 

    Bad pool caller is a blue screen error caused by issues with device drivers or hardware.

    • Update or reinstall device drivers

    • Check for hardware issues

    • Run memory diagnostic tool

    • Disable antivirus temporarily

    • Perform system restore

    • Seek professional help if problem persists

  • Answered by AI
  • Q10. Corrupted Boot files, Boot mgr is missing or corrupted what is the fix
  • Ans. 

    To fix corrupted boot files or missing/corrupted Boot Manager, you can use the Windows Recovery Environment.

    • Boot into the Windows Recovery Environment using installation media or the Advanced Startup Options.

    • Select the appropriate language and keyboard layout.

    • Choose 'Troubleshoot' > 'Advanced options' > 'Command Prompt'.

    • Run the following commands: bootrec /fixboot, bootrec /fixmbr, bootrec /rebuildbcd.

    • Restart the compu

  • Answered by AI
  • Q11. Computer did not start, a recent hardware or software has caused this issue whhat is the solution
  • Q12. Page cannot be displayed in IE
  • Q13. IP address not correct/No Network
  • Ans. 

    This issue could be caused by various factors such as incorrect IP configuration, network cable issues, or network adapter problems.

    • Check the IP configuration settings on the device

    • Ensure that the network cable is properly connected and not damaged

    • Verify that the network adapter is functioning properly

    • Check for any network outages or issues with the router or switch

    • Try resetting the network adapter or restarting the de...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the fundamentals.
Fundamental knowledge should be very good
Answer to the question and be brief in answers.
Willingness and passion for the job very important

Skills evaluated in this interview

Top Inayam Infotech Desktop Support Engineer Interview Questions and Answers

Q1. Corrupted Boot files, Boot mgr is missing or corrupted what is the fix
View answer (2)

Desktop Support Engineer Interview Questions asked at other Companies

Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IPv6. How many types of os installation? What is BIOS AND what is use of CMOS BATTARY? WHST IS HDD and how many types of HDD? How to shot SMPS AND HOW TO UPDRADE RAM? DIFFERENCE... read more
View answer (3)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

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

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. First question in hr interview is tell about yourself then the hr asked questions what I mentioned in my resume. So put the information in resume what you known well. My unique talent is I'm a stage spea...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold, be confident, don't put irrelevant information in your resume update yourself relating to your studies
Contribute & help others!
anonymous
You can choose to be anonymous

Inayam Infotech Interview FAQs

What are the top questions asked in Inayam Infotech interview?

Some of the top questions asked at the Inayam Infotech interview -

  1. Corrupted Boot files, Boot mgr is missing or corrupted what is the ...read more
  2. No operating system found what is the solut...read more
  3. What is latest version of proces...read more

Recently Viewed

REVIEWS

Amazon Sellers Services

No Reviews

SALARIES

Alacriti Infosystems

SALARIES

AirOK

SALARIES

TCS

JOBS

VLink

No Jobs

INTERVIEWS

SAS Associates

No Interviews

JOBS

Intel

No Jobs

SALARIES

TCL

SALARIES

Citykart Retail

JOBS

Red Hat

No Jobs

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all

Inayam Infotech Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Compare Inayam Infotech with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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