Upload Button Icon Add office photos
Engaged Employer

i

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

SkillRecruit Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

SkillRecruit Service Desk Engineer Interview Questions and Answers

Updated 8 Jul 2022

SkillRecruit Service Desk Engineer Interview Experiences

2 interviews found

I applied via Walk-in and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About printer,vpn issues
Round 2 - HR 

(1 Question)

  • Q1. About company, salary

Interview Preparation Tips

Interview preparation tips for other job seekers - This is good company to join the fresher's, experience persons

I applied via Naukri.com and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About printer issues,
Round 2 - HR 

(1 Question)

  • Q1. Self details,HR,hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident what your saying right or wrong

Service Desk Engineer Interview Questions Asked at Other Companies

Q1. What will you do if zoom application does not open?
Q2. What is the difference between the Distribution Group and Shared ... read more
asked in Wipro
Q3. What are the troubleshooting steps you follow if printer is not w ... read more
Q4. What is incident and what is service request.
Q5. What actions would you take if your system is lagging and the pri ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.

I applied via Naukri.com and was interviewed before Jun 2021. 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 - One-on-one 

(1 Question)

  • Q1. Basic overall skill verification

Interview Preparation Tips

Interview preparation tips for other job seekers - search google for best 10 interview question

I applied via LinkedIn and was interviewed in Aug 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Knowledge on your skills
Round 3 - HR 

(2 Questions)

  • Q1. Share details of your previous job.
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for business analysis topics
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 - One-on-one 

(3 Questions)

  • Q1. LMS LOS CMS life cycle
  • Q2. What is loan life cycle
  • Ans. 

    Loan life cycle refers to the stages involved in the processing and management of a loan.

    • The loan life cycle includes origination, underwriting, funding, servicing, and collection.

    • Origination involves the application and approval process.

    • Underwriting involves assessing the borrower's creditworthiness and determining the terms of the loan.

    • Funding involves disbursing the loan amount to the borrower.

    • Servicing involves man...

  • Answered by AI
  • Q3. What is software life cycle
  • Ans. 

    Software life cycle is the process of developing software from conception to retirement.

    • It includes phases like planning, design, development, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • The life cycle model can be iterative, sequential, or a combination of both.

    • Examples of life cycle models include Waterfall, Agile, and DevOps.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - OK to join as a fresher but de[ends on client project

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2023. 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 - HR 

(2 Questions)

  • Q1. How many years of experience in life insurance domain?
  • Ans. No experience in life insurance and not as BA in insurance domain.
  • Answered Anonymously
  • Q2. Required 5 years of experience as BA?
  • Ans. I clearly said have only 1.5 years of experience as BA in IT industry and asking same question.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I have been getting same kind of calls everyday and I only ask them how many years of experience they require as BA so I say I don't have much experience. Beware guys first you yourself question them instead they asking questions to us.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. IBM storage replication
  • Q2. Dell EMC storage
Round 2 - HR 

(2 Questions)

  • Q1. Talked about CTC
  • Q2. Talked about notice period

Interview Preparation Tips

Interview preparation tips for other job seekers - Yet to experience the work culture and environment

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about youself
  • Q2. What is c
  • Ans. 

    C is a general-purpose programming language known for its efficiency and low-level control.

    • C was developed by Dennis Ritchie at Bell Labs in the 1970s.

    • It is widely used for system programming, embedded systems, and developing operating systems.

    • C is known for its simplicity, allowing direct memory manipulation and efficient code execution.

    • It influenced the development of many other programming languages, such as C++, Ja

  • Answered by AI
  • Q3. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its write once, run anywhere (WORA) principle.

    • Java programs are compiled into bytecode and executed on a Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framew...

  • Answered by AI
  • Q4. What is lamda
  • Ans. 

    Lambda is a function that allows you to write and use small, anonymous functions in programming languages.

    • Lambda functions are often used in functional programming languages.

    • They are anonymous, meaning they don't have a name.

    • Lambdas can be used as arguments to higher-order functions.

    • They are commonly used for tasks that require a short, one-time function.

    • Lambda functions can be written in various programming languages,

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.What is java connection query. 2.how to show all tables in SQL. 3.basic query in linux
  • Ans. 

    Answers to questions related to Java connection query, showing all tables in SQL, and basic query in Linux.

    • Java connection query is used to establish a connection between Java application and database.

    • To show all tables in SQL, use the command 'SHOW TABLES;' or 'SELECT table_name FROM information_schema.tables WHERE table_schema = 'database_name';'

    • Basic query in Linux includes commands like 'ls' to list files, 'cd' to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - That interview was my first interview.that time I was little bit nervous.

Skills evaluated in this interview

SkillRecruit Interview FAQs

How many rounds are there in SkillRecruit Service Desk Engineer interview?
SkillRecruit interview process usually has 2 rounds. The most common rounds in the SkillRecruit interview process are Technical and HR.
What are the top questions asked in SkillRecruit Service Desk Engineer interview?

Some of the top questions asked at the SkillRecruit Service Desk Engineer interview -

  1. About printer issu...read more
  2. About printer,vpn iss...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Experis IT Interview Questions
3.0
 • 48 Interviews
TrueBlue Interview Questions
3.6
 • 23 Interviews
Allegis Group Interview Questions
3.7
 • 20 Interviews
Ven Consulting Interview Questions
3.4
 • 19 Interviews
W3Global Interview Questions
3.7
 • 18 Interviews
View all

SkillRecruit Service Desk Engineer Reviews and Ratings

based on 3 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.2

Salary

3.2

Job security

3.2

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 3 Reviews and Ratings
System Administrator
18 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Recruitment Consultant
17 salaries
unlock blur

₹1.2 L/yr - ₹3.3 L/yr

Key Account Manager
11 salaries
unlock blur

₹2.8 L/yr - ₹12 L/yr

Information Technology Recruiter
8 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

HR Consultant
7 salaries
unlock blur

₹2.5 L/yr - ₹3.9 L/yr

Explore more salaries
Compare SkillRecruit with

Experis IT

3.0
Compare

Allegis Group

3.7
Compare

Buzzworks Business Services

3.8
Compare

S2 Infotech

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