Upload Button Icon Add office photos

Filter interviews by

Horizontal Integration Software Engineer Interview Questions, Process, and Tips

Updated 24 Dec 2020

Horizontal Integration Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self , what are your strength and weakness , what is your hobbies , what are you want to join a software field? , why should we hire you?

Interview Questionnaire 

1 Question

  • Q1. All regarding networking and c

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 mins Aptitude Question

Round 2 - Coding Test 

30 mins - 3 Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Describe Rest API
  • Ans. 

    Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.

    • Rest API stands for Representational State Transfer Application Programming Interface.

    • It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.

    • RESTful APIs use URLs to access resources, and return data in JSON or XML format.

    • Stateless communication allows for scalability and flexibilit...

  • Answered by AI
  • Q2. What is various Response code. Diffenrence b/w 200 & 201, 400 & 403
  • Ans. 

    Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.

    • 200 - OK: Request was successful

    • 201 - Created: Request was successful and a new resource was created

    • 400 - Bad Request: The server cannot process the request due to a client error

    • 403 - Forbidden: The server understood the request, but refuses to authorize it

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basics of python , java ,oops, dbms

I applied via Company Website 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 - Technical 

(3 Questions)

  • Q1. Core java ,oops,collected
  • Q2. Opps, String, Array
  • Q3. Jsp ,core java ,collected

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm am interested mynthra jobs it is good seekers
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Js Questions , closures, array methods

Round 2 - Assignment 

Assignment based on round 1

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

I applied via Referral and was interviewed before Feb 2022. There were 4 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 

Easy level questions on string, linked list and array

Round 3 - Technical 

(2 Questions)

  • Q1. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy such as email, file transfer, and web browsing while UDP is used for applications that require speed and ...

  • Answered by AI
  • Q2. Nibble swap program in C
  • Ans. 

    A nibble swap program in C

    • Nibble swap means swapping the 4-bit halves of a byte

    • Use bitwise operators to perform the swap

    • Example: unsigned char x = 0xAB; x = ((x & 0x0F) << 4) | ((x & 0xF0) >> 4);

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Reverse Linked List in C
  • Ans. 

    Reverse a linked list in C language.

    • Create three pointers: current, previous, and next.

    • Traverse the linked list and change the direction of the pointers.

    • Return the new head of the reversed linked list.

  • Answered by AI
  • Q2. Write an API call in C
  • Ans. 

    API call in C

    • Include the necessary header files

    • Create a URL string with the required parameters

    • Use the curl library to make the API call

    • Handle the response data appropriately

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of programming, operating system and networking

Skills evaluated in this interview

Horizontal Integration Interview FAQs

How to prepare for Horizontal Integration Software Engineer 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 Architecture, Business Strategy, Linux, MongoDB and Monitoring Tools.
What are the top questions asked in Horizontal Integration Software Engineer interview?

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

  1. Find sublost from a lost which gives maximum sum va...read more
  2. Difference between truncate and delete comm...read more
  3. Explain about mvc and mvt architect...read more

Tell us how to improve this page.

Horizontal Integration Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Horizontal Integration Software Engineer Salary
based on 17 salaries
₹5 L/yr - ₹14.1 L/yr
23% more than the average Software Engineer Salary in India
View more details

Horizontal Integration Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

2.0

Skill development

3.0

Work-life balance

3.0

Salary

2.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Technical Recruiter
43 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹7.3 L/yr - ₹25.5 L/yr

Senior Technical Recruiter
21 salaries
unlock blur

₹4.2 L/yr - ₹7.5 L/yr

Software Engineer
17 salaries
unlock blur

₹5 L/yr - ₹14.1 L/yr

Software Developer
13 salaries
unlock blur

₹4.1 L/yr - ₹10 L/yr

Explore more salaries
Compare Horizontal Integration with

Maxgen Technologies

4.5
Compare

F1 Info Solutions and Services

3.7
Compare

ANR Software Private Limited

4.4
Compare

MCM Telecom Equipment

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