Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by DXC Technology Team. If you also belong to the team, you can get access from here

DXC Technology Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 9.6k Reviews

Filter interviews by

DXC Technology Application Developer Interview Questions, Process, and Tips

Updated 16 Nov 2023

Top DXC Technology Application Developer Interview Questions and Answers

  • Q1. How do you allocate memory to 2D array dynamically? How and why does that work?
  • Q2. Tell about Function Overloading,Polymorphism and to give the  difference
  • Q3. simple C program to accept and print a name
View all 7 questions

DXC Technology Application Developer Interview Experiences

7 interviews found

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:
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. 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

Application Developer Interview Questions & Answers

user image Varun Kumbhojkar

posted on 8 Sep 2022

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

Application Developer Interview Questions Asked at Other Companies

asked in Fujitsu
Q1. Reverse Linked ListGiven a singly linked list of integers. Your t ... read more
asked in Oracle
Q2. Minimum Cost to Connect All PointsYou are given an array, ‘COORDI ... read more
asked in Oracle
Q3. Delete Kth node From EndYou have been given a singly Linked List ... read more
asked in Oracle
Q4. Count SubsequencesYou have been given an integer array/list 'ARR' ... read more
asked in Oracle
Q5. Partition Equal Subset SumYou are given an array 'ARR' of 'N' pos ... read more

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

(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

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.

DXC Technology interview questions for designations

 Associate Application Developer

 (1)

 Senior Application Developer

 (1)

 Application Designer

 (1)

 Associate Application Developer Professional

 (1)

 Application Developer Professional 1

 (1)

 Application Delivery Manager

 (1)

 Application Support Lead

 (1)

 Professional 1 Application Delivery

 (3)

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

Get interview-ready with Top DXC Technology Interview Questions

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

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

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Core Python concepts like Loops, Lambda functions.
  • Q2. Check if a string is Palindrome or not.
  • Ans. 

    Check if a string is Palindrome or not.

    • Create a function to compare the original string with its reverse

    • Ignore spaces and punctuation when checking for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not

  • Answered by AI
  • Q3. Questions of Sql.
Round 2 - One-on-one 

(2 Questions)

  • Q1. What questions were asked regarding the projects you worked on, and what specific technicalities were included?
  • Q2. Questions on Django, Flask and REST API services.

Interview Preparation Tips

Topics to prepare for Accenture Application Developer interview:
  • Python
  • Django
  • Flask
  • SQL
Interview preparation tips for other job seekers - Easy going interview. Brush up-on your basics and then be prepared with your resume.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain role and responsibilities in your profile
  • Q2. Explain Ansible architecture
  • Ans. 

    Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.

    • Ansible control machine: where playbooks are written and executed

    • Managed nodes: machines that are being managed by Ansible

    • Inventory: list of managed nodes

    • Playbooks: automation scripts written in YAML format

    • Modules: reusable units of code that perform specific tasks on managed nodes

  • Answered by AI
  • Q3. Difference between cmd and entry point
  • Ans. 

    Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.

    • Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.

    • Cmd is used to provide default arguments for the entry point command.

    • Example: CMD ["python", "app.py"] - specifies the default command to run the ...

  • Answered by AI
  • Q4. How to stop container
  • Ans. 

    To stop a container, use the 'docker stop' command followed by the container ID or name.

    • Use 'docker ps' command to list all running containers

    • Identify the container ID or name of the container you want to stop

    • Run 'docker stop ' to stop the container

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain what are the tool you have been working. mostly open-source software
  • Q2. Azure monitor tools and Azure Network issue question

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be more technical and second round is more like technical and managerial

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the differences between a procedure and a function?
  • Q2. Write a query to find 3rd highest salary from each department
  • Q3. What is synonym.
  • Q4. What are the indexes you used ? Diff between bitmap and btree index

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Application Developer interview?
DXC Technology interview process usually has 2-3 rounds. The most common rounds in the DXC Technology interview process are Technical, Resume Shortlist and Behavioral.
How to prepare for DXC Technology Application Developer 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 DXC Technology. The most common topics and skills that interviewers at DXC Technology expect are Application Development, Analytical, Business Solutions, Production Support and Interpersonal Skills.
What are the top questions asked in DXC Technology Application Developer interview?

Some of the top questions asked at the DXC Technology Application Developer interview -

  1. How do you allocate memory to 2D array dynamically? How and why does that wo...read more
  2. Tell about Function Overloading,Polymorphism and to give the  differe...read more
  3. simple C program to accept and print a n...read more

Tell us how to improve this page.

People are getting interviews through

based on 4 DXC Technology interviews
Job Portal
Referral
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
DXC Technology Application Developer Salary
based on 205 salaries
₹3.5 L/yr - ₹15 L/yr
24% less than the average Application Developer Salary in India
View more details

DXC Technology Application Developer Reviews and Ratings

based on 42 reviews

3.3/5

Rating in categories

3.2

Skill development

3.6

Work-Life balance

2.8

Salary & Benefits

3.4

Job Security

3.1

Company culture

2.2

Promotions/Appraisal

3.1

Work Satisfaction

Explore 42 Reviews and Ratings
Associate Professional Software Engineer
2.2k salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Software Engineer
2k salaries
unlock blur

₹2.4 L/yr - ₹11.7 L/yr

Associate Professional
1.6k salaries
unlock blur

₹2 L/yr - ₹7 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

₹3 L/yr - ₹6.7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹13.6 L/yr

Explore more salaries
Compare DXC Technology with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

TCS

3.7
Compare

Wipro

3.7
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