Upload Button Icon Add office photos

Medi Assist India

Compare button icon Compare button icon Compare

Filter interviews by

Medi Assist India Software Engineer2 Interview Questions and Answers

Updated 26 Aug 2022

Medi Assist India Software Engineer2 Interview Experiences

1 interview found

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

Round 1 - Technical 

(2 Questions)

  • Q1. The question was based on node js and one DSA question was asked it was easy to medium level question
  • Q2. Reverse words in a string
  • Ans. 

    Reverse words in a string

    • Split the string into an array of words

    • Reverse the array

    • Join the array into a string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. The second round also was based on node js and again one DSA question was asked also i was asked about previous projects
Round 3 - HR 

(1 Question)

  • Q1. This was round with hiring manager it was very easy going round i was asked about intermediate javascript and node js questions and thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for your projects and previous company projects if any and prepare for medium level DSA questions and you are good to go

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Laravel function
  • Q2. MySQL querirs
  • Q3. Deal with millions data on db

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous company roles and responsibilities ? Any suggestions for areas of improvements in previous company ? Few basic technical questions related to my domain.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to moderate.

I applied via Referral and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why you are interested to work with this brand?
  • Q2. Describe yourself along with your past experience
  • Q3. Why we should give you the opportunity?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1) Your answer should be clear with logical end and with full of confidence.
2) Never tell lie or don't hide anything.
3) Don't be an oversmart, not trying to pretend that you know everything, confess to interviewer that you don't know the answer.
4) Always remember 2 positive and 2 negative things for yourself.
5) Wearing formal shirt and pant for male and salwar or saree for female.
6) Depth knowledge about the stream/dept, where you are applied for..
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
-

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Detailed FPNA questions

I applied via Walk-in and was interviewed before Oct 2021. There were 2 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 - HR 

(3 Questions)

  • Q1. Why you have choosen MBA instead of MCOM?
  • Q2. Why you want to join us?
  • Q3. Whats your weekness?

Interview Preparation Tips

Topics to prepare for Aditya Birla Health Insurance Co Consultant interview:
  • About company profile
Interview preparation tips for other job seekers - Go rilex minded and first careerfuly listen what he/she is trying to ask, n then Give answer politly.
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 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 3 - One-on-one 

(1 Question)

  • Q1. About past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company and employee orientation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Dont remember right now

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Prepare yourself
Be flexible
Dont stress
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why did you choose CSE?
  • Ans. 

    Passion for problem-solving and interest in technology led me to choose Computer Science Engineering.

    • Passion for problem-solving

    • Interest in technology

    • Opportunities for innovation and creativity

    • High demand and job prospects in the field

  • Answered by AI
  • Q2. What is a better option -- taking CSE from a tier 3 college or taking metallurgy from a tier 1 college?
  • Ans. 

    Taking CSE from a tier 3 college is a better option for a career in software development.

    • CSE from a tier 3 college will provide a strong foundation in computer science and programming skills.

    • Employers in the software industry often prioritize skills and experience over the college's tier.

    • Metallurgy may not be directly relevant to a career in software development.

    • Internships, projects, and self-learning can help bridge ...

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

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

Round 1 - Coding Test 

After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.

Round 2 - Technical 

(5 Questions)

  • Q1. Explain the projects in your resume
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines

    • Utilized HTML, CSS, JavaScript for front-end development

    • Used PHP and MySQL for back-end functionality

    • Implemented user authentication and authorization features

    • Integrated calendar and notification system for task reminders

  • Answered by AI
  • Q2. Explain the backend side of your project
  • Ans. 

    The backend of my project is responsible for handling server-side logic and data processing.

    • Implemented RESTful APIs for communication between frontend and backend

    • Used Node.js and Express for server-side scripting

    • Utilized MongoDB for database management

    • Implemented authentication and authorization using JWT tokens

  • Answered by AI
  • Q3. How did you implement concepts of OOP in your projects
  • Ans. 

    I implemented concepts of OOP in my projects by creating classes, objects, inheritance, encapsulation, and polymorphism.

    • Used classes to represent real-world entities

    • Implemented inheritance to reuse code and create a hierarchy of classes

    • Utilized encapsulation to hide data and restrict access to it

    • Applied polymorphism to allow objects of different classes to be treated as objects of a common superclass

  • Answered by AI
  • Q4. How to handle duplicate entries in the database
  • Ans. 

    Duplicate entries in the database can be handled by using unique constraints, deduplication scripts, or merging duplicate records.

    • Use unique constraints in the database schema to prevent duplicate entries.

    • Implement deduplication scripts to regularly scan and remove duplicate records.

    • Merge duplicate records by updating one record with the information from the other duplicate record.

  • Answered by AI
  • Q5. Write a code to tell whether a string is palindrome or not
  • Ans. 

    Code to check if a string is a palindrome or not

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Principal Global Services Software Developer interview:
  • Java
  • Backend
  • OOPS
  • DBMS
Interview preparation tips for other job seekers - Be confident, it is easy to crack

Skills evaluated in this interview

Medi Assist India Interview FAQs

How many rounds are there in Medi Assist India Software Engineer2 interview?
Medi Assist India interview process usually has 3 rounds. The most common rounds in the Medi Assist India interview process are Technical and HR.
What are the top questions asked in Medi Assist India Software Engineer2 interview?

Some of the top questions asked at the Medi Assist India Software Engineer2 interview -

  1. Reverse words in a str...read more
  2. The question was based on node js and one DSA question was asked it was easy to...read more
  3. The second round also was based on node js and again one DSA question was asked...read more

Tell us how to improve this page.

Medi Assist India Software Engineer2 Salary
based on 4 salaries
₹12 L/yr - ₹19 L/yr
28% less than the average Software Engineer2 Salary in India
View more details
Medical Officer
792 salaries
unlock blur

₹2 L/yr - ₹6.8 L/yr

Senior Executive
570 salaries
unlock blur

₹1.9 L/yr - ₹5.3 L/yr

Team Lead
295 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Executive
293 salaries
unlock blur

₹1.4 L/yr - ₹4 L/yr

Assistant Manager
254 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Explore more salaries
Compare Medi Assist India with

Cholamandalam MS General Insurance

3.8
Compare

Bharti AXA Life Insurance

3.8
Compare

Future Generali India Life Insurance

3.6
Compare

MetLife

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