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.7k Reviews

Filter interviews by

DXC Technology Senior Application Developer Interview Questions and Answers

Updated 22 Jan 2022

DXC Technology Senior Application Developer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Dec 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 - Technical 

(2 Questions)

  • Q1. What are the types of exceptions ?
  • Ans. 

    There are two types of exceptions: checked and unchecked.

    • Checked exceptions are checked at compile-time and must be handled by the programmer.

    • Unchecked exceptions are not checked at compile-time and can be handled by the JVM.

    • Examples of checked exceptions include IOException and SQLException.

    • Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsException.

  • Answered by AI
  • Q2. How will you handle exceptions of a procedure getting called in another procedure.
  • Ans. 

    I will use try-catch blocks to handle exceptions and log the error message for debugging purposes.

    • Enclose the procedure call in a try block.

    • Catch the exception in the catch block.

    • Log the error message for debugging purposes.

    • Handle the exception appropriately based on the specific scenario.

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?

Interview Preparation Tips

Topics to prepare for DXC Technology Senior Application Developer interview:
  • PLSQL
  • Shell Scripting
Interview preparation tips for other job seekers - It was the coolest interview I've ever faced. As my interview for application developer in pl/SQL and shell scripting it went very well with the questions like 7,8 questions on pl/SQL and equally on shell scripts.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Linked list question
  • Q2. Leetcode medium array

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic correct as lot of data structure questions come along the way
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Bascis of Angular - Routing, version upgrade, DI ,AOT JIT , FORMS , Services , Observable, Promise , lifecyclle

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do basics of Angular , JS, html , css

I applied via Naukri.com and was interviewed before Sep 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 - Technical 

(2 Questions)

  • Q1. What is COND parameter
  • Ans. 

    COND parameter is used in JCL to specify a condition for executing a job step.

    • COND parameter is used in IF/THEN/ELSE statements to determine the execution of a job step.

    • It can be used to check the return code of a previous step or a specific condition.

    • COND parameter can have values like ONLY, EVEN, ONLY EVEN, etc.

    • It can also be used with the NOT operator to negate the condition.

    • COND parameter can be used with job steps

  • Answered by AI
  • Q2. Used in JCL to skip few steps
  • Ans. 

    COND parameter is used in JCL to skip few steps

    • COND parameter is used in JCL to specify a condition that must be met before executing a step

    • If the condition is not met, the step is skipped

    • The syntax for using COND parameter is: COND=(code,operator,stepname)

    • For example, COND=(0,NE,STEP1) will skip the step if the return code of the previous step is not 0

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is DISTINCT in DB2
  • Ans. 

    DISTINCT is a keyword in DB2 used to retrieve unique values from a column or set of columns.

    • DISTINCT is used in SELECT statements to eliminate duplicate rows.

    • It can be used with one or more columns.

    • It is often used in conjunction with aggregate functions like COUNT, SUM, AVG, etc.

    • Example: SELECT DISTINCT column1, column2 FROM table_name;

    • Example: SELECT COUNT(DISTINCT column_name) FROM table_name;

  • Answered by AI
  • Q2. Used to remove duplicates
  • Ans. 

    The function used to remove duplicates is called 'distinct'.

    • Distinct is used in SQL to remove duplicate rows from a result set.

    • In Python, the set() function can be used to remove duplicates from a list.

    • The unique() function in R can be used to remove duplicates from a vector.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice well before the interview. As they ask some scenarios based questions, prepare well.

Skills evaluated in this interview

I was interviewed in Mar 2022.

Round 1 - Coding Test 

Advanced java, springboot, Hibernate questions

Round 2 - Technical 

(1 Question)

  • Q1. System design, springboot- microservices, advanced java questions, pseudo code programming question(basic)

Interview Preparation Tips

Interview preparation tips for other job seekers - Managerial Round , questions based on current project, system architecture any recent achievements to showcase, life goals and expectations with UST etc.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hacker rank test was given, we need to clear that first.

Round 2 - Technical 

(2 Questions)

  • Q1. Java8 features, collections, Security management in application
  • Q2. Microservices, Spring boot concepts
Round 3 - Behavioral 

(1 Question)

  • Q1. Current project discussion and joining date confirmation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Swap the value of two variables without using the third variable
  • Ans. 

    To swap the value of two variables without using a third variable, use arithmetic operations.

    • Use addition and subtraction to swap values

    • Example: a = 5, b = 10. a = a + b (a = 15), b = a - b (b = 5), a = a - b (a = 10)

  • Answered by AI
  • Q2. Basic javascript - Promises, Callbacks, difference in event handling in javascript & react.js
  • Ans. Synthetic events are present in React, syntax differences
  • Answered Anonymously
  • Q3. What is Context API
  • Ans. 

    Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.

    • Context API provides a way to pass data through the component tree without having to pass props down manually at every level.

    • It is particularly useful for passing down global data like themes, user authentication, or language preferences.

    • Context API consists of three main ...

  • Answered by AI
  • Q4. How do you orient some components in react with 40 or more pages? whats your approach?
  • Ans. 

    Use a routing library like React Router to manage navigation and organize components into separate pages.

    • Utilize React Router to set up routes for each page and handle navigation

    • Organize components into separate folders based on their functionality or page they belong to

    • Consider lazy loading components to improve performance, especially with a large number of pages

  • Answered by AI
  • Q5. How would you optimize an application?
  • Ans. 

    Optimizing an application involves identifying and resolving performance bottlenecks to improve efficiency and user experience.

    • Identify and address slow database queries or inefficient code

    • Implement caching mechanisms to reduce load times

    • Optimize images and assets to reduce file sizes

    • Utilize asynchronous processing to improve responsiveness

    • Profile and analyze code to identify areas for improvement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, prepare well, strengthen your base knowledge related to that Technologies for which you're applying for the jobs.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Simple Hackerround test involving 50 MCQ's.

Round 2 - Technical 

(2 Questions)

  • Q1. Focused on JAVA and spring boot framework questions. was asked one 1 DS problem on stack.
  • Q2. Check balance paranthesis
Round 3 - Technical 

(1 Question)

  • Q1. This round was focused on project discussion , where initially I was asked lot of questions on my tech stack and how do you work and deliver a software release to production. Then the manager took over an...

Interview Preparation Tips

Topics to prepare for IBM Senior Application Developer interview:
  • Java
  • Spring Boot
  • DSA
Interview preparation tips for other job seekers - Focus on your skills and you should be able to crack IBM easily. btw this interview experience is for 4-6 years of people.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

I was asked about ReactJS and Node JS questions and 3 coding questions

Interview Preparation Tips

Topics to prepare for Accenture Senior Application Developer interview:
  • MERN STACK
Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic dax and questions on visualisations in power BI
  • Q2. Basic SQL questions on joins and window functions.

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Senior Application Developer interview?
DXC Technology interview process usually has 3 rounds. The most common rounds in the DXC Technology interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in DXC Technology Senior Application Developer interview?

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

  1. How will you handle exceptions of a procedure getting called in another proced...read more
  2. What are the types of exception...read more

Tell us how to improve this page.

DXC Technology Senior Application Developer Salary
based on 54 salaries
₹6.5 L/yr - ₹24.9 L/yr
At par with the average Senior Application Developer Salary in India
View more details

DXC Technology Senior Application Developer Reviews and Ratings

based on 6 reviews

4.4/5

Rating in categories

3.1

Skill development

4.5

Work-life balance

3.5

Salary

3.5

Job security

3.6

Company culture

2.5

Promotions

4.5

Work satisfaction

Explore 6 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 - ₹7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹12.5 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
Did you find this page helpful?
Yes No
write
Share an Interview