Upload Button Icon Add office photos
Engaged Employer

i

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

Iteanz Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Iteanz Technologies SAP Abap Consultant Interview Questions, Process, and Tips

Updated 28 Apr 2024

Iteanz Technologies SAP Abap Consultant Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is ddic , domain, lock objects
  • Ans. 

    DDIC is Data Dictionary, domain is a data type definition, lock objects are used for data consistency in SAP ABAP.

    • DDIC stands for Data Dictionary in SAP ABAP

    • Domain is a data type definition in DDIC

    • Lock objects are used for data consistency in SAP ABAP

  • Answered by AI
  • Q2. What is table generator
  • Ans. 

    Table generator is a tool in SAP ABAP used to create database tables.

    • Table generator is a tool in SAP ABAP used to create database tables.

    • It allows developers to define the structure of a database table including fields, keys, and indexes.

    • Developers can also specify technical settings such as buffering and logging options.

    • Table generator generates the corresponding ABAP Dictionary objects for the database table.

    • Example...

  • Answered by AI
  • Q3. What is samrtforms
  • Ans. 

    Smartforms is a tool in SAP ABAP used for creating and maintaining forms for printing.

    • Smartforms are used to design and generate forms like invoices, purchase orders, etc.

    • They provide a graphical interface for designing forms with various elements like text, images, tables, etc.

    • Smartforms can be integrated with SAP applications to generate printable documents.

    • They offer features like conditional formatting, calculation...

  • Answered by AI
  • Q4. How to add code in smart forms
  • Ans. 

    To add code in smart forms, use the SMARTFORMS transaction code and navigate to the desired form.

    • Open the form in the SMARTFORMS transaction code

    • Navigate to the desired section where you want to add code

    • Click on the 'Form Interface' tab to add global data declarations

    • Use the 'Global Definitions' tab to add global data types and variables

    • Use the 'Global Data' tab to add global data objects

    • Use the 'Initialization' tab to...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good but tried to confuse me

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

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

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 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 - One-on-one 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. 3 Question was there related to architecture and Computer networks.
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices and Monolith.
  • Q2. Leetcode hard Sum.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about projects you have worked upon
  • Q2. PEP-8 standards
Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of project on which you were working
  • Q2. Pandas and Numpy
Round 3 - HR 

(2 Questions)

  • Q1. Tell me your Current CTC
  • Q2. Tell me your Expected CTC

Iteanz Technologies Interview FAQs

How many rounds are there in Iteanz Technologies SAP Abap Consultant interview?
Iteanz Technologies interview process usually has 1 rounds. The most common rounds in the Iteanz Technologies interview process are Technical.
How to prepare for Iteanz Technologies SAP Abap Consultant 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 Iteanz Technologies. The most common topics and skills that interviewers at Iteanz Technologies expect are Adobe Forms, Bapi, Data Dictionary, ABAP and Alv Reports.
What are the top questions asked in Iteanz Technologies SAP Abap Consultant interview?

Some of the top questions asked at the Iteanz Technologies SAP Abap Consultant interview -

  1. What is ddic , domain, lock obje...read more
  2. How to add code in smart fo...read more
  3. What is table genera...read more

Tell us how to improve this page.

Iteanz Technologies SAP Abap Consultant Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Iteanz Technologies SAP Abap Consultant Salary
based on 39 salaries
₹2.1 L/yr - ₹9.5 L/yr
48% less than the average SAP Abap Consultant Salary in India
View more details

Iteanz Technologies SAP Abap Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

5.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

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

₹2.1 L/yr - ₹9.5 L/yr

SAP MM Consultant
10 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

SAP Fico Consultant
9 salaries
unlock blur

₹2.1 L/yr - ₹9 L/yr

Associate Consultant
7 salaries
unlock blur

₹3.6 L/yr - ₹6 L/yr

SAP Abap Developer
7 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Explore more salaries
Compare Iteanz Technologies with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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