Upload Button Icon Add office photos

Filter interviews by

Medly Software Systems Sde1 Interview Questions and Answers

Updated 24 Oct 2024

Medly Software Systems Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Aparna Pawar

posted on 24 Oct 2024

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

(2 Questions)

  • Q1. Java oops concepts
  • Q2. Database system in depth
  • Ans. 

    Database system is a software system used to manage, store, and retrieve data efficiently.

    • Database systems store data in structured formats for easy retrieval and manipulation

    • They use query languages like SQL to interact with the database

    • Examples of popular database systems include MySQL, Oracle, and MongoDB

  • Answered by AI

Interview questions from similar companies

Sde1 Interview Questions & Answers

Cogoport user image Anonymous

posted on 20 Oct 2023

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

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Sep 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 - Aptitude Test 

Easy questions but less time

Round 3 - Coding Test 

2 easy and 1 hard leet code

Round 4 - One-on-one 

(3 Questions)

  • Q1. Reverse the link list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and reverse the pointers

    • Use three pointers - prev, current, next to reverse the links

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. The Hanoi tower problem was given
  • Q3. One DP question was given to explain not write
Round 5 - HR 

(1 Question)

  • Q1. JEE rank and previous paid internship

Interview Preparation Tips

Topics to prepare for Cogoport Sde1 interview:
  • DSA
  • Node.Js
  • React.Js
  • React Native
  • ruby on rails
  • Ruby Rails
Interview preparation tips for other job seekers - PLEASE DON'T JOIN THIS COMPANY specially freshers they will ruin your career

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked Java coding question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic all type questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Project related and technology se related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

This round has 3 coding questions mostly based on graph and trees

Round 2 - Hackathon 

(2 Questions)

  • Q1. A lockable tree problem
  • Ans. 

    Design a data structure for locking/unlocking nodes in a binary tree efficiently.

    • Implement a lockable tree data structure with lock(), unlock(), and isLocked() methods.

    • Ensure a node can only be locked if all ancestors are unlocked and all descendants are locked.

    • Optimize the operations for efficiency.

    • Consider using a flag in each node to track its locked status.

    • Use a recursive approach to check locking conditions.

    • Mainta...

  • Answered by AI
  • Q2. OS level improvements in above problem
  • Ans. 

    Improving the operating system can enhance performance and efficiency of the system.

    • Optimizing memory management to reduce overhead

    • Implementing better scheduling algorithms to improve multitasking

    • Enhancing file system performance for faster data access

    • Improving network stack for better communication speed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DSA and prepare the basic computer concepts well.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Valid parenthesis
  • Q2. Generate parenthesis
  • Ans. 

    Generate all valid combinations of parentheses

    • Use backtracking to generate all valid combinations

    • Keep track of the number of open and close parentheses used

    • Add open parenthesis if there are remaining open parentheses, add close parenthesis if there are more open than close parentheses

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well !

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details of what we did on college , project and few programs .
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 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 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Self Introduction
Round 3 - Technical 

(1 Question)

  • Q1. How to secure data over the public internet?
  • Ans. 

    Securing data over the public internet involves using encryption, secure protocols, VPNs, and regular security audits.

    • Use encryption to protect data in transit, such as SSL/TLS for websites.

    • Implement secure protocols like HTTPS, SSH, and SFTP for secure communication.

    • Utilize Virtual Private Networks (VPNs) to create secure tunnels for data transmission.

    • Regularly conduct security audits and updates to identify and patch...

  • Answered by AI

Skills evaluated in this interview

Medly Software Systems Interview FAQs

How many rounds are there in Medly Software Systems Sde1 interview?
Medly Software Systems interview process usually has 1 rounds. The most common rounds in the Medly Software Systems interview process are Technical.
What are the top questions asked in Medly Software Systems Sde1 interview?

Some of the top questions asked at the Medly Software Systems Sde1 interview -

  1. Database system in de...read more
  2. Java oops conce...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

Medly Software Systems Sde1 Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

3.9

Skill development

4.6

Work-life balance

4.5

Salary

2.9

Job security

4.5

Company culture

4.1

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
Data Analyst
15 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Associate Engineer
7 salaries
unlock blur

₹11 L/yr - ₹11 L/yr

Software Developer
5 salaries
unlock blur

₹13 L/yr - ₹15 L/yr

Software Development Manager
4 salaries
unlock blur

₹35 L/yr - ₹55.5 L/yr

Associate Quality Analyst
4 salaries
unlock blur

₹8 L/yr - ₹8 L/yr

Explore more salaries
Compare Medly Software Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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