Upload Button Icon Add office photos

Filter interviews by

Zinier Interview Questions and Answers

Updated 13 Mar 2024

Zinier Interview Experiences

Popular Designations

2 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic question on Manual testing and perf testing

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Sde1 Interview Questions & Answers

user image Ayush Vaishnav

posted on 13 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement map Stl in Javascript
  • Ans. 

    Implementing map STL in JavaScript involves creating a key-value pair data structure.

    • Create a Map class with methods like set, get, delete, and has.

    • Use an object to store key-value pairs.

    • Implement a hashing function to handle collisions.

    • Example: const myMap = new Map(); myMap.set('key', 'value'); console.log(myMap.get('key'));

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Jobs at Zinier

View all

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Basic Questions about KPIs, CTC,ECTC,NP,LOCATION
  • Q2. Reason for job change?
  • Ans. 

    Seeking new challenges and opportunities for professional growth.

    • Desire for new challenges and opportunities

    • Looking to expand skill set and experience

    • Seeking career advancement

    • Company restructuring or downsizing

    • Relocation for personal reasons

  • Answered by AI
Round 2 - Assignment 

Sales cycle and Process. Lead Generation Process and Tools. Email and LinkedIn Templates for Reachout

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about Yourself?
  • Ans. 

    Experienced business development executive with a proven track record of driving revenue growth and building strong client relationships.

    • Over 10 years of experience in business development and sales

    • Successfully led a team that increased sales by 30% in the past year

    • Strong communication and negotiation skills

    • Expertise in identifying new business opportunities and developing strategic partnerships

  • Answered by AI
  • Q2. Brief me about your current organization and role?
  • Ans. 

    I am currently working at XYZ Company as a Senior Business Development Executive.

    • Responsible for identifying new business opportunities and partnerships

    • Developing and implementing strategies to drive business growth

    • Managing key client relationships and negotiating contracts

    • Analyzing market trends and competitor activities

    • Leading a team of business development professionals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was Interviewed at LambdaTest for senior SDR and found the experience concerning due to inappropriate and insensitive comments made by the Hiring Manager. During the Interview, I was asked Personal questions about my marriage plans and work-life balance, followed by people being dishonest in relationships, which felt intrusive and irrelevant to the role. Additionally, He made derogatory comments about the religious group I am part of as he was also from the same group, stating we have "backward mindsets" which I found Offensive and Discriminatory. While I received positive feedback on my assignments and skills, these personal remarks made the interview uncomfortable and unprofessional. As an experienced professional, I expected more respect and focus on my skills and qualifications, not on my personal life, Religion or Cultural Background. I would advise LambdaTest to review its Hiring practices and ensure all the candidates are treated with respect and professionalism.
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java based questions, followed by springboot and then sql queries
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based java and spring boot questions and more complex sql queries
Round 3 - Client Interview 

(1 Question)

  • Q1. Previous project related questions like difficulty faced in project, how you overcome that, day to day routine, discussed role in projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and onboarding instructions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core technology in which you are proficient and have best knowledge in your domain, if you don't know about other required technologies be clear and tell them

Software Technologies Interview Questions & Answers

Signzy Technologies 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 Software Technologies interview:
  • System DEsign
  • DSa
  • Algo
  • DBMS
  • Operating System

Inventory Operations Engineer Interview Questions & Answers

Twilio user image Anonymous

posted on 18 Oct 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. About yourself, your past work experience and why you want to get into this role The interviewer was very calm and just wanted to learn about the background.
Round 2 - One-on-one 

(1 Question)

  • Q1. All behavioural questions- 1 how do your prioritise your work? 2 do you have experience in managing cross functional teams? 3 what if one of your Co-worker decline working on a project, How would you tackl...
Round 3 - One-on-one 

(1 Question)

  • Q1. Again all behavioural questions- How do you work with large volume of works? How do you manage work life balance? How do you give harsh feedbacks to your coworkers?
Round 4 - One-on-one 

(1 Question)

  • Q1. All behavioural questions again- same as above just a bit here and there asked in different ways

Interview Preparation Tips

Interview preparation tips for other job seekers - They took 4 rounds of interview and all behavioural questions were asked and more about your past work experience. I believe according to me I had aced all my interview rounds. They didn’t shared any offer saying they found a better candidate.
If that was the case then atleast they should have shared some feedback based on where did I lacked. The HR did mention that on email asking about my timeline to have a call on feedback however I never heard from her.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to devops tools such as azure terraform kubernetes.
  • Q2. Java concurrency and exception handling
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join this organization?
  • Ans. 

    I am impressed by the company's innovative approach to DevOps and its commitment to continuous improvement.

    • I am excited about the opportunity to work with cutting-edge technologies and tools in a collaborative environment.

    • I admire the company's strong reputation for fostering professional growth and development.

    • I believe my skills and experience align well with the organization's goals and values.

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Devops Engineers.

    • I have researched the average salary range for Devops Engineers in this location.

    • I am looking for a competitive salary that reflects my expertise and contributions.

    • I am open to discussing salary based on the overall compensation package offered.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Indian Institute of Information Technology (IIIT), Kota and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

A 90-minute coding test on HackerRank, which includes one medium, one easy, and one hard question.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the index of the first occurrence where a pattern string matches with a text string?
  • Q2. Given a string, how can we find the minimum length substring whose sum is greater than or equal to a specified target?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. What is the SQL query used to remove duplicates from a dataset?
  • Ans. 

    Use the DISTINCT keyword in a SELECT query to remove duplicates from a dataset.

    • Use the SELECT DISTINCT statement to retrieve unique rows from a table

    • Example: SELECT DISTINCT column1, column2 FROM table_name;

    • Another way is to use the GROUP BY clause with aggregate functions like COUNT() or SUM() to remove duplicates

  • Answered by AI
  • Q2. What is the SQL query to find the third highest salary in a table?
  • Ans. 

    Use a subquery to find the third highest salary in a table using SQL.

    • Use the ORDER BY clause to sort the salaries in descending order.

    • Use the LIMIT clause to limit the results to the third row.

    • Use a subquery to select the third highest salary from the sorted list.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are the different roles in Power BI?
  • Ans. 

    Different roles in Power BI include Power BI Developer, Power BI Analyst, Power BI Administrator, and Power BI User.

    • Power BI Developer - responsible for creating and maintaining Power BI reports and dashboards

    • Power BI Analyst - analyzes data using Power BI to provide insights and recommendations

    • Power BI Administrator - manages security, access, and data sources in Power BI

    • Power BI User - consumes reports and dashboards

  • Answered by AI
  • Q2. SQL - basicand advanced questions

Zinier Interview FAQs

How many rounds are there in Zinier interview?
Zinier interview process usually has 1 rounds. The most common rounds in the Zinier interview process are One-on-one Round and Technical.
How to prepare for Zinier 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 Zinier. The most common topics and skills that interviewers at Zinier expect are Telecom, Javascript, Healthcare, Automation Testing and MySQL.
What are the top questions asked in Zinier interview?

Some of the top questions asked at the Zinier interview -

  1. Implement map Stl in Javascr...read more
  2. basic question on Manual testing and perf test...read more

Tell us how to improve this page.

Zinier Interview Process

based on 6 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

Innovaccer Interview Questions
3.5
 • 79 Interviews
NoBrokerHOOD Interview Questions
3.3
 • 55 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 26 Interviews
Twilio Interview Questions
4.0
 • 23 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
FieldAssist Interview Questions
3.7
 • 8 Interviews
View all

Zinier Reviews and Ratings

based on 12 reviews

3.8/5

Rating in categories

3.4

Skill development

4.3

Work-life balance

4.0

Salary

3.0

Job security

4.2

Company culture

3.3

Promotions

3.8

Work satisfaction

Explore 12 Reviews and Ratings
SDET-1 (Security)

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Product Manager

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Pre-sales Solution Center Engineer

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
15 salaries
unlock blur

₹9.3 L/yr - ₹22 L/yr

Technical Lead
14 salaries
unlock blur

₹16 L/yr - ₹36 L/yr

QA Lead
9 salaries
unlock blur

₹13.5 L/yr - ₹24.5 L/yr

Software Development Engineer II
7 salaries
unlock blur

₹7 L/yr - ₹20.4 L/yr

Sde1
7 salaries
unlock blur

₹5 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Zinier with

FieldAssist

3.7
Compare

FieldEZ Technologies

1.6
Compare

Intellect Design Arena

4.0
Compare

NoBrokerHOOD

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