Upload Button Icon Add office photos

Filter interviews by

Delphix Senior Software Engineer 2 Interview Questions and Answers for Experienced

Updated 23 Sep 2023

Delphix Senior Software Engineer 2 Interview Experiences for Experienced

1 interview found

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 6 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 - Assignment 

Take Home assignment was given.
* Use oops concepts and exception handling properly.

Round 3 - Technical 

(1 Question)

  • Q1. Data Structures and Algorithms round. Prepare for LL, Arrays, Stack, Queue
Round 4 - Technical 

(1 Question)

  • Q1. Troubleshooting Round Random situation is given to check technical thinking and brainstorming. ( be prepared for TCP, UDP, what happens when we type any url on browser)
Round 5 - Technical 

(2 Questions)

  • Q1. LLD & HLD Round
  • Q2. Also, asked DS question in between.
Round 6 - Technical 

(1 Question)

  • Q1. Director Round About my projects and challenging parts in the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic DS Algo and system design.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Resume based questions
  • Q2. Event loop in nodejs
  • Ans. 

    Event loop in Node.js manages asynchronous operations by executing callback functions when certain events occur.

    • Event loop is responsible for handling I/O operations, timers, and callbacks in Node.js

    • It allows Node.js to perform non-blocking operations efficiently

    • Event loop continuously checks the event queue for new events to execute

  • Answered by AI
  • Q3. Javascript es6 questions

Skills evaluated in this interview

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

Assignment was related to Todo app

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

(1 Question)

  • Q1. About oops, collections and sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2022. 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 - Aptitude Test 

Mathematical and spatial reasoning.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview with your manager
Round 4 - Technical 

(1 Question)

  • Q1. Technical interview with the director

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a awesome place and wonderful experience working with Pluralsight.
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 - Coding Test 

Any word of character count how many times have reach character

Round 3 - HR 

(2 Questions)

  • Q1. Please tell me something about your self?
  • Q2. How many years of experience?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have good knowledge in technical then you are selected with c#,vb,MVC,SQL,asp.net core, API

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. 1) What is volatile? 2) What is constant? 3) Can we use volatile and const at a time?4) What is ISR how it works?
  • Ans. 

    Answers to questions related to software engineering concepts.

    • Volatile is a keyword used to indicate that a variable's value can be changed unexpectedly.

    • Constant is a keyword used to indicate that a variable's value cannot be changed once it is assigned.

    • Volatile and const can be used together to indicate that a variable's value cannot be changed and that it may change unexpectedly.

    • ISR stands for Interrupt Service Routi...

  • Answered by AI
  • Q2. What is pointer? Explain dangling pointer, null pointer, void pointer.
  • Ans. 

    A pointer is a variable that stores the memory address of another variable. Dangling, null, and void pointers are types of pointers.

    • Dangling pointer: a pointer that points to a memory location that has been deallocated or freed

    • Null pointer: a pointer that does not point to any memory location

    • Void pointer: a pointer that has no specific data type and can point to any data type

  • Answered by AI
  • Q3. Storage classes explain all the storage classes in c.
  • Ans. 

    Storage classes in C define the scope and lifetime of variables.

    • auto: default storage class for local variables

    • register: stores variables in CPU registers for faster access

    • static: retains value between function calls

    • extern: used to access global variables across multiple files

  • Answered by AI
  • Q4. Compilation stages.
  • Q5. Projects done at previous company with clear explanation.
  • Q6. CAN, SPI, I2C, UART differences.
  • Q7. Explain CAN data frame.
  • Ans. 

    CAN data frame is a message format used in Controller Area Network (CAN) protocol.

    • CAN data frame consists of 7 fields: Start of Frame (SOF), Arbitration ID, Control Bits, Data Length Code (DLC), Data Field, Cyclic Redundancy Check (CRC), and End of Frame (EOF).

    • The Arbitration ID field is used to identify the message priority and the source of the message.

    • The Data Field can contain up to 8 bytes of data.

    • The CRC field is...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through whatever things you have kept on your resume. Go through the project. Practice C as much as possible most of the questions will be asked on C programming.

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Engineering (NIE) and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding

I applied via Referral and was interviewed in Oct 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Hacker rank test 2 medium level problems

Round 2 - Technical 

(1 Question)

  • Q1. DS questions on arrays and map Java questions
Round 3 - Technical 

(1 Question)

  • Q1. DS questions on array and trees Java questions
Round 4 - Technical 

(1 Question)

  • Q1. Design question with head of engineering

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise DS concepts and be clear about your thought process

Delphix Interview FAQs

How many rounds are there in Delphix Senior Software Engineer 2 interview for experienced candidates?
Delphix interview process for experienced candidates usually has 6 rounds. The most common rounds in the Delphix interview process for experienced candidates are Technical, Resume Shortlist and Assignment.
What are the top questions asked in Delphix Senior Software Engineer 2 interview for experienced candidates?

Some of the top questions asked at the Delphix Senior Software Engineer 2 interview for experienced candidates -

  1. Troubleshooting Round Random situation is given to check technical thinking and...read more
  2. Data Structures and Algorithms round. Prepare for LL, Arrays, Stack, Qu...read more
  3. Also, asked DS question in betwe...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NetApp Interview Questions
3.9
 • 60 Interviews
Veritas Interview Questions
4.0
 • 59 Interviews
CommVault Interview Questions
3.9
 • 26 Interviews
Druva Interview Questions
3.5
 • 25 Interviews
Cohesity Interview Questions
3.5
 • 17 Interviews
ResMed Interview Questions
3.8
 • 15 Interviews
RUBRIK INDIA Interview Questions
3.8
 • 13 Interviews
View all
Delphix Senior Software Engineer 2 Salary
based on 7 salaries
₹25 L/yr - ₹44 L/yr
48% more than the average Senior Software Engineer 2 Salary in India
View more details

Delphix Senior Software Engineer 2 Reviews and Ratings

based on 3 reviews

3.9/5

Rating in categories

4.0

Skill development

3.9

Work-Life balance

4.7

Salary & Benefits

2.0

Job Security

4.4

Company culture

3.5

Promotions/Appraisal

4.4

Work Satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer 2
7 salaries
unlock blur

₹25 L/yr - ₹44 L/yr

Engineering Manager
6 salaries
unlock blur

₹48.5 L/yr - ₹67 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹30 L/yr - ₹81 L/yr

Web Analytics Manager
4 salaries
unlock blur

₹26.4 L/yr - ₹27.5 L/yr

Senior Software Development Engineer
4 salaries
unlock blur

₹16 L/yr - ₹32.5 L/yr

Explore more salaries
Compare Delphix with

Oracle

3.7
Compare

Druva

3.6
Compare

RUBRIK INDIA

3.8
Compare

Actifio

5.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview