Upload Button Icon Add office photos

Filter interviews by

Confluxsys Senior Software Engineer Interview Questions, Process, and Tips

Updated 21 Jan 2025

Confluxsys Senior Software Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. What is Polymorphism in java
  • Q2. Explain Static member class
  • Q3. Define non static inner class
  • Q4. Different types of anonymous class
  • Q5. Java 8 features and Stream
  • Q6. Stream Coding
Round 2 - Technical 

(2 Questions)

  • Q1. Project, Work experience, situation based question.
  • Q2. This is a in-person interview.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview rounds are quick, tough and will give a good image of the company. Although after clearing all rounds and getting an offer, the salary was below market standard and HR didn't reverted back.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explian oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects for better code organization and reusability.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation det...

  • Answered by AI
  • Q2. Types of waits in selenium
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Salary dsicussion
  • Q2. Previous company details

Skills evaluated in this interview

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

(5 Questions)

  • Q1. What are TMG events?
  • Ans. 

    TMG events refer to events related to Threat Management Gateway, a Microsoft network security product.

    • TMG events are generated by Threat Management Gateway (TMG), a network security product developed by Microsoft.

    • These events provide information about network traffic, security threats, and system health.

    • Examples of TMG events include firewall rule violations, malware detection, and system errors.

  • Answered by AI
  • Q2. Events in interactive report?
  • Ans. 

    Events in interactive report refer to user interactions like clicking, hovering, or scrolling.

    • Events can trigger actions or functions in the report.

    • Common events include click, hover, scroll, keypress, etc.

    • Events can be used to enhance user experience and interactivity.

    • Examples: Clicking on a data point to view more details, hovering over a chart to see tooltips.

  • Answered by AI
  • Q3. Difference between RFC and BAPI
  • Ans. 

    RFC is a protocol for requesting services from a server, while BAPI is a specific type of RFC used in SAP systems.

    • RFC stands for Remote Function Call and is a protocol used to request services from a server over a network.

    • BAPI stands for Business Application Programming Interface and is a specific type of RFC used in SAP systems for integrating external applications with SAP.

    • RFC can be used in various systems and techn...

  • Answered by AI
  • Q4. What is ABAP on HANA
  • Ans. 

    ABAP on HANA is a programming language that combines ABAP with the in-memory database technology of SAP HANA.

    • ABAP on HANA allows developers to leverage the speed and power of SAP HANA for their ABAP-based applications.

    • It enables real-time analytics, predictive modeling, and faster data processing.

    • Developers can use ABAP on HANA to optimize existing ABAP code for better performance.

    • It provides a seamless integration bet...

  • Answered by AI
  • Q5. Limitations of CDs Views
  • Ans. 

    CDs Views have limitations in terms of performance and scalability.

    • Limited support for complex queries and joins

    • Performance degradation with large datasets

    • Scalability issues when handling high volume of data

    • Difficulty in maintaining and updating views as database schema changes

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java questions and basics of testing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Mostly they asked questions on String or basic coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Core java questions basics, SpringBoot Microservice ,Sql questions
Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions on core java, day to day activities , agile,beghavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary Expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Salary discussion
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are decorators in Python What is the use of __name == __main__ Django related questions
  • Ans. 

    Decorators in Python are functions that modify the behavior of other functions or methods. __name__ == __main__ is used to check if a Python script is being run directly or imported as a module.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are defined using the @decorator syntax before the function definition.

    • Example: @staticmethod decorator in Python is used to define...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Joins in SQL, Window functions Coding question Django ORM questions
Round 3 - HR 

(1 Question)

  • Q1. Salary related questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Design object store like amazon s3

Interview Preparation Tips

Interview preparation tips for other job seekers - Look at Grokking System Design Advance
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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. Question related to my current work.
Round 3 - Technical 

(1 Question)

  • Q1. Design Memory Management system
  • Ans. 

    Design a memory management system for efficient allocation and deallocation of memory in software applications.

    • Implement a memory pool to pre-allocate a fixed amount of memory for frequent allocation and deallocation operations.

    • Use garbage collection to automatically reclaim memory that is no longer in use.

    • Implement memory segmentation to divide memory into different segments for better organization and management.

    • Use ...

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. OS basics, locking mechanism, etc

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java and rest full API, multithreading and stream
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coding questions and SQL queries

Round 2 - Technical 

(1 Question)

  • Q1. Technology used
  • Ans. 

    Various technologies including Java, Python, SQL, AWS, Docker, Kubernetes, etc.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They have very tedious process where you have to attend 4 technical interviews and hr won't respond after each round. Don't answer your call.

Skills evaluated in this interview

Confluxsys Interview FAQs

How many rounds are there in Confluxsys Senior Software Engineer interview?
Confluxsys interview process usually has 2 rounds. The most common rounds in the Confluxsys interview process are Technical.
What are the top questions asked in Confluxsys Senior Software Engineer interview?

Some of the top questions asked at the Confluxsys Senior Software Engineer interview -

  1. What is Polymorphism in j...read more
  2. Different types of anonymous cl...read more
  3. Explain Static member cl...read more

Tell us how to improve this page.

Confluxsys Senior Software Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Confluxsys Senior Software Engineer Salary
based on 5 salaries
₹9.1 L/yr - ₹10 L/yr
38% less than the average Senior Software Engineer Salary in India
View more details

Confluxsys Senior Software Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

5.0

Skill development

2.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
13 salaries
unlock blur

₹5 L/yr - ₹7.2 L/yr

Associate Software Engineer
11 salaries
unlock blur

₹3.6 L/yr - ₹7.2 L/yr

QA Engineer
6 salaries
unlock blur

₹4.5 L/yr - ₹6.6 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹9.1 L/yr - ₹10 L/yr

QA Lead
4 salaries
unlock blur

₹11.5 L/yr - ₹18.2 L/yr

Explore more salaries
Compare Confluxsys with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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