Upload Button Icon Add office photos
Engaged Employer

i

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

SAP Verified Tick

Compare button icon Compare button icon Compare
4.2

based on 1.6k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

SAP Research Assistant Interview Questions and Answers

Updated 24 Apr 2024

SAP Research Assistant Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. I was asked about generic supervised and unsupervised difference in AI and how to solve those problems with detailed explanations of the algorithms I choose

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Most related to Basic JavaScript Question
Round 2 - Technical 

(1 Question)

  • Q1. Managerial Round with one DSA question related to bits.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. How do you preprocess large/small dataset
  • Ans. 

    Preprocessing large/small datasets involves cleaning, transforming, and organizing data to prepare it for analysis.

    • Remove duplicates and missing values

    • Normalize or standardize numerical features

    • Encode categorical variables

    • Feature scaling

    • Handling outliers

    • Dimensionality reduction techniques like PCA

    • Splitting data into training and testing sets

  • Answered by AI
  • Q2. Data augmentation

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for some data processing knowledge
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Market research and media analytics assignment

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round 2 questions

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Preparation Tips

Round: Test
Experience: THE TEST WAS GOOD BUT SOME OF THE QUESTIONS TAKES SOME TIME ,IT WAS A BIT CONFUSING BUT I TOOK MY TIME AND DO IT AND DID MAXIMUM
Tips: THE QUESTIONS WERE MAINLY BASED ON CSE LIKE OPERATING SYSTEMS, C & JAVA PROGRMAMING ,IT WOULD BE BETTER TO PREPARE SOME TOPICS ON RECURSIVE ALGORITHMS AND HASTABLES THOUGH THEY DON'T COVER MUCH
Duration: 50 minutes
Total Questions: 25

Round: Technical Interview
Experience: IT WAS A LONG INTERVIEW WHICH WENT FOR 2 HRS. THE QUESTIONS MAINLY WERE BASED ON ARRAYS AND STRINGS AND THEY ARE MAINLY BASED ON OPTIMIZATION (ESPECIALLY STRINGS WHICH WAS "RUN LENGTH ENCODING")
Tips: ITS GOOD TO PREPARE QUESTIONS MAINLY ON TREES , STRINGS, ARRAYS

Skills: Algorithmic Approach To Problem Solving
Duration: 2
College Name: IIT Madras
Motivation: ITS THE WORLD #1 CRM COMPANY AND I WAS MAINLY INTERESTED IN APPLYING MY SKILLS TO HELP PEOPLE REGARDING SALES AND SERVICES AND ALSO WANTED TO HELP PEOPLE BUILD ENTERPRISES.WHICH SALESFORCE DOES AND THE CHARITY ACTIVITIES ALSO PEAKED MY INTEREST
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

1 problem to be solved

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions related to JS engine and the mechanism implemented internally
  • Q2. Few questions related to React and some simple machine coding questions to solve

Research and Development Interview Questions & Answers

Adobe user image Nalam Vssk Chaitanya

posted on 29 Aug 2015

I applied via campus placement at Indian Institute of Technology (IIT), Chennai

Interview Questionnaire 

3 Questions

  • Q1. 100 white eggs and 100 black eggs are distributed in 2 bags and now choosen a egg. The way to be distribute the eggs so that the probability of getting a black egg is maximum?
  • Ans. 

    Distribute 50 white and 100 black eggs in one bag and 50 white and 0 black eggs in the other bag.

    • Distribute the black eggs in one bag and white eggs in the other bag

    • Ensure that both bags have equal number of white eggs

    • The bag with black eggs will have a higher probability of getting a black egg

  • Answered by AI
  • Q2. Given an array of 1 to 30 numbers put minus before some numbers so that sum of elements in array is zero
  • Ans. 

    Add minus sign to some numbers in array to make sum zero

    • Identify the sum of all numbers in the array

    • If sum is already zero, return the array as is

    • If sum is positive, add minus sign to one or more positive numbers until sum becomes zero

    • If sum is negative, add minus sign to one or more negative numbers until sum becomes zero

  • Answered by AI
  • Q3. Given a binary tree print the left most element in each level. Note: Nodes need not have children. It's not complete binary tree
  • Ans. 

    Print the leftmost element in each level of a binary tree.

    • Use a queue to traverse the tree level by level.

    • At each level, print the first node in the queue.

    • Add the left and right child of the node to the queue if they exist.

    • Repeat until the queue is empty.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The test is conducted in hacker rank in Electrical DCF. The questions are asked in Probability, Coding, Data Structures and Algorithms.
Tips: Just go through your probability notes and DSA notes and your Advanced and Computer Programming lab assignments.
Duration: 60 minutes
Total Questions: 8

Round: Technical Interview
Experience: I stammerd a bit as it is my first interview but I was able to answer Q 1 and 3 and 2 with a small help as for 2 I was trying for answer which is "Not possible" as the sum of elements is odd.
Tips: Be cool the questions will be easy. You just have to think peacefully and answer them. Question asked doesn't mean it will have an answer.

Skills: Probability, Data Structures and Algorithms., Aptitude
Duration: 2.5
College Name: Indian Institute of Technology Madras
Motivation: I want to do Reasearch and get patents which will be useful for my Higher Studies.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Research interview 

(2 Questions)

  • Q1. Talk about your current research
  • Q2. What other models would you consider to improve the current one.
  • Ans. 

    I would consider incorporating machine learning algorithms to enhance the current model.

    • Explore using neural networks for more complex patterns

    • Implement decision trees for better interpretability

    • Utilize ensemble methods like random forests for improved accuracy

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Multiple puzzles were asked to test aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPs concepts, discussed ach concept in detail.
  • Ans. 

    OOPs concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Discussed sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Preape basics of coding and geometry based questions.

SAP Interview FAQs

How many rounds are there in SAP Research Assistant interview?
SAP interview process usually has 1 rounds. The most common rounds in the SAP interview process are One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
Google Interview Questions
4.4
 • 861 Interviews
View all
Software Developer
980 salaries
unlock blur

₹10 L/yr - ₹32.5 L/yr

Developer
847 salaries
unlock blur

₹10.3 L/yr - ₹32 L/yr

Developer Associate
825 salaries
unlock blur

₹6.3 L/yr - ₹24 L/yr

Senior Developer
492 salaries
unlock blur

₹13.1 L/yr - ₹47 L/yr

Business Process Consultant
383 salaries
unlock blur

₹10 L/yr - ₹40 L/yr

Explore more salaries
Compare SAP with

Oracle

3.7
Compare

SAS

4.4
Compare

Zoho

4.3
Compare

IBM

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