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 6 Apr 2025

Top Signzy Technologies Interview Questions and Answers for Experienced

View all 6 questions

Signzy Technologies Interview Experiences for Experienced

Popular Designations

9 interviews found

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

I appeared for an interview in Oct 2024, where I was asked the following questions.

  • Q1. Basic Testing questions
  • Q2. Selenium xpath from amazon website

Automation Engineer Interview Questions asked at other Companies

Q1. 16) What is modbus ? Types of modbus? How many slaves we can connect to one master
View answer (1)
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 (43)
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)

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
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
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 (27)

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

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

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 8 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
Twilio Interview Questions
3.9
 • 23 Interviews
LambdaTest Interview Questions
4.5
 • 19 Interviews
ThoughtSpot Interview Questions
3.8
 • 18 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
View all

Signzy Technologies Reviews and Ratings

based on 125 reviews

2.8/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

3.2

Salary

2.6

Job security

2.6

Company culture

2.8

Promotions

2.5

Work satisfaction

Explore 125 Reviews and Ratings
Business Analyst
50 salaries
unlock blur

₹5.4 L/yr - ₹15 L/yr

QA Engineer
22 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

Software Developer
20 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Configuration Engineer
18 salaries
unlock blur

₹4 L/yr - ₹5.3 L/yr

Software Development Engineer 1
17 salaries
unlock blur

₹6.2 L/yr - ₹10 L/yr

Explore more salaries
Compare Signzy Technologies with

Vyapar

3.5
Compare

Classplus

3.4
Compare

Fleetx.io

3.7
Compare

KEKA TECHNOLOGIES

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