Upload Button Icon Add office photos

Horizontal Integration

Compare button icon Compare button icon Compare

Filter interviews by

Horizontal Integration Interview Questions and Answers

Updated 27 May 2025
Popular Designations

8 Interview questions

A Senior SAP MM Functional Consultant was asked
Q. What are the accounting entries in the procurement cycle?
Ans. 

Accounting entries are made in procurement cycle to record financial transactions.

  • When goods are received, a debit entry is made to inventory account and a credit entry is made to accounts payable account.

  • When goods are issued, a debit entry is made to cost of goods sold account and a credit entry is made to inventory account.

  • When invoice is received, a debit entry is made to accounts payable account and a credit ...

View all Senior SAP MM Functional Consultant interview questions
A Software Engineer was asked
Q. What is the difference between a list and a tuple?
Ans. 

List is mutable and tuple is immutable in Python.

  • List can be modified after creation, tuple cannot

  • List uses square brackets [], tuple uses parentheses ()

  • List is slower than tuple in terms of performance

  • List is used for collections of data that may change, tuple for fixed collections

View all Software Engineer interview questions
A Software Engineer was asked
Q. Find the sublist from a list that gives the maximum sum value.
Ans. 

Find subarray with maximum sum value

  • Use Kadane's algorithm to find the maximum subarray sum

  • Initialize max_so_far and max_ending_here to 0

  • Loop through the array and update max_ending_here and max_so_far

  • Return the subarray with maximum sum value

View all Software Engineer interview questions
A Software Engineer was asked
Q. Explain the MVC and MVT architectures.
Ans. 

MVC and MVT are software architecture patterns used for developing web applications.

  • MVC stands for Model-View-Controller and separates the application into three interconnected components.

  • MVT stands for Model-View-Template and is similar to MVC but with a different approach to handling user input.

  • In MVC, the Model represents the data and business logic, the View displays the data to the user, and the Controller ha...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is the difference between Flask and Django?
Ans. 

Flask is a micro web framework while Django is a full-stack web framework.

  • Flask is lightweight and flexible while Django is more structured and includes many built-in features.

  • Flask is better for small to medium-sized projects while Django is better for larger projects.

  • Flask has less built-in functionality but allows for more customization while Django has more built-in functionality but is less customizable.

  • Flask...

View all Software Engineer interview questions
A Software Engineer was asked
Q. Explain the concept of a many-to-many relationship.
Ans. 

Many to many relationship is a type of relationship between two entities where one entity can have multiple instances of another entity and vice versa.

  • It involves a junction table that connects the two entities.

  • It allows for complex data modeling and querying.

  • Example: A student can enroll in multiple courses and a course can have multiple students.

  • Example: A book can have multiple authors and an author can have wr...

View all Software Engineer interview questions
A Software Engineer was asked
Q. What is the difference between the truncate and delete commands?
Ans. 

Truncate removes all data from a table while delete removes specific rows.

  • Truncate is faster than delete as it doesn't log individual row deletions

  • Truncate resets the identity of the table while delete doesn't

  • Truncate cannot be rolled back while delete can be

  • Truncate is a DDL command while delete is a DML command

View all Software Engineer interview questions
Are these interview questions helpful?
A Senior SAP MM Functional Consultant was asked
Q. Special procurement in SCM
Ans. 

Special procurement types in SAP Supply Chain Management (SCM)

  • Special procurement types are used to handle procurement scenarios that are not covered by standard procurement types

  • Examples include subcontracting, consignment, pipeline, and stock transfer

  • Subcontracting involves sending raw materials to a vendor who will process them into finished goods

  • Consignment involves placing goods at a customer's location until...

View all Senior SAP MM Functional Consultant interview questions

Horizontal Integration Interview Experiences

