Upload Button Icon Add office photos

Filter interviews by

High Peak Software Interview Questions and Answers

Updated 22 Oct 2024

High Peak Software Interview Experiences

Popular Designations

4 interviews found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 11 Mar 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Completely on the basic react like life cycle hooks
  • Q2. Coding question on reverse a string pick uniques and repeated elements in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare completely on the basics and basic array and string coding questions

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a widget tree and Build context?
  • Ans. 

    A widget tree is a hierarchy of widgets in Flutter that represents the UI components of an application. Build context is an object that provides information about the location of a widget within the widget tree.

    • Widget tree is a collection of nested widgets that define the structure of the user interface.

    • Build context is an object that holds information about the location of a widget in the widget tree.

    • Widgets use the b...

  • Answered by AI
  • Q2. Anagram DSA Question

Skills evaluated in this interview

Flutter Developer Interview Questions asked at other Companies

Q1. Write the code on paper how to intigrate the api in your flutter app?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Product case study
  • Q2. Tech understanding

Associate Product Manager Interview Questions asked at other Companies

Q1. 2. You have water filled Jar X and empty Jar Y. You transferred a portion of water from Jar X to Y using spunch which absorbs A% of water and it pours B% of water in Jar B. After one iteration, Z ml of water is present in Jar Y find water i... read more
View answer (2)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Find the max frequency element in an array using java8

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

High Peak Software interview questions for popular designations

 UI Developer

 (1)

 Associate Product Manager

 (1)

 Senior Software Engineer

 (1)

 Flutter Developer

 (1)

Jobs at High Peak Software

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic c# questions , few logical and angular questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. DB questions, design patterns, few architectural questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to the basics and be concrete on concepts

Interview Questionnaire 

5 Questions

  • Q1. Questions on Sales cycle and Oracle products like HCM, ERP, EPM and other cloud services
  • Q2. Questions on Current IT Trends
  • Q3. Questions on Financial Analytics (Profitability ratios and financial modeling) and product bench marking approach
  • Q4. Questions on CLoud, IoT, Blockchain Trends and applications across industries
  • Q5. Face to Face questions - Guesstimate and Case Study, 2 subsequent interviews on Case Study with Manager and Director

Interview Questionnaire 

1 Question

  • Q1. About financial analysts

Interview Questionnaire 

3 Questions

  • Q1. There are 1 million random numbers and 1 number is missing find the missing number
  • Ans. 

    Find the missing number from 1 million random numbers.

    • Calculate the sum of all numbers from 1 to 1 million using the formula n(n+1)/2

    • Calculate the sum of all the given numbers

    • Subtract the sum of given numbers from the sum of all numbers to get the missing number

  • Answered by AI
  • Q2. Algorithm and complexities
  • Q3. Basic technical questions

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

Pretty easy questions.

  • Q1. 

    Kth Smallest Element Problem Statement

    You are provided with an array of integers ARR of size N and an integer K. Your task is to find and return the K-th smallest value present in the array. All elements...

  • Ans. 

    Find the K-th smallest element in an array of distinct integers.

    • Sort the array and return the element at index K-1.

    • Use a min-heap to find the K-th smallest element efficiently.

    • Implement quickselect algorithm for optimal performance.

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Easy

1 coding question

  • Q1. 

    IP Address Formation from String

    Given a string S consisting only of digits from 0 to 9, your task is to find all potential IP addresses that can be formed from S and list them in lexicographical order. I...

  • Ans. 

    Given a string of digits, find all potential valid IP addresses that can be formed from it.

    • Split the string into four parts and check if each part is a valid IP segment (0-255).

    • Use backtracking to generate all possible combinations of valid IP addresses.

    • Ensure that the IP address does not contain leading zeroes.

    • Return the valid IP addresses in lexicographical order.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Total Discussion on OS concepts

  • Q1. Can you explain the concepts related to memory management in operating systems?
  • Ans. 

    Memory management in operating systems involves allocation, deallocation, and optimization of memory usage.

    • Memory allocation: OS allocates memory to processes based on their requirements.

    • Memory deallocation: OS frees up memory when it is no longer needed by a process.

    • Memory optimization: OS optimizes memory usage through techniques like paging, segmentation, and virtual memory.

    • Examples: Paging in which memory is divide...

  • Answered by AI
Round 4 - Face to Face 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Easy

Easy in office environment

  • Q1. 

    Find the Lone Set Bit

    Your task is to identify the position of the only '1' bit in the binary representation of a given non-negative integer N. The representation contains exactly one '1' and the rest are...

  • Ans. 

    Find the position of the lone '1' bit in the binary representation of a given non-negative integer.

    • Iterate through the bits of the integer to find the position of the lone '1'.

    • Use bitwise operations to check if there is exactly one '1' bit in the binary representation.

    • Return the position of the lone '1' or -1 if there isn't exactly one '1'.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteria7 CGPAMicrosoft interview preparation:Topics to prepare for the interview - Trees, graphs, dynamic programming, stacks, queuesTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Do a good project.
Tip 2 : Master the topics you are preparing.

Application resume tips for other job seekers

Tip 1 : Avoid writing things you do not know
Tip 2 : Follow a proper format for Resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed before Aug 2020. There were 5 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and should communicate well in English. Be Truth.

High Peak Software Interview FAQs

How many rounds are there in High Peak Software interview?
High Peak Software interview process usually has 1 rounds. The most common rounds in the High Peak Software interview process are One-on-one Round and Coding Test.
How to prepare for High Peak Software 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 High Peak Software. The most common topics and skills that interviewers at High Peak Software expect are Javascript, MySQL, MongoDB, Java and HTML.
What are the top questions asked in High Peak Software interview?

Some of the top questions asked at the High Peak Software interview -

  1. What is a widget tree and Build conte...read more
  2. Coding question on reverse a string pick uniques and repeated elements in an ar...read more
  3. Completely on the basic react like life cycle hoo...read more

Tell us how to improve this page.

High Peak Software Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 864 Interviews
Google Interview Questions
4.4
 • 842 Interviews
Amdocs Interview Questions
3.7
 • 517 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
KPIT Technologies Interview Questions
3.4
 • 291 Interviews
SAP Interview Questions
4.2
 • 284 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
View all

High Peak Software Reviews and Ratings

based on 21 reviews

4.0/5

Rating in categories

4.2

Skill development

3.7

Work-life balance

3.4

Salary

4.1

Job security

3.9

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 21 Reviews and Ratings
Drupal PHP Developer

Mumbai,

Delhi/Ncr

+1

3-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
30 salaries
unlock blur

₹3.2 L/yr - ₹10.4 L/yr

Software Developer
15 salaries
unlock blur

₹3.7 L/yr - ₹16.1 L/yr

QA Engineer
13 salaries
unlock blur

₹3.8 L/yr - ₹8.5 L/yr

Front end Developer
10 salaries
unlock blur

₹5 L/yr - ₹13.1 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹9 L/yr - ₹20.5 L/yr

Explore more salaries
Compare High Peak Software with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Carelon Global Solutions

3.9
Compare

Automatic Data Processing (ADP)

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