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 and Answers

Updated 30 Jul 2025
Popular Designations

15 Interview questions

A Senior Business Analyst was asked 3mo ago
Q. Tell me about your previous projects.
Ans. 

In my previous project, I led a team to streamline processes, resulting in a 20% increase in efficiency and improved stakeholder satisfaction.

  • Conducted stakeholder interviews to gather requirements, ensuring alignment with business goals.

  • Utilized data analysis tools to identify bottlenecks in existing processes, leading to targeted improvements.

  • Implemented a new project management system that enhanced team collabo...

View all Senior Business Analyst interview questions
An Automation Engineer was asked 4mo ago
Q. How do you use Selenium XPath to navigate the Amazon website?
Ans. 

XPath is a powerful way to navigate and locate elements in the Amazon website using Selenium.

  • Use '//*[@id="search"]' to locate the search bar by its ID.

  • To find the first product in search results, use '(//div[@data-component-type="s-search-result"])[1]'.

  • For locating the cart icon, use '//*[@id="nav-cart"]'.

  • To select a specific category, use '//span[text()="Books"]'.

View all Automation Engineer interview questions
A Software Technologies was asked 7mo ago
Q. What are Idempotent HTTP Requests?
Ans. 

Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

  • Idempotent requests have the same outcome no matter how many times they are executed.

  • GET, PUT, and DELETE HTTP methods are typically idempotent.

  • POST requests are not idempotent as they can create new resources with each execution.

A Software Developer was asked
Q. Tell me about your background, based on the information in your resume.
Ans. 

I have a strong background in software development with experience in various programming languages and project management.

  • Bachelor's degree in Computer Science from XYZ University.

  • 3 years of experience working as a software developer at ABC Corp, focusing on web applications.

  • Proficient in languages such as Java, Python, and JavaScript, with a recent project involving a full-stack application using React and Node....

View all Software Developer interview questions
A Project Manager was asked
Q. If you reach out to a vendor for API integration, what information would you look for?
Ans. 

Key information for API integration with a vendor

  • Vendor's API documentation

  • Authentication methods required

  • Rate limits and usage restrictions

  • Data formats supported (JSON, XML, etc.)

  • Error handling and response codes

  • Testing environment availability

View all Project Manager interview questions
A Project Manager was asked
Q. If the company is not doing well and top leadership has left, and you are asked to take on the role of Director, what would your reaction be? What suggestions would you give to the board?
Ans. 

In a challenging situation, I would assess the company’s issues and propose strategic solutions to the board.

  • Conduct a thorough analysis of the company's current situation, identifying key issues and areas for improvement.

  • Engage with employees at all levels to gather insights and foster a culture of transparency and collaboration.

  • Develop a clear, actionable turnaround plan with short-term and long-term goals, focu...

View all Project Manager interview questions

Signzy Technologies HR Interview Questions

6 questions and answers

Q. How would you handle a high-pressure situation?
Q. What is your highest deal to date?
Q. Who are your clients?
A Site Reliability Engineer was asked
Q. Write a script to display logs of GET responses, response times, and response codes 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 '

View all Site Reliability Engineer interview questions
Are these interview questions helpful?
A Project Manager was asked
Q. 1. How many different types of API do you know about? 2. What's the difference between SOAP API and REST API?
Ans. 

There are two main types of APIs - SOAP API and REST API.

  • SOAP API is a protocol-based API that uses XML for communication, while REST API is an architectural style that uses standard HTTP methods like GET, POST, PUT, DELETE.

  • SOAP API has a strict set of rules and standards, while REST API is more flexible and lightweight.

  • SOAP API requires more bandwidth and resources compared to REST API.

  • Examples of SOAP APIs inclu...

View all Project Manager interview questions
A Project Manager was asked
Q. 4. What are the items in project contract? What factors would you include if you need to create a contract, so that client doesn't hold you for any legal issues?
Ans. 

Items in a project contract and factors to prevent legal issues with clients.

  • Scope of work

  • Project timeline

  • Payment terms

  • Deliverables

  • Change management process

  • Termination clauses

  • Confidentiality agreements

  • Dispute resolution mechanisms

View all Project Manager interview questions
A Site Reliability Engineer was asked
Q. 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 deploym...

View all Site Reliability Engineer interview questions

Signzy Technologies Interview Experiences

30 interviews found

Interview Questions & Answers

user image Anonymous

posted on 3 Jan 2025

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. ACID Properties
  • Ans. 

    ACID properties are a set of properties that guarantee reliable and consistent transactions in a database system.

    • Atomicity ensures that either all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a valid state before and after the transaction.

    • Isolation ensures that the concurrent execution of transactions results in a system state that would be obtai...

  • Answered by AI
  • Q2. What are Idempotent HTTP Requests?
  • Ans. 

    Idempotent HTTP requests are requests that can be repeated multiple times without changing the result beyond the initial request.

    • Idempotent requests have the same outcome no matter how many times they are executed.

    • GET, PUT, and DELETE HTTP methods are typically idempotent.

    • POST requests are not idempotent as they can create new resources with each execution.

  • Answered by AI
  • Q3. Questions regarding your project, and how did you learn from the projects and tasks assigned to you?
  • Q4. System Design

