Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Egain Team. If you also belong to the team, you can get access from here

Egain Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Egain Interview Questions and Answers

Updated 20 Feb 2024

Egain Interview Experiences

Popular Designations

4 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java MCQs, related to Threading, Collection and OOPs concept followed by a question on string, palindrome.

Round 2 - Technical 

(1 Question)

  • Q1. Java basics, system design and REST API discuss. Stack implementation using LL.

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2023

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

I applied via Naukri.com and was interviewed in May 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 - Aptitude Test 

Simple aptitude , problems like simple interest, mathematics

Round 3 - Coding Test 

Java, SQL, problem solving, communication, experience

Round 4 - HR 

(1 Question)

  • Q1. Simple questions based on background relocation, etc

I applied via Company Website and was interviewed before Apr 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SDLC Strength and Weaknesses Project management invoicing and Billing Risk and mitigation techniques Situation handling questions. Team handling
  • Ans. 

    Answering questions related to SDLC, project management, risk mitigation, situation handling, and team handling.

    • SDLC (Software Development Life Cycle) is a process used to develop software applications.

    • Strengths of SDLC include improved quality control, better project management, and increased customer satisfaction.

    • Weaknesses of SDLC may include longer development time and potential for scope creep.

    • Project management i...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There was written test with 4 sections:
1. Project management
2. Aptitude
3. Situation handling
4. Technology questions( Programming language etc)

General Tips: Overall interview process was very simple and straightforward. The best part is that you will come to know the results on very same day.
So you won't hear the usual lines from HR- "We will get back to you" :)

1. Written test( 45 Mins)
2. Technical / Managerial round
3. HR
Skills: Communication, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

Skills evaluated in this interview

Associate Project Manager Interview Questions asked at other Companies

Q1. SDLC Strength and Weaknesses Project management invoicing and Billing Risk and mitigation techniques Situation handling questions. Team handling
View answer (1)

Pget Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2015

Interview Questionnaire 

2 Questions

  • Q1. Why did u choose coding?
  • Ans. 

    Coding allows me to create solutions to problems and bring ideas to life.

    • I enjoy the challenge of problem-solving

    • Coding provides endless possibilities for creativity

    • It allows me to automate repetitive tasks

    • Coding is a valuable skill in today's job market

    • Examples: creating a website, developing a mobile app, automating data analysis

  • Answered by AI
  • Q2. Why do you think you are the best fit for coding?
  • Ans. 

    I have a strong passion for coding and have honed my skills through various projects and experiences.

    • I have completed multiple coding courses and have experience in various programming languages.

    • I have worked on several coding projects, including developing a website for a local business.

    • I am constantly learning and staying up-to-date with the latest coding trends and technologies.

    • I have a strong attention to detail an...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: An essay on most important achievement in your life.

Round: Interview
Experience: Coding skills puzzles(logical- 6, coding questions-2)

Main topics covered : JAVA and BTP

General Tips: 1. Practice coding problems/puzzles online2. Concentrate on JAVA fundamentals3. Pitch yourself in the interviews exclusively.Do not falter in the HR interview.
College Name: IIT MADRAS

Skills evaluated in this interview

Pget Interview Questions asked at other Companies

Q1. Bending Moment diagram of an indeterminate beam. And, how to find the moments at the mid span of the beam ?
View answer (1)

Egain interview questions for popular designations

 Software Engineer Level 1

 (1)

 Pget

 (1)

 Associate Project Manager

 (1)

Interview questions from similar companies

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

I applied via Referral and was interviewed before Feb 2022. 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before May 2022. 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 

Programming on basics of C

Round 3 - Coding Test 

Programming on basics of C

Round 4 - HR 

(1 Question)

  • Q1. Salary details and location preference
Interview experience
4
Good
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 - Technical 

(1 Question)

  • Q1. Middleware , dependency injection
Round 3 - Technical 

(1 Question)

  • Q1. Subject and subject behaviour
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

Duration:30 min
Question from percentage,ratios ,HCF/LCM etc.,
Logical reasoning, English

Round 3 - Coding Test 

(1 Question)

  • Q1. Reverse a string by making groups of given 'm' characters
  • Ans. 

    Reverse a string by grouping 'm' characters together

    • Iterate through the string in groups of 'm' characters

    • Reverse each group of 'm' characters

    • Concatenate the reversed groups to get the final reversed string

  • Answered by AI
Round 4 - HR 

(3 Questions)

  • Q1. General HR questions
  • Q2. What is your family background?
  • Q3. Why should we hire you?

Skills evaluated in this interview

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

I applied via Internshala and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me something about Data Sturcture
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures can be linear (arrays, linked lists) or non-linear (trees, graphs)

    • Common operations on data structures include insertion, deletion, and searching

    • Examples of data structures include stacks, queues, hash tables, and binary trees

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Feb 2022. There were 3 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 consists of two questions one is easy and another have medium level

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview panel consist of 3 persons and asked about OOPS concepts and implementation in C++
  • Q2. Asked about use of #define.

Interview Preparation Tips

Topics to prepare for Amantya Technologies Software Engineer interview:
  • Data Structures
  • OOPS
Interview preparation tips for other job seekers - If you are preparing for profile of software Engineer then keep updated yourself and practice more questions on DSA and basic of whatever language you are using .
Practice different questions on array and lsome standard questions of linked list, tree, binary tree, dynamic programming, binary search tree.

Egain Interview FAQs

How many rounds are there in Egain interview?
Egain interview process usually has 3 rounds. The most common rounds in the Egain interview process are Coding Test, Resume Shortlist and Aptitude Test.
What are the top questions asked in Egain interview?

Some of the top questions asked at the Egain interview -

  1. Why do you think you are the best fit for codi...read more
  2. SDLC Strength and Weaknesses Project management invoicing and Billing Risk and ...read more
  3. Java basics, system design and REST API discuss. Stack implementation using ...read more

Tell us how to improve this page.

Egain Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 847 Interviews
Cisco Interview Questions
4.1
 • 371 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
Freshworks Interview Questions
3.5
 • 157 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
View all

Egain Reviews and Ratings

based on 28 reviews

2.7/5

Rating in categories

2.5

Skill development

2.6

Work-life balance

2.8

Salary

2.7

Job security

2.9

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 28 Reviews and Ratings
Softwaretest Engineer
84 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Automation Test Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Egain with

Freshworks

3.5
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

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