Upload Button Icon Add office photos

Filter interviews by

Mediology Software Interview Questions and Answers

Updated 18 Dec 2024

Mediology Software Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

Basic question plus technical

Round 2 - One-on-one 

(3 Questions)

  • Q1. Oops concept plus linkedlist question
  • Q2. Project related question
  • Q3. React js basics

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude based questions

Round 2 - Coding Test 

Typical SDE topics, duration 1 hour

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well, and other topics.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

In office. Easy 45 mins. Pen paper based.

Round 2 - Coding Test 

CS fundamentals after aptitude. Pen paper based 30 mins.

Round 3 - Technical 

(1 Question)

  • Q1. Find middle of link list.
  • Ans. 

    To find the middle of a linked list, use two pointers - one moving at twice the speed of the other.

    • Initialize two pointers, slow and fast, both pointing to the head of the linked list.

    • Move the slow pointer by one node and the fast pointer by two nodes in each iteration.

    • When the fast pointer reaches the end of the list, the slow pointer will be at the middle node.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Low ctc. But easy interview

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Jobs at Mediology Software

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before May 2021. 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 - Aptitude Test 
Round 3 - Coding Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is more focused on MySQL queries.
Coding questions mostly related to arrays.

Interview Questionnaire 

2 Questions

  • Q1. Questions from C, Data structure, OS,Database
  • Q2. Technical + HR

Interview Preparation Tips

Round: Test
Experience: This round was simple.
It consist of 5 sections ..1.Aptitude (10 questions). 2.Operating System Basics and Unix Commands(16 questions) 3.Data Structure(9 questions) 4.Output C Questions(6 questions) 5.Programming questions out of 4 any 2 you can do.(2 questions from data structure and 2 from sorting)
Tips: If you know the basics of all these topics then you can easily clear this round.Try to score as more marks as possible because this score counts in the next round too.

Round: Technical Interview
Experience: Moderate
Tips: Be confident and don't get panic.If you don't know anything simply say no don't waste time.

Round: Technical Interview
Experience: Moderate

Skill Tips: Be Confident and keep calm.You must have the complete knowledge of the projects which you have written in your resume.
Skills: C, Data Structure, os, Database
College Name: VIT VELLORE

I applied via Naukri.com

Interview Preparation Tips

Round: Resume Shortlist
Experience: Properly formatted
No spelling mistakes
Proper Educational and Professional background with proper dates

Round: Test
Experience: There will be written test so be prepared.

Round: Group Discussion
Experience: No. I did not come across

Round: HR Interview
Experience: There will questions on your experience, salary, negotiations.

Round: Technical Interview
Experience: Questions based on your subjects, technical skills, algorithms, data structures, aptitude

General Tips: Stay calm and focussed.
Skills: Implementation Of Code Using OOPS, Analyzing And Problem Solving Skills, Algorithm Analysis, Datastructures And Algorithms
College Name: Amity School Of Engineering And Technology, Noida
Motivation: I liked the work at Keyideas. One of my friend was working here so I knew the company was good, they paid well and on-time, never delay the salary and projects are from US clients so there is more to learn.

I applied via Company Website and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Supply Chain action on inter location transfer
  • Ans. 

    Inter location transfer in supply chain involves movement of goods between different locations within the supply chain network.

    • Inter location transfer helps in optimizing inventory levels and reducing lead times.

    • It requires coordination between different locations and proper documentation.

    • Examples include transfer of raw materials from warehouse to production facility, transfer of finished goods from manufacturing plan...

  • Answered by AI
  • Q2. Order action if items are not in stock
  • Ans. 

    Order alternative items or notify customer if items are not in stock.

    • Check inventory levels regularly

    • Identify alternative products that can be offered to customers

    • Notify customers of out-of-stock items and provide estimated restock dates

  • Answered by AI
  • Q3. Which ERPs do you have experience in implementing?
  • Ans. 

    I have experience in implementing SAP and Oracle ERPs.

    • Implemented SAP ERP for a manufacturing company

    • Implemented Oracle ERP for a retail company

    • Experience in customizing ERP modules to meet business requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the ERP modules overview and action

Skills evaluated in this interview

Intern Interview Questions & Answers

Seagate user image Shivani Mukunde

posted on 1 Aug 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Python program questions
  • Q2. OOPS based programming questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C and Cpp all concepts

Mediology Software Interview FAQs

How many rounds are there in Mediology Software interview?
Mediology Software interview process usually has 2-3 rounds. The most common rounds in the Mediology Software interview process are Aptitude Test, Coding Test and Resume Shortlist.
How to prepare for Mediology Software 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 Mediology Software. The most common topics and skills that interviewers at Mediology Software expect are HTML, Javascript, Google Analytics, AdSense and SEO.
What are the top questions asked in Mediology Software interview?

Some of the top questions asked at the Mediology Software interview -

  1. Find middle of link li...read more
  2. oops concept plus linkedlist quest...read more
  3. project related quest...read more

Tell us how to improve this page.

Mediology Software Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Busibud Interview Questions
4.0
 • 42 Interviews
Odoo Interview Questions
3.2
 • 28 Interviews
Seagate Interview Questions
3.3
 • 17 Interviews
Fusion Interview Questions
3.2
 • 17 Interviews
View all

Mediology Software Reviews and Ratings

based on 18 reviews

3.1/5

Rating in categories

2.8

Skill development

3.1

Work-life balance

2.9

Salary

3.1

Job security

3.2

Company culture

2.9

Promotions

2.9

Work satisfaction

Explore 18 Reviews and Ratings
Wordpress Developer

Gurgaon / Gurugram

2-5 Yrs

₹ 4.5-7.5 LPA

Sr. Graphic & Motion Designer

Gurgaon / Gurugram

5-10 Yrs

₹ 8-10 LPA

Sales Manager/BDM

Gurgaon / Gurugram

4-8 Yrs

₹ 6-10 LPA

Explore more jobs
Software Engineer
17 salaries
unlock blur

₹4 L/yr - ₹6.4 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹5.9 L/yr - ₹11.6 L/yr

IOS Developer
8 salaries
unlock blur

₹5.4 L/yr - ₹10.5 L/yr

Software Developer
6 salaries
unlock blur

₹4.8 L/yr - ₹5.4 L/yr

Business Head
6 salaries
unlock blur

₹9.5 L/yr - ₹10.1 L/yr

Explore more salaries
Compare Mediology Software with

Samsung Semiconductor

3.5
Compare

SysArc Infomatix

3.7
Compare

Fusion

3.2
Compare

Seagate

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