Upload Button Icon Add office photos
Engaged Employer

i

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

Automatic Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Automatic Infotech Senior SAP ABAP Consultant Trainee Interview Questions and Answers

Updated 12 May 2021

Automatic Infotech Senior SAP ABAP Consultant Trainee Interview Experiences

1 interview found

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

Interview Questionnaire 

3 Questions

  • Q1. What is normalisation in database?
  • Ans. 

    Normalization is the process of organizing data in a database to minimize redundancy and dependency.

    • Normalization helps to eliminate data redundancy and inconsistencies.

    • It involves breaking down a table into smaller tables and defining relationships between them.

    • Normalization is divided into several normal forms, each with its own set of rules.

    • The most commonly used normal forms are first normal form (1NF), second norm...

  • Answered by AI
  • Q2. What is a primery and foreign key?
  • Ans. 

    A primary key is a unique identifier for a record in a table, while a foreign key is a reference to a primary key in another table.

    • Primary key ensures uniqueness of a record in a table

    • Foreign key establishes a relationship between two tables

    • Primary key can be used as a foreign key in another table

    • Foreign key can have null values if the relationship is optional

  • Answered by AI
  • Q3. What are the object listed in DDIC?
  • Ans. 

    DDIC objects are used to define and manage data in SAP systems.

    • Tables

    • Views

    • Data elements

    • Domains

    • Search helps

    • Lock objects

    • Match code objects

    • Table maintenance generator

    • Function modules

    • Class pools

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good. Try answering quickly and precisely.

Top trending discussions

View All
Interview Hub
2w
a sales executive
Walked out of an interview today
I walked out of an interview today. This was my third interview with the company. Interviewer goes on to mention there's a fourth interview with the manager and I said nope. I stood up, and said "you've met me 3 times already and should know if you want to hire me at this point. I am not doing a 4th interview." She was shocked. I wish I took a picture of the look on her face. She kept saying, "but I really like you." And, "no one's ever done this before." Nope, don't care.
Got a question about Automatic Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about yourself ? Which includes academics, experience and family background
  • Q2. What is P2P cycle, define pricing procedure, release strategy, STO inter and intra company configuration
  • Ans. 

    P2P cycle involves procurement of goods and services, pricing procedure determines the calculation of prices, release strategy is used for approval of purchase orders, STO inter and intra company configuration is used for stock transfer between different plants or companies.

    • P2P cycle involves requisition, purchase order creation, goods receipt, and invoice verification

    • Pricing procedure determines the calculation of pri...

  • Answered by AI
  • Q3. What is automatic account determination?
  • Ans. 

    Automatic account determination is a feature in SAP MM that assigns the appropriate general ledger accounts to various transactions and processes.

    • Automatic account determination is based on predefined rules and settings in the system.

    • It ensures that the correct general ledger accounts are used for different procurement and inventory management activities.

    • The account determination process considers factors such as mater...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush your SAP basics thoroughly before attending the interview

Senior SAP ABAP Consultant Trainee Interview Questions Asked at Other Companies

Q1. What are primary and foreign keys?
Q2. What objects are listed in the DDIC?
Q3. What is normalization in a database?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Material valuation
  • Q2. Account determination

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is stored procedure

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite and when I’m doubt try to use the STAR METHOD.

Interview Questionnaire 

