Add office photos
Engaged Employer

Optum Global Solutions

4.1
based on 1.7k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Aurum Medcom Interview Questions and Answers

Updated 19 May 2024
Q1. Longest Substring Without Repeating Characters

Given a string 'S' of length 'L', return the length of the longest substring without repeating characters.

Example:

Suppose given input is "abacb", then the length ...read more
View 5 more answers
Q2. Count Pairs

You are given an array 'A' of length 'N' consisting only of integers. You are also given three integers 'X', 'Y' and 'SUM'. Count the number of pairs ('i', 'j') where 'i' < 'j' such that ('A[i]' * 'X...read more

View 3 more answers
Q3. DBMS Question

What is meant by ACID properties in DBMS?

View 2 more answers
Q4. SQL Question

What is an Index? Explain its different types.

Add your answer
Discover Aurum Medcom interview dos and don'ts from real experiences
Q5. SQL Question

What are Constraints in SQL?

Add your answer
Q6. DBMS Question

Explain different levels of data abstraction in a DBMS.

Add your answer

Q7. Difference between interface and abstract class

Ans.

Interface is a contract with no implementation, while abstract class can have some implementation.

  • Interface cannot have any implementation, only method signatures.

  • Abstract class can have both abstract methods and concrete methods.

  • A class can implement multiple interfaces but can only inherit from one abstract class.

  • Interfaces are used to achieve multiple inheritance in Java.

  • Example: interface Shape { void draw(); } abstract class Shape { abstract void draw(); }

Add your answer

Q8. Find the kth element in an array

Ans.

Find the kth element in an array

  • Use array indexing to access the kth element

  • Remember that array indices start from 0

  • Handle cases where k is out of bounds of the array

Add your answer

Q9. Reverse a string

Ans.

Reverse a given string

  • Use a loop to iterate through the characters of the string

  • Append each character to a new string in reverse order

  • Return the reversed string

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Aurum Medcom

based on 3 interviews in the last 1 year
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

4.2
 • 55 Interview Questions
3.9
 • 41 Interview Questions
3.9
 • 40 Interview Questions
4.0
 • 19 Interview Questions
3.7
 • 18 Interview Questions
3.8
 • 14 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter