Upload Button Icon Add office photos

Dell EMC

Compare button icon Compare button icon Compare

Filter interviews by

Dell EMC Java Developer Interview Questions and Answers

Updated 6 Sep 2022

Dell EMC Java Developer Interview Experiences

1 interview found

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 - Technical 

(1 Question)

  • Q1. Bean life cycle methods
  • Ans. 

    Bean life cycle methods are used to manage the creation and destruction of Java beans.

    • There are four bean life cycle methods: init(), destroy(), afterPropertiesSet(), and destroyMethod().

    • init() is called after the bean is instantiated and can be used for initialization tasks.

    • destroy() is called before the bean is destroyed and can be used for cleanup tasks.

    • afterPropertiesSet() is called after all bean properties have b...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Package discussions, and shift flexibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, you might get questions from anywhere

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to compare two files in Cobol program with millions of records ? It should be fast and optimised.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share practical experience.

Interview Questionnaire 

2 Questions

  • Q1. Asking just previous company details and some technical questions of my job role
  • Q2. Salary only discussed

Application Developer Interview Questions & Answers

DXC Technology user image R.Arockia Ratheesh Sahayaraj

posted on 10 Nov 2015

Interview Questionnaire 

2 Questions

  • Q1. Tell about Function Overloading,Polymorphism and to give the  difference
  • Ans. 

    Function overloading is when multiple functions have the same name but different parameters. Polymorphism is the ability of an object to take on many forms.

    • Function overloading allows multiple functions with the same name but different parameters to be defined.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Function overloading is resolved at compile-time, while polymorp

  • Answered by AI
  • Q2. Simple C program to accept and print a name
  • Ans. 

    A simple C program to accept and print a name.

    • Use scanf() function to accept the name from the user.

    • Use printf() function to print the name on the screen.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Quants,Logical and Verbal reasoning were 
asked.Questions mainly from indiabix website.
Duration: 40 minutes
Total Questions: 50

Round: Test
Experience: 75 questions in 50 minutes and for 10 mins  we had to write not more than 
150 words on any one of the 4 topics given......................
Areas like
C aps
Data Structures
Electron Devices and Circuits
Digital Design
Microprocessor
DBMS
Algorithms
Computer Architecture
Operating Systems
Software Engineering
Networks
Duration: 50 minutes
Total Questions: 75

Round: HR Interview
Experience: Interviewer asked us about our hobbies and likes.

Skills:
College Name: Anna University Chennai

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Ans. 

    Dynamic allocation of memory to 2D array is done using double pointer and malloc function.

    • Declare a double pointer to hold the 2D array.

    • Allocate memory to the first dimension using malloc function.

    • Allocate memory to the second dimension using a loop and malloc function.

    • Free the memory after use to avoid memory leaks.

    • Example: int **arr; arr = (int **)malloc(rows * sizeof(int *));

    • Example: for(int i=0; i

  • Answered by AI
  • Q2. Given string 'aabbdbdges', write a function to return a string in which there would be the letter followed by it's count of occurrence. (the output from the function for the given string should be a2b3d2g2...
  • Q3. Questions regarding memory allocation layout in C
  • Q4. Questions on Code lifecycle. Like, what is assembly code? what are macros?
Round 2 - Manegerial round 

(2 Questions)

  • Q1. Detailed questions regarding what is sprint, what is iteration? what is a story? what is a scrum? what is the role of scrum master?
  • Q2. Explain waterfall model
  • Ans. 

    Waterfall model is a linear sequential approach to software development.

    • It follows a sequential process where each phase must be completed before moving to the next one.

    • It is a rigid model and changes cannot be made easily once a phase is completed.

    • It is suitable for projects with well-defined requirements and a clear understanding of the end product.

    • Phases include requirements gathering, design, implementation, testin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • C
Interview preparation tips for other job seekers - Prepare how the memory layout works in C.
And have hands on practice writing small small C codes.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Oct 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Explain fi to sd intigration
  • Ans. 

    FI to SD integration refers to the integration between SAP Financials (FI) and Sales and Distribution (SD) modules.

    • FI and SD are two important modules in SAP ERP system

    • FI module deals with financial transactions and accounting

    • SD module deals with sales and distribution processes

    • Integration between FI and SD modules ensures that financial transactions are accurately recorded for sales and distribution activities

    • Examples...

  • Answered by AI
  • Q2. Explain about tickets
  • Ans. 

    Tickets are a means of tracking and managing tasks or issues within a system.

    • Tickets can be created by users or automatically generated by the system.

    • They typically include information such as a title, description, priority level, and status.

    • Tickets can be assigned to specific individuals or teams for resolution.

    • They are commonly used in software development, customer support, and project management.

    • Examples of ticketi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for DXC Technology Application Developer interview:
  • GL
  • Ap
  • Accounts Receivable
  • Asset Management
Interview preparation tips for other job seekers - practice on tickets
practice on configuration of GL ,AP ,AR and Asset account
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Technical discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. Process flow of my work
  • Ans. 

    My work involves analyzing requirements, designing solutions, coding, testing, and deploying applications.

    • Analyze requirements provided by stakeholders

    • Design solutions based on requirements

    • Code the application using appropriate programming languages

    • Test the application for bugs and errors

    • Deploy the application to production environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good discussion

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to handle if you are a team lead and some developer is not able to perform well.
  • Ans. 

    As a team lead, address the issue by identifying the root cause and providing support and guidance to improve performance.

    • Have a one-on-one meeting with the developer to discuss their challenges and identify the root cause of their performance issues.

    • Provide support and guidance to help the developer improve their skills and knowledge.

    • Set clear expectations and goals for the developer, and monitor their progress regula...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Go through your technology questions.

Interview Questionnaire 

1 Question

  • Q1. I have been asked about SAP BASIS HANA. It was a good experience for me

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest, tell what you know. My interview was virtual. So try to be well dressed and try to keep smile

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is promises and observable?
  • Ans. 

    Promises and observables are both used for handling asynchronous operations in JavaScript.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation and allow you to handle the result using then() and catch() methods.

    • Observables are a more powerful way of handling asynchronous operations that allow you to subscribe to a stream of data and react to each event as it occurs.

    • Observa...

  • Answered by AI
  • Q2. Lifecycle hooks in angular
  • Ans. 

    Lifecycle hooks are functions that allow you to tap into specific moments in the Angular lifecycle.

    • There are eight lifecycle hooks in Angular: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy

    • ngOnChanges is called when an input property changes

    • ngOnInit is called once the component is initialized

    • ngDoCheck is called during every change detection ...

  • Answered by AI
  • Q3. Inheritence in js
  • Ans. 

    Inheritance in JavaScript allows objects to inherit properties and methods from other objects.

    • Inheritance is achieved through the use of prototypes

    • Child objects can access properties and methods of parent objects

    • Object.create() and class syntax can be used to create inheritance

    • Example: Child.prototype = Object.create(Parent.prototype)

    • Example: class Child extends Parent {}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JS and angular's basics thoroughly, u will be able to clear the interview

Skills evaluated in this interview

Dell EMC Interview FAQs

How many rounds are there in Dell EMC Java Developer interview?
Dell EMC interview process usually has 3 rounds. The most common rounds in the Dell EMC interview process are Resume Shortlist, Technical and HR.

Tell us how to improve this page.

Dell EMC Java Developer Salary
based on 7 salaries
₹4 L/yr - ₹11.2 L/yr
26% more than the average Java Developer Salary in India
View more details
Senior Software Engineer
774 salaries
unlock blur

₹12 L/yr - ₹37 L/yr

Software Engineer2
336 salaries
unlock blur

₹8 L/yr - ₹22 L/yr

Software Engineer
310 salaries
unlock blur

₹5.2 L/yr - ₹23 L/yr

Principal Software Engineer
270 salaries
unlock blur

₹17 L/yr - ₹55 L/yr

Senior Engineer
241 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Explore more salaries
Compare Dell EMC with

Cognizant

3.7
Compare

DXC Technology

3.7
Compare

UST

3.8
Compare

Atos

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