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)

I applied via LinkedIn and was interviewed before Nov 2021. 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 - Aptitude Test 

There are basic aptitude questions for freshers level

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts, basics of sql
  • Q2. Basics of programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics interview questions for freshers level

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 experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test are just basic Array and linkedList question

Round 2 - Technical 

(3 Questions)

  • Q1. Explain 4 pillar of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects of different classes to be treated as objects of a

  • Answered by AI
  • Q2. Internal working of Hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to quickly retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • Retrieving a value involves hashing the ...

  • Answered by AI
  • Q3. Crud operation implementation
  • Ans. 

    Implementation of Create, Read, Update, and Delete operations in a software system.

    • Use SQL queries for database operations

    • Create separate functions for each operation

    • Handle errors and exceptions properly

    • Test thoroughly to ensure functionality

    • Consider security measures to prevent unauthorized access

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why are you chaning the organisation?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new environment to learn and develop new skills

    • Interested in working on different projects and technologies

    • Seeking better career advancement opportunities

    • Wanting to work in a more collaborative team environment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium level

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you provide an introduction about yourself?
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, ...

  • Answered by AI
  • Q2. What qualifications have you obtained, and can you explain the project you completed during your engineering studies?
  • Ans. 

    I hold a Bachelor's degree in Computer Engineering and developed a web-based project for managing student records.

    • Bachelor's degree in Computer Engineering from XYZ University.

    • Completed a capstone project on a web application for student record management.

    • Utilized technologies like HTML, CSS, JavaScript, and Node.js.

    • Implemented features such as user authentication, data visualization, and a responsive design.

    • Collaborat...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you believe this company is a suitable fit for you?
  • Ans. 

    This company aligns with my values, offers growth opportunities, and fosters innovation, making it an ideal environment for my skills.

    • The company's commitment to innovation resonates with my passion for developing cutting-edge software solutions.

    • I admire the collaborative culture here, which I experienced during my interactions with the team during the interview process.

    • The emphasis on professional development and cont...

  • Answered by AI
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest and provide complete details about yourself.

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
-
Process Duration
-
Result
-
Round 1 - Assignment 

Basics of python , java ,oops, dbms

I applied via Internshala and was interviewed in Sep 2022. There were 3 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 - Aptitude Test 

Includes basic aptitude question with additional questions based on coding languages fundamentals.....

Round 3 - Technical 

(2 Questions)

  • Q1. Question were based on oops concepts. My next question was write a code of binary search and explain it and lastly I was asked an aptitude question ...
  • Q2. Write a code of binary search and explain it
  • Ans. 

    Binary search is a search algorithm that finds the position of a target value within a sorted array.

    • Divide the array into two halves

    • Compare the target value with the middle element

    • If the target value matches the middle element, return its position

    • If the target value is less than the middle element, search the left half of the array

    • If the target value is greater than the middle element, search the right half of the arra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do work on your aptitude and practise Data structures and algorithms...

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.6
Compare

F1 Info Solutions and Services

3.8
Compare

ANR Software Private Limited

4.4
Compare

MCM Telecom Equipment

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