Upload Button Icon Add office photos
Engaged Employer

i

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

iamneo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

iamneo Software Developer Interview Questions and Answers

Updated 9 Jul 2024

iamneo Software Developer Interview Experiences

3 interviews found

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

I applied via campus placement at Kongu Engineering College, Erode and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude and coding is asked coding is very easy u can use any language like c python java there is plenty of time to finish the test

Round 2 - HR 

(1 Question)

  • Q1. About yourself,projects details,any further question

Software Developer Interview Questions & Answers

user image Sridhar Suresh

posted on 3 Dec 2022

I applied via campus placement at Kumaraguru College of Technology, Coimbatore and was interviewed in Nov 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 

Easy and medium questions is their own platform like examly video may be captured

Round 3 - Technical 

(5 Questions)

  • Q1. Resume questions mostly and some situation questions.
  • Q2. Questions on some previous project work.
  • Q3. What would you do if you had been like a question?
  • Ans. 

    If I had been like a question, I would try to understand the context and provide a relevant and informative answer.

    • I would analyze the question and identify the key points or keywords.

    • I would research and gather relevant information to provide a well-informed answer.

    • I would consider the perspective of the person asking the question and provide a response that addresses their needs.

    • I would communicate the answer clearly...

  • Answered by AI
  • Q4. Some questions about company
  • Q5. First round cleared questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on resume mentioned stacks and have experience on hosting and backend knowledge

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1.5 hrs coding round

Round 2 - Assignment 

Developed the web application using web frameworks like react/angular

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about Your self
  • Q2. Personal background

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About Myself in details
  • Q2. Past internships and work experiences
Round 2 - Technical 

(2 Questions)

  • Q1. Primary keys, Unique key
  • Q2. Usage advantages and disadvantages of Indexing
Round 3 - Coding Test 

SQL- 1 departments with no users
2 dept_id and their respective no. of users

DSA1: Most frequent no. in an array
DSA2: Zero Sum subarray exists

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basis DSA well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

Basic Aptitude test

Round 3 - Coding Test 

Coding Round is little tough.

Round 4 - HR 

(3 Questions)

  • Q1. Formal conversation about the projects and all that kind of stuff
  • Q2. What kind of project you have worked on
  • Q3. How you tackles different project

Interview Preparation Tips

Interview preparation tips for other job seekers - All the Best to all!!

I applied via Approached by Company and was interviewed in Jul 2022. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basics of JavaScript and HTML and CSS

Round 2 - Technical 

(1 Question)

  • Q1. All about JavaScript
Round 3 - Technical 

(1 Question)

  • Q1. In- detail about JavaScript and logical ability questions
Round 4 - Assignment 

Login/signup and to do list using react.js

Round 5 - HR 

(1 Question)

  • Q1. Basic questions about family and all

Interview Preparation Tips

Topics to prepare for Jamboree Education Software Developer interview:
  • Javascript
  • React.Js
  • Angularjs
Interview preparation tips for other job seekers - keep working on skills, at last only skills matters
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction and knowledge of ERP
  • Q2. Previous Experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Coding best practices 2. Writing basic code snippets
Round 2 - Technical 

(1 Question)

  • Q1. 1. Current projects and challenges
Round 3 - Technical 

(1 Question)

  • Q1. 1. Release management

I applied via Naukri.com and was interviewed in Sep 2022. 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 - Aptitude Test 

Basic coding maths aptitude java python communication skills test

Round 3 - Coding Test 

Java coding c plus python SQL oracle dbmsos

Interview Preparation Tips

Topics to prepare for Internshala Software Developer interview:
  • Networking
  • Aptitude
Interview preparation tips for other job seekers - Resume best not fake anything c java python all Cisco related concepts
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Find duplicates in an array
  • Ans. 

    Use a hash set to find duplicates in an array of strings.

    • Create a hash set to store unique elements.

    • Iterate through the array and check if the element is already in the hash set.

    • If it is, then it is a duplicate. If not, add it to the hash set.

  • Answered by AI
  • Q2. Find single duplicate element in an array where contents of the array are length of array - 1
  • Ans. 

    Find the single duplicate element in an array of strings with length n-1.

    • Iterate through the array and use a HashSet to keep track of elements seen so far.

    • If an element is already in the HashSet, that is the duplicate element.

    • Return the duplicate element once found.

  • Answered by AI
Round 2 - Assignment 

Create a student support system

Round 3 - One-on-one 

(1 Question)

  • Q1. Design an order and payments system for an EdTech company
  • Ans. 

    Design an order and payments system for an EdTech company

    • Allow users to browse and select courses

    • Implement a shopping cart for users to add courses

    • Integrate payment gateways for secure transactions

    • Provide order confirmation and receipt to users

    • Allow users to track their order status

  • Answered by AI

Skills evaluated in this interview

iamneo Interview FAQs

How many rounds are there in iamneo Software Developer interview?
iamneo interview process usually has 2-3 rounds. The most common rounds in the iamneo interview process are HR, Coding Test and Aptitude Test.
How to prepare for iamneo Software Developer 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 iamneo. The most common topics and skills that interviewers at iamneo expect are AWS, Django, Engineering Management, Flask and Javascript.
What are the top questions asked in iamneo Software Developer interview?

Some of the top questions asked at the iamneo Software Developer interview -

  1. resume questions mostly and some situation questio...read more
  2. first round cleared questi...read more

Tell us how to improve this page.

iamneo Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
iamneo Software Developer Salary
based on 6 salaries
₹2 L/yr - ₹6 L/yr
44% less than the average Software Developer Salary in India
View more details

iamneo Software Developer Reviews and Ratings

based on 2 reviews

3.5/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.5

Salary

2.0

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Full Stack Developer
13 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Softwaretest Engineer
12 salaries
unlock blur

₹5.7 L/yr - ₹7.2 L/yr

Data Analyst
9 salaries
unlock blur

₹4 L/yr - ₹8.8 L/yr

Program Manager
8 salaries
unlock blur

₹3.5 L/yr - ₹11.6 L/yr

Explore more salaries
Compare iamneo with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.6
Compare

LatentView Analytics

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