i
DXC Technology
Filter interviews by
I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.
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.
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.
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
posted on 19 Sep 2024
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
posted on 28 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.
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
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
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;
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.
I was interviewed in Mar 2022.
Advanced java, springboot, Hibernate questions
Hacker rank test was given, we need to clear that first.
posted on 23 Apr 2024
I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.
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)
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 ...
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
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
I applied via Approached by Company and was interviewed in Mar 2024. There were 3 interview rounds.
Simple Hackerround test involving 50 MCQ's.
posted on 11 Sep 2024
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
I was asked about ReactJS and Node JS questions and 3 coding questions
based on 6 reviews
Rating in categories
Associate Professional Software Engineer
2.2k
salaries
| ₹2.6 L/yr - ₹7 L/yr |
Software Engineer
2k
salaries
| ₹2.4 L/yr - ₹11.7 L/yr |
Associate Professional
1.6k
salaries
| ₹2 L/yr - ₹7 L/yr |
Associate Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹7 L/yr |
Professional 1
1.2k
salaries
| ₹3.4 L/yr - ₹12.5 L/yr |
Cognizant
Capgemini
TCS
Wipro