Upload Button Icon Add office photos
Engaged Employer

i

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

Medikabazaar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Medikabazaar Python and Django Developer Interview Questions and Answers

Updated 29 Mar 2022

Medikabazaar Python and Django Developer Interview Experiences

1 interview found

I applied via Company Website

Round 1 - Technical 

(2 Questions)

  • Q1. Given an integer array count occurance of all item having count greater then 1
  • Ans. 

    Count occurrence of items with count greater than 1 in an integer array.

    • Create a dictionary to store the count of each item in the array.

    • Iterate through the dictionary and count the items with count greater than 1.

    • Return the count of items with count greater than 1.

  • Answered by AI
  • Q2. Given an integer array find pairs of two numbers whose difference is least among others
  • Ans. 

    Find pairs of integers with least difference in an array

    • Sort the array in ascending order

    • Iterate through the array and find the minimum difference between adjacent elements

    • Return the pairs of elements with the minimum difference

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - had applied through the online job portal and got a mail for L1 discussion round, which was on Microsoft Teams application. the round last for 30 mins, allowed to access internet for any kind of syntax search and all.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for problem-solving.

    • Experienced in programming languages such as Java, C++, and Python

    • Strong problem-solving and analytical skills

    • Familiar with software development methodologies like Agile

    • Worked on projects involving web development and database management

    • Constantly learning and staying updated with new technologies

  • Answered by AI
  • Q2. Where are you from?
  • Ans. 

    I am from New York City, a bustling metropolis known for its diverse culture and thriving tech industry.

    • I am from New York City

    • New York City is known for its diverse culture

    • New York City has a thriving tech industry

  • Answered by AI
  • Q3. What you know about Medline?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was fun, interviewee was very nice to me, never let me feel like i'm very new to this; so thank you MEDLINE

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

7 Questions

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer

    • Convert integer to string and reverse the string

    • Use modulo operator to extract digits and reverse them

    • Use recursion to reverse the integer

  • Answered by AI
  • Q2. Without loop print 1 to 10
  • Ans. 

    Print 1 to 10 without using loops.

    • Use recursion to print numbers.

    • Use a switch statement to print numbers.

    • Use an array and map function to print numbers.

  • Answered by AI
  • Q3. Reverse a string using recursion
  • Ans. 

    Reverse a string using recursion

    • Create a function that takes a string as input

    • If the string is empty, return an empty string

    • Otherwise, call the function recursively with the substring starting from the second character

    • Concatenate the first character with the result of the recursive call

  • Answered by AI
  • Q4. Thread vs process
  • Ans. 

    Thread is a lightweight unit of a process. Process is an instance of a program that runs independently.

    • Threads share the same memory space as the parent process while processes have their own memory space.

    • Threads are faster to create and switch between than processes.

    • Processes are more secure and stable than threads.

    • Example: A web server can have multiple threads to handle multiple requests simultaneously.

    • Example: A wo...

  • Answered by AI
  • Q5. SPI vs I2C
  • Ans. 

    SPI and I2C are communication protocols used to transfer data between devices.

    • SPI is faster than I2C.

    • SPI uses separate lines for data and clock signals while I2C uses a shared line.

    • I2C supports multiple devices on the same bus while SPI requires a separate chip select line for each device.

    • SPI is commonly used for high-speed communication between microcontrollers and peripherals while I2C is used for low-speed communica

  • Answered by AI
  • Q6. Start condition for SPI
  • Ans. 

    The start condition for SPI is a low-to-high transition on the SCK line while SS is high.

    • SPI communication begins when the master device sends a start condition to the slave device.

    • The start condition is a low-to-high transition on the SCK line while SS is high.

    • The SS line is used to select the slave device for communication.

    • The SPI protocol supports multiple slaves, but only one slave can be selected at a time.

    • After t...

  • Answered by AI
  • Q7. C++ program for EMP ID, name, salary
  • Ans. 

    C++ program to store EMP ID, name, and salary using array of strings.

    • Declare an array of strings to store EMP ID, name, and salary

    • Use cin to take input from user and store in the array

    • Use cout to display the stored data

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is technical lasted about 1 hr 30 mins,

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Comparator and Comparable
  • Q2. Spring Boot related question
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Android basic question
Round 2 - Technical 

