Upload Button Icon Add office photos

Filter interviews by

DST Worldwide Services Senior Associate 2 Interview Questions and Answers

Updated 13 Jan 2024

DST Worldwide Services Senior Associate 2 Interview Experiences

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. If one interface is getting implemented by two classes how to register in startup.cs
  • Ans. 

    To register multiple implementations of an interface in startup.cs, use the IServiceCollection interface.

    • Use the IServiceCollection interface in the ConfigureServices method of the Startup class to register multiple implementations of an interface.

    • Use the AddTransient, AddScoped, or AddSingleton methods to register the implementations with the interface.

    • For example, if you have an interface IExampleInterface implemente...

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2-3 DSA questions
Round 2 - Technical 

(1 Question)

  • Q1. 1 DSA questionn and few architectural level questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Apr 2023. There were 4 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 - HR 

(1 Question)

  • Q1. Resume screening round
Round 3 - HR 

(1 Question)

  • Q1. Previous company experience
Round 4 - Behavioral 

(2 Questions)

  • Q1. Previous experience and related to non voice questions
  • Q2. Talk on a topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Answer genuinely about your previous experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Materiality Acceptance and continuous
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about your self
  • Q2. Basic accounting entries and concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Work experience details, profile knowledge, shift flexibility
Round 3 - Technical 

(1 Question)

  • Q1. PTP process flow, Accounts payable journal entries, Process exceptions

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going for an interview brush up the PTP flow, accounts payable end to end process, SAP AP domain related t-codes.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Quantitative Aptitude, Logical Reasoning, English Comprehension, Computer Science, Versant

Round 2 - Technical 

(10 Questions)

  • Q1. Can you introduce yourself?
  • Ans. 

    I am a dedicated and experienced professional with a background in finance and a passion for problem-solving.

    • Experienced in financial analysis and reporting

    • Strong problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI
  • Q2. Can you describe your project?
  • Ans. 

    I developed a mobile app for tracking daily water intake and setting hydration goals.

    • Designed user-friendly interface for easy input of water consumption

    • Implemented reminder notifications to encourage regular hydration

    • Included visual graphs to track daily, weekly, and monthly water intake

    • Integrated with wearable devices to sync water intake data

  • Answered by AI
  • Q3. What technologies did you utilize in your project?
  • Ans. 

    I utilized technologies such as Python, SQL, and Tableau in my project.

    • Python

    • SQL

    • Tableau

  • Answered by AI
  • Q4. What is the process for creating and submitting code on GeeksforGeeks?
  • Ans. 

    The process for creating and submitting code on GeeksforGeeks involves writing code, testing it, and then submitting it on the platform.

    • Create an account on GeeksforGeeks website.

    • Write the code for the problem statement provided.

    • Test the code locally to ensure it works correctly.

    • Submit the code on the GeeksforGeeks platform for evaluation.

    • Receive feedback and improve the code if necessary.

  • Answered by AI
  • Q5. What do you know about cloud computing?
  • Ans. 

    Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.

    • Cloud computing allows users to access resources on-demand without the need for physical hardware.

    • It offers scalability, flexibility, and cost-efficiency for businesses.

    • Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Plat

  • Answered by AI
  • Q6. What can you tell me about Kubernetes?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes allows for automatic scaling of applications based on resource usage.

    • It provides self-healing capabilities by automatically restarting containers that fail.

    • Kubernetes enables easy deployment and management of microservices architecture.

    • It supports various cloud pr...

  • Answered by AI
  • Q7. What is orchestration?
  • Ans. 

    Orchestration is the automated arrangement, coordination, and management of complex computer systems, services, and workflows.

    • Orchestration involves automating tasks and workflows to streamline processes.

    • It helps in coordinating multiple systems and services to work together seamlessly.

    • Examples include orchestrating the deployment of applications across different servers or managing the workflow of a data pipeline.

  • Answered by AI
  • Q8. How can you create programs in Java?
  • Ans. 

    Programs in Java can be created by writing code in a text editor or an IDE, compiling the code, and running it using a Java Virtual Machine (JVM).

    • Write Java code using classes, methods, variables, and control structures.

    • Compile the code using a Java compiler like javac.

    • Run the compiled code using a Java Virtual Machine (JVM) like java.

    • Use an Integrated Development Environment (IDE) like Eclipse or IntelliJ IDEA for eas...

  • Answered by AI
  • Q9. What is the process for setting the path in Java?
  • Ans. 

    Setting the path in Java involves adding directories to the classpath to locate external libraries or resources.

    • Use the 'java -cp' command to set the classpath for a specific Java program.

    • You can also set the classpath using the CLASSPATH environment variable.

    • To add a JAR file to the classpath, use the '-cp' or '-classpath' option followed by the path to the JAR file.

    • For example, to set the classpath to include a JAR f...

  • Answered by AI
  • Q10. Do you have any questions for me?
Round 3 - HR 

(4 Questions)

  • Q1. Can you provide a self-introduction?
  • Ans. 

    Experienced Associate with a background in finance and strong analytical skills.

    • Background in finance with X years of experience

    • Strong analytical skills demonstrated through successful projects

    • Proven ability to work well in a team environment

  • Answered by AI
  • Q2. What additional hobbies do you engage in?
  • Ans. 

    I enjoy hiking, photography, and cooking in my free time.

    • Hiking: I love exploring new trails and being in nature.

    • Photography: I enjoy capturing moments and landscapes through my camera lens.

    • Cooking: I like experimenting with new recipes and cooking for friends and family.

  • Answered by AI
  • Q3. Are you willing to relocate?
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to exploring new locations for career growth

    • I am willing to relocate for the right job offer

    • I have experience moving for previous job opportunities

  • Answered by AI
  • Q4. Do u have any questions for me?

Associate Interview Questions & Answers

Genpact user image Sanjeev Singh

posted on 5 Jan 2025

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

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Can you describe your strengths and weaknesses?
  • Q3. What are your salary expectations?
Round 2 - Operation round 

(2 Questions)

  • Q1. Basic questions about KYC AML?
  • Q2. Basic questions about excel

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is quite straightforward; you only need good communication skills to succeed. Best of luck!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is an introduction to Human Resources (HR)?
  • Ans. 

    HR is a department within an organization responsible for managing employees, recruiting, training, and handling employee relations.

    • HR oversees recruitment and hiring processes

    • HR manages employee benefits and payroll

    • HR handles employee relations and conflict resolution

    • HR is responsible for training and development programs

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Could you provide an introduction about yourself?
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in finance and a passion for problem-solving.

    • Experienced in financial analysis and reporting

    • Skilled in data analysis and modeling

    • Strong communication and interpersonal skills

    • Proven track record of meeting deadlines and exceeding goals

  • Answered by AI

DST Worldwide Services Interview FAQs

How many rounds are there in DST Worldwide Services Senior Associate 2 interview?
DST Worldwide Services interview process usually has 1 rounds. The most common rounds in the DST Worldwide Services interview process are One-on-one Round.

Tell us how to improve this page.

Senior Associate
85 salaries
unlock blur

₹1.8 L/yr - ₹5.7 L/yr

Senior Software Engineer
82 salaries
unlock blur

₹6.5 L/yr - ₹15.1 L/yr

Senior Process Associate
44 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Senior Test Engineer
42 salaries
unlock blur

₹5.8 L/yr - ₹13.6 L/yr

Process Associate
39 salaries
unlock blur

₹1.4 L/yr - ₹3.7 L/yr

Explore more salaries
Compare DST Worldwide Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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