Upload Button Icon Add office photos

Filter interviews by

DocuSign Senior Technical Lead Interview Questions and Answers for Experienced

Updated 28 Sep 2023

DocuSign Senior Technical Lead Interview Experiences for Experienced

1 interview found

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

I applied via LinkedIn and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of OOPS, Collection , Spring frameword
  • Q2. Reverse string problem
  • Ans. 

    Reverse a given array of strings

    • Iterate through each string in the array

    • Reverse each string using built-in functions or manual reversal

    • Store the reversed strings back in the array

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Project Architecture and components of MS
  • Ans. 

    MS Project architecture includes components like Project Server, Project Web App, Project Professional, and Project Online.

    • Project Server is the central component that stores project data and manages access

    • Project Web App is the web-based interface for accessing and managing projects

    • Project Professional is the desktop application for creating and editing project plans

    • Project Online is the cloud-based version of Project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just brush up basics and easy level coding problems.

Interview questions from similar companies

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

(1 Question)

  • Q1. Basic embedded c and autosar questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Techno mangerial round. Roles and responsibilities
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain a complex .net core project you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. How have you evolved as a technical lead over the course of your career
Round 3 - HR 

(1 Question)

  • Q1. What are your long term career goals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Learn about logical reasoning and quant.

Round 2 - Assignment 

Know about APIs, technical manuals, MS style guide, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe in yourself.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Couple questions in SQL?
Round 3 - One-on-one 

(1 Question)

  • Q1. General questions in managerial round?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How enumerator works
  • Ans. 

    An enumerator is a type that allows you to iterate through a collection of items, such as an array or list.

    • Enumerators are commonly used in programming languages like C# to loop through collections of data.

    • They typically have methods like MoveNext() to move to the next item in the collection and Current to access the current item.

    • Enumerators can be used in foreach loops to easily iterate through all items in a collecti

  • Answered by AI
  • Q2. Explanation on entity in spring boot
  • Ans. 

    An entity in Spring Boot represents a table in a database and is used to map data from the database to Java objects.

    • Entities are typically annotated with @Entity and represent a table in a database.

    • Fields in an entity class represent columns in the database table.

    • Entities can have relationships with other entities using annotations like @OneToOne, @OneToMany, @ManyToOne, @ManyToMany.

    • Entities are managed by the EntityMa...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at National Institute of Technology (NIT), Durgapur and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mathematics, aptitude and reasoning

Round 2 - HR 

(1 Question)

  • Q1. About you and family

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is a critical rendering path?
  • Ans. 

    The sequence of steps a browser takes to convert HTML, CSS, and JavaScript into a rendered page.

    • Includes parsing HTML, constructing the DOM tree, calculating styles, and executing JavaScript.

    • Optimizing the critical rendering path can improve page load times and user experience.

    • Examples of optimization techniques include minimizing render-blocking resources and using lazy loading.

    • The critical rendering path can vary dep

  • Answered by AI
  • Q2. What is a asynchronous in js means
  • Ans. 

    Asynchronous in JS means executing code without blocking the main thread.

    • Asynchronous code allows other code to run while waiting for a task to complete.

    • It is commonly used for network requests, file I/O, and other time-consuming operations.

    • Callbacks, Promises, and Async/Await are common ways to handle asynchronous code in JS.

  • Answered by AI
  • Q3. What is a class in js means? And explain its use case
  • Ans. 

    A class in JavaScript is a blueprint for creating objects with similar properties and methods.

    • Classes are used to create multiple objects with the same structure and behavior.

    • They provide a way to organize and encapsulate related data and functions.

    • Classes can have properties (variables) and methods (functions) that define their behavior.

    • Instances of a class can be created using the 'new' keyword.

    • Classes can also have ...

  • Answered by AI
  • Q4. What is a mobile first design
  • Ans. 

    Mobile first design is an approach where the design and development of a website or application starts with the mobile version.

    • Designing for smaller screens first

    • Prioritizing content and functionality for mobile users

    • Adapting the design for larger screens

    • Focusing on speed and performance

    • Examples: Instagram, Twitter, and Facebook

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay strong in the programming language you know. And speak clearly when explaining.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

