Upload Button Icon Add office photos

Filter interviews by

E2 Software India Interview Questions and Answers for Experienced

Updated 26 Nov 2024

E2 Software India Interview Experiences for Experienced

1 interview found

Senior IT Talent Acquisition Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(1 Question)

  • Q1. Hr regarding recruitment
Round 2 - HR 

(1 Question)

  • Q1. Source the profiles
Round 3 - One-on-one 

(1 Question)

  • Q1. Not satisfied in salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Very rude and not professional

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java design patterns
  • Q2. Cucumber with java singleton pattern
  • Ans. 

    Cucumber is a BDD testing tool and Singleton pattern is a design pattern. They can be used together in Java for efficient testing.

    • Cucumber is a tool used for Behavior Driven Development (BDD) testing

    • Singleton pattern is a design pattern that restricts the instantiation of a class to one object

    • Using Singleton pattern with Cucumber in Java can help in efficient testing by ensuring only one instance of a class is created

    • E...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Design patterns in java and oops concepts

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1st Round was technical question full on Java, collections, threading, microservices etc.
  • Q2. 2nd Round was again technical with code implementation of some problems and implementation of Java collections
  • Q3. 3rd Round manager round, discussion on project am working with last organization, some problem solving scenario based round
  • Q4. 4th Round Senior Manager round - discussion on technical capabilities and project related questions
  • Q5. Final round Delivery head, discussion about project and some basic question about future aspirations n all

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, and give your answer, well prepared and if you dont know any answer be frank and let Interviewer know this.
We only drive the interview not the interviewer.

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is a critical rendering path?
  • Ans. 

    The sequence of steps a browser takes to convert HTML, CSS, and JavaScript into a rendered page.

    • Includes parsing HTML, constructing the DOM tree, calculating styles, and executing JavaScript.

    • Optimizing the critical rendering path can improve page load times and user experience.

    • Examples of optimization techniques include minimizing render-blocking resources and using lazy loading.

    • The critical rendering path can vary dep

  • Answered by AI
  • Q2. What is a asynchronous in js means
  • Ans. 

    Asynchronous in JS means executing code without blocking the main thread.

    • Asynchronous code allows other code to run while waiting for a task to complete.

    • It is commonly used for network requests, file I/O, and other time-consuming operations.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous code in JS.

  • Answered by AI
  • Q3. What is a class in js means? And explain its use case
  • Ans. 

    A class in JavaScript is a blueprint for creating objects with similar properties and methods.

    • Classes are used to create multiple objects with the same structure and behavior.

    • They provide a way to organize and encapsulate related data and functions.

    • Classes can have properties (variables) and methods (functions) that define their behavior.

    • Instances of a class can be created using the 'new' keyword.

    • Classes can also have ...

  • Answered by AI
  • Q4. What is a mobile first design
  • Ans. 

    Mobile first design is an approach where the design and development of a website or application starts with the mobile version.

    • Designing for smaller screens first

    • Prioritizing content and functionality for mobile users

    • Adapting the design for larger screens

    • Focusing on speed and performance

    • Examples: Instagram, Twitter, and Facebook

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong in the programming language you know. And speak clearly when explaining.

Skills evaluated in this interview

unemploy Interview Questions & Answers

SAP user image Anonymous

posted on 16 Apr 2021

I applied via Referral

Interview Questionnaire 

9 Questions

  • Q1. How you manage matrrial
  • Q2. Where do you see the quality inspection
  • Q3. What is purchase order
  • Q4. Do you know how to contract
  • Q5. What is MIGO
  • Q6. What is MIRO
  • Q7. What is the t code of material creation
  • Q8. Can you give subcontracts with out purchase order
  • Q9. Do you know movement types

Interview Preparation Tips

Interview preparation tips for other job seekers - Those who can properly understand these sub

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Batch methods, Query locator, asynchronous method, connected app, types of API, write few logic in Apex, Triggers, context variables, Deployment process, how to handle any critical Production defect, day t...

Interview Questionnaire 

2 Questions

  • Q1. They ask few basic. Question on core java...and basic program On collection framework.diffrence between sets and mapdand list..singlton design patterns.oops concept..
  • Q2. Give a any basic program and in same prog.ask to write reverse string,even odd,gretest no...such a basic program only

Interview Questionnaire 

5 Questions

  • Q1. What is the difference between Service and Component in Angular
  • Ans. 

    Service provides data and functionality while Component handles UI and user interaction.

    • Service is a singleton object that can be injected into multiple components

    • Component is a directive with a template and styles

    • Service provides data and functionality to components

    • Component handles UI and user interaction

    • Services can be used to share data between components

    • Components can communicate with services using dependency inj

  • Answered by AI
  • Q2. What is the most critical technical challenge you faced in the careet and how did you resolve it
  • Q3. Which is the best to use either the State variables or Properties in ReactJS and why
  • Ans. 

    State variables are best for managing component's internal state, while properties are best for passing data from parent to child components.

    • State variables are mutable and can be changed within the component

    • Properties are immutable and cannot be changed within the component

    • State variables are used to manage the component's internal state

    • Properties are used to pass data from parent to child components

    • State variables ar...

  • Answered by AI
  • Q4. How do you configure the Authentication system in API service and how do you ensure that it is not hacked from external sources
  • Ans. 

    Authentication system in API service must be configured securely to prevent external hacking.

    • Use strong encryption algorithms to store passwords

    • Implement multi-factor authentication

    • Use HTTPS protocol to encrypt data in transit

    • Implement rate limiting to prevent brute force attacks

    • Regularly update and patch the authentication system

    • Use secure coding practices to prevent injection attacks

  • Answered by AI
  • Q5. How the clients of one domain will be made to access the API service? How do the different domains based clients authentication and authorization are managed in the API service
  • Ans. 

    Clients of one domain can access API service through authentication and authorization managed by API service.

    • API service can use OAuth2.0 for authentication and authorization

    • Different domains can have different client IDs and secrets for OAuth2.0

    • API service can use JWT for token-based authentication

    • Cross-Origin Resource Sharing (CORS) can be used to allow access from different domains

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic java questions
  • Q2. Rest API, Microservices

Interview Preparation Tips

Interview preparation tips for other job seekers - Get your basic right and need strong fundamental knowledge

I applied via LinkedIn and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How will you explain Facebook to a six year old ?
  • Q2. What are API 's can you give an incidence making maximum use it ?
  • Ans. 

    APIs are tools that allow different software applications to communicate with each other. An example of maximum use is integrating a payment gateway API into an e-commerce website.

    • API stands for Application Programming Interface

    • APIs allow different software applications to communicate with each other

    • APIs can be used to integrate different functionalities into a software application

    • An example of maximum use is integrati...

  • Answered by AI
  • Q3. How will you integrate power BI to Adobe captivate prime? Project work on Power BI ?
  • Ans. 

    Integrating Power BI with Adobe Captivate Prime can provide valuable insights for sales management.

    • Power BI can be used to create interactive dashboards and reports that can be integrated with Adobe Captivate Prime.

    • This integration can help sales managers to track the progress of their sales team and identify areas for improvement.

    • Project work on Power BI can involve creating custom reports and dashboards that are tail...

  • Answered by AI
  • Q4. What is LMS ? Why should one be using it ?
  • Ans. 

    LMS stands for Learning Management System. It is a software application used for delivering, managing, and tracking online training and education.

    • LMS is used to create and deliver online courses and training programs.

    • It allows learners to access training materials from anywhere, at any time.

    • LMS provides tools for tracking learner progress and assessing their performance.

    • It can be used to manage and organize training co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Adobe is one of the best companies to learn while you clear rounds , recruiters will give you ample time to think before you answer and are extremely polite and humble.

Skills evaluated in this interview

E2 Software India Interview FAQs

How many rounds are there in E2 Software India interview for experienced candidates?
E2 Software India interview process for experienced candidates usually has 3 rounds. The most common rounds in the E2 Software India interview process for experienced candidates are One-on-one Round and HR.
How to prepare for E2 Software India interview for experienced candidates?
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 E2 Software India. The most common topics and skills that interviewers at E2 Software India expect are Interview Coordination, Sourcing Profiles, Contract Staffing, Screening and Talent Acquisition.

Tell us how to improve this page.

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 833 Interviews
Amdocs Interview Questions
3.8
 • 520 Interviews
Zoho Interview Questions
4.3
 • 500 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
KPIT Technologies Interview Questions
3.5
 • 285 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
Adobe Interview Questions
4.0
 • 247 Interviews
View all

E2 Software India Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.9

Job Security

5.0

Company culture

4.0

Promotions/Appraisal

4.0

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Software Developer
5 salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Liferay Developer
4 salaries
unlock blur

₹6.5 L/yr - ₹9 L/yr

Junior Software Engineer
3 salaries
unlock blur

₹0.6 L/yr - ₹1.2 L/yr

Explore more salaries
Compare E2 Software India with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview