Upload Button Icon Add office photos

Filter interviews by

eMpulse Global Senior Java Developer Interview Questions and Answers

Updated 27 Jul 2022

eMpulse Global Senior Java Developer Interview Experiences

1 interview found

I was interviewed in Jun 2022.

Round 1 - Coding Test 

Coding test they ask basic questions what you have mentioned in resume they ask about
Spring Boot and Java collection framework

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on Java. Collection

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions and overall workflow

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about java 8.
  • Ans. 

    Java 8 is a major release of the Java programming language, introducing new features like lambda expressions and streams.

    • Introduced lambda expressions for functional programming

    • Added streams API for processing collections

    • Default methods in interfaces for backward compatibility

    • Date and Time API improvements

  • Answered by AI
  • Q2. Tell about RDBMS.
  • Ans. 

    RDBMS stands for Relational Database Management System, a type of database that stores data in tables with relationships between them.

    • Uses structured query language (SQL) to interact with the database

    • Data is stored in tables with rows and columns

    • Supports ACID properties (Atomicity, Consistency, Isolation, Durability)

    • Examples include MySQL, Oracle, SQL Server

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

(2 Questions)

  • Q1. Project discussion
  • Q2. Write code for given use case.
  • Ans. 

    Implement a method to calculate the total price of items in a shopping cart.

    • Create a method that takes in an array of items with prices as input

    • Iterate through the array and sum up the prices of all items

    • Return the total price

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy but not sure the criteria for selection and they will keep doing interviews, even if they don't want to hire you.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Hacker Rank Coding for simple two program

Java Developer Interview Questions & Answers

Sigmoid user image Manjunath Yadav S

posted on 7 Jan 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Coding Test 

1 question from DSA,
Find no of ways to climb the stairs.
Java collections, Java 8 features and few Spring based aptitude questions

Round 2 - Technical 

(2 Questions)

  • Q1. Find peak element in rotated sorted array
  • Q2. Print the pascal triangle pattern
Round 3 - Technical 

(2 Questions)

  • Q1. Design Custom Hashmap
  • Q2. Find sum elements which will appear from left view of Binary tree
Round 4 - One-on-one 

(1 Question)

  • Q1. Question based on current project and experience. Some technical questions about Gradient descent(because mentioned resume)
Round 5 - HR 

(1 Question)

  • Q1. Experience and Expected CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - Never waste in giving interview with this company. Really HR service is very pathetic. Before technical interview, they discussed about my notice period. After clearing all technical interviews and spent entire my full day by spending 1300 for travelling and food, the HR said i doubt 90 days notice period will join our organisation. Unfortunately technical interviewers are very good.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java 8 features
  • Q2. @transactional
Round 2 - Technical 

(3 Questions)

  • Q1. Sql questions based on queries and scenarios
  • Q2. Microservices architecture
  • Q3. Design patterns
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Shallow copy and deep copy
  • Q2. What is Pure component
  • Ans. 

    A Pure component is a component in React that does not have any state or lifecycle methods, resulting in improved performance.

    • Pure components are used to prevent unnecessary re-renders in React applications.

    • Pure components implement shouldComponentUpdate method with shallow comparison of props and state.

    • Examples of Pure components include functional components and class components that extend PureComponent class.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve the knowledge of javascript basics and for react developer role, focus on coding side.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Uikit explaination
  • Q2. Model classes with uikit
  • Ans. 

    Model classes in UIKit are used to represent data in an application's user interface.

    • Model classes in UIKit typically subclass NSObject and are used to store and manage data for views.

    • They can include properties to represent different data fields, methods to manipulate the data, and sometimes protocols for delegation.

    • For example, a model class for a user profile in a social media app might have properties like username...

  • Answered by AI
Round 2 - Coding Test 

Project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How is GIL and how python handle multi threading
  • Ans. 

    GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.

    • To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...

  • Answered by AI
  • Q2. Explain How React works under the hood.
  • Ans. 

    React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.

    • React creates a virtual DOM representation of the actual DOM.

    • When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.

    • React then updates the actual DOM efficiently to reflect the changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep understanding of technology you apply for

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about a project you have worked on
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Good number of questions on permutations, english etc

Round 2 - HR 

(1 Question)

  • Q1. What do you know about this company?
  • Ans. 

    The company is a leading software development firm specializing in creating innovative solutions for various industries.

    • Specializes in creating innovative software solutions

    • Works with clients from various industries

    • Known for high-quality and reliable products

    • Has a strong team of experienced developers

    • Focuses on staying up-to-date with the latest technologies

  • Answered by AI

eMpulse Global Interview FAQs

How many rounds are there in eMpulse Global Senior Java Developer interview?
eMpulse Global interview process usually has 2 rounds. The most common rounds in the eMpulse Global interview process are Coding Test and Technical.

Tell us how to improve this page.

Softwaretest Engineer
11 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Business Analyst
8 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Design Engineer
5 salaries
unlock blur

₹3.3 L/yr - ₹4 L/yr

System Administrator
5 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Software Developer
4 salaries
unlock blur

₹2.2 L/yr - ₹5.2 L/yr

Explore more salaries
Compare eMpulse Global 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