12 Questions

  • Q1. Which design pattern implemented in project.
  • Ans. 

    Implemented the Observer design pattern.

    • Used to maintain consistency between related objects

    • Allows for one-to-many relationships between objects

    • Used in event-driven systems

    • Example: Used to update UI when data changes in backend

  • Answered by AI
  • Q2. Solid principals
  • Q3. Code coverage
  • Q4. Unit testing
  • Q5. Cloud services
  • Q6. Cloud integrations
  • Q7. Detail architecture of current project and what role you played
  • Q8. What software architecture you implimented and why?
  • Ans. 

    I have implemented a microservices architecture for scalability and flexibility.

    • Implemented microservices architecture using Docker and Kubernetes

    • Used API Gateway for routing and load balancing

    • Implemented service discovery using Consul

    • Implemented circuit breaker pattern using Hystrix

    • Implemented centralized logging using ELK stack

    • Implemented distributed tracing using Zipkin

    • Implemented event-driven architecture using Kaf...

  • Answered by AI
  • Q9. Writing some code logic snippet like sudo code
  • Q10. How you improved stored procedure performance
  • Ans. 

    I improved stored procedure performance by optimizing queries and indexes.

    • Identified and removed unnecessary joins and subqueries

    • Used appropriate indexing to speed up query execution

    • Reduced the number of round trips to the database by using batch processing

    • Rewrote complex queries to simpler ones

    • Used stored procedure parameters instead of variables to avoid recompilation

    • Used SET NOCOUNT ON to reduce network traffic

    • Used

  • Answered by AI
  • Q11. DB normalization and indexing
  • Q12. C# oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focused more technical questions like Design pattern implementation,Database schema design, Unit testing, code coverage, Single page app Architecture,Cloud integration questions.Lastly team handling

Skills evaluated in this interview

Technical Lead Interview Questions & Answers

SAP user image Gourav Sharma

posted on 27 Dec 2022

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

I applied via Referral and was interviewed before Dec 2021. There were 4 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. Basic Core java questions linked list reversal,Minimum element in BST
Round 3 - Technical 

(1 Question)

  • Q1. Messaging System Design.
  • Ans. 

    Messaging system design involves creating a system for exchanging messages between users or applications.

    • Identify the messaging needs of the system and its users

    • Choose a messaging protocol and architecture that fits those needs

    • Consider scalability, reliability, and security

    • Design for fault tolerance and error handling

    • Implement features such as message queuing, routing, and filtering

    • Examples of messaging systems include...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Normal HR questions like Why you want to join SAP labs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Core Java,DS Algos and Low level design.Questions like Low level design for Messaging system.

Skills evaluated in this interview

DocuSign Interview FAQs

How many rounds are there in DocuSign Senior Technical Lead interview for experienced candidates?
DocuSign interview process for experienced candidates usually has 3 rounds. The most common rounds in the DocuSign interview process for experienced candidates are Technical and Resume Shortlist.
What are the top questions asked in DocuSign Senior Technical Lead interview for experienced candidates?

Some of the top questions asked at the DocuSign Senior Technical Lead interview for experienced candidates -

  1. Project Architecture and components of...read more
  2. Reverse string prob...read more
  3. Basics of OOPS, Collection , Spring framew...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 DocuSign interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Amdocs Interview Questions
3.8
 • 514 Interviews
Zoho Interview Questions
4.3
 • 491 Interviews
SAP Interview Questions
4.2
 • 298 Interviews
KPIT Technologies Interview Questions
3.5
 • 281 Interviews
Salesforce Interview Questions
4.1
 • 262 Interviews
View all
Senior Software Engineer
15 salaries
unlock blur

₹30 L/yr - ₹85 L/yr

Software Engineer
5 salaries
unlock blur

₹19 L/yr - ₹50 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

Data Engineer
3 salaries
unlock blur

₹39 L/yr - ₹40.5 L/yr

Explore more salaries
Compare DocuSign with

Adobe

4.0
Compare

Salesforce

4.1
Compare

ServiceNow

4.1
Compare

Dropbox

4.7
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