Upload Button Icon Add office photos

Filter interviews by

AutomationEdge Machine Learning Intern Interview Questions and Answers

Updated 5 Oct 2023

AutomationEdge Machine Learning Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 3 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 tips
Round 2 - Coding Test 

Dsa coding questions

Round 3 - HR 

(3 Questions)

  • Q1. The usual hr questions
  • Q2. Tell me about yourself
  • Q3. What projects have you done and explain

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All about data structure and algorithm.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the live code and have knowledge of time and space complexity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. About previous projects

Interview Preparation Tips

Topics to prepare for AntWorks Software Engineer interview:
  • C#.Net
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

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 tips
Round 2 - Coding Test 

1h, HackRank, 3 algo problem

Round 3 - HR 

(1 Question)

  • Q1. It was in English. He ask me about company, my experience and my wishes.
Round 4 - Technical 

(1 Question)

  • Q1. Logical and algo question

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Find common ancestor of 2 nodes in a binary tree ?
  • Ans. 

    Find common ancestor of 2 nodes in a binary tree

    • Traverse the tree from root to both nodes and store the paths

    • Compare the paths to find the last common node

    • Use recursion to traverse the tree and find the common ancestor

  • Answered by AI
  • Q2. Find min element of stack in O(1) time ?
  • Ans. 

    To find the minimum element of a stack in O(1) time, maintain a separate stack for minimum values.

    • Create a separate stack to store minimum values

    • Push the minimum value onto the minimum stack every time a new value is pushed onto the main stack

    • Pop the minimum stack every time the main stack pops a value

    • The top of the minimum stack will always contain the minimum value

  • Answered by AI
  • Q3. Sort a binary array of 0 1 0 0 1 0 1 1 1 0 1 0 0 1 0 0 0 1 0 ? Optimise the code ?
  • Ans. 

    Sort a binary array of 0s and 1s and optimize the code.

    • Use two pointers approach to swap 0s and 1s

    • Avoid using sorting algorithms like bubble sort or selection sort

    • Use a single loop to traverse the array and swap elements

    • Use XOR operation to swap elements

  • Answered by AI
  • Q4. Java HashMap internals ? what happend when hashcode returns always 1 ?
  • Ans. 

    Explaining Java HashMap internals and behavior when hashcode always returns 1.

    • HashMap uses hashcode to calculate the index of the bucket where the key-value pair will be stored.

    • If hashcode always returns 1, all key-value pairs will be stored in the same bucket resulting in poor performance.

    • In this case, HashMap will use a linked list to store multiple key-value pairs in the same bucket.

    • Retrieving a value from a HashMap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice imp DS also questions mostly from Strings and Arrays. HashMap in Java. Core java be clear about concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL Questions based on subqueries.

Round 2 - Technical 

(1 Question)

  • Q1. Java basics and coding question.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked Core java concepts like Exception, Thread, Collections etc
  • Q2. One coding question: when the program runs, both the thread concurrently with t1 printing "Helloworld" once and t2 printing "helloWorld" twice.

Interview Preparation Tips

Interview preparation tips for other job seekers - They are more focused on core java topics and threads so prepared well on this.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank Test was conducted

Round 2 - Technical 

(2 Questions)

  • Q1. DSA and java programs
  • Q2. DSA questions were asked
Round 3 - Behavioral 

(1 Question)

  • Q1. General Questions related to behaviour and technical questions related to caching
Round 4 - Behavioral 

(1 Question)

  • Q1. General Questions regarding work

I applied via Company Website and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How do you use egrep command.
  • Ans. 

    egrep is a command-line tool used for pattern matching in text files.

    • egrep stands for 'extended grep'

    • It is used to search for patterns in one or more files

    • It supports regular expressions for pattern matching

    • It can be used with various options to modify the search behavior

    • Example: egrep 'error|warning' logfile.txt

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do know about what you mention in your resume. They will ask from that only.

Skills evaluated in this interview

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

I was interviewed before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Java concepts and sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Managerial discussions and design level interviews
Round 3 - Behavioral 

(1 Question)

  • Q1. Few technical but mostly a behavorial round
Round 4 - HR 

(1 Question)

  • Q1. Basic hr questions and salary discussions

AutomationEdge Interview FAQs

How many rounds are there in AutomationEdge Machine Learning Intern interview?
AutomationEdge interview process usually has 3 rounds. The most common rounds in the AutomationEdge interview process are Coding Test, HR and Resume Shortlist.

Tell us how to improve this page.

AutomationEdge Machine Learning Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 151 Interviews
Infogain Interview Questions
3.6
 • 120 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
NICE Interview Questions
3.6
 • 80 Interviews
View all
RPA Developer
131 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AutomationEdge with

Uipath

3.8
Compare

Blue Prism

5.0
Compare

WorkFusion

2.5
Compare

AntWorks

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