(1 Question)

  • Q1. Android advance level question
Round 3 - Case Study 

Experiment based question

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How do we achieve multi threading in WPF application
  • Ans. 

    Multi threading in WPF can be achieved using the Task Parallel Library (TPL) or BackgroundWorker class.

    • Use Task.Run() method to run code on a separate thread.

    • Use async/await keywords to perform asynchronous operations.

    • Use BackgroundWorker class for simpler multi-threading scenarios.

  • Answered by AI
  • Q2. Explain your current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide answers with examples from your previous work done
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How do you handle team
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Process improvement related to medical devices
  • Q2. Quality and priority management related in medical devices
Round 2 - Technical 

(2 Questions)

  • Q1. Quality engineering
  • Q2. Dhf remediation related
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview before Apr 2022.

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. What is cursor and types
  • Ans. 

    A cursor is a pointer to a private SQL area that stores information about the processing of a SELECT or DML statement.

    • A cursor is used to retrieve data row by row from a result set.

    • There are two types of cursors: Implicit and Explicit.

    • Implicit cursors are used for single-row queries, while explicit cursors are used for multi-row queries.

    • Cursor variables can be used to pass cursors as parameters to procedures and functi

  • Answered by AI
  • Q2. Truncate & delete difference
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate cannot be rolled back while delete can be

    • Truncate resets the identity of the table while delete doesn't

    • Truncate doesn't fire triggers while delete does

  • Answered by AI
  • Q3. Explain about trigger
  • Ans. 

    A trigger is a special type of stored procedure that automatically executes in response to certain events.

    • Triggers are used to enforce business rules or to perform complex calculations.

    • They can be defined to execute before or after a data modification operation.

    • Triggers can be used to audit changes to data or to replicate data changes to other tables.

    • Examples of events that can trigger a trigger include INSERT, UPDATE,...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About your self
  • Q2. About work experience
  • Q3. About salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basics

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I appeared for an interview before Mar 2022.

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 

.Net basics and Logical Aptitude

Round 3 - One-on-one 

(4 Questions)

  • Q1. SW Engineering Fundamentals, .Net Basics, Design Principles, Patterns, WebAPIs, Javascript
  • Q2. What are solid principles
  • Ans. 

    SOLID principles are a set of five design principles for writing maintainable and scalable software.

    • S - Single Responsibility Principle: A class should have only one reason to change.

    • O - Open/Closed Principle: Software entities should be open for extension but closed for modification.

    • L - Liskov Substitution Principle: Subtypes should be substitutable for their base types.

    • I - Interface Segregation Principle: Clients sho...

  • Answered by AI
  • Q3. Is Javascript multi-threaded
  • Q4. What is webpacks in Javascript
  • Ans. 

    Webpack is a module bundler for JavaScript applications.

    • Webpack takes modules with dependencies and generates static assets representing those modules.

    • It can handle various file types such as JavaScript, CSS, and images.

    • Webpack allows for code splitting, lazy loading, and hot module replacement.

    • Plugins can be used to extend its functionality.

    • Commonly used with frameworks like React and Angular.

  • Answered by AI
Round 4 - One-on-one 

(4 Questions)

  • Q1. Logical Coding question, Design Principles, System Design
  • Q2. String based coding test
  • Q3. Design Patterns and their real-time usage
  • Ans. 

    Design patterns are reusable solutions to common software problems.

    • Design patterns help in creating maintainable and scalable code.

    • Some commonly used design patterns are Singleton, Factory, Observer, and Decorator.

    • Singleton pattern ensures that only one instance of a class is created.

    • Factory pattern provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will ...

  • Answered by AI
  • Q4. IOC principle use cases
