Upload Button Icon Add office photos

Filter interviews by

SAP Ariba Interview Questions and Answers

Updated 29 Aug 2024

SAP Ariba Interview Experiences

Popular Designations

3 interviews found

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

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

Round 1 - Coding Test 

2 question, DSA, 90 Mins

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Invert a binary tree , delta data sync between master and worker nodes

Round 2 - Coding Test 

Tic-tac-toe code , DB design with inheritance, foreign key , primary key importance

Round 3 - Coding Test 

Count the duplicates of each character in a string

Round 4 - Technical 

(1 Question)

  • Q1. Find permutations of all strings of a word , managerial round
  • Ans. 

    Generate permutations of all strings of a word

    • Use recursion to generate all possible permutations

    • Swap characters at each position to create different permutations

    • Store each permutation in an array of strings

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Company Website and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Related MDM, UNSPSC and work process

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 Round of interview will be there

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 Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java versions. System design, Kafka and rabbit mq
Round 2 - Technical 

(1 Question)

  • Q1. Some more questions on system design. Questions on Messaing system, EDA and Microservices architecture. AWS cloud.
Round 3 - Coding Test 

I am not sure about what this round about. After couple of simple management questions, The interviewer asking leet code questions which was not expected as it was mentioned that its a managerial round. As it was on 31st I was little not prepared and wanted to skip the question. The interviewer got offended and talking very rude. At this point I got the idea that interview is not.

Worst part is after every round they is no feedback cycle. they just ghost you. very bad attitude.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Design schema for movie booking system ?
  • Ans. 

    Design schema for a movie booking system.

    • Create tables for movies, theaters, users, bookings, and payments.

    • Use foreign keys to establish relationships between tables.

    • Include attributes like movie title, showtime, seat number, user details, booking status, payment details, etc.

    • Consider implementing a booking algorithm to handle seat selection and availability.

    • Ensure data integrity and normalization for efficient data re

  • Answered by AI
  • Q2. How would u scale the app (database wise) over India ?
  • Ans. 

    To scale the app database over India, consider sharding, replication, and using cloud services.

    • Implement sharding to distribute data across multiple servers based on geographic location or other criteria.

    • Set up replication to ensure data consistency and availability in different regions.

    • Utilize cloud services like AWS or Azure to easily scale resources based on demand.

    • Optimize queries and indexes to improve database pe...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is sharding vs partitioning
  • Ans. 

    Sharding and partitioning are both techniques used in database management to improve performance and scalability by dividing data into smaller chunks.

    • Sharding involves splitting a database into smaller, independent databases called shards, each responsible for a subset of the data.

    • Partitioning involves dividing a database into smaller segments called partitions, each containing a subset of the data based on a defined c...

  • Answered by AI
  • Q2. What are the 3 basic components of database, and do a RCA for why a DB is down.
  • Ans. 

    The 3 basic components of a database are data, schema, and software. An RCA for a DB being down involves identifying the root cause of the issue.

    • Data: the actual information stored in the database, such as customer records or product details.

    • Schema: the structure that defines how the data is organized and related to each other, including tables, fields, and relationships.

    • Software: the database management system (DBMS) ...

  • Answered by AI
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
-
Round 1 - Coding Test 

It was good. The platform could be better.

Round 2 - Technical 

(1 Question)

  • Q1. Explain code from Round 1
  • Ans. 

    The code from Round 1 involved implementing a sorting algorithm in Python.

    • Implemented a sorting algorithm in Python

    • Used concepts like loops, conditionals, and list manipulation

    • Example: Implemented bubble sort or selection sort

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question about Tree and Linked List.
Round 4 - Technical 

(1 Question)

  • Q1. Questions from OOPs, DBs. Practical questions
Round 5 - HR 

(1 Question)

  • Q1. Create class, constructor, inheritance various scenarios related to that
Round 6 - HR 

(1 Question)

  • Q1. HR questions like goals, aspirations etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with basics.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Reasoning and Quant.
They do give the sample questions link. Have to go through it and then appear for exam.

40 questions in 20 mins
Reasoning has major contribution in aptitude test. Me and my other frnds had 25-30 questions just on reasoning.

Round 2 - Technical 

(2 Questions)

  • Q1. Had multiple questions related to P&C insurance domain. Mostly the functionality of scenarios.
  • Q2. Had questions related to testing, defect leakage control and how to handle the team
Round 3 - Technical 

(2 Questions)

  • Q1. Same as Technical interview 1 just questions were more oriented towards managing resources.
  • Q2. How will you distribute workload etc.
  • Ans. 

    Workload distribution will be based on team members' strengths, workload complexity, deadlines, and priorities.

    • Assess team members' strengths and weaknesses

    • Assign tasks based on complexity and deadlines

    • Prioritize tasks based on project goals

    • Regularly communicate with team members to ensure workload balance

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Coding with design fundamentals on BST and DP
Round 2 - Technical 

(2 Questions)

  • Q1. Coding test with BST, DP
  • Q2. LLD, HLD on telecom. SOLID principles, Design patterns, System design
Round 3 - One-on-one 

(1 Question)

  • Q1. One on one round with Architect and Manager. What do we know about SIP, SS7, Diameter.
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions

Interview Preparation Tips

Topics to prepare for Mobileum Technical Lead interview:
  • Dynamic programing
  • Binary Search Tree
  • Kafka
  • Rabbitmq
  • Java
  • C++
  • JUnit
Interview preparation tips for other job seekers - Prepare yourselves to get the call back after the scheduled interviews after a month or so if you are selected.

If you get the offer letter, please do not join this company.

Not very considerate people, though the policies are there. No WLB, politics, poor product and project management. Architects know the stuff but they don't have the documents about the products, no KT.

Again please seriously take this advice, if you get one offer, please do not join the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Describe the boot process of kernel.
  • Ans. 

    The kernel boot process involves several stages from power on to loading the operating system.

    • BIOS/UEFI firmware initializes hardware components

    • Bootloader (such as GRUB) loads the kernel into memory

    • Kernel initializes essential system components

    • Init process starts user space processes

    • System is ready for user interaction

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic linux questions
Focus on samba networking (DNS)

Skills evaluated in this interview

SAP Ariba Interview FAQs

How many rounds are there in SAP Ariba interview?
SAP Ariba interview process usually has 3 rounds. The most common rounds in the SAP Ariba interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for SAP Ariba 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 SAP Ariba. The most common topics and skills that interviewers at SAP Ariba expect are Accounts Finalisation, Bank Reconciliation, Book Keeping, General Accounting and ITR.
What are the top questions asked in SAP Ariba interview?

Some of the top questions asked at the SAP Ariba interview -

  1. Find permutations of all strings of a word , managerial ro...read more
  2. Related MDM, UNSPSC and work proc...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

SAP Ariba Reviews and Ratings

based on 93 reviews

4.3/5

Rating in categories

3.9

Skill development

4.1

Work-life balance

3.7

Salary

4.4

Job security

4.2

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 93 Reviews and Ratings
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.1
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

TCS

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