Upload Button Icon Add office photos
Engaged Employer

i

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

ITC Infotech Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 3.6k Reviews

Filter interviews by

ITC Infotech SAP SD Developer Interview Questions, Process, and Tips

Updated 14 Jun 2024

ITC Infotech SAP SD Developer Interview Experiences

1 interview found

SAP SD Developer Interview Questions & Answers

user image Nimmy Chacko

posted on 14 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is Order-to-Case cycle?
  • Ans. 

    Order-to-Case cycle is the process of converting customer orders into physical cases for shipping and delivery.

    • Customer places an order for products

    • Order is processed and items are picked from inventory

    • Items are packed into cases for shipping

    • Cases are shipped to the customer

    • Customer receives the cases and the order is considered complete

  • Answered by AI
  • Q2. What are the stages that come before Quotation?
  • Ans. 

    The stages that come before Quotation in SAP SD include Inquiry and Sales Order.

    • Inquiry: Customer expresses interest in a product or service.

    • Sales Order: Customer confirms the purchase of a product or service.

    • Quotation: Formal offer provided to the customer based on their requirements.

  • Answered by AI
  • Q3. What is the point of integration between Sales and FI module?
  • Ans. 

    The point of integration between Sales and FI module is to ensure accurate financial data by linking sales transactions with accounting entries.

    • Sales orders in SD module trigger accounting entries in FI module

    • Revenue recognition in FI module is based on sales data from SD module

    • Integration allows for seamless flow of information between sales and finance departments

  • Answered by AI
  • Q4. When does Tax realisation happen?
  • Ans. 

    Tax realisation happens at the point of sale when the customer pays for the goods or services.

    • Tax realisation occurs when the customer makes a payment for the goods or services purchased.

    • It is the point at which the tax amount is calculated and collected from the customer.

    • Tax realisation is an important step in the sales process to ensure compliance with tax regulations.

    • Examples: When a customer buys a product online a...

  • Answered by AI
  • Q5. What is CAMIR report?
  • Ans. 

    CAMIR report is a tool used in SAP SD to analyze sales order data.

    • CAMIR stands for Customer Analysis and Margin Improvement Report

    • It helps in analyzing sales order data to identify opportunities for margin improvement

    • The report provides insights into customer buying patterns, pricing strategies, and profitability

    • Users can use CAMIR to make informed decisions on pricing, discounts, and sales strategies

  • Answered by AI
  • Q6. What server is used for Testing?
  • Ans. 

    The server used for testing can vary depending on the organization's setup, but commonly used servers include local servers, cloud servers, and virtual servers.

    • Local servers: Testing can be done on servers within the organization's network.

    • Cloud servers: Organizations may use cloud-based servers for testing, providing scalability and flexibility.

    • Virtual servers: Virtual servers can be used for testing to simulate diffe...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Worst set of questions

Round 2 - Coding Test 

Advanced DSA for entry level role

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Based on Angular
  • Q2. Based on Html, CSS, Javascript
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The round consists of 3sections, 1st one has general quantitative Questions then the 2nd one had technical questions which includes theory concepts of oops ds etc, 3rd section had 3 programming Questions, one with basic level,other with intermediate level, last one with difficult level

Round 2 - Technical 

(1 Question)

  • Q1. Here the Interview starts with self introduction and proceeds with technical questions which was mentioned in resume
Round 3 - HR 

(1 Question)

  • Q1. This was a very simple communication and patience testing round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

All the basic topics

Round 2 - Coding Test 

Normal JS, And CSS and HTML

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare basic concept of JS
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 Dec 2022. There were 3 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 - Coding Test 

Theory plus coding questions

Round 3 - Technical 

(5 Questions)

  • Q1. Core Java , spring boot questions, project
  • Q2. Project challenges how resolved
  • Ans. 

    Resolved project challenges through effective problem-solving techniques.

    • Identified the root cause of the challenges

    • Collaborated with team members to brainstorm solutions

    • Implemented appropriate strategies to overcome obstacles

    • Tested and validated the implemented solutions

    • Documented the resolution process for future reference

  • Answered by AI
  • Q3. Difficult situation in project while working with team how resolved
  • Q4. Core string concept in depth
  • Ans. 

    Core string concepts include immutability, string manipulation, and string comparison.

    • Strings in Java are immutable, meaning they cannot be changed once created.

    • String manipulation can be done using various methods like concatenation, substring, and replace.

    • String comparison can be done using equals() method for content comparison and == operator for reference comparison.

  • Answered by AI
  • Q5. Soft skills questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Preparation level is good

