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 Data Operations Engineer Interview Questions and Answers

Updated 28 May 2024

Signzy Technologies Data Operations Engineer Interview Experiences

1 interview found

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 questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic to medium level questions on SQL
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a data analyst with a background in statistics and experience in analyzing large datasets to drive business decisions.

    • Graduated with a degree in Statistics

    • Proficient in data analysis tools such as Python, R, and SQL

    • Experience in creating visualizations to communicate insights

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Skills you have
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. ML questions related to previous projects
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 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Ans. 

    I am a data engineer with experience in BI dashboard development and overcoming challenges in the field.

    • I have worked on various data engineering projects, including building data pipelines and optimizing data storage.

    • One of my notable projects involved developing a real-time data processing system for a retail company, which improved their inventory management and sales forecasting.

    • In my previous role, I faced challen...

  • Answered by AI
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Models, ADF activities, and IR.

    • Data models are the representation of data structures and relationships between them.

    • ADF activities include data movement, data transformation, and control activities.

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities across different network environments.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Hevo Data user image 592 _UTKARSH SINGH

posted on 12 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was basically Arrays and String

Round 2 - Assignment 

It was given based on Docker

Round 3 - HR 

(1 Question)

  • Q1. Asked about myself
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Engineer role

    • Data models are the logical representation of data objects and their relationships

    • ADF activities include data movement, data transformation, and control activities

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)

Signzy Technologies Interview FAQs

How many rounds are there in Signzy Technologies Data Operations Engineer interview?
Signzy Technologies interview process usually has 3 rounds. The most common rounds in the Signzy Technologies interview process are One-on-one Round and Case Study.

Tell us how to improve this page.

Signzy Technologies Data Operations Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 775 Interviews
PolicyBazaar Interview Questions
3.6
 • 343 Interviews
PhonePe Interview Questions
4.0
 • 306 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Vyapar Interview Questions
3.5
 • 50 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
ClearTax Interview Questions
3.4
 • 39 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
View all
Business Analyst
53 salaries
unlock blur

₹5.4 L/yr - ₹17.4 L/yr

QA Engineer
21 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

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