Upload Button Icon Add office photos
Engaged Employer

i

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

Myanatomy Integration Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Myanatomy Integration Software Developer Intern Interview Questions and Answers

Updated 8 Jul 2023

Myanatomy Integration Software Developer Intern Interview Experiences

1 interview found

Software Developer Intern Interview Questions & Answers

user image Sriram Alavalapati

posted on 5 Jul 2023

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 Jun 2023. There were 5 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 - Technical 

(3 Questions)

  • Q1. Asks about Basic Dsa Question anagram
  • Q2. Asks about Nodejs , Difference between SQL and NoSQL
  • Q3. Asks about asynchronous programming?
Round 3 - Technical 

(2 Questions)

  • Q1. Ask one Dsa Question "maximum value in a substring in a Array"
  • Q2. Asks about Databases , Discuss about project i worked on
Round 4 - One-on-one 

(4 Questions)

  • Q1. Is nodejs is single Threaded or multi threaded ?
  • Ans. 

    Node.js is single threaded, but it uses non-blocking I/O operations to handle multiple requests concurrently.

    • Node.js runs on a single thread event loop, but it uses worker threads for CPU-intensive tasks.

    • It employs asynchronous programming to handle multiple requests without blocking the main thread.

    • Node.js can handle multiple requests concurrently by delegating I/O operations to the operating system.

    • Example: Using cal...

  • Answered by AI
  • Q2. Ask Dsa Question "count the non consequitive 1 in a binary elements "
  • Q3. Difference between sql and mongoDB? Difference between mysql and nosql
  • Ans. 

    SQL is a relational database management system, while MongoDB is a NoSQL database. MySQL is a specific implementation of SQL, while NoSQL is a category of databases.

    • SQL databases are table-based, with a predefined schema, while MongoDB is document-based, using collections and documents.

    • SQL databases use structured query language for defining and manipulating data, while MongoDB uses JSON-like documents with dynamic sch...

  • Answered by AI
  • Q4. Codding assignment for form
  • Ans. 

    Create a coding assignment for a form

    • Include a variety of input fields such as text, number, dropdown, checkbox, radio buttons

    • Validate user input to ensure data integrity

    • Implement functionality to submit the form and display a success message

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Asks about Your profile , long-term goals , what would you expects in Your work-life

Interview Preparation Tips

Topics to prepare for Myanatomy Integration Software Developer Intern interview:
  • DSA
  • Codding
  • Theory Questions about tech stac
Interview preparation tips for other job seekers - Just dont concentrate on Theory Skills . sharp Your coding skills also.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Easy leetcode code 2 questions , HTML5 css javascript simple screen design

Round 2 - One-on-one 

(1 Question)

  • Q1. Oop, Simple coding javascript, react basic, sql basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How many numbers consulting in this year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduction your self. project. skills

I was interviewed in Aug 2022.

Round 1 - Coding Test 

2 hrs duration with 2 easy level dsa questions and 15 around mcqs based on core cs concepts.

Round 2 - Technical 

(2 Questions)

  • Q1. Implement stack using linked list.
  • Ans. 

    Implementing stack using linked list

    • Create a Node class with data and next pointer

    • Create a Stack class with top pointer

    • Implement push() method to add element to top of stack

    • Implement pop() method to remove element from top of stack

    • Implement peek() method to return top element without removing it

  • Answered by AI
  • Q2. Print first duplicate value in a string.
  • Ans. 

    Find the first duplicate value in an array of strings.

    • Create a hash table to store the frequency of each string.

    • Iterate through the array and check if the string already exists in the hash table.

    • If it does, return the string. If not, add it to the hash table.

    • If no duplicates are found, return null or an appropriate message.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic dsa and cs core concepts.
Can do Blind 75 for practice.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Data structures, particularly strings, play a crucial role in problem-solving.

Round 2 - HR 

(4 Questions)

  • Q1. Please tell me about yourself.
  • Ans. First of all , thank you! For this opportunity to introduce my self. I am Akash kumar kushwaha, I was born in bihar 2001 , but I live in ghaziabad now. I m currently pursuing my b.tech from IMS engineering college ghaziabad. And I completed my 10th and 12th from co-operative uchh vidyalaya jagdishpur with score 60% in 10th and 65% in 12th . And my hobby is playing cricket and travelling.
  • Answered by AKASH KUMAR KUSHWAHA
  • Q2. Why should we hire you?
  • Ans. 

    I have a strong technical background, excellent problem-solving skills, and a passion for software development.

    • I have a Bachelor's degree in Computer Science and 5 years of experience in software development.

    • I am proficient in multiple programming languages such as Java, Python, and JavaScript.

    • I have a track record of delivering high-quality code on time and within budget.

    • I am a quick learner and always eager to stay u...

  • Answered by AI
  • Q3. What are your strength and weakness .
  • Ans. 

    Strength: Problem-solving skills, Weakness: Impatience

    • Strength: Strong problem-solving skills demonstrated through successful projects

    • Weakness: Impatience when tasks take longer than expected, working on improving patience through time management techniques

  • Answered by AI
  • Q4. Why did you choose career in software developer.
  • Ans. 

    Passion for problem-solving and creating innovative solutions drove me to pursue a career in software development.

    • Fascination with technology and its potential to improve lives

    • Enjoyment of logical thinking and coding challenges

    • Desire to constantly learn and adapt in a fast-paced industry

    • Previous experience in programming projects or internships

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is your area of expertise in programming languages?
  • Ans. 

    My area of expertise in programming languages is in web development, specifically with JavaScript, HTML, and CSS.

    • Proficient in JavaScript for client-side scripting and server-side development with Node.js

    • Experienced in building responsive and interactive web applications using HTML and CSS

    • Familiar with popular frameworks and libraries like React, Angular, and Bootstrap

  • Answered by AI
  • Q2. What is JavaScript, and what are its benefits?
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites.

    • JavaScript is commonly used for client-side web development.

    • It allows for dynamic content updates without reloading the page.

    • JavaScript can be used to create interactive elements like forms, animations, and games.

    • It is supported by all major web browsers.

    • JavaScript can also be used for server-side development with Node.j

  • Answered by AI

I applied via Referral and was interviewed in Nov 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is latest technology you have worked on
  • Ans. 

    I have worked on React Native for mobile app development.

    • Developed a mobile app for a client using React Native

    • Used Redux for state management

    • Integrated with Firebase for real-time database and authentication

    • Implemented push notifications using Firebase Cloud Messaging

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why you want to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true to what you know and answer with good confidence

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

It was a mix of mathematical aptitude, logical ability, and puzzles along with 2 programming questions of easy and medium level. Time was enough and no sectional time was present. 1-2 MCQs on SQL were also present.

This round was immediately followed by an SHL aptitude test which was basically a quick limited time check of your verbal ability and math because many questions were to be done in 1 hour.

  • Q1. 

    Boolean Matrix Transformation Challenge

    Given a 2-dimensional boolean matrix mat of size N x M, your task is to modify the matrix such that if any element is 1, set its entire row and column to 1. Specifi...

  • Ans. 

    Modify a boolean matrix such that if any element is 1, set its entire row and column to 1.

    • Iterate through the matrix and mark rows and columns to be modified

    • Use additional arrays to keep track of rows and columns to be modified

    • Update the matrix in-place based on the marked rows and columns

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Easy

It was an online video interview round on HackerEarth with simultaneous code option. It was mostly justifying your resume in the first 15 minutes. After that OOPS was majorly asked. Basics of programming including questions on STL were asked. A class which required inheritance was asked by the interviewer to write. I was helped by the interviewer if i got stuck somewhere, Some questions on implementation of hashmaps and priority queues were also asked. A puzzle was asked which luckily struct to me at that moment.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dronacharya College of Engineering. I applied for the job as Software Engineer in DelhiEligibility criteria7 CGPAToppr interview preparation:Topics to prepare for the interview - DBMS, OOPS, Data structures, Dynamic Programming, Graphs, Algorithms, Sorting searching, Compiler designTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : When u start a topic, don't move on to next topic before you are 100% confident in previous topic
Tip 3 : Try to give maximum time on basics of a topic especially OOPS
Tip 4 - Practice Atleast 250 Questions
Tip 5 - Ex- Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Write only those things in resume in which you are 100% confident
Tip 2 : Write maximum projects you have and be ready to explain them thoroughly
Tip 3 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About Lighnting Web componet
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test around front end using react

Myanatomy Integration Interview FAQs

How many rounds are there in Myanatomy Integration Software Developer Intern interview?
Myanatomy Integration interview process usually has 5 rounds. The most common rounds in the Myanatomy Integration interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Myanatomy Integration Software Developer Intern interview?

Some of the top questions asked at the Myanatomy Integration Software Developer Intern interview -

  1. Is nodejs is single Threaded or multi threade...read more
  2. Difference between sql and mongoDB? Difference between mysql and no...read more
  3. codding assignment for f...read more

Tell us how to improve this page.

Myanatomy Integration Software Developer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Toppr Interview Questions
3.4
 • 64 Interviews
Embibe Interview Questions
3.5
 • 60 Interviews
Adda 247 Interview Questions
3.2
 • 30 Interviews
View all
Software Developer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Campus Relationship Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Myanatomy Integration with

BYJU'S

3.1
Compare

upGrad

3.7
Compare

Unacademy

3.0
Compare

Simplilearn

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