Upload Button Icon Add office photos

Filter interviews by

Eidiko Systems Integrators Software Engineer Interview Questions, Process, and Tips

Updated 14 Apr 2023

Top Eidiko Systems Integrators Software Engineer Interview Questions and Answers

View all 6 questions

Eidiko Systems Integrators Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at JB Institute of Engineering, Moinabad Mandal and was interviewed in Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Easy simple concepts like percentages,most questions from geometry.

Round 3 - Group Discussion 

Easy they see our confidence

Round 4 - Technical 

(2 Questions)

  • Q1. Easy basic questions about any one language
  • 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.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. What is your favorite subject and explain the what are the concepts you have studied in that.

Interview Preparation Tips

Topics to prepare for Eidiko Systems Integrators Software Engineer interview:
  • Java
  • Python
  • C
  • C++
Interview preparation tips for other job seekers - Just strong in basics of your preferred language is enough to crack this🙂

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Collection framework
  • Q2. 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-s

  • Answered by AI
  • 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.

  • Answered by AI
  • Q4. 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.

  • Answered by AI
  • Q5. 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"});

  • Answered by AI
  • Q6. Prime numbers
  • Q7. 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

  • Answered by AI
  • Q8. Heap and string constant pool

Interview Preparation Tips

Interview preparation tips for other job seekers - If you know core java concept you are good to go.....

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at National Institute of Technology (NIT), Karnataka and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Question based on array string linkedlist

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

It was online test having coding questions for logical part and UI part

Round 3 - Technical 

(2 Questions)

  • Q1. Again logical and technical round with questions that you need to code while sharing your screen.
  • Q2. Todo list problem
  • Ans. 

    Implement a todo list with add, delete, and mark as completed functionalities.

    • Create an array to store the tasks

    • Implement functions to add, delete, and mark tasks as completed

    • Display the tasks with their completion status

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Basic js concepts

Skills evaluated in this interview

Eidiko Systems Integrators Interview FAQs

How many rounds are there in Eidiko Systems Integrators Software Engineer interview?
Eidiko Systems Integrators interview process usually has 5 rounds. The most common rounds in the Eidiko Systems Integrators interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Eidiko Systems Integrators Software Engineer interview?

Some of the top questions asked at the Eidiko Systems Integrators Software Engineer interview -

  1. Can we pass arguments in place of args... In string [] arg...read more
  2. 1)What is python 2)what is an areay 3)two basic coding quest...read more
  3. Reverse the given string without using lo...read more

Tell us how to improve this page.

Eidiko Systems Integrators Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Eidiko Systems Integrators Software Engineer Salary
based on 188 salaries
₹2.4 L/yr - ₹9.1 L/yr
40% less than the average Software Engineer Salary in India
View more details

Eidiko Systems Integrators Software Engineer Reviews and Ratings

based on 19 reviews

2.7/5

Rating in categories

3.7

Skill development

2.9

Work-life balance

2.6

Salary

3.1

Job security

2.6

Company culture

2.6

Promotions

2.7

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer
188 salaries
unlock blur

₹2.4 L/yr - ₹9.1 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Software Developer
50 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Software Engineer Trainee
24 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Middleware Administrator
22 salaries
unlock blur

₹1.8 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Eidiko Systems Integrators with

Wipro

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview