Add office photos
Eidiko Systems Integrators logo
Employer?
Claim Account for FREE

Eidiko Systems Integrators

3.5
based on 93 Reviews
Filter interviews by
Software Engineer
Clear (1)

Eidiko Systems Integrators Software Engineer 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
right arrow

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
right arrow

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
right arrow

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
right arrow
Discover Eidiko Systems Integrators 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
right arrow

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
right arrow
Contribute & help others!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos

Interview Process at Eidiko Systems Integrators Software Engineer

based on 2 interviews
Interview experience
3.5
Good
View more
interview tips and stories logo
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Engineer Interview Questions from Similar Companies

Deloitte Logo
3.8
 • 20 Interview Questions
Lowe's Logo
4.1
 • 17 Interview Questions
Temenos Logo
3.2
 • 10 Interview Questions
InMobi Logo
3.5
 • 10 Interview Questions
View all
Recently Viewed
CAMPUS PLACEMENT
Dayalbagh Educational Institute, Agra
INTERVIEWS
T-Machine Software Solutions
No Interviews
INTERVIEWS
EMERSON PROCESS MANAGEMENT
No Interviews
INTERVIEWS
EMERSON PROCESS MANAGEMENT
No Interviews
INTERVIEWS
EMERSON PROCESS MANAGEMENT
No Interviews
CAMPUS PLACEMENT
Government Polytechnic, Ahmednagar
INTERVIEWS
Eidiko Systems Integrators
No Interviews
INTERVIEWS
EMERSON PROCESS MANAGEMENT
No Interviews
INTERVIEWS
T-Machine Software Solutions
No Interviews
INTERVIEWS
EMERSON PROCESS MANAGEMENT
No Interviews
Share an Interview
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 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