Upload Button Icon Add office photos
Engaged Employer

i

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

Highlands Info Tech Verified Tick

Compare button icon Compare button icon Compare
4.3

based on 46 Reviews

Filter interviews by

Highlands Info Tech Software Engineer Interview Questions and Answers

Updated 13 Jun 2024

Highlands Info Tech Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Mar 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 

Data structures and alogrithms

Round 3 - Coding Test 

Face to face coding round with some problem to solve

Round 4 - Technical 

(2 Questions)

  • Q1. Lopping concepts & recursion concepts
  • Ans. Prepare for looping problem sets and recursion program examples
  • Answered Anonymously
  • Q2. C# BCL multiple inheritance and basic oops concepts are must

Interview Preparation Tips

Topics to prepare for Highlands Info Tech Software Engineer interview:
  • Data Structures
  • C#
Interview preparation tips for other job seekers - Need to be good in the data structure and good with C# BCL concepts.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

6 MCQ and 2 Coding Questions

Round 2 - Coding Test 

2 Coding questions based on basic OOPS

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

3 DSA questions on array and strings 1 easy, 2 medium level

Round 2 - Assignment 

Create django backend project for book store

Round 3 - HR 

(1 Question)

  • Q1. Behaviour and Situations questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. There wer four questions 1) wildcard pattern matching(leetcode) 2) cows and buffaloes(leetcode) 3) unix based cd directory 4) backtracking question
  • Q2. It was a resume based round for 45 min
Round 2 - Technical 

(1 Question)

  • Q1. It was a resume based round for 1 hr

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice leetcode medium to hard questions
Know your resume very well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Paper based exam based on C and embedded c

Round 2 - One-on-one 

(1 Question)

  • Q1. Relevant questions asked
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Aptitude Test 

Totally there were 15 questions

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Write codes on recursion

Round 2 - One-on-one 

(2 Questions)

  • Q1. What are the process involved in SDLC lifecyle
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software.

    • Planning: Define project scope, requirements, and timelines.

    • Design: Create architecture, UI/UX, and database design.

    • Development: Write code based on design specifications.

    • Testing: Conduct unit, integration, and system testing.

    • Deployment: Release software to production environment.

    • Maintenance: Provide updates, fixes, an

  • Answered by AI
  • Q2. Difference between client side and server side? Is JavaScript client side?
  • Ans. 

    Client side refers to the user's device where code is executed, while server side refers to the server where code is executed. JavaScript is client side.

    • Client side refers to code executed on the user's device, such as web browsers.

    • Server side refers to code executed on the server, handling requests and generating responses.

    • JavaScript is a client side scripting language, allowing dynamic interactions on web pages.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weaknesses
  • Ans. 

    My strengths include problem-solving skills and attention to detail. My weaknesses include sometimes being too critical of my own work.

    • Strengths: problem-solving skills

    • Strengths: attention to detail

    • Weaknesses: being too critical of my own work

  • Answered by AI

Skills evaluated in this interview

Highlands Info Tech Interview FAQs

How many rounds are there in Highlands Info Tech Software Engineer interview?
Highlands Info Tech interview process usually has 3 rounds. The most common rounds in the Highlands Info Tech interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for Highlands Info Tech 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 Highlands Info Tech. The most common topics and skills that interviewers at Highlands Info Tech expect are C#, .Net, C#.Net, Data Structures and Software Development.
What are the top questions asked in Highlands Info Tech Software Engineer interview?

Some of the top questions asked at the Highlands Info Tech Software Engineer interview -

  1. C# BCL multiple inheritance and basic oops concepts are m...read more
  2. Lopping concepts & recursion conce...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Highlands Info Tech interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Highlands Info Tech Software Engineer Salary
based on 26 salaries
₹6 L/yr - ₹14.4 L/yr
At par with the average Software Engineer Salary in India
View more details

Highlands Info Tech Software Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.2

Skill development

3.6

Work-Life balance

3.4

Salary & Benefits

2.9

Job Security

3.5

Company culture

3.4

Promotions/Appraisal

3.5

Work Satisfaction

Explore 7 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹6 L/yr - ₹14.4 L/yr

Accounts Manager
20 salaries
unlock blur

₹5.5 L/yr - ₹10.5 L/yr

Sales Coordinator
14 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

HR Executive
11 salaries
unlock blur

₹2.4 L/yr - ₹5.2 L/yr

Quality Analyst
9 salaries
unlock blur

₹5.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Highlands Info Tech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview