Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Zidio Development Team. If you also belong to the team, you can get access from here

Zidio Development Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zidio Development HR Executive Interview Questions and Answers

Updated 6 Jan 2025

Zidio Development HR Executive Interview Experiences

1 interview found

HR Executive Interview Questions & Answers

user image Anonymous

posted on 6 Jan 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

A productive discussion with the team.

Round 2 - Assignment 

Workload balance and data collection.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Telephonic Call 

(1 Question)

  • Q1. Tell me about yourself and questions related to internship experience
Round 2 - Assessment 

(1 Question)

  • Q1. Assessment comprised of few MCQs to check grammar and HR domain knowledge Email writing and an essay of about 250-300 words.
Round 3 - HR 

(1 Question)

  • Q1. Questions on internship experience and about yourself
Round 4 - HR 

(1 Question)

  • Q1. Again about internship experience Willing to relocate and when can we join

Interview Preparation Tips

Interview preparation tips for other job seekers - Must have good communication skills and should have internship experience.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Quant, Verbal, DI, Reasoning etc

Round 3 - Coding Test 

Domain Based MCQ and 1 SQL Query + 1 Programming question

Round 4 - Technical 

(1 Question)

  • Q1. 1. Introduction 2. Project Explaination 3. DSA Questions: a) Strings b) Trees c) Graphs 4. What is Stream Processing?
Round 5 - HR 

(1 Question)

  • Q1. 1.Ask about yourself 2.From which city you come from? 3. SWOT Analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DBMS, DSA, OOPS and Project Study
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your experience
  • Q2. Reverse given string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string and build a new string in reverse order

    • Alternatively, you can use built-in functions like reverse() or StringBuilder in some programming languages

  • Answered by AI
  • Q3. How to find if string is palindrome
  • Ans. 

    Check if a string reads the same forwards and backwards

    • Iterate through the string from both ends and compare characters

    • Use built-in functions like reverse() or slice() to check for palindrome

    • Ignore spaces and punctuation when checking for palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No need to prepare data structures or algorithm. Just if you have basic knowledge able to clear. Interviewer also not very clear

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions were moderate but we need to manage time to clear this round

Round 2 - One-on-one 

(4 Questions)

  • Q1. Asked to tell about me
  • Q2. Questions on OOPS concept
  • Q3. And basic To moderate SQL questions
  • Q4. Question on DSA
Round 3 - HR 

(3 Questions)

  • Q1. Asked me to tell about me
  • Q2. And asked about my projects
  • Q3. Asked me to tell what my expectations are from Kanerika

Interview Preparation Tips

Topics to prepare for Kanerika Software Associate Software Engineer interview:
  • Java
  • OOPS
  • SQL
  • DSA
  • Aptitude
Interview preparation tips for other job seekers - Prepare well about the projects you did..learn to manage time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

70 questions in 90 minutes with 7 sections

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself
  • Q2. Project description
  • Ans. 

    Developed a web application for tracking project progress and managing tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q3. Second highest salary
  • Ans. 

    To find the second highest salary in a table, you can use a SQL query with the MAX() function and a subquery.

    • Use a SQL query to select the MAX() salary from the table.

    • Use a subquery to select the MAX() salary that is less than the overall MAX() salary.

    • Combine both queries to get the second highest salary.

  • Answered by AI
  • Q4. What is indexing
  • Ans. 

    Indexing is a technique used to optimize the performance of databases by creating a data structure that allows for quick retrieval of data.

    • Indexing involves creating a data structure that maps the values of specific columns in a database table to their physical location on disk.

    • It helps in speeding up data retrieval operations by allowing the database to quickly locate the rows that match a certain condition.

    • Examples o...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Project description
  • Ans. 

    Developed a web application for tracking project progress and managing tasks

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js and Express for back-end

    • Utilized MongoDB for database storage

    • Incorporated authentication and authorization features for user security

  • Answered by AI
  • Q3. Difference between truncate and delete
  • Ans. 

    Truncate is a DDL command that removes all records from a table, while delete is a DML command that removes specific records.

    • Truncate is faster than delete as it does not log individual row deletions.

    • Truncate resets the identity seed of the table, while delete does not.

    • Truncate cannot be rolled back, while delete can be rolled back using a transaction.

    • Truncate does not fire triggers, while delete does.

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Why you join company
  • Q2. Where you see yourself after 5 years
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on cutting-edge technologies.

    • Leading a team of developers on innovative projects

    • Continuing to enhance my technical skills and knowledge

    • Contributing to the growth and success of the company

    • Possibly pursuing further education or certifications in software development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do mysql and dbms after that strong communication skill and also do oops concepts with real world example.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tech questions asked by non tech interviewers
Round 2 - Behavioral 

