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

Filter interviews by

DXC Technology Associate Application Developer Interview Questions and Answers

Updated 12 Oct 2020

DXC Technology Associate Application Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Oct 2019. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Write a program to generate Fibonacci Series? Programming Language(based on what we keep in Resume)
  • Q3. Write a program for generating prime numbers? Write a program for swapping of two numbers?
  • Ans. 

    Programs for generating prime numbers and swapping two numbers.

    • For generating prime numbers, iterate through numbers and check if they are divisible by any number less than them.

    • For swapping two numbers, use a temporary variable to store one of the numbers before swapping them.

    • Both programs can be implemented using loops and conditional statements.

  • Answered by AI
  • Q4. Questions about Summer Internship, basics of c, cpp, java like explain oops concepts, friend function, data types, syntax and basics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was around 25 minutes. Be confident. Be prepared with all basics. Most of the times questions will be based on resume only.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the life cycle of a Lightning Web Component (LWC)?
  • Q2. What triggers recursion in Lightning Web Components (LWC), and how is it handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice to the best candidates applying for this role would be to focus on reviewing the technical projects you’ve worked on, both in college and at work. Be ready to discuss the challenges you faced and how you approached technical problems. Prepare not only for standard interview questions but also for out-of-the-box, real-world questions that might test your problem-solving abilities and how well you know the technical aspects of the projects you've worked on. Accenture values candidates who have hands-on experience and are able to engage in deep technical discussions.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. About project and oops
Round 2 - Technical 

(1 Question)

  • Q1. About oops and other
Round 3 - HR 

(1 Question)

  • Q1. Personal round hr question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 questions on 1st level.
Round 3 - Technical 

(1 Question)

  • Q1. Level 2 technical questions
Round 4 - Technical 

(1 Question)

  • Q1. Level 3 Technical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

45 mins test including easy - moderately solvable questions

Round 2 - Coding Test 

2 coding problems with 6 testcase

Round 3 - Technical 

(2 Questions)

  • Q1. DBMS based questions
  • Q2. Programming basics based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to resend identity column
  • Ans. 

    To resend an identity column, you can use DBCC CHECKIDENT command.

    • Use DBCC CHECKIDENT command to reseed the identity column

    • Specify the table name and the new seed value

    • For example: DBCC CHECKIDENT ('TableName', RESEED, NewSeedValue)

  • Answered by AI
  • Q2. Difference between stored procedures and functions
  • Ans. 

    Stored procedures are precompiled SQL queries that can perform multiple operations, while functions are reusable code blocks that return a single value.

    • Stored procedures can execute multiple SQL statements, while functions can only return a single value.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Stored procedures can be used to perform complex operations like ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical and Verbal questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic programming, database related questions
Round 3 - HR 

(1 Question)

  • Q1. Behavioral questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference b/w broadcast and accumulator?
  • Ans. 

    Broadcast is a method of sending a message to multiple recipients, while accumulator is a variable that stores the result of an operation.

    • Broadcast sends a message to multiple recipients simultaneously.

    • Accumulator is a variable that stores the result of an operation by continuously adding or accumulating values.

    • Example: Broadcasting a message to all users in a chat group vs. using an accumulator to sum up numbers in a

  • Answered by AI
  • Q2. What is Azure IR
  • Ans. 

    Azure IR stands for Azure Integration Runtime, which is a data integration service in Azure Data Factory.

    • Azure IR is used to provide data integration capabilities across different network environments.

    • It allows data movement between cloud and on-premises data sources.

    • Azure IR supports activities like data copy, data flow, and data transformation.

    • It can be configured to run in different modes such as Azure, Self-hosted,

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff between Kubernetes and Docker swarm
  • Ans. 

    Kubernetes is a container orchestration tool that manages containerized applications across multiple hosts, while Docker Swarm is a clustering and scheduling tool for Docker containers.

    • Kubernetes is more feature-rich and complex, offering advanced features like auto-scaling, self-healing, and rolling updates.

    • Docker Swarm is simpler to set up and use, making it a good choice for smaller deployments or users familiar wit...

  • Answered by AI
  • Q2. HTTP health checkup in K8s
  • Ans. 

    HTTP health checkup in K8s is a way to monitor the health of applications running in Kubernetes clusters.

    • HTTP health check is a method to periodically check the health of an application by sending HTTP requests to a specified endpoint.

    • In Kubernetes, you can define HTTP health checks in the pod's configuration using readiness and liveness probes.

    • Readiness probes are used to determine when a pod is ready to serve traffic...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What document you are creating for talend job
  • Ans. 

    Creating a job design document for Talend job

    • Include job description and purpose

    • List of input and output data sources

    • Detailed steps and transformations in the job

    • Error handling and logging mechanisms

    • Dependencies and scheduling information

  • Answered by AI

Skills evaluated in this interview

DXC Technology Interview FAQs

How to prepare for DXC Technology Associate 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 Analytical, Business Solutions, Hardware, Interpersonal Skills and Operating Systems.
What are the top questions asked in DXC Technology Associate Application Developer interview?

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

  1. Write a program for generating prime numbers? Write a program for swapping of t...read more
  2. Write a program to generate Fibonacci Series? Programming Language(based on wha...read more
  3. Questions about Summer Internship, basics of c, cpp, java like explain oops con...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
DXC Technology Associate Application Developer Salary
based on 42 salaries
₹3.5 L/yr - ₹8.1 L/yr
35% less than the average Associate Application Developer Salary in India
View more details

DXC Technology Associate Application Developer Reviews and Ratings

based on 6 reviews

2.4/5

Rating in categories

1.8

Skill development

2.2

Work-life balance

1.6

Salary

2.6

Job security

2.2

Company culture

1.8

Promotions

1.8

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

Professional 1
1.2k salaries
unlock blur

₹3.4 L/yr - ₹14 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

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