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

Filter interviews by

Signzy Technologies Interview Questions, Process, and Tips for Experienced

Updated 14 Feb 2025

Top Signzy Technologies Interview Questions and Answers for Experienced

View all 6 questions

Signzy Technologies Interview Experiences for Experienced

Popular Designations

8 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Work experience related questions
Round 2 - Technical 

(1 Question)

  • Q1. Excel skills test over worksheet

Assistant Manager Operations Interview Questions asked at other Companies

Q1. What can you tell me about xlookup function?
View answer (26)

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

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why you are looking for a job change?
Round 2 - One-on-one 

(4 Questions)

  • Q1. Why did you change companies in past?
  • Q2. What is your highest deal till date?
  • Q3. What is the sales cycle?
  • Ans. 

    The sales cycle is the process that a salesperson goes through to close a deal with a customer.

    • Includes prospecting, qualifying, presenting, handling objections, closing, and follow-up

    • Can vary in length depending on the complexity of the sale and the industry

    • Involves building relationships with potential customers and guiding them through the buying process

  • Answered by AI
  • Q4. Who are your clients?

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Nishant Raghav. He has very minimal knowledge and experience about the industry, wondering how did management decide on him to take interviews. His video camera was off and he says the whole interview was a one sided conversation. This is rubbish. He was asking questions and that’s when I was answering and taking forward the discussion. When his video is off what is he expecting. During interviews, candidates are products and they sell themselves. He came back saying you’re selling yourself. Such a rude behaviour towards candidates is not acceptable. Basic etiquette should be taught by the management to these junior managers. Reaching higher positions with lower experience will not make them any good.
From first hr round to second round it took more than 35 days. They work so pathetically. Nothing is faster. Big time waste and a horrible experience.

Enterprise Sales Executive Interview Questions asked at other Companies

Q1. How can you convince the irritated customers to buy the product's
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via AngelList and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Case Study 

We Got a Case study and we Have to share our analysis of what we understood.

Round 2 - One-on-one 

(1 Question)

  • Q1. Past Experience and SQL skills
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round- about work culture

Signzy Technologies interview questions for popular designations

 Software Developer

 (2)

 Site Reliability Engineer

 (2)

 Configuration Engineer

 (2)

 Project Manager

 (1)

 Support Engineer

 (1)

 Product Manager

 (1)

 Quality Engineer

 (1)

 System Administrator

 (1)

Interview experience
4
Good
Difficulty level
Moderate
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 - Aptitude Test 

Normal aptitude Questions like mind games

Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Python , Postman
Round 4 - Technical 

(1 Question)

  • Q1. CV Based Technical
Round 5 - One-on-one 

(1 Question)

  • Q1. Nothing , just manager round

Configuration Engineer Interview Questions asked at other Companies

Q1. What are aerospace standards
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Mar 2023. There were 3 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 - HR 

(2 Questions)

  • Q1. Experience and self Intro
  • Q2. Salary expectation
Round 3 - Technical 

(4 Questions)

  • Q1. How to see the cpu info on linux?
  • Ans. 

    To see CPU info on Linux, use the 'lscpu' command.

    • Open the terminal and type 'lscpu' command

    • This will display detailed information about the CPU architecture, vendor, model name, speed, cache size, and more.

    • Other commands like 'cat /proc/cpuinfo' and 'top' can also be used to view CPU information.

  • Answered by AI
  • Q2. Swap memory in linux, projects worked on , explain CI/CD , docker, kubernetes
  • Ans. 

    Questions on swap memory, projects, CI/CD, Docker, and Kubernetes for Site Reliability Engineer role.

    • Swap memory is a space on the hard disk used as virtual memory when RAM is full.

    • Projects worked on may include automation, monitoring, and scaling.

    • CI/CD is a software development practice that involves continuous integration, testing, and deployment.

    • Docker is a containerization platform that allows for easy deployment a...

  • Answered by AI
  • Q3. Write script to display logs of GET response and response time and code from a log file?
  • Ans. 

    Script to display logs of GET response and response time and code from a log file

    • Use grep command to filter GET requests from the log file

    • Use awk command to extract response time and response code from the filtered logs

    • Format the output using printf command

    • Example: grep 'GET' logfile | awk '{print $4, $9, $NF}' | printf '%-20s %-10s %-10s '

  • Answered by AI
  • Q4. What is VPC ?, NAT, Subnet networking protocols
  • Ans. 

    VPC is a virtual private cloud that allows users to create a private network within the public cloud.

    • VPC provides a secure and isolated environment for resources in the cloud

    • NAT (Network Address Translation) allows instances in a private subnet to access the internet

    • Subnets are subdivisions of a VPC that allow users to segment their resources and apply different security policies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong with Basics of the job requirement

Skills evaluated in this interview

Site Reliability Engineer Interview Questions asked at other Companies

Q1. what is diff cloud formation vs terraform, release management like blue green etc.
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Product Thinking Case Study
Round 2 - One-on-one 

(1 Question)

  • Q1. Product Strategy Case Study
Round 3 - Case Study 

AI impact on Cooking Case Study

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Interview Questionnaire 

1 Question

  • Q1. Assignment to understand the communication, Devops and Linux questions, RESTful APIs

L2 Support Engineer Interview Questions asked at other Companies

Q1. 1) Self Introduction 2) What Is DNS. 3) What Is DHCP.4) What Is ADDS. 5) Crimping Colour Code Sequence. ( Types Of Crimping ) 6) What Is Virtual LAN. 7) Basic hardware/Networking Questions. 8) What Is Group Policies.
View answer (1)

Interview questions from similar companies

I was interviewed in Dec 2017.

Interview Questionnaire 

3 Questions

  • Q1. You need to find the maximum water pond formed in bw the building
  • Ans. 

    To find the maximum water pond formed between buildings.

    • Identify the lowest point between the buildings.

    • Calculate the area of the pond using the distance between the buildings and the depth of the pond.

    • Consider any obstacles or uneven ground that may affect the pond's shape.

    • Use a surveying tool or satellite imagery to get accurate measurements.

    • Take into account any drainage systems or natural water flow that may affect

  • Answered by AI
  • Q2. On mars you have to place n robots and they are connected via GPS. now you need to move each robot such that the whole mars is visited and each robot visit the minimum area(meaning no overlapping of area)...
  • Q3. Design dictionary using trie....having operations of inserting a word, updating and deleting (needed to write full running code)
  • Ans. 

    Design a dictionary using trie with insert, update and delete operations.

    • Implement a Trie data structure with nodes containing a character and a boolean flag to indicate end of word

    • For insert operation, traverse the trie and add nodes for each character in the word

    • For update operation, delete the existing word and insert the updated word

    • For delete operation, mark the end of word flag as false and delete the node if it ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple questions
Duration: 1 hour 10 minutes
Total Questions: 3

College Name: IIT Guwahati

Skills evaluated in this interview

Interview Questionnaire 

21 Questions

  • Q1. Discussion of previous written test questions
  • Q2. Find the odd repeating element from a set of repeating elements
  • Ans. 

    Find the odd repeating element from an array of strings

    • Use a hash table to count the frequency of each element

    • Iterate through the hash table to find the element with an odd count

  • Answered by AI
  • Q3. A 2D matrix is given which is row wise and column wise sorted. Find a particular element from it
  • Ans. 

    Finding an element in a sorted 2D matrix

    • Start from the top right corner or bottom left corner

    • Compare the target element with the current element

    • Move left or down if the target is smaller, else move right or up

    • Repeat until the target is found or all elements are checked

  • Answered by AI
  • Q4. SQL Query to find Nth highest salary from table
  • Ans. 

    SQL query to find Nth highest salary from table

    • Use ORDER BY and LIMIT clauses

    • Use subquery to get the Nth highest salary

    • Handle cases where there are less than N distinct salaries

  • Answered by AI
  • Q5. Another basic SQL query
  • Q6. Write a function that returns '3' when '4' is passed as an input and vice versa without using if-else condition
  • Ans. 

    Function to swap '3' and '4' without using if-else

    • Use XOR operator to swap the values

    • Convert the input to ASCII code and perform the swap

    • Use a lookup table to map the values

  • Answered by AI
  • Q7. Question on Suffix trees
  • Q8. Question on Tries
  • Q9. Question on Ternary search trees
  • Q10. Question on hash maps
  • Q11. Question on complexity of an algorithm
  • Q12. 3-4 SQL queries
  • Q13. Question on SQL joins
  • Q14. JAVA questions on static block,static function and static variables
  • Q15. JAVA questions on memory initialization and references
  • Q16. Puzzle on measuring exactly half a glass of water
  • Q17. Introduce yourself
  • Ans. 

    I am a software developer with experience in Java and Python.

    • Proficient in Java and Python programming languages

    • Experience in developing web applications using Spring framework

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI
  • Q18. Why PAYTM?
  • Ans. 

    PAYTM is a leading digital payment platform in India with a wide range of services.

    • PAYTM has a user-friendly interface and offers a seamless payment experience.

    • It provides a variety of services like mobile recharges, bill payments, and online shopping.

    • PAYTM has a strong focus on security and fraud prevention measures.

    • It has a large user base and is widely accepted by merchants across India.

    • PAYTM is constantly innovatin...

  • Answered by AI
  • Q19. Will you go for further studies?
  • Ans. 

    Yes, I am open to pursuing further studies in the future.

    • I believe in continuous learning and staying updated with the latest technologies.

    • Further studies can help me specialize in a particular field and enhance my skills.

    • I may consider pursuing a master's degree in computer science or a related field.

    • However, my immediate focus is on gaining practical experience and contributing to the organization.

  • Answered by AI
  • Q20. Why do you think has PAYTM grown so fast?
  • Ans. 

    PAYTM grew fast due to its innovative approach and early adoption of digital payments.

    • Early adoption of digital payments in India

    • Innovative approach with features like mobile recharges, bill payments, and cashback offers

    • Expansion into e-commerce and financial services

    • Strategic partnerships with major companies like Uber and Alibaba

  • Answered by AI
  • Q21. (looking at my CGPA of 9) You can get a better company. Then Why PAYTM only?