13 Questions

  • Q1. Difference between java and c?
  • Ans. 

    Java is an object-oriented language while C is a procedural language.

    • Java is platform-independent while C is platform-dependent.

    • Java has automatic garbage collection while C requires manual memory management.

    • Java has built-in support for multithreading while C requires external libraries.

    • Java has a larger standard library compared to C.

    • Java is more secure than C due to its strong type checking and exception handling.

    • C ...

  • Answered by AI
  • Q2. Aggregation functions in DBMS?
  • Ans. 

    Aggregation functions are used to perform calculations on groups of data in a database.

    • Aggregation functions include COUNT, SUM, AVG, MAX, and MIN.

    • They are used with the GROUP BY clause to group data based on a specific column.

    • COUNT function returns the number of rows in a table or the number of non-null values in a column.

    • SUM function returns the sum of values in a column.

    • AVG function returns the average of values in ...

  • Answered by AI
  • Q3. How to write any sentence (given to u ) in mirror image form in java?(ans :by 2 ways 1. reverse string function in string object 2 .by aaray conversion )
  • Ans. 

    Two ways to write a sentence in mirror image form in Java: reverse string function and array conversion.

    • Use the reverse() method of the String class to reverse the sentence

    • Convert the sentence to a character array, then swap the first and last characters, second and second-to-last characters, and so on until the middle is reached

    • Example: 'Hello World' becomes 'dlroW olleH'

  • Answered by AI
  • Q4. Why static is used in "public static void main"?
  • Ans. 

    Static is used in public static void main to allow the method to be called without creating an instance of the class.

    • Static methods belong to the class and not to any instance of the class.

    • The main method is the entry point of a Java program and needs to be called without creating an object of the class.

    • The static keyword allows the main method to be called directly from the class, without creating an instance of the c...

  • Answered by AI
  • Q5. Why there is abstract ,interface and enum class in java?
  • Ans. 

    Abstract classes, interfaces, and enums provide abstraction and modularity in Java.

    • Abstract classes provide a partial implementation of a class and cannot be instantiated.

    • Interfaces define a set of methods that a class must implement and can be used for multiple inheritance.

    • Enums provide a set of named constants.

    • All three are used for abstraction and modularity in Java.

    • Abstract classes and interfaces are used for polym...

  • Answered by AI
  • Q6. Object oriented software engg definition(definition contains word"framwork") ?and definitionof framwork
  • Ans. 

    Object-oriented software engineering is a framework for designing and developing software using objects.

    • Object-oriented software engineering is a methodology for designing and developing software using objects.

    • It involves creating classes and objects that encapsulate data and behavior.

    • Frameworks are pre-built structures that provide a foundation for building software applications.

    • Frameworks can include libraries, APIs,...

  • Answered by AI
  • Q7. Properties of java(object oriented languages)
  • Ans. 

    Java is an object-oriented language with features like inheritance, encapsulation, and polymorphism.

    • Inheritance allows classes to inherit properties and methods from other classes.

    • Encapsulation hides the implementation details of a class from other classes.

    • Polymorphism allows objects to take on multiple forms or behaviors.

    • Java also supports abstraction, interfaces, and exception handling.

    • Example: class Car extends Vehi...

  • Answered by AI
  • Q8. Normalization in DBMS (in detail with eg.)
  • Ans. 

    Normalization is a process of organizing data in a database to reduce redundancy and dependency.

    • Normalization is used to eliminate data redundancy and improve data integrity.

    • It involves dividing a database into two or more tables and defining relationships between them.

    • There are different levels of normalization, such as first normal form (1NF), second normal form (2NF), and so on.

    • Normalization helps in efficient data ...

  • Answered by AI
  • Q9. What is difference between ADBMS and DBMS?
  • Ans. 

    ADBMS stands for Advanced Database Management System which is an extension of DBMS with additional features.

    • ADBMS has advanced features like data mining, data warehousing, and online analytical processing.

    • ADBMS is used for handling large and complex data sets.

    • DBMS is a basic system for managing data and is used for small and simple data sets.

    • DBMS does not have advanced features like ADBMS.

    • Examples of ADBMS are Oracle, ...

  • Answered by AI
  • Q10. Your Introduction
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications.

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience in developing RESTful APIs and microservices

    • Familiarity with front-end technologies such as HTML, CSS, and React

    • Strong understanding of database management systems like MySQL and MongoDB

    • Experience in Agile development methodologies

  • Answered by AI
  • Q11. Why u want do job?(why ur not doing post graduation?)
  • Ans. 

    I want to gain practical experience and contribute to the industry while also learning on the job.

    • I believe that hands-on experience is invaluable in the software engineering field

    • I am eager to apply my skills and knowledge to real-world projects

    • I am excited to work with a team and learn from experienced professionals

    • I am not currently pursuing post-graduation as I feel that gaining industry experience is more importan...

  • Answered by AI
  • Q12. What will u do if ur from java background and company requires .NET peoples,not java peoples
  • Ans. 

    I would leverage my Java skills to quickly learn .NET and demonstrate my adaptability and problem-solving abilities.

    • Identify transferable skills: Both Java and .NET share object-oriented principles, making it easier to adapt.

    • Engage in self-study: Utilize online resources like Microsoft Learn or Pluralsight to gain .NET knowledge.

    • Build a small project: Create a simple application using .NET to showcase my ability to lea...

  • Answered by AI
  • Q13. Why this Company ?and some information about company( like achivements)

Interview Preparation Tips

Round: Test
Experience: Test contains 45 question having Maths(approx. 30 questions) , verbal & non-verbal , logical reasoning Qustions. 
1 hr to solve it.  And no negative marking .Easy aptitude test for me cause i hav given almost 8 apti tests before it. Most of the questions from R.S. Agarwal (Quantitative Aptitude)Book. we total 40 to 50 peoples given the test(All branch students eligibal for test above 60 % aggregate)
Duration: 60 minutes
Total Questions: 45

Round: Technical Interview
Experience: Out of 40-50 peoples appeared for aptitude test 12 students were eligibal for technical interview. Interview was in the Company . The interviewer ask the questions from the answers i am giving to his previous question .And trying to confuse me.
but after understanding my programming to his question and some logical answers to his qusetions he stops confusing  me. And go on saying 'You r correct or you r near to answer,think little bit more about it'.
Tips: Be confident , If u don't  know answer say that "i didn't brush up that topic". Don't go on interviwer's expression, they(expressions) always distract u.

Round: HR Interview
Experience: After 50-55 minutes of technical interview , we had HR interview.It was easy Interview,  all the 5 candidates have these same set of questions ,so we prepared the answers and all 5 got selected in company.