(1 Question)

  • Q1. Management related questions
Round 3 - HR 

(1 Question)

  • Q1. Ask Salary expectations which you tell to HR during initial conversations
Round 4 - Final Tech round 

(1 Question)

  • Q1. Repetitive Tech questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this company and waste your time. If they select you then also they will not release offer. Make you beg for the offer letter and at the end they reject you for no reason. They lack negotiation skill. If they offer you position and If you join the org, You will end up regretting. they may bribe you and offer lucrative package. But genuinely telling don't join. Many employees like me are planning to leave the company soon. Company has no projects they are faking. They follow Hire and Fire policy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 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 - One-on-one 

(1 Question)

  • Q1. There are two to three rounds generally first and second round are technical rounds which includes theory as well as coding problem.
Round 3 - One-on-one 

(1 Question)

  • Q1. Similar to round 1
Round 4 - One-on-one 

(1 Question)

  • Q1. This is managerial round which deals with personality check and work ethics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are important prepare it well. One must be able to implement the things in code that they talk about.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create The Given Design

Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion of Approach to solve

Interview Preparation Tips

Interview preparation tips for other job seekers - Ensure a successful interview by engaging in a two-way conversation and avoiding a monotonous questionnaire.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is Hoisting?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • Variable and function declarations are hoisted to the top of their scope.

    • Only declarations are hoisted, not initializations.

    • Function declarations take precedence over variable declarations.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q2. What is Closures?
  • Ans. 

    Closures are functions that have access to variables from their containing scope even after the parent function has finished executing.

    • Closures allow functions to maintain access to variables from their outer scope

    • They are created when a function is defined within another function

    • Closures are commonly used in event handlers and callbacks

  • Answered by AI
  • Q3. What is Promises?
  • Ans. 

    Promises are a way to handle asynchronous operations in JavaScript, providing a cleaner alternative to callbacks.

    • Promises represent the eventual completion (or failure) of an asynchronous operation.

    • They allow you to chain multiple asynchronous operations together.

    • Promises have states: pending, fulfilled, or rejected.

    • You can handle the result of a promise using .then() and .catch() methods.

    • Example: const myPromise = new

  • Answered by AI
  • Q4. What is Callback Hell?
  • Ans. 

    Callback Hell is a situation in asynchronous programming where multiple nested callbacks make the code hard to read and maintain.

    • Occurs when multiple asynchronous operations are nested within each other

    • Leads to deeply nested code which is hard to read and maintain

    • Can be avoided by using Promises or async/await syntax

  • Answered by AI
  • Q5. What is Async/Await ?
  • Ans. 

    Async/Await is a feature in JavaScript that allows for asynchronous programming using promises.

    • Async/Await is syntactic sugar built on top of promises in JavaScript.

    • It allows for writing asynchronous code that looks synchronous, making it easier to read and maintain.

    • Async functions return a promise, which allows for chaining multiple asynchronous operations.

    • Await keyword is used inside async functions to wait for a pro...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Code A Todo List in React ?
  • Ans. 

    A simple Todo List app built using React

    • Create a new React project using create-react-app

    • Create a Todo component to display the list of todos

    • Use state to manage the list of todos and input field for adding new todos

    • Implement functionality to add, delete, and mark todos as completed

  • Answered by AI
  • Q2. Difference Between RestApi and Graphql ?
  • Ans. 

    REST API is a standard protocol for web services using HTTP, while GraphQL is a query language for APIs.

    • REST API follows a client-server architecture with stateless communication, while GraphQL allows clients to request only the data they need.

    • REST API typically uses multiple endpoints for different resources, while GraphQL uses a single endpoint for flexible data retrieval.

    • REST API has predefined data structures, whil...

  • Answered by AI

Skills evaluated in this interview

Zidio Development Interview FAQs

How many rounds are there in Zidio Development HR Executive interview?
Zidio Development interview process usually has 2 rounds. The most common rounds in the Zidio Development interview process are Group Discussion and Assignment.

Tell us how to improve this page.

Zidio Development HR Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.2
 • 26 Interviews
Bonami Software Interview Questions
4.1
 • 21 Interviews
Koantek Interview Questions
3.3
 • 17 Interviews
WinZO Interview Questions
4.8
 • 14 Interviews
Ivanti Interview Questions
3.6
 • 14 Interviews
TestVagrant Interview Questions
3.5
 • 13 Interviews
Calibraint Interview Questions
3.5
 • 12 Interviews
SentientGeeks Interview Questions
4.6
 • 12 Interviews
View all
UI/UX Designer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UI UX Design Intern
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Web Development Intern
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intern
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zidio Development with

NexTurn

4.1
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

3.2
Compare

Nxtra Data

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