12 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Types of joins in sql and write sql query for joints
  • Ans. 

    SQL joins combine rows from two or more tables based on related columns, enabling complex queries and data retrieval.

    • INNER JOIN: Returns records with matching values in both tables. Example: SELECT * FROM A INNER JOIN B ON A.id = B.id;

    • LEFT JOIN: Returns all records from the left table and matched records from the right table. Example: SELECT * FROM A LEFT JOIN B ON A.id = B.id;

    • RIGHT JOIN: Returns all records from the r...

  • Answered by AI
  • Q2. API testing questions

Interview Questions & Answers

user image Anonymous

posted on 10 Feb 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Sitecore like types of rendering, template , version, Un versioned and shared fields, helix habitat, placeholders, question related to core database, type of publish, incremental publish and how ...
Round 2 - Technical 

(1 Question)

  • Q1. Situation based question related to Sitecore troubleshooting.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview panel mainly focus on basics of Sitecore. So, prepare them well. Prepare for situation-based question also related to Sitecore.
Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Basic Python questions
  • Q2. Selenium topic’s, git, test complete and other topics
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

SQL,PLSQL,Oracle, RDBMS

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

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

  • Q1. One issue you resolved and you’re proud of
  • Ans. 

    Resolved a critical performance issue in a Sitecore implementation, enhancing site speed and user experience significantly.

    • Identified slow page load times due to heavy media items in Sitecore.

    • Implemented media caching strategies to optimize loading.

    • Reduced page load time from 8 seconds to under 2 seconds.

    • Conducted user testing to validate improvements in user experience.

    • Monitored site performance post-implementation to...

  • Answered by AI
  • Q2. Why do we need CMS
  • Ans. 

    A CMS streamlines content management, enhances collaboration, and improves user experience on websites.

    • Content Creation: Allows non-technical users to create and manage content easily, e.g., blog posts or product pages.

    • Collaboration: Multiple users can work on content simultaneously, improving workflow and efficiency.

    • Version Control: Keeps track of changes made to content, allowing for easy rollbacks if needed.

    • SEO Opti...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. In depth knowledge of wiring harness, specification, component and wire selection.
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for technical round.
Interview experience
4
Good
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 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SAN, VMware, Cluster, NSX, Server, Networking
Round 3 - Case Study 

On critical issue raised in the past during product release

Round 4 - Behavioral 

(1 Question)

  • Q1. About the current project
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 

(1 Question)

  • Q1. Only the functional, no technical questions involved

Interview Preparation Tips

Topics to prepare for Horizontal Integration Senior QA QC Engineer interview:
  • Automation Testing
Interview preparation tips for other job seekers - prepare what you gave on resume and prepare

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

Interview Questionnaire 

5 Questions

  • Q1. Basic of SCM
  • Q2. Basics of SAP MM, P2P cycle
  • Q3. Special procurement in SCM
  • Ans. 

    Special procurement types in SAP Supply Chain Management (SCM)

    • Special procurement types are used to handle procurement scenarios that are not covered by standard procurement types

    • Examples include subcontracting, consignment, pipeline, and stock transfer

    • Subcontracting involves sending raw materials to a vendor who will process them into finished goods

    • Consignment involves placing goods at a customer's location until they...

  • Answered by AI
  • Q4. Accounting entries in Procurement cycle
  • Ans. 

    Accounting entries are made in procurement cycle to record financial transactions.

    • When goods are received, a debit entry is made to inventory account and a credit entry is made to accounts payable account.

    • When goods are issued, a debit entry is made to cost of goods sold account and a credit entry is made to inventory account.

    • When invoice is received, a debit entry is made to accounts payable account and a credit entry...

  • Answered by AI
  • Q5. Ask about Last company experience, role responsibility, Projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident..Don't underestimate your self
Nobody's has 100% knowledge
If you know the answer.. explain it briefly
If you don't know.. honestly say I m not aware about this,but I will look after interview

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

Interview Questionnaire 

