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 Site Reliability Engineer Interview Questions, Process, and Tips for Experienced

Updated 19 Dec 2024

Signzy Technologies Site Reliability Engineer Interview Experiences for Experienced

1 interview found

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

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. System Design and Ds and algo questions

Interview Questionnaire 

2 Questions

  • Q1. Laravel Nova task
  • Q2. Php basic questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 2 rounds, 2 coding questions in each round. Managerial round.
Round 1 - Hackerearth Test 

(1 Question)

  • Q1. There were MCQs related to DSA and coding questions.
Round 2 - Coding Test 

Two questions to be solved in 1 hr.

Round 3 - Technical 

(1 Question)

  • Q1. Basic DSA and 3 coding ques
Round 4 - Technical 

(1 Question)

  • Q1. Resume based and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA should be strong. They're only interested in your knowledge of data structures and problem solving skills.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Leetcode Medium questions on hackerrank

Round 2 - One-on-one 

(3 Questions)

  • Q1. Kadane algorithm based question
  • Q2. Leetcode medium
  • Q3. Resume based questions
Round 3 - One-on-one 

(4 Questions)

  • Q1. Probability question math problem
  • Q2. Puzzle to solve
  • Q3. AI based question
  • Q4. 1 question to solve Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA and communication skill
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is State of charge?
  • Ans. 

    State of charge refers to the amount of energy remaining in a battery compared to its full capacity.

    • State of charge is usually expressed as a percentage.

    • It is important for determining how much power is available in a battery.

    • State of charge can be monitored using battery management systems.

    • Example: A battery with 50% state of charge means it is halfway depleted.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. PMSM motor control
  • Q2. DC DC converter

Interview Preparation Tips

Interview preparation tips for other job seekers - Less increment
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 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 - Aptitude Test 

Aptitude Test with 1 coding question and 8 other aptitude questions

Round 3 - One-on-one 

(1 Question)

  • Q1. DSA questions with some dbms questions.
Round 4 - One-on-one 

(1 Question)

  • Q1. DSA + SQL query writing questions. Do revise SQL before interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked to design a database table

Signzy Technologies Interview FAQs

How many rounds are there in Signzy Technologies Site Reliability Engineer interview for experienced candidates?
Signzy Technologies interview process for experienced candidates usually has 3 rounds. The most common rounds in the Signzy Technologies interview process for experienced candidates are Resume Shortlist, HR and Technical.
How to prepare for Signzy Technologies Site Reliability Engineer 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 Azure DevOps, Bash Scripting, Site Reliability Engineering, AWS and Cloud Computing.
What are the top questions asked in Signzy Technologies Site Reliability Engineer interview for experienced candidates?

Some of the top questions asked at the Signzy Technologies Site Reliability Engineer 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

Tell us how to improve this page.

Signzy Technologies Site Reliability Engineer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
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 Site Reliability Engineer Salary
based on 11 salaries
₹7.2 L/yr - ₹12 L/yr
38% less than the average Site Reliability Engineer Salary in India
View more details

Signzy Technologies Site Reliability Engineer Reviews and Ratings

based on 4 reviews

2.7/5

Rating in categories

3.1

Skill development

2.5

Work-life balance

2.7

Salary

2.9

Job security

2.9

Company culture

2.5

Promotions

2.7

Work satisfaction

Explore 4 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

Software Development Engineer 1
19 salaries
unlock blur

₹8 L/yr - ₹10 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

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