Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Hughes Systique Corporation Team. If you also belong to the team, you can get access from here

Hughes Systique Corporation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Hughes Systique Corporation Full Stack Engineer Interview Questions and Answers

Updated 19 May 2022

Hughes Systique Corporation Full Stack Engineer Interview Experiences

1 interview found

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

MCQ on programming basics and two coding questions. medium to hard

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    The 0/1 Knapsack Problem involves maximizing the total value of items a thief can steal within a given weight limit.

    • Dynamic programming can be used to solve this problem efficiently.

    • Create a 2D array to store the maximum value that can be stolen at each weight capacity.

    • Iterate through the items and update the array based on whether the item is included or not.

    • The final answer will be the value at the last cell of the a...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

Interview was good and on time and questions on map,and sorting algorithms,OOPS

  • Q1. 

    Longest Subarray Zero Sum Problem Statement

    Given an array of integers arr, determine the length of the longest contiguous subarray that sums to zero.

    Input:

    N (an integer, the length of the array)
    arr (...
  • Ans. 

    Find the length of the longest contiguous subarray that sums to zero in an array of integers.

    • Iterate through the array and keep track of the running sum and its corresponding index in a hashmap.

    • If the running sum is seen again, calculate the length of the subarray by subtracting the current index from the index stored in the hashmap.

    • Update the maximum length of the subarray as you iterate through the array.

  • Answered by AI
  • Q2. Can you provide examples of OOP concepts using code, including coding for all the principles of Object-Oriented Programming?
  • Ans. 

    Examples of OOP concepts using code and principles

    • Encapsulation: Using private variables and getter/setter methods

    • Inheritance: Creating subclasses that inherit properties and methods from a superclass

    • Polymorphism: Implementing methods with the same name but different functionality in subclasses

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

Round with Manager. Questions like why do you want to join and which tech stack you will work on

  • Q1. What are your strengths and weaknesses?

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Bharati Vidyapeeth College Of Engineering. I applied for the job as Full Stack Engineer in GurgaonEligibility criteria7Hughes Systique Corporation (HSC) interview preparation:Topics to prepare for the interview - Java fundamentals, OOPS with java,SQL queries, easy to medium DSA questionTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : easy-medium dsa questions majorly on maps,arrays,recursions,stacks,queues
Tip 2 : Topics mentioned in resume should be on fingertips 
Tip 3 : question on OOPs and Projects questions should be prepared

Application resume tips for other job seekers

Tip 1 : 2 projects are must and questions to be prepared on them
Tip 2 : Basic Level questions should be prepared well 
Tip3 : programming language mentioned in resume should be prepared

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Hughes Systique Corporation?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics on Javascript,Html,CSS
  • Q2. Implementation of fetch api on sandbox
  • Ans. 

    Using fetch API to make requests to a sandbox environment for testing purposes.

    • Use the fetch function to make HTTP requests to the sandbox URL

    • Handle the response using promises and the .then() method

    • Set the appropriate headers and request method for the API endpoint

    • Parse the response data using JSON methods if needed

  • Answered by AI

Skills evaluated in this interview

Full Stack Engineer Interview Questions Asked at Other Companies

Q1. Find All Subsets Given an array arr consisting of 'N' distinct in ... read more
asked in MasterCard
Q2. Longest Palindromic Subsequence Problem Statement Given a string ... read more
asked in MasterCard
Q3. Word Pattern Problem Statement Given two strings S and T, determi ... read more
Q4. Reverse Linked List Problem Statement Given a singly linked list ... read more
asked in SPRINKLR
Q5. Next Smallest Palindrome Problem Statement Given a string represe ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2023. 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 - Technical 

(1 Question)

  • Q1. Python, Django questions Easy to Medium level DSA Discussion on Project and previous work experience Some SQL queries
Round 3 - Technical 

(1 Question)

  • Q1. Some Python questions and discussion on work experience Some design question like how you will design backend for some project from scratch Some managerial questions Questions on git
Round 4 - HR 

(1 Question)

  • Q1. Some basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 - Technical 

(1 Question)

  • Q1. Basic mern stack question along with some coding question.
Round 3 - Technical 

(1 Question)

  • Q1. Same as round one. This one is in bit details.
Round 4 - HR 

(1 Question)

  • Q1. Basic hr round. Lot of different aspect they gave.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 sum problem on number
Round 2 - Technical 

(1 Question)

  • Q1. Json data manipulation
Round 3 - HR 

(1 Question)

  • Q1. Normal hr question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

10 apti test questions with 2 coding and query based questions

Round 2 - Coding Test 

2 programing questions with core python concept

Interview Preparation Tips

Topics to prepare for Fractal Analytics Software Engineer interview:
  • Data Structures
  • System Design
  • Core concepts
Interview preparation tips for other job seekers - Prepare leetcode medium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Gave case study based on java scheduler
Round 2 - Technical 

(1 Question)

  • Q1. Gave programming question to solve
Round 3 - HR 

(1 Question)

  • Q1. Typical HR questions
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. About angular, basic to advanced
  • Q2. About angular concepts. Also asked to write basic pseudo code
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test with Sql and python questions

Round 2 - Technical 

(5 Questions)

  • Q1. Details about project and experience
  • Q2. Pyspark and databricks questions
  • Q3. What is Spark context
  • Ans. 

    Spark context is the main entry point for Spark functionality and represents the connection to a Spark cluster.

    • Main entry point for Spark functionality

    • Represents connection to a Spark cluster

    • Used to create RDDs, broadcast variables, and accumulators

  • Answered by AI
  • Q4. What is inheritance
  • Q5. What is sparkconfig
  • Ans. 

    SparkConfig is a configuration object used in Apache Spark to set various parameters for Spark applications.

    • SparkConfig is used to set properties like application name, master URL, and other Spark settings.

    • It is typically created using SparkConf class in Spark applications.

    • Example: val sparkConf = new SparkConf().setAppName("MyApp").setMaster("local")

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql and databricks and you are good to go. Also watch out for comms skills

Skills evaluated in this interview

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

After round 1 there was a break of 15 mins and the coding round started.
We had a choice to attempt the exam in R language & SQL or python & sql
I chose python and sql
It had 8 questions 4 python and 4 sql

  • Q1. 

    Longest Common Subsequence Problem Statement

    Given two strings, S and T with respective lengths M and N, your task is to determine the length of their longest common subsequence.

    A subsequence is a seque...

  • Ans. 

    The task is to find the length of the longest common subsequence between two given strings.

    • Use dynamic programming to solve this problem efficiently.

    • Create a 2D array to store the lengths of longest common subsequences of substrings.

    • Iterate through the strings to fill the array and find the length of the longest common subsequence.

    • Example: For strings 'abcde' and 'ace', the longest common subsequence is 'ace' with leng...

  • Answered by AI
Round 2 - Video Call 

Round duration - 15 minutes
Round difficulty - Medium

The interview was mostly analytical based and how you approach the round a few technical questions in dbms and oops were also asked.

Round 3 - Video Call 

(1 Question)

Round duration - 20 Minutes
Round difficulty - Medium

Similar to first round
For Shortlists after elimination from first round.

  • Q1. 

    Car Pooling Capacity Problem

    You are a cab driver with a car that initially has 'C' empty seats. The car moves in a straight line towards the forward direction only. Your job is to determine if it is poss...

  • Ans. 

    Determine if it is possible to accommodate all passenger trips within a car's capacity without exceeding it at any point.

    • Iterate through each trip and keep track of the total number of passengers in the car at each point.

    • Check if the total number of passengers exceeds the car capacity at any point.

    • Return 'True' if all trips can be accommodated within the car capacity, otherwise return 'False'.

  • Answered by AI
Round 4 - Video Call 

(1 Question)

Round duration - 20 minutes
Round difficulty - Easy

After two technical round interviews, the last round was a hr interview. The whole process can take up one whole day or more and your interview can be at any time
My process started at 5 pm and ended at 10:30 pm
All the interviewers were very friendly no pressure.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iterate to calculate subsequent Fibonacci numbers.

    • Time complexity can be optimized to O(N) using dynamic programming.

    • Example: For N = 5, the 5th Fibonacci number is 5.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaCgpa was initially 6 and above but was later on cut to 7 and above due to high no of applicationsFractal Analytics interview preparation:Topics to prepare for the interview - Machine learning, dbms, sql, oops, python,Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be fast ans accurate on your aptitude amd verbal tests. 
Tip 2 : In coding round, depending on the difficulty of the questions the time in which you complete solving them should decrease .If almost everyone can solve them timming comes in to the equation for shortlisting
Tip 3 : While submitting your resume, please be honest about the projects you have done and do not bluff about it because in the interview when you ate drilled abt it, they can catch you easily.
Tip 4 : be confident and answer every question to the best of your ability and if u don't know something, tell them you don't know abt it .

Application resume tips for other job seekers

Tip 1 : Research the company and put the most revalent projects and skills that the company os looking for specifically
Tip 2 : Do not bluff or lie on your resume. It show's during the interview.

Final outcome of the interviewSelected

Skills evaluated in this interview

Hughes Systique Corporation Interview FAQs

How to prepare for Hughes Systique Corporation Full Stack 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 Hughes Systique Corporation. The most common topics and skills that interviewers at Hughes Systique Corporation expect are Agile Methodology, Analytical Chemistry, Backend, Continuous Integration and Front End.

Tell us how to improve this page.

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
MathCo Interview Questions
3.0
 • 116 Interviews
Zeta Interview Questions
3.4
 • 74 Interviews
Kiya.ai Interview Questions
3.4
 • 50 Interviews
CoinDCX Interview Questions
3.8
 • 30 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
Seclore Interview Questions
4.0
 • 27 Interviews
Demandbase Interview Questions
3.8
 • 18 Interviews
View all
Principal Engineer
308 salaries
unlock blur

₹11.2 L/yr - ₹37.5 L/yr

Senior Engineer
260 salaries
unlock blur

₹7.5 L/yr - ₹22 L/yr

Senior Software Engineer
221 salaries
unlock blur

₹7.2 L/yr - ₹23 L/yr

Software Engineer
176 salaries
unlock blur

₹4.5 L/yr - ₹14 L/yr

Engineer
106 salaries
unlock blur

₹5.5 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Hughes Systique Corporation with

Fractal Analytics

4.0
Compare

Kiya.ai

3.4
Compare

MathCo

3.0
Compare

Innovatiview India Ltd

3.9
Compare
write
Share an Interview