Upload Button Icon Add office photos

Filter interviews by

Minitek Systems Desktop Support Engineer Interview Questions, Process, and Tips

Updated 31 Jan 2023

Top Minitek Systems Desktop Support Engineer Interview Questions and Answers

Minitek Systems Desktop Support Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2022. There were 2 interview rounds.

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

(2 Questions)

  • Q1. What's your experience? Currently working with, Currently CTC?, Expect CTC?, If you compramise take salary they're recruitment you. What is your qualifications?
  • Q2. Where your living current?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't compromise to take salary and other living think

I applied via Recruitment Consultant and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Outlook questions
  • Q2. Outlook is email client
  • Q3. POP3 port number
  • Ans. 

    POP3 port number is used for email retrieval via POP3 protocol.

    • POP3 port number is 110 by default.

    • However, it can be changed to a different port number for security reasons.

    • POP3S (POP3 over SSL/TLS) uses port number 995.

    • POP3 protocol is used for retrieving emails from a mail server.

  • Answered by AI
  • Q4. IMAP port number
  • Ans. 

    IMAP port number is 143 for non-encrypted and 993 for encrypted connections.

    • IMAP stands for Internet Message Access Protocol.

    • IMAP is used for accessing email messages on a mail server.

    • Port 143 is used for non-encrypted IMAP connections.

    • Port 993 is used for encrypted IMAP connections (IMAPS).

  • Answered by AI
  • Q5. What is ost and location
  • Ans. 

    OST stands for Offline Storage Table and Location refers to the physical or virtual location of a file or folder.

    • OST is a file format used by Microsoft Outlook to store offline copies of email, calendar, and other data.

    • Location can refer to the physical location of a file on a hard drive or the virtual location of a file in a network or cloud storage.

    • Knowing the location of a file or folder is important for troubleshoo

  • Answered by AI
  • Q6. What is pst and usahe
  • Ans. 

    PST stands for Personal Storage Table and is a file format used by Microsoft Outlook to store email messages, contacts, and other data. USAHE is not a known acronym or term in the context of desktop support engineering.

    • PST is a file format used by Microsoft Outlook to store email messages, contacts, and other data

    • PST files can be imported and exported to transfer data between different Outlook installations

    • USAHE is not...

  • Answered by AI
  • Q7. What is sla and timing
  • Ans. 

    SLA stands for Service Level Agreement and timing refers to the agreed upon time frame for completing a task or resolving an issue.

    • SLA is a contract between a service provider and a customer that outlines the level of service expected.

    • Timing refers to the amount of time it takes to complete a task or resolve an issue.

    • SLA and timing are important in ensuring customer satisfaction and meeting business goals.

    • For example, ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep cool and quiet be honest

Skills evaluated in this interview

Desktop Support Engineer Interview Questions Asked at Other Companies

asked in HCLTech
Q1. What is APIPA? WHAT IS SUBNETMASK? DIFFERENCE BETWEEB IPv4 and IP ... read more
asked in HCLTech
Q2. Diffrence between router and switch? Differnce between TCP AND UD ... read more
Q3. 1) What is Difference between shared printer and network printer?
asked in HCLTech
Q4. What is outlook?, how to configure outlook?
asked in Wipro
Q5. How to rectify data recovery, dual monitor connection

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is oops in python
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP allows for organizing code into reusable components called classes.

    • In Python, classes are defined using the 'class' keyword.

    • Classes can have attributes (variables) and methods (functions).

    • Inheritance allows classes to inherit attributes and methods from other classes.

    • Polymorphism allows objec...

  • Answered by AI
  • Q2. What is ternary operant in python
  • Ans. 

    Ternary operator in Python is a conditional expression that evaluates to a value based on a condition.

    • Ternary operator is written as 'value_if_true if condition else value_if_false'

    • It is a shorthand way of writing an if-else statement in a single line

    • Example: x = 10 if a > b else 20

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 interview rounds.

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

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions

Minitek Systems Interview FAQs

How many rounds are there in Minitek Systems Desktop Support Engineer interview?
Minitek Systems interview process usually has 2 rounds. The most common rounds in the Minitek Systems interview process are Resume Shortlist and Behavioral.
How to prepare for Minitek Systems Desktop Support 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 Minitek Systems. The most common topics and skills that interviewers at Minitek Systems expect are Desktop Support, Hardware Networking, CCNA, Computer Hardware and Hardware.
What are the top questions asked in Minitek Systems Desktop Support Engineer interview?

Some of the top questions asked at the Minitek Systems Desktop Support Engineer interview -

  1. What is sla and tim...read more
  2. What is ost and locat...read more
  3. What is pst and us...read more

Tell us how to improve this page.

Minitek Systems Desktop Support Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 31 Interviews
View all
Minitek Systems Desktop Support Engineer Salary
based on 27 salaries
₹1.7 L/yr - ₹4 L/yr
At par with the average Desktop Support Engineer Salary in India
View more details

Minitek Systems Desktop Support Engineer Reviews and Ratings

based on 16 reviews

3.6/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.2

Salary

3.3

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 16 Reviews and Ratings
Desktop Support Engineer
27 salaries
unlock blur

₹1.7 L/yr - ₹4 L/yr

Engineer- Customer Support
20 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Business Development Manager
8 salaries
unlock blur

₹1.7 L/yr - ₹9.5 L/yr

Senior Desktop Support Engineer
7 salaries
unlock blur

₹2.8 L/yr - ₹3.2 L/yr

Senior Information Technology Engineer
5 salaries
unlock blur

₹3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Minitek Systems with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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