I applied via Naukri.com and was interviewed in Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Android basics, fragments, activities, their life cycle
  • Q2. Java basics, wrapper, kotlin, mvvm, api calls
  • Q3. Dsa question- move all the zeroes to left and 1s to the right
  • Ans. 

    Move all zeroes to left and ones to right in an array

    • Iterate through the array from both ends

    • Swap the elements if left is 1 and right is 0

    • Stop when left and right pointers meet

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Service, background foreground service
  • Q2. Mvvm, how does it work, viewmodel internal
  • Q3. Memory leakage, how to avoid and identify
  • Ans. 

    Memory leakage can cause app crashes and slow performance. It can be avoided by proper memory management and identifying the root cause.

    • Avoid creating unnecessary objects

    • Release unused resources

    • Use memory profiling tools like Android Profiler

    • Avoid static references to objects

    • Use weak references when necessary

  • Answered by AI
  • Q4. Perquisite to release app on play store
  • Ans. 

    Perquisites for releasing an app on Play Store

    • Creating a developer account on Google Play Console

    • Complying with Google Play policies and guidelines

    • Providing accurate app information and metadata

    • Ensuring app compatibility with target devices

    • Testing app thoroughly for bugs and crashes

    • Publishing app with appropriate content rating

    • Setting up monetization options and pricing

    • Providing customer support and responding to user

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GlobalLogic Android Developer interview:
  • Android
  • Java
  • Multithreading
  • Kotlin
  • MVVM
Interview preparation tips for other job seekers - Better to prepare a hands on project

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Aptitude Test,coding test
  • Q2. Intruduce your self ,oops concept

Interview Preparation Tips

Topics to prepare for NTT Data Junior Software Developer interview:
  • Java development
Interview preparation tips for other job seekers - Good company for learning the good opportunity
Round 1 - One-on-one 

(1 Question)

  • Q1. OOP's Concept Exception handling Difference between abstraction and interface spring boot features Program to reverse string without reversing words Program to move zeros in array to end of the arr...

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best. Do not settle for least. Everyday there's something new to learn. Just go for it.

I applied via Referral and was interviewed in Aug 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is JVM?
  • Ans. 

    JVM stands for Java Virtual Machine. It is an abstract machine that provides a runtime environment for Java programs.

    • JVM interprets compiled Java code and executes it

    • It provides platform independence by converting bytecode to machine-specific code

    • JVM manages memory allocation and garbage collection

    • Examples of JVM implementations include Oracle JVM, OpenJDK, and IBM JVM

  • Answered by AI
  • Q2. What is JRE?
  • Ans. 

    JRE stands for Java Runtime Environment. It is a software package that provides the necessary runtime environment for Java applications.

    • JRE includes the Java Virtual Machine (JVM), class libraries, and other necessary components to run Java applications.

    • It is required to run Java applications on a computer.

    • JRE is available for different operating systems such as Windows, Linux, and macOS.

    • Examples of Java applications t...

  • Answered by AI
  • Q3. What is the new operator used for?
  • Ans. 

    The new operator is used to create an instance of a class or to allocate memory for an object.

    • The new operator is followed by the name of the class and parentheses.

    • It can also be used to create arrays of objects.

    • Example: MyClass obj = new MyClass();

    • Example: int[] arr = new int[5];

  • Answered by AI
  • Q4. What is the difference between MongoDB and MySQL?
  • Ans. 

    MongoDB is a NoSQL database while MySQL is a relational database.

    • MongoDB stores data in JSON-like documents while MySQL stores data in tables with rows and columns.

    • MongoDB is schema-less while MySQL requires a schema to be defined.

    • MongoDB is better suited for handling unstructured data while MySQL is better for structured data.

    • MongoDB has better scalability and performance while MySQL has better ACID compliance.

    • MongoDB...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - After preparing for the MCQs for objective type questions start preparing immediately for the descriptive type questions and answers. Read thoroughly for the interview questions and answers and leave no computer science fields' knowledge gaining because in IT sector knowledge is the biggest power. After the interview ask questions like "What do you see in a candidate for this role?" or "What do you expect from team members in this position?", "What is a typical day like at this company?"; "Where do you see the company in five years?" "What are the next steps in the job process?"

Skills evaluated in this interview

ITC Infotech Interview FAQs

How many rounds are there in ITC Infotech SAP SD Developer interview?
ITC Infotech interview process usually has 1 rounds. The most common rounds in the ITC Infotech interview process are Technical.
How to prepare for ITC Infotech SAP SD 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 ITC Infotech . The most common topics and skills that interviewers at ITC Infotech expect are ABAP, Business process, Logistics, OTC and SAP SD.
What are the top questions asked in ITC Infotech SAP SD Developer interview?

Some of the top questions asked at the ITC Infotech SAP SD Developer interview -

  1. What is the point of integration between Sales and FI modu...read more
  2. What are the stages that come before Quotati...read more
  3. What server is used for Testi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
View all
Associate Information Technology Consultant
5.2k salaries
unlock blur

₹4.1 L/yr - ₹17.1 L/yr

Lead Consultant
4.4k salaries
unlock blur

₹9 L/yr - ₹35.4 L/yr

Associate Consultant
829 salaries
unlock blur

₹1.5 L/yr - ₹16 L/yr

Software Engineer
499 salaries
unlock blur

₹4 L/yr - ₹16.3 L/yr

Software Developer
363 salaries
unlock blur

₹2.3 L/yr - ₹13 L/yr

Explore more salaries
Compare ITC Infotech with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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