Add office photos
Employer?
Claim Account for FREE

Eidiko Systems Integrators

3.7
based on 87 Reviews
Filter interviews by

Medullus Technologies Interview Questions and Answers

Updated 5 Feb 2024

Q1. Can we pass arguments in place of args... In string [] args .

Ans.

Yes, we can pass arguments in place of args in string[] args.

  • Arguments can be passed directly as an array of strings.

  • The number of arguments passed must match the size of the array.

  • Example: public static void main(String[] args) can be called as main(new String[] {"arg1", "arg2"});

View 1 answer

Q2. 1)What is python 2)what is an areay 3)two basic coding question

Ans.

Python is a high-level, interpreted programming language known for its simplicity and ease of use.

  • Python is used for web development, data analysis, artificial intelligence, and more.

  • An array is a collection of elements of the same data type, accessed using an index.

  • Two basic coding questions could be finding the sum of two numbers or reversing a string.

View 1 answer

Q3. Reverse the given string without using loop.

Ans.

The given string can be reversed using recursion.

  • Use a recursive function to reverse the string.

  • The base case of the recursion would be an empty string.

  • In each recursive call, remove the first character of the string and append it to the reversed substring.

View 1 answer

Q4. Difference between stringBuilder and stringbuffer?

Ans.

stringBuilder and stringBuffer are both used to manipulate strings, but stringBuilder is faster and not thread-safe while stringBuffer is slower and thread-safe.

  • Both classes are used to manipulate strings.

  • stringBuilder is faster than stringBuffer.

  • stringBuffer is thread-safe while stringBuilder is not.

  • Use stringBuilder when you don't need thread-safety and performance is important.

  • Use stringBuffer when you need thread-safety.

Add your answer
Discover Medullus Technologies interview dos and don'ts from real experiences

Q5. String are immutable?

Ans.

Yes, strings are immutable in most programming languages.

  • Immutable means that once a string is created, it cannot be modified.

  • Any operation that appears to modify a string actually creates a new string.

  • This can lead to performance issues when working with large strings or in loops.

  • Examples of languages with immutable strings include Java, Python, and Ruby.

Add your answer

Q6. Program based on substring

Ans.

A program that searches for a substring in an array of strings.

  • Create a function that takes an array of strings and a substring as parameters

  • Loop through the array and check if the substring is present in each string

  • Return an array of strings that contain the substring

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

Interview Process at Medullus Technologies

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

Top Software Engineer Interview Questions from Similar Companies

2.0
 • 29 Interview Questions
3.8
 • 20 Interview Questions
3.8
 • 13 Interview Questions
4.1
 • 12 Interview Questions
4.2
 • 11 Interview Questions
3.9
 • 10 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

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