Upload Button Icon Add office photos

Epiroc

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Epiroc Technical Support Engineer Interview Questions and Answers

Updated 15 May 2024

Epiroc Technical Support Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Past experience?

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ of programming languages - c/c++/Python , basic DS and OS questions

Round 2 - Technical 

(1 Question)

  • Q1. DS and programming language questions
Round 3 - Technical 

(1 Question)

  • Q1. Project level discussion and questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2023. 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 Resume tips
Round 2 - Aptitude Test 

Based on CS fundamentals

Round 3 - Coding Test 

Normal questions based on arrays and strings

Round 4 - Group Discussion 

No of candidates shortlisted after GD is not fixed it is based on performance.

Round 5 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Questions related to my projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

60 questions on basic coding and aptitude

Round 3 - Group Discussion 

General topics happening in world

Round 4 - One-on-one 

(1 Question)

  • Q1. Work done on project in college and memory allocation question on basic coding

I applied via Campus Placement and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

The first round was aptitude conducted through AMCAT. It had logical, verbal and quantitative aptitude (gamified aptitude round) and technical quiz. And the shortlists from this round had Automata coding test

Round 2 - Group Discussion 

The GD was for about 45 min and with two topics. The topic i got was "Is driverlesscar suitable for India? "

Round 3 - Technical 

(1 Question)

  • Q1. This was a purely technical round . Most of the questions were related to the projects from bachelors and masters
Round 4 - One-on-one 

(1 Question)

  • Q1. There was a one on one coding round, where you were asked to write the programs and explain it to the panel.
Round 5 - HR 

(1 Question)

  • Q1. These were some usual questions like what are your plans for five years, where would you want to see yourself in 5 years , etc,...

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are well prepared and confident with your project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions of your current work process Behavioral and star based question

I applied via Campus Placement and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DBMS, OOPS, Coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough on projects

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

Round 1 - Technical 

(1 Question)

  • Q1. First round was mostly basics of angular and JavaScript
Round 2 - Technical 

(1 Question)

  • Q1. This round was more focused of in depth of JavaScript and angular
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round for 1.5 hrs with non stop situational based questions
Round 4 - HR 

(1 Question)

  • Q1. Normal HR related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with JavaScript and Angular .
Basic as well as core part of it
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. 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 Resume tips
Round 2 - Coding Test 

Pure technical ... Will happen for at least an hour with 2 members panel

Round 3 - Behavioral 

(2 Questions)

  • Q1. TSI round(behavioural) ... These will be taken by 3 managers and 2 of them should be satisfied Ex: What you do if you have conflicts with your immediate team lead?
  • Q2. What is the most challenging task you faced ? And why it was challenging?
  • Ans. 

    Migrating a legacy system to a new technology stack.

    • Understanding the existing system architecture and functionality.

    • Identifying the gaps and limitations of the legacy system.

    • Researching and selecting the appropriate technology stack for the migration.

    • Ensuring data integrity and compatibility during the migration process.

    • Testing and debugging the migrated system to ensure it functions correctly.

    • Training and supporting

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be very confident technically... If you are strong in technical, you will be in
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

On campus drive - 1 st round was aptitude and coding with technical and quantitative aptitude questions, and 2 easy level programming questions .

Round 2 - Group Discussion 

Group discussion on latest general topics ( rarely few groups got technical topics).

Round 3 - Technical 

(4 Questions)

  • Q1. Questions based on area of Interest and the projects done.
  • Q2. 1. Teach me Object oriented programming. (Consider I have no programming knowledge and don't understand classes and objects as such. - Explain using realtime examples.)
  • Q3. What is the difference between aggregation and composition? Abstract class vs interface.
  • Ans. 

    Aggregation is a 'has-a' relationship where one object contains another object, while composition is a stronger form of aggregation where the contained object has no independent existence.

    • Aggregation is a weaker relationship where one object 'has-a' another object, but the contained object can exist independently.

    • Composition is a stronger relationship where one object is composed of another object, and the contained ob...

  • Answered by AI
  • Q4. Why do we need DBMS? What are views, procedures and triggers?
  • Ans. 

    DBMS is needed to efficiently store, retrieve, and manage data. Views, procedures, and triggers are database objects used for data manipulation and automation.

    • DBMS is needed to ensure data integrity, security, and consistency.

    • Views are virtual tables that display data from one or more tables based on a query.

    • Procedures are reusable sets of SQL statements stored in the database for execution.

    • Triggers are special stored ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Behaviour oriented questions. Where do you see yourself five years from now? (Questions to check the approch and intent of the candidate).

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Epiroc Interview FAQs

How many rounds are there in Epiroc Technical Support Engineer interview?
Epiroc interview process usually has 1 rounds. The most common rounds in the Epiroc interview process are Technical.

Recently Viewed

INTERVIEWS

Epiroc

No Interviews

INTERVIEWS

embedUR Systems

No Interviews

INTERVIEWS

Epiroc

No Interviews

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

embedUR Systems

No Interviews

INTERVIEWS

Sonata Software

No Interviews

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

Sonata Software

No Interviews

INTERVIEWS

Comviva Technology

No Interviews

INTERVIEWS

Epiroc

No Interviews

Tell us how to improve this page.

Epiroc Technical Support Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Thermax Limited Interview Questions
4.1
 • 250 Interviews
Caterpillar Inc Interview Questions
4.3
 • 176 Interviews
JCB Interview Questions
3.9
 • 125 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
View all
Epiroc Technical Support Engineer Salary
based on 4 salaries
₹2 L/yr - ₹9 L/yr
11% more than the average Technical Support Engineer Salary in India
View more details

Epiroc Technical Support Engineer Reviews and Ratings

based on 2 reviews

2.6/5

Rating in categories

2.6

Skill development

2.6

Work-life balance

2.6

Salary

3.2

Job security

2.6

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Service Engineer
226 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
148 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Project Engineer
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Service Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technologist
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Epiroc with

Sandvik Mining and Rock Technology

4.2
Compare

Komatsu

3.9
Compare

Caterpillar Inc

4.3
Compare

Liebherr

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