Upload Button Icon Add office photos
Premium Employer

i

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

IDP Education Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

IDP Education Limited Automation Test Engineer Interview Questions and Answers

Updated 9 Jul 2024

IDP Education Limited Automation Test Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why did you decide to leave your previous organization
  • Q2. What made you choose IDP
Round 2 - Assignment 

They will ask you to do a no-brainer PPT and give you 1 week of time to complete

Round 3 - Technical 

(2 Questions)

  • Q1. Whats your expertise in Automation
  • Ans. 

    I have expertise in designing and implementing automation frameworks using tools like Selenium and Appium.

    • Proficient in writing automated test scripts using Selenium WebDriver for web applications

    • Experience in mobile automation testing using Appium for iOS and Android applications

    • Skilled in creating and maintaining automation frameworks for regression testing

    • Familiar with CI/CD tools like Jenkins for continuous integra

  • Answered by AI
  • Q2. How much code correction was involved
  • Ans. 

    The amount of code correction involved varied depending on the project and the complexity of the automation tests.

    • Code correction was minimal for some projects where the initial test scripts were well-written and maintained.

    • In other cases, significant code correction was required due to changes in the application under test or improvements in the testing framework.

    • Code correction also depended on the experience and ski...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Whats your salary expectation
  • Q2. We will provide you Sodexo instead of a steady Salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join IDP. If you do, you will regret

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Polyfills and Logical
  • Q2. List in react and the input box
  • Ans. 

    Answer on how to list in react and the input box

    • Use the map function to create a list in React

    • Use the state to store the input value

    • Use onChange event to update the state when the input value changes

    • Use onSubmit event to handle the form submission

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics of JS and ReactJs for frontend interview, git, css, scss, html etc

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Normal Aptitute test with logical reasoning.

I appeared for an interview in Feb 2021.

Interview Questionnaire 

1 Question

  • Q1. Admin average question as well as with trigger event or aura component.

Interview Preparation Tips

Interview preparation tips for other job seekers - Average and got the offer... It nice company work environment is too good.....
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain request lifecycle in rails?
  • Ans. 

    Request lifecycle in Rails involves routing, controller actions, rendering views, and responding to the client.

    • 1. Request comes in through the browser or API endpoint.

    • 2. Rails router determines which controller and action to route the request to.

    • 3. Controller action processes the request, interacts with the model, and prepares data for the view.

    • 4. View template is rendered with the data from the controller.

    • 5. Response ...

  • Answered by AI
  • Q2. Code Merge Sort using Ruby
  • Ans. 

    Implement Merge Sort algorithm in Ruby

    • Divide the array into two halves recursively

    • Merge the sorted halves back together

    • Use a helper method to merge the two halves

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Check if string is palindrome
  • Ans. 

    Check if a string is the same forwards and backwards

    • Iterate through the string from both ends and compare characters

    • Use built-in functions like reverse() to check for palindrome

    • Ignore spaces and punctuation when checking for palindrome

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Python technical SQL basic

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 Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Two dynamic programming challenges at the hard level on LeetCode and 10 medium-level SQL challenge.

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Machine coding round design drivezy app. It should be demoable.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Add 2 linked list and return final linked list
  • Ans. 

    Add 2 linked lists and return final linked list

    • Create a new linked list to store the sum

    • Traverse both linked lists simultaneously and add the corresponding nodes

    • Handle carry over while adding nodes

    • If one linked list is longer than the other, add the remaining nodes to the sum list

  • Answered by AI
  • Q2. Find a Element in rotated sorted array
  • Ans. 

    Finding an element in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target element is in.

    • Perform binary search on that half of the array to find the target element.

    • Handle edge cases such as when the target element is at the pivot point.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Matrix chain multiplication
  • Q2. Find word in matrix.
  • Ans. 

    Given a matrix of characters and a word, find if the word exists in the matrix.

    • Traverse the matrix and check if the first letter of the word matches any cell.

    • If it does, check if the adjacent cells match the next letter of the word.

    • Repeat until the entire word is found or no match is found.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Stock buy sell problem to maximize profit.
  • Ans. 

    Algorithm to maximize profit by buying and selling stocks.

    • Iterate through the array of stock prices

    • Keep track of the minimum price seen so far

    • Calculate the profit if sold at current price

    • Update maximum profit seen so far

    • Return maximum profit

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Whitehat jr Software Engineer interview:
  • Ds
  • Algo
  • SQL
Interview preparation tips for other job seekers - Keep good command on DS ALGO. Try to approach the problem and discuss with interviewer.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Coding Question
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Salary discussion

IDP Education Limited Interview FAQs

How many rounds are there in IDP Education Limited Automation Test Engineer interview?
IDP Education Limited interview process usually has 4 rounds. The most common rounds in the IDP Education Limited interview process are HR, Technical and Assignment.
How to prepare for IDP Education Limited Automation Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at IDP Education Limited. The most common topics and skills that interviewers at IDP Education Limited expect are Automation Testing, Selenium, Test Complete, Artificial Intelligence and Automation Tools.
What are the top questions asked in IDP Education Limited Automation Test Engineer interview?

Some of the top questions asked at the IDP Education Limited Automation Test Engineer interview -

  1. How much code correction was invol...read more
  2. Whats your expertise in Automat...read more
  3. We will provide you Sodexo instead of a steady Sal...read more

Tell us how to improve this page.

IDP Education Limited Automation Test Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Planet Spark Interview Questions
3.7
 • 370 Interviews
Whitehat jr Interview Questions
3.4
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 207 Interviews
Physicswallah Interview Questions
3.8
 • 207 Interviews
NxtWave Interview Questions
3.8
 • 186 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
Chegg Interview Questions
4.1
 • 156 Interviews
View all

IDP Education Limited Automation Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Counsellor
195 salaries
unlock blur

₹3.2 L/yr - ₹8.5 L/yr

Senior Counsellor
68 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Customer Care Executive
54 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Education Counsellor
54 salaries
unlock blur

₹3.5 L/yr - ₹9.1 L/yr

Operations Executive
52 salaries
unlock blur

₹2.2 L/yr - ₹6.1 L/yr

Explore more salaries
Compare IDP Education Limited with

BYJU'S

3.1
Compare

Whitehat jr

3.4
Compare

Unacademy

3.0
Compare

Extramarks Education

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