Filter interviews by
I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.
It was easy and test was of 30 min
It was jam session and the topic has to select by us only
I applied via Campus Placement and was interviewed in Jun 2022. There were 5 interview rounds.
Basic aptitude and mathematics
General topics are given as questions
I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.
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-s
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.
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.
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"});
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
I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.
They will give questions without choose answers
Java in return function and method overloading
Eidiko Systems Integrators interview questions for popular designations
Good experience in giving interview
I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.
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 } }
I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.
Top trending discussions
The duration of Eidiko Systems Integrators interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 14 interviews
Interview experience
based on 93 reviews
Rating in categories
Software Engineer
196
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
90
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
51
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer Trainee
24
salaries
| ₹0 L/yr - ₹0 L/yr |
Middleware Administrator
21
salaries
| ₹0 L/yr - ₹0 L/yr |
Wipro
TCS
Infosys
HCLTech