Hexaview Technologies interview experience Real time questions & tips from candidates to crack your interview

Application Engineer

Hexaview Technologies
upvote
share-icon
4 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: DBMS, Core JAVA, SQL, OOPS, Data Structures
Tip
Tip

Tip 1 : Go through puzzles on geeks for geeks.
Tip 2 : Explain things with real-world examples.
Tip 3 : Revise DSA, OOPs, DBMS and SQL.
Tip 4 : Give mock Interviews.
Tip 5 : Revisions are important.

Application process
Where: Coding Ninjas
Eligibility: 2022 freshers batch
Resume Tip
Resume tip

Tip 1 : Have at least two projects.
Tip 2 : Skills should match the job description.

Interview rounds

01
Round
Medium
Online Coding Test
Duration60 minutes
Interview date21 Jul 2022
Coding problem1

In this round, two questions on strings were asked, they were easy to medium level. The time allocated was 1 hour. After the coding round, I got the call from HR that I have been selected for the next rounds of Technical Interviews to schedule the next Interview. I only remember one of the two questions.

1. Cycle Detection in a Singly Linked List

Moderate
15m average time
80% success
0/80
Asked in companies
GrabThalesSterlite Technologies Limited

You are given a Singly Linked List of integers. Return true if it has a cycle, else return false.


A cycle occurs when a node's next points back to a previous node in the list.


Example:
In the given linked list, there is a cycle, hence we return true.

Sample Example 1

Try solving now
02
Round
Medium
Video Call
Duration65 minutes
Interview date8 Aug 2022
Coding problem1

1. Compress the String

Moderate
32m average time
60% success
0/80
Asked in companies
ArcesiumQualcommAmazon

Write a program to do basic string compression. For a character which is consecutively repeated more than once, replace consecutive duplicate occurrences with the count of repetitions.

Example:
If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
Note:
Consecutive count of every character in the input string is less than or equal to 9. You are not required to print anything. It has already been taken care of. Just implement the given function and return the compressed string.
Try solving now
03
Round
Medium
Video Call
Duration100 minutes
Interview date16 Aug 2022
Coding problem3

1. OOPS Questions

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesSAP LabsHCL Technologies

Why is JAVA so popular?
Why is the java platform independent?
If I gave you java code already compiled on my system, how will you run it on your system?
What is abstraction?
How can we implement abstraction, can we call the constructor of abstract classes?
Do abstract class has constructors?
What are Interfaces & how can we implement them?
Can we declare data members in abstract classes and interfaces?
Why do we need interfaces?
Can we override a private method of parent class?
Taken a variable I int type declared it and not assigned any value. When we print will it give an error or not?
Use of super keyword.
Data hiding Vs Abstraction.
What are the exceptions and categories of Exceptions and their examples?
How will you make custom exceptions?
What are wrapper classes?
What are singleton classes?
What is a static keyword?
What if we declare the constructor as final or private?

Try solving now

2. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesSAP LabsHCL Technologies

Bubble Sort is one of the sorting algorithms that works by repeatedly swapping the adjacent elements of the array if they are not in sorted order.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Bubble Sort algorithm.

For Example:
Bubble Sort implementation for the given array:  {6,2,8,4,10} is shown below :-

Alt test

Try solving now

3. DBMS Questions

What is Inner Join and write its query?
Delete vs Truncate command.
If you want to rollback you will use delete or truncate?
What is Cross Join?

04
Round
Medium
Video Call
Duration80 minutes
Interview date19 Aug 2022
Coding problem1

1. Technical Questions

What was your Final Year Project? Explain your role.
What were your personal projects? Explain them and which APIs you used.
What is abstraction? Can you implement it? (Coded an abstraction example)
What is Interface?
 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
MTS 1
4 rounds | 15 problems
Interviewed by Hexaview Technologies
0 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes
Technical Associate
4 rounds | 18 problems
Interviewed by Hexaview Technologies
225 views
0 comments
0 upvotes
SDE - 1
3 rounds | 8 problems
Interviewed by Hexaview Technologies
213 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Application Engineer
3 rounds | 4 problems
Interviewed by Oracle
3568 views
0 comments
0 upvotes
company logo
Application Engineer
3 rounds | 5 problems
Interviewed by Newgen Software
673 views
0 comments
0 upvotes
company logo
Application Engineer
4 rounds | 5 problems
Interviewed by Newgen Software
699 views
0 comments
0 upvotes