Interview Preparation Tips

Topics to prepare for Signzy Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About Networking and linux concepts
Round 2 - Technical 

(1 Question)

  • Q1. Advanced Devops concepts such as Terraform,Docker, Kubernetes debugging

Interview Preparation Tips

Interview preparation tips for other job seekers - Familiarize yourself with DevOps tools and keep trying; you will succeed.

Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Coding questions from leetccode

Round 2 - Technical 

(2 Questions)

  • Q1. Previous experience Full stack questions
  • Q2. DSA questions from leetccode and much ( 1 hard + 1 medium)
Round 3 - Technical 

(2 Questions)

  • Q1. DSA questions from leetcode
  • Q2. Babel, GCP, ANGULAR JS and much more
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial questions
  • Q2. System design questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through proper knowledge of idea
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. DSA Questions Related to Graph
  • Q2. System Design Microservices and All
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
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Domain based questions
  • Q2. Previous project based questions
  • Ans. 

    In my previous project, I led a team to streamline processes, resulting in a 20% increase in efficiency and improved stakeholder satisfaction.

    • Conducted stakeholder interviews to gather requirements, ensuring alignment with business goals.

    • Utilized data analysis tools to identify bottlenecks in existing processes, leading to targeted improvements.

    • Implemented a new project management system that enhanced team collaboratio...

  • Answered by AI
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

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

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

  • Q1. How would you approach and resolve conflicts or disagreements between team members to ensure a collaborative and productive work environment ?
  • Ans. 

    I would foster open communication, mediate discussions, and focus on common goals to resolve conflicts effectively.

    • Encourage open dialogue: Create a safe space for team members to express their concerns and viewpoints.

    • Active listening: Demonstrate empathy by listening to each party's perspective without interruption.

    • Identify common goals: Shift the focus from individual disagreements to shared objectives that unite the...

  • Answered by AI
  • Q2. Why do you want to join Signzy ?
  • Ans. 

    I want to join Signzy to leverage my sales expertise in a dynamic fintech environment and contribute to innovative solutions.

    • Signzy is at the forefront of fintech innovation, and I am excited to be part of a team that is transforming the industry.

    • I admire Signzy's commitment to using technology to enhance customer experiences, which aligns with my passion for customer-centric sales.

    • The opportunity to work with a divers...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly research the company and its products prior to your interview.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Questions related to linux advanced networking and security relates to Docker, Kubernetes
  • Q2. Questions relates to Jenkins, Cloud

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall interview experience was positive.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. How would you handle a pressure situation.
  • Q2. How good are you with timelines
  • Ans. 

    I prioritize timelines by setting clear goals, using project management tools, and regularly reviewing progress to ensure deadlines are met.

    • I use tools like Trello and Asana to track project timelines and tasks.

    • In my previous role, I successfully managed a recruitment drive that met a tight deadline by creating a detailed timeline and delegating tasks.

    • I conduct weekly check-ins with my team to assess progress and adjus...

  • Answered by AI

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Signzy Technologies?
Ask anonymously on communities.

Signzy Technologies Interview FAQs

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

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

  1. 1. How many different types of API do you know about? 2. What's the difference...read more
  2. 4. A strategy based question was asked to check the thought process. If the com...read more
  3. 4. What are the items in project contract? What factors would you include if yo...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.

Overall Interview Experience Rating

3.8/5

based on 26 interview experiences

Difficulty level

Easy 26%
Moderate 63%
Hard 11%

Duration

Less than 2 weeks 56%
2-4 weeks 22%
4-6 weeks 6%
6-8 weeks 6%
More than 8 weeks 11%
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 60 Interviews
KEKA TECHNOLOGIES Interview Questions
3.3
 • 44 Interviews
Fleetx.io Interview Questions
3.5
 • 30 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
LambdaTest Interview Questions
4.6
 • 26 Interviews
Tata nexarc Interview Questions
3.1
 • 26 Interviews
Twilio Interview Questions
3.8
 • 24 Interviews
Springworks Interview Questions
4.5
 • 23 Interviews
View all

Signzy Technologies Reviews and Ratings

based on 141 reviews

2.9/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

3.4

Salary

2.7

Job security

2.7

Company culture

2.9

Promotions

2.6

Work satisfaction

Explore 141 Reviews and Ratings
Data Analyst

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Technical Business Analyst

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Explore more jobs
Business Analyst
38 salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Software Development Engineer 1
30 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

QA Engineer
24 salaries
unlock blur

₹6 L/yr - ₹13 L/yr

Product Manager
23 salaries
unlock blur

₹20.9 L/yr - ₹30.8 L/yr

Configuration Engineer
18 salaries
unlock blur

₹4 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Signzy Technologies with

Vyapar

3.5
Compare

Tata nexarc

3.1
Compare

Fleetx.io

3.5
Compare

Classplus

3.4
Compare
write
Share an Interview