Upload Button Icon Add office photos

Filter interviews by

DocuSign Senior Software Engineer Interview Questions and Answers

Updated 1 Nov 2024

DocuSign Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java questions
  • Q2. Collection framework, Spring bean lifecycle etc
Round 2 - Technical 

(3 Questions)

  • Q1. Explain your system architecture
  • Ans. 

    Our system architecture is based on microservices, utilizing Docker containers and Kubernetes for orchestration.

    • Microservices architecture for scalability and flexibility

    • Docker containers for easy deployment and isolation

    • Kubernetes for orchestration and management of containers

  • Answered by AI
  • Q2. What are types of db partition
  • Ans. 

    Types of database partitioning include horizontal, vertical, hash, range, list, and composite.

    • Horizontal partitioning divides rows of a table into multiple partitions based on a criteria such as a range of values.

    • Vertical partitioning divides columns of a table into multiple partitions, each containing a subset of columns.

    • Hash partitioning assigns rows to partitions based on a hash function applied to a specific column...

  • Answered by AI
  • Q3. What is kafka ? git pipeline
  • Ans. 

    Kafka is a distributed streaming platform used for building real-time data pipelines and streaming applications.

    • Kafka is designed to handle high-throughput, fault-tolerant, and scalable real-time data streams.

    • It allows producers to publish messages to topics, which are then consumed by consumers.

    • Kafka can be used for various use cases such as log aggregation, stream processing, event sourcing, and more.

    • Git pipeline ref...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very low level interview , nothing challenging.
Easier than service based.

Skills evaluated in this interview

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

I was interviewed in May 2024.

Round 1 - Coding Test 

Asked DSA questions of let code medium difficulty level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. It’s was basic mix of two pointer question
  • Q2. More of a dp question involving backward tracking

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Jobs at DocuSign

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. How does the CAN TP (Controller Area Network Transport Protocol) work?
  • Ans. 

    CAN TP is a protocol used for transferring large data packets over Controller Area Network.

    • CAN TP breaks large data packets into smaller segments for transmission

    • It uses flow control mechanisms to ensure all segments are received and retransmits if necessary

    • CAN TP is commonly used in automotive and industrial applications

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain autosar layer
  • Ans. 

    AUTOSAR (Automotive Open System Architecture) is a standardized software architecture for automotive systems.

    • AUTOSAR is a layered architecture consisting of four layers: Application Layer, Runtime Environment (RTE) Layer, Basic Software Layer, and Microcontroller Abstraction Layer (MCAL).

    • Each layer in AUTOSAR has specific responsibilities and interfaces with other layers to ensure modularity and reusability of software...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Are you prepared to work from home?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write polyfill for array map
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Java 8 and related programming questions springboot microservices details about project
  • Q2. Kafka questions and use case
  • Q3. API springboot application development
  • Q4. Ci cd and cloud
Round 2 - HR 

(1 Question)

  • Q1. Hr related question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Design Instagram feed
  • Ans. 

    Designing Instagram feed involves displaying user's photos and videos in a visually appealing and user-friendly manner.

    • Display user's posts in a grid layout with images/videos and captions

    • Allow users to like, comment, and share posts

    • Implement infinite scrolling to load more posts as user scrolls down

    • Include a search bar to search for specific users or hashtags

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Minimum spanning tree based data structure question

Skills evaluated in this interview

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

I applied via Company Website

Round 1 - Assignment 

A code to identify errors and write Junit. Optimise the code as well.

Round 2 - Technical 

(2 Questions)

  • Q1. Stacks using queue
  • Ans. 

    Implementing a stack using two queues

    • Use two queues to simulate a stack

    • Push operation: Enqueue the element to queue 1

    • Pop operation: Dequeue all elements from queue 1 to queue 2, dequeue the last element from queue 1, then swap the queues

    • Top operation: Return the front element of queue 1

    • Example: Push 1, 2, 3 - Queue 1: [1, 2, 3], Queue 2: []

    • Example: Pop - Queue 1: [1, 2], Queue 2: [3]

  • Answered by AI
  • Q2. BFS and Knapsack problem, previous project experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be very clear with the technology stack and basic DSA problems.

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Full stack question with java and angular and sql

Round 2 - Case Study 

Case study on project

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

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 6 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA questions
Round 2 - Technical 

(1 Question)

  • Q1. Half an hour of behavioral questions and 1 DSA question
Round 3 - Behavioral 

(1 Question)

  • Q1. One hour discussion of the work that I have done till now
Round 4 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question
Round 5 - Technical 

(1 Question)

  • Q1. 1 Hard DSA question
Round 6 - Technical 

(1 Question)

  • Q1. Design round for HLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for high level DSA questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. System design questions related to the product

DocuSign Interview FAQs

How many rounds are there in DocuSign Senior Software Engineer interview?
DocuSign interview process usually has 2-3 rounds. The most common rounds in the DocuSign interview process are Technical, Resume Shortlist and Coding Test.
How to prepare for DocuSign Senior Software 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 DocuSign. The most common topics and skills that interviewers at DocuSign expect are Agile, GIT, SQL, Version Control and Computer science.
What are the top questions asked in DocuSign Senior Software Engineer interview?

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

  1. What is kafka ? git pipel...read more
  2. What are types of db partit...read more
  3. Explain your system architect...read more

Tell us how to improve this page.

DocuSign Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
DocuSign Senior Software Engineer Salary
based on 16 salaries
₹27 L/yr - ₹85 L/yr
281% more than the average Senior Software Engineer Salary in India
View more details

DocuSign Senior Software Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

1.0

Skill development

1.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
Senior Software Engineer

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Senior Software Engineer

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
16 salaries
unlock blur

₹27 L/yr - ₹85 L/yr

Software Engineer
8 salaries
unlock blur

₹24.1 L/yr - ₹71.7 L/yr

Devops Engineer
4 salaries
unlock blur

₹15 L/yr - ₹41 L/yr

Lead Engineer
3 salaries
unlock blur

₹60 L/yr - ₹101 L/yr

Director
3 salaries
unlock blur

₹55 L/yr - ₹60 L/yr

Explore more salaries
Compare DocuSign with

Adobe

4.0
Compare

Salesforce

4.0
Compare

ServiceNow

4.2
Compare

Dropbox

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