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

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.

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

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

I applied via Campus Placement and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What are Joins in SQL? Briefly explain difference between all types of joins
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables, with NULL values for non-matching rows

    • Cross join retur

  • Answered by AI
  • Q2. Find a sub array with a given sum
  • Ans. 

    Given an array of integers, find a contiguous subarray with a given sum.

    • Use a sliding window approach to iterate through the array and keep track of the current sum.

    • If the current sum exceeds the given sum, move the window's left endpoint forward.

    • If the current sum is less than the given sum, move the window's right endpoint forward.

    • If the current sum equals the given sum, return the subarray.

    • Time complexity: O(n), Spa

  • Answered by AI
  • Q3. Questions related to Projects mentioned in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview advice would be to remain honest throughout the interview. The interviewer checks the problem solving abilities by your approach of solving it. Ask if there are any doubts.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks

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
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 30 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

SAP Functional Consultant
8 salaries
unlock blur

₹6 L/yr - ₹10.3 L/yr

Associate Consultant
7 salaries
unlock blur

₹3.6 L/yr - ₹6 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