Interview Preparation Tips

Round: Test
Experience: there were 20 mcqs and 2 coding questions. It was a pen and paper test. We were given 1 hour to solve it. The mcqs were of average difficulty. The 2 coding questions were:
1. A variation of the standard Josephus Problem
2. Find the 'x' largest elements from 'n' input elements without using sorting.
Tips: They focus on algorithms not on complete solutions. Do not leave any question unattempted. If you do not know the exact approach then use Brute-Force approach.

Round: Technical Interview
Experience: The Interviewer was very nice. He was focussing on the approach used not on codes.
Tips: Be calm and think by basics :)

Round: Technical Interview
Experience: The interviewer asked high level data structures in this round. But again he saw the approach used and not exact solution
Tips: Don't give up. Tell whatever you know

Round: Technical Interview
Experience: JAVA questions were based on very detailed concepts. Study OOP properly.
Tips: Maintain your calm :)

Round: HR Interview
Experience: Overall the experience was nice and smooth.
Tips: If they allow you to ask them any question then ask them something about the company. They should find you interested in the company :)

General Tips: Just be cool. Show them you are enthusiastic to learn and work. While prepration focus on Basics and Algorithms. Prepare DBMS nicely too :)
Skill Tips: Have full knowledge about your projects
Skills: JAVA, Data Structures, Operating systems, Network Programming, DBMS
College Name: NIT Jalandhar
Motivation: PAYTM is a perfect mix for the dynamic startup culture and stability of a big organiztaion. PAYTM has an amazing work culture and excellent opportunities for growth

Skills evaluated in this interview

Signzy Technologies Interview FAQs

How many rounds are there in Signzy Technologies interview for experienced candidates?
Signzy Technologies interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Signzy Technologies interview process for experienced candidates are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Signzy Technologies interview for experienced candidates?
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 Signzy Technologies. The most common topics and skills that interviewers at Signzy Technologies expect are IT Sales, Python, Account Management, Accounts Receivable and B2B Sales.
What are the top questions asked in Signzy Technologies interview for experienced candidates?

Some of the top questions asked at the Signzy Technologies interview for experienced candidates -

  1. write script to display logs of GET response and response time and code from a ...read more
  2. How to see the cpu info on lin...read more
  3. what is VPC ?, NAT, Subnet networking protoc...read more
How long is the Signzy Technologies interview process?

The duration of Signzy Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Signzy Technologies Interview Process for Experienced

based on 7 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 750 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
PhonePe Interview Questions
4.0
 • 299 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
ClearTax Interview Questions
3.4
 • 39 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
KhataBook Interview Questions
3.4
 • 18 Interviews
ZestMoney Interview Questions
4.0
 • 14 Interviews
View all

Signzy Technologies Reviews and Ratings

based on 124 reviews

2.9/5

Rating in categories

3.0

Skill development

2.7

Work-life balance

3.3

Salary

2.7

Job security

2.6

Company culture

2.8

Promotions

2.6

Work satisfaction

Explore 124 Reviews and Ratings
Business Analyst
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Configuration Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Presales Consultant
16 salaries
unlock blur

₹0 L/yr - ₹0 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
Did you find this page helpful?
Yes No
write
Share an Interview