Premium Employer

i

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

DTCC Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

DTCC Software Developer Interview Questions and Answers

Updated 18 Jun 2024

DTCC Software Developer Interview Experiences

1 interview found

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

Opps Java preferred and sql related question.

Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Ans. 

    Basic software development questions assess fundamental programming knowledge and problem-solving skills.

    • Understand core programming concepts like variables, loops, and functions.

    • Familiarity with data structures such as arrays, lists, and dictionaries.

    • Knowledge of algorithms, including sorting and searching techniques.

    • Experience with version control systems like Git for collaboration.

    • Ability to debug code and troublesh...

  • Answered by AI
  • Q2. Future goals and plans

Interview Preparation Tips

Interview preparation tips for other job seekers - Great place to work.

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about DTCC?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What are your real time experiences? Why do you think this job should be offered to you? Describe about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Speak continuously and without abrupting.Dressing should be formal. Webcam and microphone must be in good condition.

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.

Interview Questionnaire 

1 Question

  • Q1. Core Java and aws

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Javascript ES6 features.
  • Ans. 

    ES6 introduced new features to Javascript including arrow functions, let and const, classes, and template literals.

    • Arrow functions provide a concise syntax for writing functions.

    • Let and const are block-scoped variables.

    • Classes provide a way to create objects with methods and properties.

    • Template literals allow for string interpolation and multi-line strings.

    • Destructuring allows for easy extraction of values from arrays ...

  • Answered by AI
  • Q2. How an angular application works.
  • Q3. What are components in angular
Round 2 - Behavioral 

(3 Questions)

  • Q1. How to set up the environment for building angular application
  • Ans. 

    To set up the environment for building an Angular application, you need to install Node.js and Angular CLI.

    • Install Node.js and npm

    • Install Angular CLI using npm

    • Create a new Angular project using CLI

    • Run the project using ng serve command

  • Answered by AI
  • Q2. What is CI/CD pipeline
  • Ans. 

    CI/CD pipeline is a process of continuous integration and continuous delivery/deployment of software.

    • CI/CD pipeline automates the software delivery process.

    • It involves continuous integration of code changes, automated testing, and continuous delivery/deployment of software.

    • It helps in reducing errors and improving the quality of software.

    • Popular CI/CD tools include Jenkins, Travis CI, and CircleCI.

  • Answered by AI
  • Q3. How comfortable are you learning and working on VueJS application
  • Ans. 

    VueJS is a progressive JavaScript framework for building user interfaces, known for its simplicity and flexibility in development.

    • Reactive Data Binding: VueJS provides a reactive data binding system that automatically updates the UI when the underlying data changes, enhancing user experience.

    • Component System: VueJS allows developers to create reusable components, promoting modularity and maintainability in large applic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for Full-Stack Developer role then make sure you know any one of the JS Frameworks. A little background on AWS will be beneficial.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mvc,sql,oops,web api
Be interview-ready. Browse the most asked HR questions.
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. Questions asked on OOPs concept
  • Q2. Scenario based use on python data type
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Count frequency of letters in a given string
  • Q2. Closures, Temporal Dead Zone, Hoisting
Round 2 - Technical 

(2 Questions)

  • Q1. Technical Discussions on projects from resume and work
  • Q2. Refresh tokens and access tokens, rate limiter

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Sql based questions, oops concepts, project related questions
  • Q2. Recursion, Python, MVC, AWS services

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare the basics really well like oops, mvc concepts, sql and brush up and be clear in explaining your personal or previous company's project.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. What is the difference between normal and arrow functions
  • Ans. 

    Arrow functions are more concise and have a lexical 'this' binding compared to normal functions.

    • Arrow functions do not have their own 'this' keyword, they inherit it from the parent scope.

    • Arrow functions do not have their own 'arguments' object.

    • Arrow functions cannot be used as constructors with 'new'.

    • Arrow functions are more concise and have implicit return when no curly braces are used.

  • Answered by AI
  • Q2. All basic JS Questions to cover Hoisting closure
  • Q3. They asked to show me an example using the API call
  • Ans. 

    Demonstrating an API call using JavaScript's Fetch API to retrieve data from a public API.

    • Use the Fetch API to make a GET request: fetch('https://api.example.com/data')

    • Handle the response with .then() to convert it to JSON: .then(response => response.json())

    • Use async/await for cleaner syntax: const response = await fetch('https://api.example.com/data');

    • Handle errors with .catch() to manage any issues during the API ...

  • Answered by AI
  • Q4. Difference between forEach and Map
  • Ans. 

    forEach is used to iterate over an array and perform a function on each element, while map creates a new array by applying a function to each element.

    • forEach does not return a new array, while map does

    • forEach does not modify the original array, while map creates a new array

    • forEach is used for side effects, while map is used for transformation

    • Example: forEach - array.forEach(item => console.log(item)), map - const newAr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover JS basics

Skills evaluated in this interview

DTCC Interview FAQs

How many rounds are there in DTCC Software Developer interview?
DTCC interview process usually has 2 rounds. The most common rounds in the DTCC interview process are Coding Test and HR.
How to prepare for DTCC Software 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 DTCC. The most common topics and skills that interviewers at DTCC expect are Selenium, Automation, Java, SDET and Test Engineering.

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Join DTCC Financial Markets. Forward.
DTCC Software Developer Salary
based on 5 salaries
₹8 L/yr - ₹14.3 L/yr
6% more than the average Software Developer Salary in India
View more details

DTCC Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Lead Software Engineer
64 salaries
unlock blur

₹20.9 L/yr - ₹31 L/yr

Software Engineer
49 salaries
unlock blur

₹11 L/yr - ₹19.1 L/yr

Associate Director
45 salaries
unlock blur

₹25 L/yr - ₹40 L/yr

Senior Associate
45 salaries
unlock blur

₹19 L/yr - ₹30 L/yr

Associate
31 salaries
unlock blur

₹9.6 L/yr - ₹16 L/yr

Explore more salaries
Compare DTCC with

Wells Fargo

3.8
Compare

Morningstar

3.8
Compare

Synchrony

4.3
Compare

Ocwen Financial Solutions

4.1
Compare
write
Share an Interview