Hughes Systique Corporation (HSC) interview experience Real time questions & tips from candidates to crack your interview

Frontend Developer Intern

Hughes Systique Corporation (HSC)
upvote
share-icon
2 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 6 months
Topics: Java, Data Structures, Algorithms, DBMS, OS, MYSQL, NodeJs
Tip
Tip

Tip 1 : cover all concepts to basic level first,rather than going deep in one concept
Tip 2 : practice everyday for DSA
Tip 3 : keep notes for web dev imp concepts because we will forget.

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : be honest
Tip 2 : do not add too many projects, add 2 or 3 worth mentioning.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 Minutes
Interview date25 Jun 2021
Coding problem1

It was in in the evening at 5pm, it was simple with 20 mcqs on java,dbms,os.sql. And 2 coding questions.

1. Find Duplicates In Array

Easy
15m average time
90% success
0/40
Asked in companies
LinkedInBNY MellonFreshworks

You are given an array/list 'ARR' consisting of N integers, which contains elements only in the range 0 to N - 1. Some of the elements may be repeated in 'ARR'. Your task is to find all such duplicate elements.

Note:
1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
Try solving now
02
Round
Medium
Video Call
Duration45 Minutes
Interview date28 Jun 2021
Coding problem2

It was afternoon.2 interviewers are present. What are forms and how to create forms in HTML? What are Entities and Relationships? What is an Alias in SQL?

1. Reverse the String

Easy
15m average time
85% success
0/40
Asked in companies
IBMFacebookAcko

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now

2. Implement Stack With Linked List

Moderate
30m average time
73% success
0/80
Asked in companies
OYOQualcommMathworks

You must implement the Stack data structure using a Singly Linked List.


Create a class named 'Stack' which supports the following operations(all in O(1) time):


getSize: Returns an integer. Gets the current size of the stack

isEmpty: Returns a boolean. Gets whether the stack is empty

push: Returns nothing. Accepts an integer. Puts that integer at the top of the stack

pop: Returns nothing. Removes the top element of the stack. It does nothing if the stack is empty.

getTop: Returns an integer. Gets the top element of the stack. Returns -1 if the stack is empty
Try solving now

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
Full Stack Engineer
3 rounds | 4 problems
Interviewed by Hughes Systique Corporation (HSC)
1134 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
SDE - 1
3 rounds | 3 problems
Interviewed by Hughes Systique Corporation (HSC)
1879 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes