Upload Button Icon Add office photos

Filter interviews by

SignDesk Interview Questions, Process, and Tips

Updated 14 Oct 2024

Top SignDesk Interview Questions and Answers

SignDesk Interview Experiences

Popular Designations

10 interviews found

Associate sof Interview Questions & Answers

user image Anonymous

posted on 12 Mar 2024

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

It was 30 minutes coding test round where they asked to solve 2 simple Data Structure Problems.

Round 2 - One-on-one 

(1 Question)

  • Q1. I had a great interview time. They had asked to write a code on arrays and linked list and asked few questions on data types

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly customize your resume, attend some interviews to boost your confidence level, practise technical questions to which domain the individual is interested on, be consistent on whatever you are preparing,work hard and smart, keep your confidence high and hope for the best

Associate Software Engineer Interview Questions & Answers

user image amith joyal dsilva

posted on 19 Oct 2023

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

I applied via Referral and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was pretty basic aptitude test

Round 2 - Coding Test 

Normal basic knowledge of program should get you though this round

Round 3 - Behavioral 

(1 Question)

  • Q1. Technical question of how to approach this problem etc
Round 4 - HR 

(1 Question)

  • Q1. About Myself and about officed policy

Interview Preparation Tips

Interview preparation tips for other job seekers - Abou

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Anonymous Interview Questions & Answers

user image Anonymous

posted on 5 May 2023

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

I applied via LinkedIn and was interviewed in Oct 2023. 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 - Coding Test 

Coding Test | Theoretical Questions | Logical Questions

Round 3 - Coding Test 

Advanced coding questions

Round 4 - HR 

(1 Question)

  • Q1. Career growth | Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - F2F interview is good
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Sri Jayachamarajendran College of Engineering (SJCE) and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

As usual how aptitude round should be.

Round 2 - Coding Test 

Ten question we asked out off we have to attend seven.

Round 3 - Technical 

(1 Question)

  • Q1. Here it was a one to one interview where they ask some technical questions regarding the job roles and technology used
Round 4 - Technical 

(1 Question)

  • Q1. This time with manager there more advance questions will be asked.

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

SignDesk interview questions for popular designations

 Associate Software Engineer

 (3)

 Mean Stack Developer

 (2)

 Devops Engineer

 (1)

 Java Developer

 (1)

 Senior Software Engineer

 (1)

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Find the count of repeated elements in the list.

Round 2 - Technical 

(1 Question)

  • Q1. To add two characters using method overloading
  • Ans. 

    Method overloading allows adding two characters by defining multiple methods with different parameter types.

    • Create two methods with the same name but different parameter types (char and String)

    • In the first method, add the two characters and return the result

    • In the second method, convert the characters to strings, concatenate them, and return the result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Simple JS basics, event loop and callback queue stuff

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Jobs at SignDesk

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Javascript program of strings with customized functions.

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Mean Stack Developer Interview Questions & Answers

user image Prajjwal Singh

posted on 23 Nov 2022

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. Remove dublicates from array?
  • Ans. 

    Remove duplicates from an array of strings.

    • Use a Set to store unique values from the array.

    • Convert the Set back to an array to remove duplicates.

    • Use Array.from() or the spread operator to convert the Set to an array.

    • Example: ['apple', 'banana', 'apple', 'orange'] -> ['apple', 'banana', 'orange']

  • Answered by AI
  • Q2. Pattern question asked me to print and some js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do till array and string theyu dont go usually more than that

Skills evaluated in this interview

Mean Stack Developer Interview Questions asked at other Companies

Q1. In market so many language but why we are using only Angular..??
View answer (1)

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 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 - Aptitude Test 

An easy aptitude round. It consisted of questions from software as well as network

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is Object Oriented Programming
  • Ans. 

    Object Oriented Programming is a programming paradigm that organizes code into objects with properties and behaviors.

    • OOP focuses on creating reusable code by encapsulating data and methods into objects.

    • It emphasizes concepts like inheritance, polymorphism, and encapsulation.

    • Objects are instances of classes, which define their structure and behavior.

    • OOP promotes code modularity, extensibility, and maintainability.

    • Exampl...

  • Answered by AI
  • Q2. A program to print the particular pattern
  • Ans. 

    A program to print a particular pattern

    • Use nested loops to iterate through rows and columns

    • Use conditional statements to determine the pattern to print

    • Store each row as a string in an array

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to crack if you have basic coding knowledge.

Mean Stack Developer Interview Questions asked at other Companies

Q1. In market so many language but why we are using only Angular..??
View answer (1)

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

Interview Questionnaire 

2 Questions

  • Q1. What is DevOps ?
  • Ans. 

    DevOps is a software development methodology that combines software development and IT operations to improve collaboration and efficiency.

    • DevOps is a culture and practice that emphasizes collaboration, automation, and continuous improvement.

    • It aims to break down silos between development and operations teams to enable faster and more reliable software delivery.

    • DevOps tools and practices include version control, continu...

  • Answered by AI
  • Q2. What is your future plans ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, stay clam, be friendly.

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)

SignDesk Interview FAQs

How many rounds are there in SignDesk interview?
SignDesk interview process usually has 2-3 rounds. The most common rounds in the SignDesk interview process are Coding Test, Resume Shortlist and Technical.
How to prepare for SignDesk 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 SignDesk. The most common topics and skills that interviewers at SignDesk expect are Javascript, MongoDB, Angularjs, Node.Js and Sales.
What are the top questions asked in SignDesk interview?

Some of the top questions asked at the SignDesk interview -

  1. What is Object Oriented Programm...read more
  2. A program to print the particular patt...read more
  3. To add two characters using method overload...read more

Tell us how to improve this page.

SignDesk Interview Process

based on 4 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 9 SignDesk interviews
Job Portal
Campus Placement
Referral
22%
22%
11%
45% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
ClearTax Interview Questions
3.3
 • 37 Interviews
Indiafilings Interview Questions
3.7
 • 23 Interviews
Vakilsearch Interview Questions
3.5
 • 12 Interviews
Quicko Interview Questions
3.8
 • 5 Interviews
DocuSign Interview Questions
3.1
 • 3 Interviews
View all

SignDesk Reviews and Ratings

based on 79 reviews

4.4/5

Rating in categories

4.1

Skill development

4.2

Work-Life balance

3.9

Salary & Benefits

4.3

Job Security

4.3

Company culture

3.9

Promotions/Appraisal

4.1

Work Satisfaction

Explore 79 Reviews and Ratings
Key Account Manager

Pune

2-5 Yrs

Not Disclosed

UI UX designer

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Associate Software Engineer
44 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Software Engineer
35 salaries
unlock blur

₹4 L/yr - ₹13 L/yr

Mean Stack Developer
12 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Senior Software Engineer
9 salaries
unlock blur

₹9 L/yr - ₹16.2 L/yr

Software Developer
8 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Explore more salaries
Compare SignDesk with

DocuSign

3.1
Compare

Zoho

4.3
Compare

Eko India Financial Services

2.8
Compare

LegalDesk.com

3.9
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