Upload Button Icon Add office photos
Engaged Employer

i

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

NTT Data Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NTT Data Salesforce Developer Interview Questions and Answers for Experienced

Updated 7 Nov 2024

NTT Data Salesforce Developer Interview Experiences for Experienced

1 interview found

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Types of Relationship, What things needs to be done before deployment
  • Q2. Lifecycle hook of lwc
  • Ans. 

    Lifecycle hooks in LWC are methods that allow developers to interact with the component at specific stages of its lifecycle.

    • ConnectedCallback - called when a component is inserted into the DOM

    • RenderedCallback - called after a component's template has been rendered

    • DisconnectedCallback - called when a component is removed from the DOM

  • Answered by AI
  • Q3. Uses of aura component
  • Ans. 

    Aura components are used in Salesforce to build dynamic web applications with reusable components.

    • Create interactive user interfaces

    • Enhance user experience with dynamic content

    • Enable communication between components

    • Leverage event-driven architecture

    • Support client-side controller logic

  • Answered by AI
  • Q4. Connected apps via salesforce
  • Ans. 

    Connected apps in Salesforce allow external applications to integrate with Salesforce using APIs.

    • Connected apps are created in Salesforce to establish a secure connection with external applications.

    • They use OAuth protocol for authentication and authorization.

    • Connected apps define the permissions and access levels for external applications.

    • They can be used to integrate third-party applications, such as marketing automat

  • Answered by AI
  • Q5. Trigger based scenario question

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Naukri.com and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java Basic questions and Git

Interview Preparation Tips

Interview preparation tips for other job seekers - After selection they haven't rolled the offer and put the profile on hold and then doesn't pick calls.

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic oops questions
  • Q2. Software Engineering: software development lifecycle, water flow model etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are mostly gentle and friendly.Just be bold and answer what you know.hope this helps.all the best :)

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was 2 rounds of interview 1 is technical and other is HR. In technical interviewer asked about the basics of PLSQL and few in depth questions. And asked to write the code by giving some practical scenar...

Interview Preparation Tips

Interview preparation tips for other job seekers - One has to be confident with what you know. It all takes you ahead in reaching your goal.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

13 Questions

  • Q1. What technologies you are familiar with?
  • Ans. 

    I am familiar with a wide range of technologies used in software development.

    • Java

    • Python

    • C++

    • JavaScript

    • HTML/CSS

    • SQL

    • Git

    • Linux

    • RESTful APIs

    • Agile methodologies

  • Answered by AI
  • Q2. What are the OOPs concept in Java?
  • Ans. 

    OOPs concepts in Java include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods together in a class.

    • Inheritance: Creating new classes from existing ones, inheriting their properties and behaviors.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Abstraction: Hiding complex implementation details and providing a simplified interfa

  • Answered by AI
  • Q3. What are the ways to achieve abstraction?
  • Ans. 

    Abstraction can be achieved through interfaces, abstract classes, and encapsulation.

    • Using interfaces to define a set of methods that a class must implement

    • Using abstract classes to provide a base implementation that can be extended by subclasses

    • Encapsulating implementation details to hide complexity and provide a simpler interface

    • Using design patterns such as Factory and Strategy to abstract away implementation details

  • Answered by AI
  • Q4. Difference between class and Interface object and fucntion instance and all the differences?
  • Ans. 

    Class is a blueprint for creating objects while interface defines a contract for implementing classes.

    • Class is a template for creating objects with properties and methods.

    • Interface is a contract that defines a set of methods and properties that a class must implement.

    • Object is an instance of a class that has its own set of properties and methods.

    • Function instance is a reference to a function that can be called with arg...

  • Answered by AI
  • Q5. Some graph question and some more questions from data structure like about linkedlist queue.
  • Q6. Inheritance
  • Q7. Scope of access modifiers
  • Ans. 

    Access modifiers control the visibility and accessibility of class members.

    • Access modifiers include public, private, protected, and internal.

    • Public members can be accessed from anywhere.

    • Private members can only be accessed within the same class.

    • Protected members can be accessed within the same class and its subclasses.

    • Internal members can be accessed within the same assembly.

    • Access modifiers help enforce encapsulation ...

  • Answered by AI
  • Q8. Some tree questions
  • Q9. Some graph question
  • Q10. What do you know about cloud
  • Ans. 

    Cloud refers to the delivery of computing services over the internet.

    • Cloud computing allows users to access data and applications from anywhere with an internet connection.

    • Cloud services can be categorized into three main types: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS).

    • Cloud providers include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform.

    • ...

  • Answered by AI
  • Q11. Some basic question like which things come in Iaas
  • Q12. What are the ways to achieve some task on aws
  • Ans. 

    There are multiple ways to achieve tasks on AWS depending on the specific task.

    • Using AWS Management Console

    • Using AWS CLI

    • Using AWS SDKs

    • Using AWS CloudFormation

    • Using AWS Elastic Beanstalk

    • Using AWS Lambda

    • Using AWS Step Functions

    • Using AWS Batch

  • Answered by AI
  • Q13. About ec2 and many more

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest about what you know and how much you know tell them very clearly you do not know much about this do not try to make stories they know more than you

Skills evaluated in this interview

I appeared for an interview before Jun 2021.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. What is python and python interpreter
  • Ans. 

    Python is a high-level, interpreted programming language used for web development, data analysis, and artificial intelligence.

    • Python is easy to learn and has a simple syntax.

    • It supports multiple programming paradigms like object-oriented, functional, and procedural.

    • Python interpreter is a program that executes Python code.

    • It converts the code into bytecode and then runs it on the machine.

    • Python interpreter can be used ...

  • Answered by AI
Round 3 - Coding Test 
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and date of joining

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good experience and good environment

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Background tables were details are stored for dso, cube
  • Q2. What are sid's?
  • Ans. 

    SID stands for Security Identifier. It is a unique identifier assigned to a user, group, or computer account in Windows.

    • SID is used to control access to resources in Windows

    • It is a string of alphanumeric characters

    • SID is generated by the Windows operating system during the creation of an account

    • It is used to identify users, groups, and computers in a network

    • Example: S-1-5-21-3623811015-3361044348-30300820-1013

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The recruiter asked the basic technical questions on all the different layers like application layar, datasource level, reporting level, apd, open hub.
My interview last for around 45-60 mins

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 2 hours
Round difficulty - Medium

In the 1st round 
Aptitude
Reasoning
English
Automata fix( code debug) 
Timing in morning
Environment is good
Interviewer was very cool and interactive

  • Q1. 

    Encode the Message Problem Statement

    Given a text message, your task is to return the Run-length Encoding of the given message.

    Run-length encoding is a fast and simple method of encoding strings, repres...

  • Ans. 

    Implement a function to encode a text message using run-length encoding.

    • Iterate through the message and count consecutive characters

    • Append the character and its count to the encoded message

    • Handle edge cases like single characters or empty message

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This is interview round 
Ques from basic electronics
C language

  • Q1. 

    Print Name and Age Problem Statement

    Create a class named Person with a string variable 'name' and an integer variable 'age', such that these variables are not accessible outside the class. Implement a me...

  • Ans. 

    Create a class Person with private variables name and age, and methods to set and get their values.

    • Create a class Person with private variables 'name' and 'age'.

    • Implement a method setValue to set the variables' values.

    • Implement a method getValue to print the variables' values.

    • Ensure the name is a non-empty string and the age is a non-negative integer.

    • Encapsulate the data and provide a clear interface for setting and ge

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 6 cgpaCognizant interview preparation:Topics to prepare for the interview - Electronics basics, C language , Data structure, OOPS, ProjectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do aptitude from indiabix. Go through your basics. At least one language u know. Learn about your branch basics. Know concept of data structure and oops. 
Tip 2 : prepare your final project well. 

Application resume tips for other job seekers

Tip 1 : the skills you know very well mention in resume
Tip 2 : mention project in resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Difference between++I and I++
  • Ans. 

    ++I is a pre-increment operator that increments the value of I before using it, while I++ is a post-increment operator that increments the value of I after using it.

    • ++I increments the value of I and then uses the updated value in the expression.

    • I++ uses the current value of I in the expression and then increments it.

    • Both operators can be used with variables, arrays, or pointers.

  • Answered by AI
  • Q2. Local static variable

Skills evaluated in this interview

NTT Data Interview FAQs

How many rounds are there in NTT Data Salesforce Developer interview for experienced candidates?
NTT Data interview process for experienced candidates usually has 1 rounds. The most common rounds in the NTT Data interview process for experienced candidates are Technical.
How to prepare for NTT Data Salesforce Developer interview for experienced candidates?
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 NTT Data. The most common topics and skills that interviewers at NTT Data expect are Salesforce, Automation Testing, SAP Data Migration, Agile Coaching and Analytical Chemistry.
What are the top questions asked in NTT Data Salesforce Developer interview for experienced candidates?

Some of the top questions asked at the NTT Data Salesforce Developer interview for experienced candidates -

  1. Lifecycle hook of ...read more
  2. Uses of aura compon...read more
  3. Connected apps via salesfo...read more

Tell us how to improve this page.

NTT Data Salesforce Developer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more
NTT Data Salesforce Developer Salary
based on 113 salaries
₹3.8 L/yr - ₹13.5 L/yr
23% more than the average Salesforce Developer Salary in India
View more details

NTT Data Salesforce Developer Reviews and Ratings

based on 7 reviews

3.8/5

Rating in categories

3.2

Skill development

3.9

Work-life balance

3.3

Salary

3.6

Job security

3.6

Company culture

3.5

Promotions

2.8

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
1.1k salaries
unlock blur

₹5.7 L/yr - ₹27.3 L/yr

Senior Associate
781 salaries
unlock blur

₹1.6 L/yr - ₹8 L/yr

Network Engineer
706 salaries
unlock blur

₹1.8 L/yr - ₹10 L/yr

Software Developer
683 salaries
unlock blur

₹4.4 L/yr - ₹18.8 L/yr

Senior Software Engineer
608 salaries
unlock blur

₹7.2 L/yr - ₹30 L/yr

Explore more salaries
Compare NTT Data with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview