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

Solutions success engineer 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
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)

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

 Associate Project Manager

 (1)

 Pget

 (1)

 Software Engineer Level 1

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Identifying xpath and writing code for automating login page with framework structure, java basic coding questions like identifying duplicates in given string etc

Round 2 - Technical 

(3 Questions)

  • Q1. Core Java questions
  • Q2. Explain OOPS Concepts
  • Q3. Explain collections.
Round 3 - Technical 

(1 Question)

  • Q1. Managerial level questions
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

They gave us 2 coding questions, must code in java, they personally checked each of our codes, 1 hr duration (They may extend for around 30 mins), should have java installed on our systems prior.

Round 2 - Technical 

(9 Questions)

  • Q1. Difference between array list, array in java
  • Ans. 

    Array list is a dynamic array that can grow or shrink in size, while array in Java is a fixed-size collection of elements.

    • Array list in Java is a class that implements List interface and allows dynamic resizing.

    • Arrays in Java are fixed in size and cannot be resized once initialized.

    • Example: ArrayList<String> arrayList = new ArrayList<String>(); String[] array = new String[5];

  • Answered by AI
  • Q2. About spring boot
  • Q3. Write code for dynamic arrays
  • Ans. 

    Code snippet to implement dynamic arrays with add, remove, and access methods.

    • Use a list or vector data structure to implement dynamic arrays.

    • For adding elements, use the append or push_back method.

    • For removing elements, use the erase or remove method.

    • For accessing elements, use the index operator or at method.

  • Answered by AI
  • Q4. For loop, for each
  • Q5. What do u know about java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is an object-oriented programming language

    • It is known for its platform independence, meaning Java programs can run on any device that has a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise systems

    • Java has a rich set of libraries and frameworks tha

  • Answered by AI
  • Q6. Oops concepts
  • Q7. Introduce urself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and problem-solving.

    • Recent graduate in Computer Science

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q8. Linked list - node insertion, deletion in java
  • Q9. Heaps in java, how does internal memory allocation happen for heaps
  • Ans. 

    In Java, heaps are used for dynamic memory allocation. Internal memory allocation in heaps is managed by the JVM.

    • Heaps in Java are used for storing objects and dynamically allocated memory.

    • Memory allocation in heaps is managed by the Java Virtual Machine (JVM).

    • The JVM uses a technique called garbage collection to reclaim memory from objects that are no longer in use.

    • Objects in the heap are allocated memory based on the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Techouts Software Engineer Trainee interview:
  • java
  • dsa
Interview preparation tips for other job seekers - min aggregate marks of 80% throughout ur academics
I cleared coding round and in the interview, out of 150, they selected 1 candidate(Cause the candidate had good knowledge of spring boot which was all they wanted)
3.0-3.5 lpa and 3 years of service agreement
and finally the candidate rejected their offer

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What lessons have you learned from your experiences in your previous company?
Round 2 - Technical 

(2 Questions)

  • Q1. What are the different types of financial derivatives?
  • Q2. What are corporate actions and what are their various types?

Interview Preparation Tips

Interview preparation tips for other job seekers - While it is a good opportunity for freshers, experienced professionals may find the upper management to be quite toxic. For the company to grow, a change in management is necessary.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. First round is telephonic technical interview.
  • Q2. On telephonic conversation they are just asking some simple questions.
Round 2 - Technical 

(2 Questions)

  • Q1. 2nd round interview taking assistant manager on virtually
  • Q2. They ask some moderate questions not to hard.
Round 3 - Technical 

(2 Questions)

  • Q1. 3rd round interview taking by it manager virtually.
  • Q2. They ask some basic questions related to your work.
Round 4 - Technical 

(2 Questions)

  • Q1. 4th round of interview taking by sr. It manager dhiraj Mishra.
  • Q2. He's asking irrelevant questions and demotivate you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste your time to giving an interview in us tech solutions, Dhiraj Mishra senior manager of IT,he always demotivated you if your answer is correct.it's a pathetic experience.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.

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, HR and Technical.
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.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Adobe Interview Questions
3.9
 • 250 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
ServiceNow Interview Questions
4.2
 • 120 Interviews
Magic Edtech Interview Questions
3.1
 • 49 Interviews
View all

Egain Reviews and Ratings

based on 27 reviews

2.7/5

Rating in categories

2.4

Skill development

2.7

Work-life balance

2.8

Salary

2.8

Job security

2.9

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 27 Reviews and Ratings
Softwaretest Engineer
84 salaries
unlock blur

₹3.5 L/yr - ₹5.6 L/yr

Software Engineer
20 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

Software Engineer Level 1
13 salaries
unlock blur

₹6 L/yr - ₹10.9 L/yr

Java Developer
11 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Automation Test Engineer
9 salaries
unlock blur

₹4.2 L/yr - ₹5.8 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