Add office photos
Employer?
Claim Account for FREE

Eidiko Systems Integrators

3.7
based on 85 Reviews
Filter interviews by

ShipDelight Logistics Technologies Interview Questions and Answers

Updated 4 Jun 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 ShipDelight Logistics 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

Q7. What is constructor?

Ans.

Constructor is a special method that is used to initialize objects in Java.

  • Constructors have the same name as the class they belong to.

  • They are called automatically when an object is created.

  • They can be overloaded to accept different parameters.

  • They do not have a return type.

  • Example: public class Car { public Car() { // constructor code here } }

Add your answer

Q8. 2 largest number in array

Ans.

Find the 2 largest numbers in an array of strings.

  • Convert the strings to integers before comparing.

  • Use a sorting algorithm to sort the array in descending order.

  • Retrieve the first two elements in the sorted array.

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

Interview Process at ShipDelight Logistics Technologies

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

Top Interview Questions from Similar Companies

4.1
 • 2.2k Interview Questions
3.7
 • 333 Interview Questions
4.1
 • 272 Interview Questions
3.8
 • 210 Interview Questions
3.9
 • 152 Interview Questions
4.3
 • 131 Interview Questions
View all
Top Eidiko Systems Integrators Interview Questions And Answers
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