Upload Button Icon Add office photos

IDrive

Compare button icon Compare button icon Compare

Filter interviews by

IDrive Interview Questions and Answers

Updated 9 Jun 2025
Popular Designations

13 Interview questions

A Senior Test Engineer was asked
Q. What do you do when you find a bug?
Ans. 

I will document the bug, prioritize it based on severity, and work with developers to fix it.

  • Document the bug details including steps to reproduce, screenshots, and logs

  • Prioritize the bug based on severity and impact on the system

  • Collaborate with developers to understand the root cause and work on fixing it

  • Retest the bug after the fix is implemented to ensure it is resolved

View all Senior Test Engineer interview questions
A Backup Analyst was asked
Q. Describe a scenario where you had to handle a difficult customer. How did you resolve the situation?
Ans. 

Effective customer handling involves clear communication, empathy, and timely resolution of issues.

  • Listen actively to the customer's concerns to understand their needs.

  • Provide clear and concise information about backup processes and solutions.

  • Empathize with the customer by acknowledging their frustrations and assuring them of support.

  • Follow up after resolving an issue to ensure customer satisfaction.

  • Use real-life ...

View all Backup Analyst interview questions
A Backend Developer was asked 6mo ago
Q. Threads and its methods
Ans. 

Threads in programming allow for concurrent execution of tasks. Methods like start(), join(), sleep() are used to control threads.

  • Threads in programming allow for concurrent execution of tasks

  • start() method is used to start a thread

  • join() method is used to wait for a thread to finish before continuing

  • sleep() method is used to pause a thread for a specified amount of time

View all Backend Developer interview questions

IDrive Interview Experiences

15 interviews found

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Difference between method overloading and overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters, while method overriding is redefining a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading involves multiple methods with the same name but different parameters.

    • Method overriding involves redefining a method in a subclass with the same name and parameters as in the sup...

  • Answered by AI
  • Q2. Threads and its methods
  • Ans. 

    Threads in programming allow for concurrent execution of tasks. Methods like start(), join(), sleep() are used to control threads.

    • Threads in programming allow for concurrent execution of tasks

    • start() method is used to start a thread

    • join() method is used to wait for a thread to finish before continuing

    • sleep() method is used to pause a thread for a specified amount of time

  • Answered by AI
  • Q3. Sql inner join query
  • Ans. 

    An SQL INNER JOIN combines rows from two or more tables based on a related column.

    • INNER JOIN returns only matching rows from both tables.

    • Example: SELECT * FROM Employees INNER JOIN Departments ON Employees.DeptID = Departments.ID;

    • Use INNER JOIN when you need data that exists in both tables.

    • Multiple INNER JOINs can be used to combine more than two tables.

  • Answered by AI
  • Q4. Springboot annotations
  • Q5. Why we need autowired annotation when we have new keywordto create object
  • Ans. 

    Autowired annotation is used in Spring framework for dependency injection, while new keyword is used for manual object creation.

    • Autowired annotation is used for dependency injection in Spring framework, allowing objects to be automatically wired together without manual instantiation.

    • Using new keyword for object creation leads to tight coupling and makes the code harder to maintain and test.

    • Autowired annotation promotes...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Java developer knoweldge and DSA logics
  • Q2. Golang experience and product knowledge
  • Q3. Oops concept and front end

Interview Preparation Tips

Interview preparation tips for other job seekers - good keep going
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Golang and DSA
  • Q2. Java basics with logics

Interview Preparation Tips

Interview preparation tips for other job seekers - awesome backup product
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Oops and DSA
  • Q2. C++ golang coding

Interview Preparation Tips

Interview preparation tips for other job seekers - good try for quick update from HR
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. C,C++ and oops question
  • Q2. Golang and DSA Questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux basic command
  • Q2. Test case writing
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 in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. PST file vs Ost file
  • Ans. 

    PST file is used for Outlook data storage while OST file is an offline copy of Exchange mailbox.

    • PST file is a personal storage table used by Outlook to store emails, contacts, calendar items, etc.

    • OST file is an offline storage table created by Outlook when connected to Exchange server for offline access.

    • PST files can be easily imported and exported, while OST files are tied to the specific Exchange account.

    • PST files ca...

  • Answered by AI
  • Q2. Linux commands related
Round 2 - Logical thinking 

(2 Questions)

  • Q1. Question related to logical thinking
  • Q2. Grammar questions
Round 3 - HR 

(2 Questions)

  • Q1. Tell about ur previous company
  • Q2. Name any difficulty cx you handled
  • Ans. 

    Managing a large-scale data recovery project with tight deadlines

    • Coordinating with multiple teams to ensure timely backup and recovery of critical data

    • Prioritizing tasks based on importance and urgency

    • Troubleshooting technical issues that arose during the recovery process

    • Communicating effectively with stakeholders to provide updates on progress

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Introduction and roles n responsibilities
  • Q2. Agile methodology explanation
  • Ans. 

    Agile methodology is a project management approach that emphasizes flexibility, collaboration, and incremental progress.

    • Agile focuses on delivering working software in short, iterative cycles called sprints.

    • It values customer collaboration, responding to change, and continuous improvement.

    • Key principles include individuals and interactions over processes and tools, working software over comprehensive documentation, cus...

  • Answered by AI
  • Q3. Static and dynamic testing
  • Q4. What will you do once you catch a bug
  • Ans. 

    I will document the bug, prioritize it based on severity, and work with developers to fix it.

    • Document the bug details including steps to reproduce, screenshots, and logs

    • Prioritize the bug based on severity and impact on the system

    • Collaborate with developers to understand the root cause and work on fixing it

    • Retest the bug after the fix is implemented to ensure it is resolved

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while speaking, and explain things which you have adopted in your company.

Skills evaluated in this interview

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

I appeared for an interview before Jun 2024, where I was asked the following questions.

  • Q1. Sdlc test concept
  • Q2. Scripting knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go

Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current job roles and responsibilites
  • Ans. 

    I am currently working as a marketing manager at a tech company.

    • Developing and implementing marketing strategies

    • Managing social media campaigns

    • Analyzing market trends and competitor activities

    • Collaborating with sales team to generate leads

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about IDrive?
Ask anonymously on communities.

IDrive Interview FAQs

How many rounds are there in IDrive interview?
IDrive interview process usually has 2-3 rounds. The most common rounds in the IDrive interview process are Technical, One-on-one Round and HR.
What are the top questions asked in IDrive interview?

Some of the top questions asked at the IDrive interview -

  1. why we need autowired annotation when we have new keywordto create obj...read more
  2. scenario based question on how we handle custom...read more
  3. Difference between method overloading and overrid...read more
How long is the IDrive interview process?

The duration of IDrive interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.6/5

based on 13 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 92%
2-4 weeks 8%
View more

Interview Questions from Similar Companies

MAQ Software Interview Questions
1.9
 • 104 Interviews
Webkul Software Interview Questions
4.0
 • 71 Interviews
Softenger Interview Questions
4.0
 • 59 Interviews
DataMetica Interview Questions
3.5
 • 45 Interviews
View all

IDrive Reviews and Ratings

based on 31 reviews

4.1/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

4.4

Salary

4.2

Job security

3.7

Company culture

4.1

Promotions

3.6

Work satisfaction

Explore 31 Reviews and Ratings
Programmer Analyst
13 salaries
unlock blur

₹13.1 L/yr - ₹22 L/yr

Senior Programmer Analyst
9 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Senior Software Engineer
8 salaries
unlock blur

₹17.7 L/yr - ₹27 L/yr

Module Lead
6 salaries
unlock blur

₹19.5 L/yr - ₹43 L/yr

Backup Analyst
5 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Explore more salaries
Compare IDrive with

Tekwissen

4.8
Compare

Softenger

4.0
Compare

XcelServ Solutions

4.4
Compare

Capital Numbers Infotech

4.4
Compare
write
Share an Interview