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 Backend Developer was asked 6mo ago
Q. What is the difference between method overloading and method 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 th...

View all Backend Developer interview questions
A Backend Developer was asked 6mo ago
Q. Why do we need the Autowired annotation when we have the 'new' keyword to create an 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 pro...

View all Backend Developer interview questions
A Backend Developer was asked 6mo ago
Q. Write an 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.

View all Backend Developer interview questions
A Backup Analyst was asked 12mo ago
Q. What is the difference between a PST file and an 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 fil...

View all Backup Analyst interview questions
A Backup Analyst was asked 12mo ago
Q. Describe a difficult customer experience 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

View all Backup Analyst interview questions
A Quality Analyst was asked 12mo ago
Q. What are the types of testing?
Ans. 

Types of testing include functional testing, non-functional testing, manual testing, automated testing, and regression testing.

  • Functional testing: Testing the functionality of the software against the requirements.

  • Non-functional testing: Testing aspects like performance, usability, security, etc.

  • Manual testing: Testing performed manually by testers.

  • Automated testing: Testing performed using automation tools.

  • Regres...

View all Quality Analyst interview questions
A Quality Analyst was asked 12mo ago
Q. What is testing?
Ans. 

Testing is the process of evaluating a system or application to identify defects or errors.

  • Testing involves executing a system or application to verify that it meets specified requirements.

  • Types of testing include functional testing, performance testing, security testing, etc.

  • Testing helps ensure the quality and reliability of the software.

  • Examples of testing tools include Selenium, JUnit, and LoadRunner.

View all Quality Analyst interview questions
Are these interview questions helpful?
A Quality Analyst was asked 12mo ago
Q. What is usability testing?
Ans. 

Usability testing is a method used to evaluate a product by testing it on users to identify any usability issues.

  • Involves observing real users using the product

  • Helps identify user interface issues and improve user experience

  • Feedback from users is collected and analyzed to make improvements

  • Common methods include task-based testing, surveys, and interviews

View all Quality Analyst interview questions
A Quality Analyst was asked 12mo ago
Q. Write test cases for these scenarios.
Ans. 

Test cases for various scenarios to ensure quality and functionality of the application.

  • Test case for user login: Verify valid credentials allow access.

  • Test case for password reset: Ensure email is sent for valid requests.

  • Test case for data input: Validate that required fields cannot be left empty.

  • Test case for search functionality: Check that search results match query terms.

  • Test case for user logout: Confirm tha...

View all Quality Analyst interview questions
A Senior Test Engineer was asked
Q. Explain Agile methodology.
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...

View all Senior Test Engineer 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