Upload Button Icon Add office photos

Filter interviews by

Primus Techsystems SAP Abap Developer Interview Questions and Answers

Updated 18 Jun 2024

Primus Techsystems SAP Abap Developer Interview Experiences

1 interview found

SAP Abap Developer Interview Questions & Answers

user image 101_Darshana Pawar

posted on 18 Jun 2024

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

Dependancy on Computer

Round 2 - Technical 

(2 Questions)

  • Q1. Describe brief about BDC
  • Ans. 

    BDC stands for Batch Data Communication. It is a method used in SAP to upload data from external systems into SAP.

    • BDC is used to automate data entry into SAP systems.

    • There are two methods of BDC - Call Transaction and Session Method.

    • BDC is commonly used for mass data uploads like customer master data, vendor master data, etc.

  • Answered by AI
  • Q2. Difference between script and Smartforms
  • Ans. 

    Script is a procedural language used in SAP system for custom developments, while Smartforms are used for creating and formatting business documents.

    • Script is a procedural language used for custom developments in SAP system

    • Smartforms are used for creating and formatting business documents

    • Script is older and less user-friendly compared to Smartforms

    • Smartforms provide more flexibility and design options compared to Scrip

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

Easy to medium leetcode questions

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

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

Round 1 - Aptitude Test 

Basic aptitude test and was unproctored

Round 2 - Technical 

(1 Question)

  • Q1. It was a online technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL concepts and basic OOPs concepts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(4 Questions)

  • Q1. What is singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.

    • Used when only one instance of a class is required throughout the application

    • Provides a global point of access to the instance

    • Implemented using a private constructor, static method, and static variable

    • Example: Logger class, Database connection class

  • Answered by AI
  • Q2. C# LINQ queries for group and sum data from data table
  • Ans. 

    C# LINQ queries for group and sum data from data table

    • Use GroupBy() method to group data based on a specific column

    • Use Sum() method to calculate the sum of a column

    • Use Select() method to select the required columns

  • Answered by AI
  • Q3. Solid design principles
  • Ans. 

    Solid design principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - each class should have only one responsibility

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness

    • Interface Se...

  • Answered by AI
  • Q4. OOPS concepts ,like association and all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are an experienced software Engineer, focus on designing part of the system.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

MCQ questions on OS, JS and HTML

Round 2 - Coding Test 

Basic Questions from resume. String/Array DSA questions

I applied via LinkedIn and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Explain difference between spring and spring boot
  • Ans. 

    Spring is a framework for building Java applications, while Spring Boot is a tool for quickly creating Spring-based applications.

    • Spring provides a comprehensive framework for building Java applications, while Spring Boot is a tool that simplifies and accelerates the process of creating Spring-based applications.

    • Spring requires more configuration and setup, while Spring Boot provides a pre-configured environment that re...

  • Answered by AI
  • Q2. 2. String anagram program
  • Ans. 

    A program to check if two strings are anagrams of each other.

    • Create two character arrays from the input strings

    • Sort the arrays

    • Compare the sorted arrays to check if they are equal

  • Answered by AI
  • Q3. 3. write small code using streams api
  • Ans. 

    Using Streams API to filter and map an array of strings

    • Create a stream from the array using Arrays.stream()

    • Use filter() to select elements that meet a certain condition

    • Use map() to transform each element into a new value

    • Use toArray() to convert the stream back into an array

  • Answered by AI
  • Q4. 4. java 8 concepts
  • Q5. 5. what is REST api
  • Ans. 

    REST API is a web service that uses HTTP requests to access and manipulate data.

    • REST stands for Representational State Transfer

    • It is an architectural style for building web services

    • It uses HTTP methods like GET, POST, PUT, DELETE to perform operations on resources

    • It is stateless and can be cached

    • It returns data in various formats like JSON, XML, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything properly

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mcq + dsa JavaScript questions

Round 2 - Technical 

(1 Question)

  • Q1. JavaScript advance topics and database design topics
Round 3 - Behavioral 

(1 Question)

  • Q1. Situation based question and behavioural questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Paper test - MCQs(Hibernate, multithreading, logical reasoning, Quantitative, English grammar test )

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions OOPs Multithreading, Collection Java 8 Spring boot
Round 3 - Technical 

(1 Question)

  • Q1. Same as round 2

Primus Techsystems Interview FAQs

How many rounds are there in Primus Techsystems SAP Abap Developer interview?
Primus Techsystems interview process usually has 2 rounds. The most common rounds in the Primus Techsystems interview process are Group Discussion and Technical.
How to prepare for Primus Techsystems SAP Abap Developer 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 Primus Techsystems. The most common topics and skills that interviewers at Primus Techsystems expect are SAP ABAP and SAP ABAP Development.
What are the top questions asked in Primus Techsystems SAP Abap Developer interview?

Some of the top questions asked at the Primus Techsystems SAP Abap Developer interview -

  1. Difference between script and Smartfo...read more
  2. Describe brief about ...read more

Tell us how to improve this page.

Primus Techsystems SAP Abap Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Revature Interview Questions
3.5
 • 40 Interviews
ConsultAdd Interview Questions
3.5
 • 36 Interviews
View all
Primus Techsystems SAP Abap Developer Salary
based on 6 salaries
₹2.3 L/yr - ₹5.5 L/yr
39% less than the average SAP Abap Developer Salary in India
View more details

Primus Techsystems SAP Abap Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

3.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
SAP Abap Consultant
94 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

SAP MM Consultant
66 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

SAP SD Consultant
64 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Associate Consultant
62 salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

SAP Fico Consultant
46 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Primus Techsystems with

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

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