Upload Button Icon Add office photos
Engaged Employer

i

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

Splunk Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Splunk Senior Salesforce Developer Interview Questions and Answers

Updated 22 Sep 2024

Splunk Senior Salesforce Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. A question copied from Google interview process
  • Q2. Some random question about a SOQL query

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Splunk?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Related to your technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical rounds would be based on the interviewer and the difficulty would be from good to higher side.
Would suggest the candidate should represent the actual experience with the interviewer.
Be real and emphasise on the challenges that you faced in your current company and how you handled it. It's not always that you have to show yourself as extra smart or hardworking candidate, do share your failure experiences and how it helped you to identify the reasons for the failures.
Lastly again I would say be real and true to your CV.

Senior Salesforce Developer Interview Questions Asked at Other Companies

asked in Infosys
Q1. What are best practices to write trigger? What are execution orde ... read more
Q2. Can an email message from a trigger be sent after logic gets into ... read more
Q3. Regarding Lightning requirements for mobile-friendly design, how ... read more
asked in TCS
Q4. What is the difference between custom settings and custom metadat ... read more
asked in Capgemini
Q5. Write a trigger on Order Products that displays the most frequent ... read more

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java OOPS, collections, and some basic SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be relaxed and calm. The interview is easy checking your fundamentals.

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

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2022. 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 - Technical 

(1 Question)

  • Q1. Monolithic and microservice architecture difference and how will you migrate.
  • Ans. 

    Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.

    • Monolithic architecture is a single, tightly coupled application where all components are interconnected.

    • Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.

    • Migrating from monolithic to microservices involves breaking ...

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

(1 Question)

  • Q1. Managerial round few technical questions followed by team building and leadership related questions asked.
Round 4 - HR 

(1 Question)

  • Q1. Basic leadership related questions and few questions on why job change etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good, system design and cloud architecture is important. Question on DS and algo.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java coding questions asked

Round 2 - One-on-one 

(1 Question)

  • Q1. Overriding rules
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and excellent problem-solving skills.

    • Extensive experience in software development with expertise in multiple programming languages such as Java, Python, and C++

    • Proven track record of successfully delivering complex projects on time and within budget

    • Strong problem-solving skills and ability to think creatively to find innovati...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstract class and interface?
  • Ans. 

    Abstract classes allow partial implementation; interfaces define contracts without implementation.

    • Abstract classes can have both abstract and concrete methods, while interfaces can only have abstract methods (until Java 8).

    • An abstract class can have member variables, whereas an interface cannot (it can only have constants).

    • A class can inherit from only one abstract class but can implement multiple interfaces.

    • Example: I...

  • Answered by AI
  • Q2. Explain OOP in C#?
  • Ans. 

    OOP in C# is a programming paradigm based on objects, encapsulating data and behavior for modular and reusable code.

    • Encapsulation: Bundling data and methods that operate on the data within a single unit (class). Example: class 'Car' with properties like 'Speed' and methods like 'Accelerate()'.

    • Inheritance: Mechanism to create a new class based on an existing class, promoting code reuse. Example: 'ElectricCar' inherits f...

  • Answered by AI
Are these interview questions helpful?
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What libraries have you used in python?
  • Ans. 

    I have experience with various Python libraries for web development, data analysis, machine learning, and more.

    • Django: Used for building robust web applications with an MVC architecture.

    • Flask: A lightweight framework for creating APIs and microservices.

    • Pandas: Essential for data manipulation and analysis, especially with DataFrames.

    • NumPy: Utilized for numerical computations and handling large arrays.

    • Scikit-learn: Emplo...

  • Answered by AI
  • Q2. What would you keep in mind while building a RAG application
  • Ans. 

    Building a RAG application requires careful consideration of data sources, user experience, and performance optimization.

    • Identify reliable data sources: Ensure the data used for retrieval is accurate and up-to-date, e.g., using APIs from trusted providers.

    • Optimize retrieval algorithms: Implement efficient algorithms to minimize latency, such as caching frequently accessed data.

    • Design user-friendly interfaces: Create in...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was provided for 45 mins

Round 2 - Technical 

(1 Question)

  • Q1. OOPS, virtual, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude very well.
Some questions like normal maths

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure related questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Java related interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Data structure and Java code properly

Splunk Interview FAQs

How many rounds are there in Splunk Senior Salesforce Developer interview?
Splunk interview process usually has 1 rounds. The most common rounds in the Splunk interview process are One-on-one Round.

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 1 interview experience

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 896 Interviews
Amdocs Interview Questions
3.7
 • 534 Interviews
Adobe Interview Questions
3.8
 • 248 Interviews
Salesforce Interview Questions
4.0
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
Oracle Cerner Interview Questions
3.6
 • 163 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
Thomson Reuters Interview Questions
4.1
 • 126 Interviews
View all
Software Engineer
10 salaries
unlock blur

₹20 L/yr - ₹33 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹30 L/yr - ₹43.8 L/yr

Engineering Manager
6 salaries
unlock blur

₹44 L/yr - ₹60 L/yr

Data Scientist
5 salaries
unlock blur

₹16.1 L/yr - ₹30.1 L/yr

Senior Consultant
4 salaries
unlock blur

₹25.1 L/yr - ₹52 L/yr

Explore more salaries
Compare Splunk with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview