Upload Button Icon Add office photos

Filter interviews by

Egen Solutions Associate Software Engineer Interview Questions and Answers

Updated 20 Mar 2024

Egen Solutions Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA was asked. Very professional conversation.
  • Q2. How will you implement undo redo functionality on a string?
  • Ans. 

    Implementing undo redo functionality on a string using arrays.

    • Store each change in a stack for undo functionality.

    • Store each undone change in a separate stack for redo functionality.

    • When undo is called, pop the last change from the undo stack and push it to the redo stack.

    • When redo is called, pop the last change from the redo stack and push it to the undo stack.

    • Update the string based on the changes in the undo stack.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. General he questions

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Linux and vmware
Round 2 - Technical 

(1 Question)

  • Q1. Linux and VMware
Round 3 - HR 

(1 Question)

  • Q1. Background details
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Medium level difficulty we can clear if we are strong in logical and aptitude

Round 2 - Group Discussion 

The topic is which is important soft skills are technical skills

Round 3 - Coding Test 

1 programming question and few logical questions were asked

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

I applied via campus placement at MH Saboo Siddik College of Engineering, Mumbai and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Java , collection , spring boot
  • Q2. What is internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hashed again to fi...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Spring security, oops , hibernate

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well what you mentioned on resume

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

HackerRank - 2 Questions - LinkedList(Medium), HashMap(Medium)

Round 2 - Technical 

(1 Question)

  • Q1. Questions on OOPS
Round 3 - HR 

(1 Question)

  • Q1. Why OpenText? How do you see yourself in next 5 years

I applied via Campus Placement

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 

Online test on cocubes which contains 60 questions in 60 minutes.

Round 3 - Technical 

(1 Question)

  • Q1. Basic questions and sudo code
Round 4 - Behavioral 

(1 Question)

  • Q1. Basically scenario based Logical Questions
Round 5 - HR 

(1 Question)

  • Q1. It is just formality asking you about are your flexibility and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I got this job during my campus placement. And I must save this is the best place for fresher to learn and explode new things
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Two coding ques. you have to solve in one hour.

Round 3 - Technical 

(2 Questions)

  • Q1. Hashmap & hashtable , oops concept , ques. from my academic project, questions from SQL
  • Q2. Difference in set and list , explain collections hierarchy , vector and array list
  • Ans. 

    Set and list are both collection types in Java. Vector and ArrayList are two implementations of List interface.

    • Set is an unordered collection of unique elements while List is an ordered collection of elements.

    • Collections hierarchy in Java includes Collection interface, List interface, Set interface, and Map interface.

    • Vector is a synchronized implementation of List interface while ArrayList is not synchronized.

    • Arrays ar...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About yourself , family background , your strength and weakness , why xoriant

Interview Preparation Tips

Topics to prepare for Xoriant Associate Software Engineer interview:
  • Core Java
  • Java
  • SQL
  • OOPS
Interview preparation tips for other job seekers - Prepare Java, sql and your project well. communication skills also matter.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

5 coding question is there. we have to solve Atleast 3 for interview call.

Round 3 - Technical 

(2 Questions)

  • Q1. Find middle element in linked list and Floyd algorithm.
  • Ans. 

    Finding middle element in linked list using Floyd algorithm.

    • Floyd algorithm uses two pointers, one slow and one fast, to traverse the linked list.

    • The slow pointer moves one node at a time while the fast pointer moves two nodes at a time.

    • When the fast pointer reaches the end of the list, the slow pointer will be at the middle element.

    • If the list has even number of elements, there will be two middle elements.

    • In that case...

  • Answered by AI
  • Q2. Questions based on java programming language.

Interview Preparation Tips

Interview preparation tips for other job seekers - I suggest to focus more on programming language. Solve basic DSA problems based on(array, linked list and string)and don't forgot to practice basic SQL queries.
and revise your project atleast once before going for interview.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Group Discussion 

Corona Pandemic, digitalization

Round 3 - Aptitude Test 

Qualitative and quantitative questions + gmat

Round 4 - Technical 

(1 Question)

  • Q1. Dbms, os, programming

I applied via Campus Placement and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, technical MCQs and c/c++ questions of medium type

Round 2 - Technical 

(1 Question)

  • Q1. 1. Given offset, find the indices of multi dimensional array 2. Bitwise operations coding 3. Structure padding 4. Code memory storage
  • Ans. 

    Technical questions related to programming concepts and memory management.

    • To find indices of a multi-dimensional array using offset, divide the offset by the size of each element and use the quotient as the index for the first dimension. Repeat this process for each dimension.

    • Bitwise operations are used to manipulate individual bits in a binary number. Examples include AND, OR, XOR, and bit shifting.

    • Structure padding i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics of c, os, data structures and knowledge of how memory works

Skills evaluated in this interview

Egen Solutions Interview FAQs

How many rounds are there in Egen Solutions Associate Software Engineer interview?
Egen Solutions interview process usually has 2 rounds. The most common rounds in the Egen Solutions interview process are Technical and HR.
What are the top questions asked in Egen Solutions Associate Software Engineer interview?

Some of the top questions asked at the Egen Solutions Associate Software Engineer interview -

  1. How will you implement undo redo functionality on a stri...read more
  2. DSA was asked. Very professional conversati...read more
  3. General he questi...read more

Tell us how to improve this page.

Egen Solutions Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Talent Acquisition Specialist
6 salaries
unlock blur

₹3.6 L/yr - ₹4 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹22 L/yr - ₹37.5 L/yr

HR Executive
4 salaries
unlock blur

₹4 L/yr - ₹7 L/yr

Senior Business Development Executive
4 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

US IT Recruiter
4 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Egen Solutions with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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