Upload Button Icon Add office photos

Filter interviews by

Autonomize AI Software Developer Intern Interview Questions and Answers

Updated 5 Oct 2024

Autonomize AI Software Developer Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Assignment 

A CRUD application, with the main focus on minimizing external API usage. Nodejs for the backend and React for the front-end. Specific workflow on the Frontend was mentioned as a requirement in the assignment.

Round 2 - Technical 

(4 Questions)

  • Q1. DSA- Kadane's algorithm
  • Ans. 

    Kadane's algorithm is used to find the maximum subarray sum in an array of integers.

    • Iterate through the array and keep track of the maximum sum ending at each index.

    • If the current element is greater than the sum ending at the previous index, start a new subarray.

    • Return the maximum sum found.

    • Example: For array [-2, 1, -3, 4, -1, 2, 1, -5, 4], the maximum subarray sum is 6 (from index 3 to 6).

  • Answered by AI
  • Q2. Javascript fundamentals
  • Q3. React Fundamentals
  • Q4. Problem Solving and basic concepts

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at SRM university (SRMU) and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It is easy and not that much tough.

Round 2 - Coding Test 

Both questions from strings

Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java and Python programming languages

    • Proficient in web development technologies like HTML, CSS, and JavaScript

    • Currently pursuing a degree in Computer Science

  • Answered by AI
  • Q2. Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on resume projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Test has many reasoning and coding question work on building logic and data Structure

Round 2 - Coding Test 

Coding round is kind of tough practice dsa questions and build your logic

Interview Preparation Tips

Interview preparation tips for other job seekers - work on skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium questions was asked on hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. What is database, system design
  • Ans. 

    A database is a structured collection of data, while system design involves creating a plan for how different components of a system will work together.

    • Database is used to store and organize data in a structured manner.

    • System design involves creating a plan for how different components of a system will interact and work together efficiently.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

    • Examples of system...

  • Answered by AI
  • Q2. Standard leetcode questions + hashmaps + projects

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Please introduce yourself .
  • Q2. Why do you want to join tech mahindra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Conduct a phone or video interview
  • Q2. Consider how candidates may work in your team
  • Q3. Conduct a more in depth interview
  • Q4. Assign a remote coding assessment
  • Ans. 

    Assign a remote coding assessment

    • Clearly define the problem statement and requirements

    • Provide a set of input/output examples for testing

    • Specify the programming language and any constraints

    • Set a time limit for completion

    • Include instructions for submission and evaluation

  • Answered by AI
  • Q5. Request previous work samples
Round 2 - Assignment 

The task of Assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Every job has the very important of the person of Future carrier,life,family💖so even small job has and do that job very importantly so that's y I like this job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal and easy coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Define sorting methods
  • Ans. 

    Sorting methods are algorithms used to arrange elements in a specific order.

    • Sorting methods include bubble sort, selection sort, insertion sort, merge sort, quick sort, etc.

    • They can be categorized as comparison-based or non-comparison-based algorithms.

    • Examples: Bubble sort compares adjacent elements and swaps them if they are in the wrong order.

    • Merge sort divides the array into two halves, sorts them separately, and th

  • Answered by AI
  • Q2. 1 coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy interview

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Project discussion

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Developer Intern interview:
  • Node.Js
  • React.Js
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Moderate difficulty level questions were asked

Round 2 - Coding Test 

High difficulty level questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Tough process
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at The LNM Institute of information Technology, Jaipur and was interviewed in Jun 2022. There were 3 interview rounds.

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 

Coding Test on there own platform

Round 3 - Technical 

(3 Questions)

  • Q1. Method Overloading vs Method Overriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a subclass implement a method with the same name and parameters as its superclass.

    • Method overloading is used to provide different ways to call the same method with different parameters.

    • Method overriding is used to provide a specific implementation of a method in a subclass that is different from its su...

  • Answered by AI
  • Q2. Multithreading vs Multitasking
  • Ans. 

    Multithreading is the ability of a CPU to run multiple threads concurrently, while multitasking is the ability of an OS to run multiple processes concurrently.

    • Multithreading is a feature of CPUs, while multitasking is a feature of operating systems.

    • Multithreading allows multiple threads to run concurrently within a single process, while multitasking allows multiple processes to run concurrently.

    • Multithreading can impro...

  • Answered by AI
  • Q3. Switch vs Router and check if String is a Palindrome code it
  • Ans. 

    Switches connect devices within a network, while routers connect networks. Palindrome code checks if a string is the same forwards and backwards.

    • Switches operate at the data link layer, while routers operate at the network layer.

    • Switches use MAC addresses to forward data within a network, while routers use IP addresses to forward data between networks.

    • Palindrome code can be written using a loop to compare the first and...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Capgemini Software Developer Intern interview:
  • DSA
  • Computer Networking
  • Operating Systems
Interview preparation tips for other job seekers - Don't get Nervous and along with dsa have a knowledge of CN,OS

Skills evaluated in this interview

Autonomize AI Interview FAQs

How many rounds are there in Autonomize AI Software Developer Intern interview?
Autonomize AI interview process usually has 2 rounds. The most common rounds in the Autonomize AI interview process are Assignment and Technical.
What are the top questions asked in Autonomize AI Software Developer Intern interview?

Some of the top questions asked at the Autonomize AI Software Developer Intern interview -

  1. DSA- Kadane's algori...read more
  2. Problem Solving and basic conce...read more
  3. Javascript fundament...read more

Tell us how to improve this page.

Autonomize AI Software Developer Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
3 salaries
unlock blur

₹35 L/yr - ₹40 L/yr

Explore more salaries
Compare Autonomize AI with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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