Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Sgx Fx Systems Team. If you also belong to the team, you can get access from here

Sgx Fx Systems Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 11 Reviews

Filter interviews by

Sgx Fx Systems Interview Questions and Answers

Updated 12 Jan 2025

Sgx Fx Systems Interview Experiences

Popular Designations

2 interviews found

Technical Analyst Interview Questions & Answers

user image manikumar kammela

posted on 10 Jan 2025

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

(2 Questions)

  • Q1. Linux ,scrpiting
  • Q2. Basics

Interview Preparation Tips

Interview preparation tips for other job seekers - good working platfrom trading

Technical Analyst Interview Questions asked at other Companies

Q1. Write a program to get a employee list whose salary is greater than 50k and grade is above from A, Use Java 8 stream to get the list
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 4 interview rounds.

Round 1 - Coding Test 

HackerRank coding assessment on java and dsa

Round 2 - Technical 

(1 Question)

  • Q1. Java internal memory management
Round 3 - Coding Test 

Coding round cum system design

Round 4 - HR 

(1 Question)

  • Q1. Behaviour, strength, expectation

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Salary Expectation
  • Q2. Work Experience
  • Q3. Relocation Plans
Round 2 - Coding Test 

Codility Test General C# and SQL

Round 3 - Technical 

(9 Questions)

  • Q1. (live coding) Create a class Employees with fields FirstName LastName, DoB, and Gender Return avg age of employees, return avg age by genders
  • Ans. 

    Create a class Employees with fields FirstName LastName, DoB, and Gender. Return avg age of employees and avg age by genders.

    • Create a class Employees with fields FirstName, LastName, DoB, and Gender

    • Calculate the average age of all employees

    • Calculate the average age by genders

  • Answered by AI
  • Q2. What design pattern you know
  • Ans. 

    I am familiar with design patterns such as Singleton, Factory, Observer, and MVC.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Factory pattern creates objects without specifying the exact class of object that will be created.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and up...

  • Answered by AI
  • Q3. SOLID principles
  • Q4. How to optimize SQL Queries
  • Ans. 

    Optimizing SQL queries involves using indexes, minimizing data retrieval, avoiding unnecessary joins, and optimizing query structure.

    • Use indexes on columns frequently used in WHERE clauses

    • Minimize data retrieval by selecting only necessary columns

    • Avoid unnecessary joins by using EXISTS or IN clauses instead

    • Optimize query structure by using appropriate joins and subqueries

  • Answered by AI
  • Q5. Which type of Indexes you know
  • Ans. 

    Types of indexes include clustered, non-clustered, unique, composite, and filtered indexes.

    • Clustered index: Physically reorders the data in the table based on the index key.

    • Non-clustered index: Contains a sorted list of references to the table data rows.

    • Unique index: Ensures that no two rows have the same values in the indexed columns.

    • Composite index: Index that is created on multiple columns.

    • Filtered index: Index that...

  • Answered by AI
  • Q6. Have you ever read SQL Execution Plan?
  • Ans. 

    Yes, I have read SQL Execution Plans to optimize query performance.

    • I have analyzed SQL Execution Plans to identify bottlenecks in queries.

    • I have used SQL Execution Plans to optimize query performance by understanding how the database engine executes queries.

    • I have made query optimization recommendations based on SQL Execution Plans.

    • I have experience with tools like SQL Server Management Studio to view and analyze Execu

  • Answered by AI
  • Q7. .NET Framework DI 3th party tools
  • Q8. Are you familiar with MSUnit, xUnit, nUnit
  • Q9. Unit Testing libraries (e.g Bogus, Moq..)
Round 4 - Final Round 

(3 Questions)

  • Q1. What questions do you have?
  • Q2. How was your interview's?
  • Q3. Why you want to change your job?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would strongly advice job seekers to avoid engaging further with this company. Based on my experience, their process lacks transparency and respect for candidates time, with poor communication and unclear criteria like 'culture fit' only being raised after multiple technical rounds. SAVE YOUR TIME and ENERGY by skipping this opportunity.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Soo easy aptitude exam asked questions

Round 2 - Technical 

(3 Questions)

  • Q1. What is oops in Java,fibo, and sorting
  • Ans. 

    OOPs in Java refers to Object-Oriented Programming concepts, fibo likely refers to Fibonacci sequence, and sorting refers to arranging elements in a specific order.

    • OOPs in Java includes concepts like classes, objects, inheritance, polymorphism, and encapsulation.

    • Fibo likely refers to the Fibonacci sequence, where each number is the sum of the two preceding ones (e.g. 0, 1, 1, 2, 3, 5, ...).

    • Sorting involves arranging el...

  • Answered by AI
  • Q2. Why is garbage collector is used in java etc more of java questions
  • Q3. Can main can be overloaded and overrided
  • Ans. 

    Yes, main can be overloaded but not overridden in C++.

    • Main can be overloaded by defining multiple functions with different parameters.

    • Example: int main() and int main(int argc, char* argv[])

    • Main cannot be overridden as it is a static function of the program.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and get your basics right
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Class and object . explain hierarchial inheritence.
  • Q2. Difference bertween deep copy and shallow copy.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The first round was a coding test, which was outsourced to an external vendor. I was asked 2 basic DSA questions, and there was discussions around the time and space complexity, and scope of optimizing the solutions. Post that there were a few questions around Spring Boot features and basic system design. The interviewer was professional throughout the interview, and the interview process felt more like a discussion, as compared to the standard interview process.