General Tips: Do aptitude test practice online more
Don't add things that u dont know in resume
(for freshers :keep resume exactly of 2 pages and simple,don't use different font  styles and size much)
Skills: Java programming, c++, sql(DBMS), Html
College Name: TERNA ENGINEERING COLLEGE
Motivation: It is college campus placement only, But The Representator of company(each) gives the motivation to all candiates mostly

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance...
  • Q2. Guesstimate- 1) Find the number of petrol bunks in India?
  • Q3. Guesstimate- 2) Find the no of cricket balls sold in a year in India?(I told cricket is my hobby so interviewer asked question related to cricket)
  • Ans. 

    Approximately 10 million cricket balls are sold in India every year.

    • Consider the number of cricket matches played in India each year

    • Take into account the number of cricket academies and schools in India

    • Factor in the popularity of cricket in India

    • Assume an average lifespan of a cricket ball

    • Approximately 10 million cricket balls are sold in India every year

  • Answered by AI
  • Q4. Basic Finance question: Put option, Call option, payoff diagrams etc.,
  • Q5. Tell me about yourself?
  • Q6. Your short term goal and long term goal?
  • Q7. Any issues working in Gurgaon?
  • Ans. 

    No major issues working in Gurgaon.

    • Traffic congestion during peak hours

    • Limited public transportation options

    • High cost of living compared to other cities

    • Pollution levels can be high

    • Availability of skilled resources

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was easy and try to practice daily, you can easily crack the test. I guess around 100 people has given the test and 65 got shortlisted for interviews.
Tips: Indiabix is a very good website, it helps in getting better and better by giving mock tests.
TIME materials

Duration: 60 minutes

Round: Technical Interview
Experience: Basically i thought of getting into a field of data analytics but they did not come here for data analyst. He asked me questions related to quantitative finance. Since i had financial engineering course in previous semester so it was bit easy and i didn't even prepare particularly for finance. Anyways finance knowledge is not mandatory, if you have it is an added advantage. I answered every question very confidently, so it created some good impression. All that matters is how confidently you are answering the questions (important questions are puzzles and guesstimates) with a smile on your face. The interviewer is so kind and that really boosted me up. Then he asked about coding, i told frankly that i'm not interested in coding but i know analytical languages like SAS, R etc., and in case if you want i can learn coding. Overall it was a great experience.
Tips: Heard on the street book and geeksforgeeks for puzzles
Have some idea on guesstimates(from Quora)
John C Hull book for finance

Round: HR Interview
Experience: It was basic HR questions and i know that i will surely get selected for this company after my technical interview so easily answered them. Finally as i hail from Visakhapatnam(South) so she asked me any issues working in Gurgaon? I told i don't have any problems and i'm pretty fine with that. And most important thing ask some questions after the completion of your interview. Thanks and good luck. Hence i got selected as Business Analyst in financial services. 9 people got offers from those 65 shortlisted people.
Tips: Do not get nervous & Put a smile on your face.
Be confident you will surely get selected.
Thanks
Akhil

General Tips: Stay calm and confident
Skill Tips: Tips are as mentioned above in interviews.
Skills: Logical Puzzles, Guesstimation Cases, Finance Basics, Analytical Skills
College Name: IIT Kharagpur
Motivation: Standard Company and basically profile is very good. Profile- Business Analyst in Financial services.
Funny Moments: I enjoyed each and every moment
Be interview-ready. Browse the most asked HR questions.
illustration image

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server
Are these interview questions helpful?

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Telephonic technical
  • Q2. Core Java related exception handling ,design pattern ,oops solid design principle, rest API, different annotations of spring and jpa
  • Q3. Same questions on telephonic round but detailed elaborate and given simple problem statement we had to justify that why it's time n space complexity valid. Rest API questions hibernate orm use
  • Q4. Manager round just to check whether you have actually worked on project or not stress testing performance questions scenario questions

Interview Preparation Tips

General Tips: Quite easy just go with preparation
Skills: Core Java sevlet JSP hibernate spring rest API, Communication, Body Language, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-4 weeks

Interview Questionnaire 

1 Question

  • Q1. Exam was conducted on programmes. 10 questions were asked

I applied via Recruitment Consultant and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions & team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not difficult..

Automatic Infotech Interview FAQs

What are the top questions asked in Automatic Infotech Senior SAP ABAP Consultant Trainee interview?

Some of the top questions asked at the Automatic Infotech Senior SAP ABAP Consultant Trainee interview -

  1. What are the object listed in DD...read more
  2. What is a primery and foreign k...read more
  3. What is normalisation in databa...read more

Tell us how to improve this page.

Automatic Infotech Senior SAP ABAP Consultant Trainee Salary
based on 5 salaries
₹1 L/yr - ₹2.5 L/yr
24% less than the average Senior SAP ABAP Consultant Trainee Salary in India
View more details

Automatic Infotech Senior SAP ABAP Consultant Trainee Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

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

₹3.5 L/yr - ₹8.4 L/yr

Associate Consultant
30 salaries
unlock blur

₹2.4 L/yr - ₹4.6 L/yr

SAP Fico Consultant
21 salaries
unlock blur

₹2.4 L/yr - ₹7.4 L/yr

SAP SD Consultant
20 salaries
unlock blur

₹4.1 L/yr - ₹7.4 L/yr

Associate SAP SD Consultant
15 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Explore more salaries
Compare Automatic Infotech with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview