Upload Button Icon Add office photos

Filter interviews by

eAppSys Interview Questions and Answers

Updated 27 Dec 2024

eAppSys Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why you have applied to this company
  • Ans. 

    I applied to this company because of its reputation for innovation and commitment to quality.

    • Impressed by company's track record of successful projects

    • Excited about the opportunity to work with cutting-edge technology

    • Positive reviews from current and former employees

  • Answered by AI
  • Q2. Why do you want to work for this company
  • Ans. 

    I am impressed by the company's innovative products and strong reputation in the industry.

    • Impressed by innovative products

    • Strong reputation in the industry

    • Opportunity for growth and development

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. They were not responsive
  • Q2. Not good experience
Round 3 - HR 

(2 Questions)

  • Q1. Bad experience poor attitude egostic people
  • Q2. Mean rude manipulative people
  • Ans. 

    Rude, manipulative people can be difficult to work with and may create a toxic work environment.

    • Set boundaries and assert yourself when dealing with such individuals.

    • Document interactions and seek support from management or HR if necessary.

    • Focus on maintaining professionalism and not stooping to their level.

    • Consider seeking guidance from a therapist or counselor to cope with the stress.

    • Examples: A colleague who takes c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - over all not good experience working with this kind company

Senior Test Lead Interview Questions asked at other Companies

Q1. What the main difference between a Bind and an Equity instrument?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your highest qualification?
  • Q2. Why you chose HR in MBA
Round 2 - Behavioral 

(2 Questions)

  • Q1. What is your expectations about salary?
  • Q2. What do you do in free time?

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview may differs from role you apply.

Associate Functional Consultant Interview Questions asked at other Companies

Q1. how does a Manufacturing line know the procedure?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Write a program on Fibonacci series on any programming language?
  • Ans. 

    A program to generate Fibonacci series in any programming language.

    • Start with two initial numbers, 0 and 1.

    • Iterate through a loop to generate subsequent numbers by adding the previous two.

    • Repeat the process until the desired number of terms is reached.

    • Example: 0, 1, 1, 2, 3, 5, 8, 13, 21, ...

  • Answered by AI
  • Q2. Write an essay on your native place?
  • Ans. 

    My native place is a small coastal town known for its beautiful beaches and delicious seafood.

    • Located on the southern coast of India

    • Famous for its annual beach festival

    • Rich in cultural heritage with ancient temples and traditional dance forms

    • Economy primarily based on fishing and tourism

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and focus on latest trends in technologies.

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

I applied via Approached by Company and was interviewed in Aug 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 - Aptitude Test 

Basic aptitude , followed by pseudo codes

Round 3 - Technical 

(2 Questions)

  • Q1. Problem Solving skills
  • Q2. SQL related questions
Round 4 - HR 

(2 Questions)

  • Q1. Basic HR related questions
  • Q2. Relocation To on-site
  • Ans. 

    I am willing to relocate on-site for the job.

    • I am open to the idea of relocating for the job.

    • I understand that on-site work may be required and I am willing to comply.

    • I am excited about the opportunity to work in a new location and experience a new environment.

    • I am prepared to make the necessary arrangements for relocation, such as finding housing and transportation.

    • I am committed to making a smooth transition and ensu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - U need to be confident
Apply EVEN IF YOU'RE NOT A 100 PERCENT MATCH
BRAND YOURSELF

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)

eAppSys interview questions for popular designations

 Associate Consultant

 (2)

 Senior Test Lead

 (1)

 Associate Functional Consultant

 (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Normal java and springboot qustion regarding project and prepare well for java8 with dept knowledge
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation with 10 sec call

Interview Preparation Tips

Topics to prepare for Capgemini Associate Consultant interview:
  • Java 8
  • Spring Boot
  • MySQL
  • spring core
  • Spring
Interview preparation tips for other job seekers - Easy interview on your technology but selection of project interviews for clients is very tough if u want to work on best account client like jpmorgan other accounts intervew also moderate mode of interview

I applied via Campus Placement and was interviewed before Jul 2021. 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 - Aptitude Test 

There are 30 questions in Appetitive

Round 3 - Coding Test 

Find the occurrence of character in a string?

Interview Preparation Tips

Topics to prepare for Capgemini Associate Consultant interview:
  • Java
  • DS
  • MySQL
Interview preparation tips for other job seekers - All over interview was good. it up to you how you are handling the interview.

Interview Questionnaire 

1 Question

  • Q1. I went for automation testing they asked java questions only

I applied via Campus Placement and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C++ program for palindrome
  • Ans. 

    A C++ program to check if a given string is a palindrome or not.

    • Create a character array to store the input string

    • Use two pointers, one at the beginning and one at the end of the array

    • Compare the characters at both pointers and move them towards each other until they meet

    • If all characters match, the string is a palindrome

    • If any character doesn't match, the string is not a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Compare to other organization it's easy to crack interview in Capgemini

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Python: tuples vs list, regular expression, dictionary-update and how to merge two dictionaries? write a program to detect battery percentage? pattern printing?
  • Q2. SDLC vs STLC? write test cases? explain ur project and framework? so many questions on framework regarding? how to report bug? what is agile scrum?
  • Ans. 

    Questions on SDLC, STLC, test cases, project framework, bug reporting, and Agile Scrum.

    • SDLC (Software Development Life Cycle) is the process of developing software from planning to deployment.

    • STLC (Software Testing Life Cycle) is the process of testing software from planning to deployment.

    • Test cases are written to ensure that software meets the requirements and functions as expected.

    • Project framework refers to the stru...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and explain your project and day to day work/responsibility in very detail and in confidence way. just give your 101%

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Oct 2020. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Easy interview- they ask about past experience and some accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and fill only those things on your cv which you have know well

eAppSys Interview FAQs

How many rounds are there in eAppSys interview?
eAppSys interview process usually has 2-3 rounds. The most common rounds in the eAppSys interview process are Technical, HR and Aptitude Test.
How to prepare for eAppSys interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at eAppSys . The most common topics and skills that interviewers at eAppSys expect are Information Technology, Technical Documentation, Analytical skills, Computer science and Disaster Recovery.
What are the top questions asked in eAppSys interview?

Some of the top questions asked at the eAppSys interview -

  1. Write a program on Fibonacci series on any programming langua...read more
  2. mean rude manipulative peo...read more
  3. SQL related questi...read more

Tell us how to improve this page.

eAppSys Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
ICICI Bank Interview Questions
4.0
 • 2.5k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all

eAppSys Reviews and Ratings

based on 15 reviews

3.1/5

Rating in categories

2.8

Skill development

3.0

Work-life balance

2.9

Salary

2.9

Job security

2.8

Company culture

3.0

Promotions

2.7

Work satisfaction

Explore 15 Reviews and Ratings
Associate Consultant
18 salaries
unlock blur

₹2.4 L/yr - ₹10.8 L/yr

Associate Technical Consultant
10 salaries
unlock blur

₹3.6 L/yr - ₹10 L/yr

Associate PMO
5 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Technical Consultant
5 salaries
unlock blur

₹8 L/yr - ₹12 L/yr

Consultant
4 salaries
unlock blur

₹6 L/yr - ₹17 L/yr

Explore more salaries
Compare eAppSys with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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