Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Signzy Technologies Team. If you also belong to the team, you can get access from here

Signzy Technologies Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 113 Reviews

Filter interviews by

Signzy Technologies Software Developer Interview Questions and Answers

Updated 15 Nov 2024

Signzy Technologies Software Developer Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Promises in javascript
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Akminder Jeet

posted on 14 May 2024

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

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray SumGiven an array of numbers, find the maximum s ... read more
asked in Cognizant
Q2. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Rakuten
Q3. Merge two sorted arraysNinja has been given two sorted integer ar ... read more
asked in GlobalLogic
Q4. Terms Of APAyush is given a number ‘X’. He has been told that he ... read more
asked in Amazon
Q5. Minimum Number of Platform NeededYou are given the arrival and de ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Question around priority queue
  • Q2. Decode strings leetcode
Round 2 - Technical 

(1 Question)

  • Q1. System design questions scenario based
Round 3 - Technical 

(1 Question)

  • Q1. Questions on multidimensional tree
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium to hard questions based on arrays, dp

Round 2 - Technical 

(2 Questions)

  • Q1. Quick sort algorithm
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Divides array into smaller sub-arrays based on a pivot element

    • Recursively sorts sub-arrays

    • Combines sorted sub-arrays to get final sorted array

    • Time complexity: O(n log n) on average, O(n^2) worst case

    • Example: [3, 6, 8, 10, 1, 2, 1] -> [1, 1, 2, 3, 6, 8, 10]

  • Answered by AI
  • Q2. Modified rotate a matrix
  • Ans. 

    Rotate a matrix by 90 degrees in place

    • Transpose the matrix

    • Reverse each row of the transposed matrix

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study well and at the end, they would not hire anyone

Skills evaluated in this interview

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

2 Query question and 3 coding questions

Round 2 - Technical 

(4 Questions)

  • Q1. Basic oops , Java script and Networking questions.
  • Q2. What is object orienteered programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

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

    • Encapsulation, inheritance, and polymorphism are key principles of object oriented programming.

    • Example: Java, C++, Python are popular languages that support object oriented programming.

  • Answered by AI
  • Q3. Different Events in java script
  • Ans. 

    Events in JavaScript are actions or occurrences that happen in the browser that the code can respond to.

    • Events can be triggered by user actions (like clicking a button), browser actions (like page load), or system events (like a timer expiring)

    • Event listeners are used to listen for and respond to events

    • Common events include click, mouseover, keydown, submit, etc.

  • Answered by AI
  • Q4. Event listeners
Round 3 - Coding Test 

Project , coding question, DBMS

Round 4 - HR 

(1 Question)

  • Q1. Basic personal details

Skills evaluated in this interview

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

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

There were 5 question out of which 2 were coding Data Structure problems , 1 was SQL based , 1 was AI based Problem ( Machine Learning ) and 1 was to create UML Diagram.
First Coding question was pretty easy , other one was kinda tough , UML Diagram was also easy and SQL query was of moderate level.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Practising u'll definately make it.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Monster and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is Nodejs and how is it useful + 1 leetcode hard problem
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side, making it useful for building scalable network applications.

    • Node.js is built on Chrome's V8 JavaScript engine and uses an event-driven, non-blocking I/O model, making it lightweight and efficient.

    • It is commonly used for building web servers, APIs, real-time applications, and microservices.

    • Node.js has a large ecosystem of libraries an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind Leetcode
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via campus placement at Kongu Engineering College, Erode and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr and it is pretty easy and having snippets technical questions etc

Round 2 - Coding Test 

I didn't selected for second round

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare coding basic should be strong in basic and study the aptitude and thats pretty easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Thread & process

Signzy Technologies Interview FAQs

How many rounds are there in Signzy Technologies Software Developer interview?
Signzy Technologies interview process usually has 1 rounds. The most common rounds in the Signzy Technologies interview process are One-on-one Round and Technical.
What are the top questions asked in Signzy Technologies Software Developer interview?

Some of the top questions asked at the Signzy Technologies Software Developer interview -

  1. Promises in javascr...read more
  2. Event loop in nod...read more
  3. Resume based questi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Signzy Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Signzy Technologies Software Developer Salary
based on 18 salaries
₹8 L/yr - ₹16 L/yr
63% more than the average Software Developer Salary in India
View more details

Signzy Technologies Software Developer Reviews and Ratings

based on 7 reviews

1.5/5

Rating in categories

2.2

Skill development

1.6

Work-Life balance

2.6

Salary & Benefits

2.1

Job Security

1.2

Company culture

2.0

Promotions/Appraisal

1.5

Work Satisfaction

Explore 7 Reviews and Ratings
Business Analyst
50 salaries
unlock blur

₹5.4 L/yr - ₹15 L/yr

QA Engineer
21 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

Project Manager
20 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Software Developer
18 salaries
unlock blur

₹9 L/yr - ₹16 L/yr

Presales Consultant
16 salaries
unlock blur

₹13 L/yr - ₹26 L/yr

Explore more salaries
Compare Signzy Technologies with

ZestMoney

4.0
Compare

Razorpay

3.6
Compare

KhataBook

3.4
Compare

Innoviti Technologies Private Limited

3.2
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