Round 2 - Coding Test 

There was another round of coding - this time conducted by the organization itself. It consisted of a medium level DSA question on stacks. I wrote the code on my personal IDE and executed it there itself. The interviewer discussed about the possible edge cases and how I would deal with them. Post solving the question I was asked about my previous projects.

Round 3 - Technical 

(3 Questions)

  • Q1. Discuss in detail about a scenario where a challenging production issue was handled.
  • Q2. What are your responsibilities as a senior / team lead in the current organization?
  • Q3. How did you handle conflicts with junior engineers and reporting managers?
Round 4 - Group Discussion 

This was the final round where the discussion was largely around system design and HLD. It started off with questions are system design patterns and concepts. Then I was asked to design a booking design, with discussions around concurrency control and transaction management.

Interview Preparation Tips

Interview preparation tips for other job seekers - The coding questions were easy-medium, so strong basics is important. Be prepared to talk about previous projects in detail. A good knowledge on system design concepts is a must.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduction to about your self
  • Q2. Experience and product knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Not joining the company low ticket size but High rate of interest Bm to cluster head don't know about the policy
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Java coding questions, basic Java questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Java basics questions.
  • Q2. Live coding.
Round 3 - Technical 

(2 Questions)

  • Q1. Discussion on previous experience and projects.
  • Q2. System design question
Round 4 - Technical 

(2 Questions)

  • Q1. Questions on SQL, Java advanced, personal projects, Java frameworks, UI based questions, Agile methodologies.
  • Q2. Interview discussion with the whole team.
Round 5 - HR 

(2 Questions)

  • Q1. Benefits discussion.
  • Q2. Salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Hadoop architecture
  • Q2. Spark architecture
  • Q3. Difference between stage and task
  • Ans. 

    A stage is a collection of tasks that perform a specific computation, while a task is a unit of work that is executed on a single executor.

    • Stage is a higher-level unit of work that can be broken down into multiple tasks.

    • Tasks are individual units of work that are executed on a single executor.

    • Stages are used to organize and coordinate tasks in a Spark job.

    • Tasks are the actual units of computation that are performed by ...

  • Answered by AI
  • Q4. Sql questions to solve
  • Q5. Scoop
  • Q6. Action and transformation in pysaprk
  • Ans. 

    Actions and transformations are two types of operations in PySpark. Actions return a value to the driver program, while transformations create a new RDD.

    • Actions are operations that trigger the execution of the Spark job, such as collect(), count(), and saveAsTextFile().

    • Transformations are operations that create a new RDD from an existing one, such as map(), filter(), and reduceByKey().

    • Actions are lazy operations, meani...

  • Answered by AI
  • Q7. Difference between rdd and dataframe
  • Ans. 

    RDD is a distributed collection of objects, while DataFrame is a distributed collection of data organized into named columns.

    • RDD is more low-level and requires manual schema definition, while DataFrame provides a higher-level API with schema inference.

    • DataFrames are optimized for processing structured data, while RDDs are more suitable for unstructured data.

    • DataFrames support SQL queries and optimizations through Catal...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was held at the company.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc

Sgx Fx Systems Interview FAQs

How many rounds are there in Sgx Fx Systems interview?
Sgx Fx Systems interview process usually has 2-3 rounds. The most common rounds in the Sgx Fx Systems interview process are Technical, Coding Test and HR.
How to prepare for Sgx Fx Systems 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 Sgx Fx Systems. The most common topics and skills that interviewers at Sgx Fx Systems expect are Java, Python, Ansible, Brs and Bus.
What are the top questions asked in Sgx Fx Systems interview?

Some of the top questions asked at the Sgx Fx Systems interview -

  1. Java internal memory managem...read more
  2. linux ,scrpit...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TransUnion Interview Questions
4.0
 • 88 Interviews
CapitalOne Interview Questions
3.6
 • 78 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
FNZ Interview Questions
2.1
 • 27 Interviews
Kissht Finance Interview Questions
3.9
 • 26 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
Uni Cards Interview Questions
4.3
 • 22 Interviews
View all

Sgx Fx Systems Reviews and Ratings

based on 11 reviews

4.4/5

Rating in categories

4.4

Skill development

4.5

Work-life balance

4.1

Salary

4.5

Job security

4.5

Company culture

4.0

Promotions

4.5

Work satisfaction

Explore 11 Reviews and Ratings
Associate Technical Analyst
3 salaries
unlock blur

₹8.4 L/yr - ₹13.7 L/yr

Explore more salaries
Compare Sgx Fx Systems with

TCS

3.7
Compare

Accenture

3.9
Compare

Cognizant

3.8
Compare

Infosys

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