6 Questions

  • Q1. Difference between list and tuple
  • Ans. 

    List is mutable and tuple is immutable in Python.

    • List can be modified after creation, tuple cannot

    • List uses square brackets [], tuple uses parentheses ()

    • List is slower than tuple in terms of performance

    • List is used for collections of data that may change, tuple for fixed collections

  • Answered by AI
  • Q2. Explain Many to many relationship
  • Ans. 

    Many to many relationship is a type of relationship between two entities where one entity can have multiple instances of another entity and vice versa.

    • It involves a junction table that connects the two entities.

    • It allows for complex data modeling and querying.

    • Example: A student can enroll in multiple courses and a course can have multiple students.

    • Example: A book can have multiple authors and an author can have written...

  • Answered by AI
  • Q3. Difference between truncate and delete command
  • Ans. 

    Truncate removes all data from a table while delete removes specific rows.

    • Truncate is faster than delete as it doesn't log individual row deletions

    • Truncate resets the identity of the table while delete doesn't

    • Truncate cannot be rolled back while delete can be

    • Truncate is a DDL command while delete is a DML command

  • Answered by AI
  • Q4. Find sublost from a lost which gives maximum sum value
  • Ans. 

    Find subarray with maximum sum value

    • Use Kadane's algorithm to find the maximum subarray sum

    • Initialize max_so_far and max_ending_here to 0

    • Loop through the array and update max_ending_here and max_so_far

    • Return the subarray with maximum sum value

  • Answered by AI
  • Q5. Difference between flask and Django
  • Ans. 

    Flask is a micro web framework while Django is a full-stack web framework.

    • Flask is lightweight and flexible while Django is more structured and includes many built-in features.

    • Flask is better for small to medium-sized projects while Django is better for larger projects.

    • Flask has less built-in functionality but allows for more customization while Django has more built-in functionality but is less customizable.

    • Flask is e...

  • Answered by AI
  • Q6. Explain about mvc and mvt architecture
  • Ans. 

    MVC and MVT are software architecture patterns used for developing web applications.

    • MVC stands for Model-View-Controller and separates the application into three interconnected components.

    • MVT stands for Model-View-Template and is similar to MVC but with a different approach to handling user input.

    • In MVC, the Model represents the data and business logic, the View displays the data to the user, and the Controller handles...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep on your resume what you know well, don't mention unrelated things, get well prepared for coding, as well as skills mentioned in your project section.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Horizontal Integration?
Ask anonymously on communities.

Horizontal Integration Interview FAQs

How many rounds are there in Horizontal Integration interview?
Horizontal Integration interview process usually has 2-3 rounds. The most common rounds in the Horizontal Integration interview process are Technical, Resume Shortlist and HR.
How to prepare for Horizontal Integration 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 Horizontal Integration. The most common topics and skills that interviewers at Horizontal Integration expect are Business Strategy, Staffing, Agile, SQL and Test Cases.
What are the top questions asked in Horizontal Integration interview?

Some of the top questions asked at the Horizontal Integration interview -

  1. Find sublost from a lost which gives maximum sum va...read more
  2. Types of joins in sql and write sql query for joi...read more
  3. Difference between truncate and delete comm...read more
How long is the Horizontal Integration interview process?

The duration of Horizontal Integration interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.4/5

based on 10 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 51 Interviews
View all

Horizontal Integration Reviews and Ratings

based on 122 reviews

3.5/5

Rating in categories

3.3

Skill development

3.6

Work-life balance

3.6

Salary

2.9

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 122 Reviews and Ratings
Technical Recruiter
43 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Senior Software Engineer
38 salaries
unlock blur

₹7.5 L/yr - ₹28.8 L/yr

Senior Technical Recruiter
21 salaries
unlock blur

₹4.2 L/yr - ₹7.8 L/yr

Software Engineer
19 salaries
unlock blur

₹3.8 L/yr - ₹14.1 L/yr

Software Developer
14 salaries
unlock blur

₹4.1 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Horizontal Integration with

Medcode

4.4
Compare

Cyfuture

2.9
Compare

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare
write
Share an Interview