Upload Button Icon Add office photos

Filter interviews by

SAP Ariba Senior Software Developer Interview Questions and Answers

Updated 29 Aug 2024

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Some basic Java questions Oop, Collection,Java 8 features and spring boot, microservice
  • Q2. Rest API, JPA, MySQL,

Interview Preparation Tips

Interview preparation tips for other job seekers - Avarage
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. DSA Array, String and Hashmap questions
  • Q2. Functional programming java questions
Round 2 - Technical 

(5 Questions)

  • Q1. Spring and spring boot related
  • Q2. HLD scenario level questions
  • Q3. SQL queries nested and joins
  • Q4. DB related questions and experience level questions and previous project situations related questions
  • Q5. Security level questions like XSS vulnerability and SQL injection
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Coding Test 

Java internals, coding questions 2sum

Round 2 - Technical 

(2 Questions)

  • Q1. Hld of your previous project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used React.js for front-end development

    • Implemented RESTful APIs for backend using Node.js and Express

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q2. Question related to self build projects
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Location constrain if any
  • Ans. 

    Open to relocation for the right opportunity

    • Willing to relocate for the right job opportunity

    • Flexible with location for the right role

    • Open to considering different locations for the right position

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

It was for 2 hours, there were 3 questions

Round 2 - Coding Test 

On-paper test which had to be appeared from Kolkata

Round 3 - Technical 

(1 Question)

  • Q1. Mainly based on JS and oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the technology stack you have been working on.
  • Ans. 

    I have been working on a technology stack that includes Java, Spring Boot, Angular, and MySQL.

    • Java programming language for backend development

    • Spring Boot framework for building and deploying Java applications

    • Angular framework for frontend development

    • MySQL database for data storage and retrieval

  • Answered by AI
  • Q2. Deep dive into the .Net framework and its use in developing microservices using Web APIs
  • Ans. 

    The .Net framework is a powerful tool for developing microservices using Web APIs.

    • The .Net framework provides a set of libraries and tools for building scalable and reliable microservices.

    • Web APIs in .Net allow for easy communication between different services and clients.

    • Features like dependency injection and middleware in .Net make it easier to develop and maintain microservices.

    • Examples of popular frameworks for bui...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain how you would troubleshoot a network bottleneck in your web API application hosted in a public cloud like Azure or AWS.
  • Ans. 

    To troubleshoot a network bottleneck in a web API application hosted in a public cloud like Azure or AWS, one can analyze network traffic, monitor server performance, and optimize resource allocation.

    • Use network monitoring tools to analyze traffic patterns and identify potential bottlenecks.

    • Monitor server performance metrics such as CPU usage, memory usage, and disk I/O to pinpoint any resource constraints.

    • Optimize res...

  • Answered by AI
  • Q2. Explain the usage of Azure service fabric clusters
  • Ans. 

    Azure Service Fabric clusters are used to deploy and manage microservices-based applications on Microsoft Azure.

    • Azure Service Fabric clusters provide a platform for deploying and managing scalable and reliable microservices.

    • They offer automatic scaling, rolling upgrades, and health monitoring for microservices.

    • Service Fabric clusters can be used to deploy stateless or stateful microservices.

    • They support multiple progra...

  • Answered by AI

Skills evaluated in this interview

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

There will be 3 coding questions given to us for solving,we need solve two questions compulsory.

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Questions related to frontend
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software developer with 5 years of experience in building web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in building web applications

    • Skilled in using various technologies

  • Answered by AI
  • Q2. Resume discussion
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was a 90minutes coding test where there was 2 coding question and 10 mcq each coding question carried 33% marks and even the 10mcq was 33% marks

Round 2 - Technical 

(1 Question)

  • Q1. Like it was full based on resume like on my resume i had put two web projects so most of the question was from web development and the aws cloud it took a lot of time and at last they asked the coding ques...
Round 3 - HR 

(1 Question)

  • Q1. Hr was easy just asked to introduce about myself and tell any one preffered project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

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 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

SAP Ariba Interview FAQs

How many rounds are there in SAP Ariba Senior Software Developer interview?
SAP Ariba interview process usually has 1 rounds. The most common rounds in the SAP Ariba interview process are Coding Test.

Tell us how to improve this page.

SAP Ariba Senior Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
SAP Ariba Senior Software Developer Salary
based on 7 salaries
₹24 L/yr - ₹35 L/yr
97% more than the average Senior Software Developer Salary in India
View more details

SAP Ariba Senior Software Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Developer
35 salaries
unlock blur

₹18 L/yr - ₹48 L/yr

Developer
32 salaries
unlock blur

₹11.6 L/yr - ₹38.2 L/yr

Software Developer
26 salaries
unlock blur

₹11.6 L/yr - ₹25 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹15 L/yr - ₹44 L/yr

Senior Quality Specialist
23 salaries
unlock blur

₹22.5 L/yr - ₹40 L/yr

Explore more salaries
Compare SAP Ariba with

IBM

4.0
Compare

Accenture

3.9
Compare

Infosys

3.6
Compare

Wipro

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