AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

IDrive

Compare button icon Compare button icon Compare
4.1

based on 31 Reviews

  • About
  • Reviews
    31
  • Salaries
    138
  • Interviews
    15
  • Jobs
    -
  • Benefits
    4
  • Photos
    2

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
1 2

IDrive Interview Experiences

15 interviews found

Backend Developer Interview Questions & Answers

user image Anonymous

posted on 14 Dec 2024

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
    Add your answer
  • 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
    Add your answer
  • 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
    Add your answer
  • Q4. Springboot annotations
  • Add your answer
  • 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
    Add your answer
Anonymous

Programmer Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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
  • Add your answer
  • Q2. Golang experience and product knowledge
  • Add your answer
  • Q3. Oops concept and front end
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good keep going
Anonymous

Programmer Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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
  • Add your answer
  • Q2. Java basics with logics
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - awesome backup product
Anonymous

Programmer Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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
  • Add your answer
  • Q2. C++ golang coding
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - good try for quick update from HR
Anonymous

Senior Programmer Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Jun 2025

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
  • Add your answer
  • Q2. Golang and DSA Questions
  • Add your answer
Anonymous

Manual Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux basic command
  • Add your answer
  • Q2. Test case writing
  • Add your answer
Anonymous

Backup Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Jun 2024

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
    Add your answer
  • Q2. Linux commands related
  • Add your answer
Round 2 - Logical thinking 

(2 Questions)

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

(2 Questions)

  • Q1. Tell about ur previous company
  • Add your answer
  • 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
    Add your answer
Anonymous

Senior Test Engineer Interview Questions & Answers

user image ARUN GULED

posted on 5 Mar 2024

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
  • Add your answer
  • 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
    Add your answer
  • Q3. Static and dynamic testing
  • Add your answer
  • 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
    Add your answer

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

Anonymous

Senior Software Test Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Jun 2025

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
  • Add your answer
  • Q2. Scripting knowledge
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to go
Anonymous

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
    Add your answer
Anonymous

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.
More about working at IDrive
  • HQ - Calabasas, Canada
  • IT Services & Consulting
  • 501-1k Employees (India)
  • Hardware & Networking
  • Software Product

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.

IDrive Interviews By Designations

  • IDrive Programmer Analyst Interview Questions
  • IDrive Backup Analyst Interview Questions
  • IDrive Senior Programmer Analyst Interview Questions
  • IDrive Quality Analyst Interview Questions
  • IDrive Manual Test Engineer Interview Questions
  • IDrive Backend Developer Interview Questions
  • IDrive Angular Frontend Developer Interview Questions
  • IDrive Senior Test Engineer Interview Questions
  • Show more
  • IDrive Senior Software Test Engineer Interview Questions

Interview Questions for Popular Designations

  • Programmer Analyst Interview Questions
  • Senior Executive Interview Questions
  • Software Developer Interview Questions
  • Sales Executive Interview Questions
  • Associate Software Engineer Interview Questions
  • Graduate Engineer Trainee (Get) Interview Questions
  • System Engineer Interview Questions
  • Data Analyst Interview Questions
  • Show more
  • HR Executive Interview Questions
  • Sales Officer Interview Questions

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
MAQ Software Interview Questions
1.9
 • 104 Interviews
Alchemy Techsol India
Alchemy Techsol India Interview Questions
3.6
 • 83 Interviews
Webkul Software
Webkul Software Interview Questions
4.0
 • 71 Interviews
MindGate Solutions
MindGate Solutions Interview Questions
3.4
 • 67 Interviews
Tudip Technologies
Tudip Technologies Interview Questions
3.0
 • 66 Interviews
LatentView Analytics
LatentView Analytics Interview Questions
3.5
 • 63 Interviews
OodlesTechnologies
OodlesTechnologies Interview Questions
3.2
 • 59 Interviews
Softenger
Softenger Interview Questions
4.0
 • 59 Interviews
Incture Technologies
Incture Technologies Interview Questions
2.7
 • 55 Interviews
DataMetica
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
IDrive Salaries in India
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

₹21.7 L/yr - ₹39 L/yr

Backup Analyst
5 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Explore more salaries
Compare IDrive with
Tekwissen

Tekwissen

4.8
Compare
Softenger

Softenger

4.0
Compare
XcelServ Solutions

XcelServ Solutions

4.4
Compare
Capital Numbers Infotech

Capital Numbers Infotech

4.4
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • IDrive Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter