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 Designer Interview Questions and Answers

Updated 20 May 2024

DXC Technology Application Designer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self Explanation
Round 2 - Technical 

(1 Question)

  • Q1. O2c process explanation
  • Ans. 

    O2c process involves order processing, inventory management, and invoicing.

    • Order received from customer

    • Order entered into system

    • Inventory checked for availability

    • Order fulfilled and shipped

    • Invoice generated and sent to customer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is Splunk?
  • Ans. 

    Splunk is a software platform used for searching, monitoring, and analyzing machine-generated big data.

    • Splunk collects, indexes, and correlates real-time data from various sources.

    • It allows users to search, monitor, and analyze data in real-time.

    • Splunk is commonly used for log analysis, security information and event management (SIEM), and business analytics.

    • Example: Splunk can be used to monitor server logs for perfor

  • Answered by AI
  • Q2. Components of Splunk?
  • Ans. 

    Components of Splunk include forwarders, indexers, search heads, and deployment servers.

    • Forwarders: Collect and forward data to indexers.

    • Indexers: Store and index data for searching.

    • Search heads: Interface for searching and analyzing data.

    • Deployment servers: Manage configurations and updates across Splunk environment.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well , what you mentioned in resume

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Mostly asked java 8 update and distinct number in given array and Multithreading
  • Q2. 2 program based on java 8, array reverse

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep update with java 8, collection, spring boot @Anotation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is the Java code for comparing two strings for equality?
  • Ans. 

    Use the equals() method in Java to compare two strings for equality.

    • Use the equals() method to compare two strings for equality.

    • Example: String str1 = "hello"; String str2 = "hello"; if(str1.equals(str2)) { // strings are equal }

  • Answered by AI
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
Easy
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. About splunk topics. Thry asked sbout alerts, reports snd dashboards
  • Q2. Unix commands and shell scripting and few scenarios
Round 2 - HR 

(1 Question)

  • Q1. Package discussion and about the shift
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
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
Moderate
Process Duration
4-6 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. Internal working of Hashmap
  • Q2. Difference between string builder and string buffer
Round 2 - HR 

(2 Questions)

  • Q1. Why would you like to join us
  • Q2. Expected CTC and current CTC

DXC Technology Interview FAQs

How many rounds are there in DXC Technology Application Designer interview?
DXC Technology interview process usually has 2 rounds. The most common rounds in the DXC Technology interview process are HR and Technical.
How to prepare for DXC Technology Application Designer 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, Computer science, Product Design, Application Development and Coding.

Tell us how to improve this page.

People are getting interviews through

based on 1 DXC Technology interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all
DXC Technology Application Designer Salary
based on 98 salaries
₹4.2 L/yr - ₹18.1 L/yr
6% more than the average Application Designer Salary in India
View more details

DXC Technology Application Designer Reviews and Ratings

based on 9 reviews

3.7/5

Rating in categories

3.1

Skill development

3.5

Work-Life balance

2.7

Salary & Benefits

3.5

Job Security

3.7

Company culture

2.8

Promotions/Appraisal

3.1

Work Satisfaction

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

₹2 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

₹1.8 L/yr - ₹7 L/yr

Professional 1
1.2k salaries
unlock blur

₹3.3 L/yr - ₹13.6 L/yr

Associate Software Engineer
1.2k salaries
unlock blur

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

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