Upload Button Icon Add office photos

Filter interviews by

Auzmor Interview Questions and Answers

Updated 2 Jun 2024

Auzmor Interview Experiences

Popular Designations

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. About react, and web works

Frontend Developer Intern Interview Questions asked at other Companies

Q1. Last Stone Weight Problem Explanation Given a collection of stones, each having a positive integer weight, perform the following operation: On each turn, select the two heaviest stones and smash them together. Assume the stones have weights... read more
View answer (1)

I appeared for an interview before Sep 2020.

Round 1 - Telephonic Call 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Easy

Timing: Late Evening [6:30pm]
Google Meet
The interviewer was my to be Manager.

  • Q1. 

    Find the Greater Number with At Most One Non-Zero Digit

    Explanation:

    Given a positive integer N, determine the smallest number K that is greater than N and has at most one non-zero digit. The goal is to ...

  • Ans. 

    Find the smallest number greater than N with at most one non-zero digit.

    • Iterate from N+1 until finding a number with at most one non-zero digit

    • Check if a number has at most one non-zero digit by counting zeros and non-zeros

    • Return the first number found that satisfies the conditions

  • Answered by AI
  • Q2. 

    Reverse a Linked List Problem Statement

    Given a singly linked list of integers. Your task is to return the head of the reversed linked list.

    Example:

    Input:
    The given linked list is 1 -> 2 -> 3 -...
  • Ans. 

    Reverse a singly linked list of integers and return the head of the reversed linked list.

    • Traverse the linked list and reverse the pointers to point to the previous node instead of the next node

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the linked list

    • Update the head of the reversed linked list as the last node of the original linked list

  • Answered by AI
Round 2 - Assignment 

Round duration - 80 minutes
Round difficulty - Medium

Round 3 - HR 

Round duration - 40 minutes
Round difficulty - Easy

Nothing Much ! Just Salary negotiations and Discussion about joining date.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from SRM University. I applied for the job as SDE - 1 in HyderabadEligibility criteriaNopeAuzmor interview preparation:Topics to prepare for the interview - Recursion, Dynamic Programming, String Based Questions,Basic Fundamentals of Pointer , Dynamic and static Allocations. And just refreshed some of my earlier projectsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Be focused, Don't give up when you are not able to solve questions. 
Tip 2 : Be Consistent. Solve Questions Everyday. And I mean Everyday. [ No Excuses ]
Tip 3 :Start with Basics First , Don't try to Wow the interview with your cool ML Implementation. If you don't know the math behind it. 
Tip 4: Have at least one project that's End to End . And Go Deep in that project.

Application resume tips for other job seekers

Tip 1 : Don't Mention ton of languages in which you have written hello world in. Trust me It wont help. Mention only those which you know well enough.
Tip 2 : This one is my personal opinion not everyone agrees with it! but here it goes. Give more emphasis to you projects and work-experience than academics.
Tip 3 : Have a well maintained and updated GitHub / LinkedIn profile

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Standard Aptitude questions

Round 2 - Coding Test 

Based on strings and array

Round 3 - One-on-one 

(1 Question)

  • Q1. Background questions and technical questions related to problem solved

Interview Preparation Tips

Interview preparation tips for other job seekers - Mindtree is one of the best companies, i really miss working there.
It's more on your self development and your carrier.

Auzmor Interview FAQs

How many rounds are there in Auzmor interview?
Auzmor interview process usually has 1 rounds. The most common rounds in the Auzmor interview process are One-on-one Round.
How to prepare for Auzmor 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 Auzmor. The most common topics and skills that interviewers at Auzmor expect are HTML, Javascript, RDBMS, CSS and Design Patterns.

Tell us how to improve this page.

Auzmor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Zoho Interview Questions
4.3
 • 509 Interviews
Freshworks Interview Questions
3.5
 • 159 Interviews
View all

Fast track your campus placements

View all

Auzmor Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.6

Skill development

3.2

Work-life balance

4.3

Salary

2.8

Job security

3.4

Company culture

4.1

Promotions

3.3

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
9 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Customer Success Manager
5 salaries
unlock blur

₹5.8 L/yr - ₹10 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹4.1 L/yr - ₹4.5 L/yr

Associate Product Manager
4 salaries
unlock blur

₹11 L/yr - ₹15 L/yr

Product Manager
4 salaries
unlock blur

₹16 L/yr - ₹19 L/yr

Explore more salaries
Compare Auzmor with

Zoho

4.3
Compare

Freshworks

3.5
Compare

TCS

3.7
Compare

Infosys

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