Round 5 - One-on-one 

(4 Questions)

  • Q1. WebApi, .Net Core, Entity Framework, Linq
  • Q2. Asked to develop a web api
  • Q3. Write a Linq expression to fetch the desire results
  • Ans. 

    Linq expression to fetch desired results

    • Use 'Where' to filter data based on conditions

    • Use 'Select' to project data into desired format

    • Use 'OrderBy' or 'OrderByDescending' to sort data

    • Use 'Skip' and 'Take' to implement pagination

  • Answered by AI
  • Q4. Configure the Entity Framewok to connect with database
  • Ans. 

    To configure Entity Framework to connect with a database, follow these steps:

    • Install Entity Framework package using NuGet

    • Create a DbContext class that inherits from DbContext

    • Add a connection string to the app.config or web.config file

    • Use the DbContext to query the database

  • Answered by AI
Round 6 - One-on-one 

(4 Questions)

  • Q1. Fitment round with all behavioral questions
  • Q2. Which is the difficult project and why did you say so
  • Ans. 

    The most difficult project I worked on was the development of a complex software system for a large financial institution.

    • The project involved integrating multiple legacy systems with modern technologies.

    • There were numerous technical challenges, such as ensuring data consistency and security across different platforms.

    • The project also had tight deadlines and high stakeholder expectations.

    • Managing a large team and coord...

  • Answered by AI
  • Q3. How to handle a toughest boss
  • Ans. 

    Handling a tough boss requires effective communication, adaptability, and maintaining professionalism.

    • Maintain open and honest communication with your boss

    • Adapt to their management style and preferences

    • Focus on delivering high-quality work and meeting deadlines

    • Seek feedback and actively work on improving

    • Maintain professionalism and avoid personal conflicts

    • Build a support network within the organization

    • Document and keep...

  • Answered by AI
  • Q4. How did you resolve conflicts within team
  • Ans. 

    I resolved conflicts within the team by promoting open communication, active listening, and finding common ground.

    • Encouraged team members to express their concerns and opinions

    • Actively listened to each team member's perspective

    • Facilitated open discussions to find common ground and reach a consensus

    • Implemented a conflict resolution process to address conflicts in a timely manner

    • Mediated conflicts between team members by...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the SW fundamentals, Design Principles, and System Design

Skills evaluated in this interview

Medikabazaar Interview FAQs

How many rounds are there in Medikabazaar Python and Django Developer interview?
Medikabazaar interview process usually has 1 rounds. The most common rounds in the Medikabazaar interview process are Technical.
What are the top questions asked in Medikabazaar Python and Django Developer interview?

Some of the top questions asked at the Medikabazaar Python and Django Developer interview -

  1. Given an integer array find pairs of two numbers whose difference is least amon...read more
  2. given an integer array count occurance of all item having count greater the...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Medtronic Interview Questions
4.0
 • 70 Interviews
Poly Medicure Interview Questions
3.6
 • 58 Interviews
Stryker Interview Questions
4.0
 • 41 Interviews
Alcon Interview Questions
3.7
 • 37 Interviews
SMC Corporation Interview Questions
3.7
 • 28 Interviews
View all
Assistant Manager
36 salaries
unlock blur

₹5.2 L/yr - ₹8 L/yr

Senior Executive
29 salaries
unlock blur

₹3.2 L/yr - ₹7.4 L/yr

Executive
26 salaries
unlock blur

₹2.2 L/yr - ₹5.9 L/yr

Software Developer
16 salaries
unlock blur

₹12 L/yr - ₹15 L/yr

Manager
16 salaries
unlock blur

₹9.5 L/yr - ₹15.2 L/yr

Explore more salaries
Compare Medikabazaar with

Poly Medicure

3.6
Compare

Medtronic

4.0
Compare

Becton Dickinson

4.0
Compare

Alcon

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