Upload Button Icon Add office photos

Filter interviews by

Anzy Careers Interview Questions and Answers

Updated 26 Sep 2023

Anzy Careers Interview Experiences

Popular Designations

7 interviews found

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 3 interview rounds.

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 - Technical 

(5 Questions)

  • Q1. Timings about the company
  • Q2. And about fame of the company
  • Q3. It must be good in skills and likely to teach the fresher
  • Q4. It must be comfortable in what way and we also help u in processing and good communication
  • Q5. It has to be very genuine and let the fresher know about what is the company policy
Round 3 - Technical 

(2 Questions)

  • Q1. Good skills and easy to understand
  • Q2. Finally about the companies reputation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and appreciate it and more about and fast response must be given

Content Analyst Interview Questions asked at other Companies

Q1. Difference between transmission and auto transmission
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about your self
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain about yourself

Technical Recruiter Interview Questions asked at other Companies

Q1. What different visas are you aware of. Can you name some of them.
View answer (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 Jul 2022

I applied via Naukri.com and was interviewed in Jun 2022. 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 

Normal verbs questions

Round 3 - Group Discussion 

Any topic . speak to any language

Round 4 - Assignment 

Give an assignment for our favourite subject

Interview Preparation Tips

Interview preparation tips for other job seekers - Work is very important for our life, so your telent will show your work

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
Round 1 - Aptitude Test 
Round 2 - Group Discussion 

The topic was Work life Balance

Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself? What is the difference between recruitment and selection? Why you have choosen HR as your specialisation? What's your hobby?
Round 4 - One-on-one 
Round 5 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
  • Q4. Why should we hire you?

Associate Recruiter Interview Questions asked at other Companies

Q1. What is recruitment is all about? What Is US Staffing? Tax terms Time zone US Visas
View answer (1)

Anzy Careers interview questions for popular designations

 Research Associate

 (1)

 Associate Recruiter

 (1)

 Data Analyst

 (1)

 Assistant Manager

 (1)

 Content Analyst

 (1)

 Technical Recruiter

 (1)

 HR Specialist

 (1)

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Be a good listener. GDs are not just about speaking. Your listening skills will give you a lot of points to counter and speak when your turn comes.
View all tips
Round 2 - Aptitude Test 

Mcq

Round 3 - One-on-one 

(1 Question)

  • Q1. Personal attitude and aptitude questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be aware of current affairs. Read top news

Research Associate Interview Questions asked at other Companies

Q1. Tell any name reactions to form new c-c bond without metal catalyst?
View answer (15)

HR Specialist Interview Questions & Answers

user image Anonymous

posted on 28 Dec 2021

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. This round was with the senior HR recruiter to make us understand the job profile
  • Q2. Simple and normal questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this organisation

HR Specialist Interview Questions asked at other Companies

Q1. How can you check whether your candidate has guven intetview properly in clients office by reqjesting office visits from your office
View answer (1)

I applied via LinkedIn and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Question and good knowledge for product companies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Go through company website and gain knowledge for product companies

Assistant Manager Interview Questions asked at other Companies

Q1. You are Handling cash operations then how you manage operations with sales ?
View answer (87)

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. You are given a large array of n bits. Each bit is initially 0. You perform several operations of the type
  • Ans. 

    Solution to performing operations on a large array of bits.

    • Use bitwise operators to perform operations on individual bits

    • Use a loop to iterate through the array and perform the operations

    • Ensure that the array is large enough to accommodate all the bits

    • Consider using a data structure like a bitset for efficient bit manipulation

  • Answered by AI
  • Q2. Questions on Network programming
  • Q3. Questions on array,heap and binary trees
  • Q4. Round was both HR+Technical

Interview Preparation Tips

Round: Test
Experience: Questions can be found here:

-----/
Tips: Try to solve all 3.
Duration: 60 minutes
Total Questions: 3

Round: Technical Interview
Experience: First discuss the solution and then paper-code it.
Tips: Try to code without mistakes.

Round: Technical Interview
Experience: First, I was asked to discuss my project based on networking and then I was given a question on network programming
Tips: Pay attention on discussion

Round: Technical Interview
Experience: Provide the optimised solution and code it without any mistakes.

Round: HR Interview
Experience: Why linkedin?
What changes will you make in 6 months?
Internship project: Discussion and lot of common questions on that.
Basic Questions of C++ and Java

Skills: Data Structure, Core courses understanding, Algorithms
College Name: IIT GUWHATI

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

In first round they asked me 2 coding questions where he asked me to code as close as possible to the actual one.

  • Q1. 

    Ninja and Sorted Array Merging Problem

    Ninja is tasked with merging two given sorted integer arrays ARR1 and ARR2 of sizes 'M' and 'N', respectively, such that the merged result is a single sorted array w...

  • Ans. 

    Merge two sorted arrays into one sorted array in place.

    • Use two pointers to compare elements from both arrays and place them in the correct position in ARR1.

    • Start from the end of ARR1 and compare elements from both arrays, placing the larger element at the end of ARR1.

    • Continue this process until all elements from ARR2 are merged into ARR1.

  • Answered by AI
  • Q2. 

    Word Distance Calculation

    Given a document represented as an array/list ARR of words with length N, find the smallest distance between two given words for multiple queries. The distance is defined as the ...

  • Ans. 

    Find the smallest distance between two words in a document for multiple queries.

    • Iterate through the document array to find the indices of the two words in each query.

    • Calculate the absolute difference between the indices to get the distance.

    • If a word from the query is not present in the document, return the length of the document array.

    • Repeat the process for each query and output the smallest distance for each.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Then in the second round they asked a little about tree and told me to code 2 codes.

  • Q1. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    The problem requires implementing a function to return the level order traversal of a binary tree.

    • Implement a function that takes the root of the binary tree as input and returns the level order traversal of the tree.

    • Use a queue data structure to perform level order traversal.

    • Process each level of the tree one by one, starting from the root node.

    • Print the node values at each level in the order they appear from left to ...

  • Answered by AI
  • Q2. 

    Combination Sum Problem Statement

    Given an array of distinct positive integers ARR and a non-negative integer 'B', find all unique combinations in the array where the sum is equal to 'B'. Numbers can be c...

  • Ans. 

    Find all unique combinations in an array where the sum is equal to a given target sum, with elements in non-decreasing order.

    • Use backtracking to generate all possible combinations.

    • Sort the array to ensure elements are in non-decreasing order.

    • Track the current combination and sum while backtracking.

    • Terminate recursion when the sum equals the target sum.

    • Avoid duplicates by skipping elements that have been used in previou

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR round with typical behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALinkedIn interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a online test round where I was given 3 DSA questions to be solved in 60 minutes.

  • Q1. 

    Count Ways to Reach the N-th Stair Problem Statement

    You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...

  • Ans. 

    The problem involves finding the number of distinct ways to climb to the Nth stair by taking one or two steps at a time.

    • Use dynamic programming to solve the problem efficiently.

    • The number of ways to reach the Nth stair is the sum of the number of ways to reach the (N-1)th stair and the (N-2)th stair.

    • Handle base cases for N=0 and N=1 separately.

    • Consider using modulo 10^9+7 to avoid overflow in calculations.

  • Answered by AI
  • Q2. 

    Optimal Strategy for a Coin Game

    You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line.

    Here are the rules of the game:

    1. Each coin has a value associated wit...
  • Ans. 

    The problem involves finding the optimal strategy to accumulate the maximum amount in a coin game with specific rules.

    • Start by understanding the rules of the game and how players take turns to choose coins.

    • Consider the scenario where both players play optimally to maximize winnings.

    • Iterate through different strategies to determine the best approach for selecting coins.

    • Keep track of the total winnings accumulated by eac...

  • Answered by AI
  • Q3. 

    Generate All Parentheses Combinations

    Given an integer N, your task is to create all possible valid parentheses configurations that are well-formed using N pairs. A sequence of parentheses is considered w...

  • Ans. 

    Generate all possible valid parentheses configurations using N pairs.

    • Use backtracking to generate all possible combinations of parentheses.

    • Keep track of the number of open and close parentheses used.

    • Add '(' if there are remaining open parentheses, and add ')' if there are remaining close parentheses.

    • Base case: when the length of the generated string is 2*N, add it to the result array.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALinkedIn interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Anzy Careers Interview FAQs

How many rounds are there in Anzy Careers interview?
Anzy Careers interview process usually has 3-4 rounds. The most common rounds in the Anzy Careers interview process are One-on-one Round, Aptitude Test and Group Discussion.
How to prepare for Anzy Careers 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 Anzy Careers. The most common topics and skills that interviewers at Anzy Careers expect are Java, Python, Data Structures, AWS and Algorithms.
What are the top questions asked in Anzy Careers interview?

Some of the top questions asked at the Anzy Careers interview -

  1. It must be comfortable in what way and we also help u in processing and good co...read more
  2. It must be good in skills and likely to teach the fres...read more
  3. Technical Question and good knowledge for product compan...read more

Tell us how to improve this page.

Anzy Careers Interview Process

based on 3 interviews

Interview experience

2
  
Poor
View more

Interview Questions from Similar Companies

LinkedIn Interview Questions
4.3
 • 65 Interviews
Indeed Interview Questions
4.0
 • 28 Interviews
Foundit Interview Questions
3.5
 • 26 Interviews
Ven Consulting Interview Questions
3.5
 • 17 Interviews
Glassdoor Interview Questions
3.6
 • 8 Interviews
CareerBuilder Interview Questions
4.0
 • 2 Interviews
View all

Anzy Careers Reviews and Ratings

based on 53 reviews

2.5/5

Rating in categories

2.7

Skill development

2.6

Work-life balance

2.5

Salary

2.1

Job security

2.3

Company culture

2.4

Promotions

2.4

Work satisfaction

Explore 53 Reviews and Ratings
Associate Recruitment Specialist
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Recruitment Specialist
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Specialist
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Technology Recruiter
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Anzy Careers with

Foundit

3.5
Compare

Timesjobs.com

1.6
Compare

Indeed

4.0
Compare

Freshersworld.com

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