Upload Button Icon Add office photos
Engaged Employer

i

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

Amzur Technologies Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 73 Reviews

Filter interviews by

Amzur Technologies Interview Questions and Answers

Updated 20 May 2024

Amzur Technologies Interview Experiences

Popular Designations

3 interviews found

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

(1 Question)

  • Q1. Android Basic building blocks and concepts Questions
Round 2 - Technical 

(1 Question)

  • Q1. React Native, Javascript, React concept questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Schedule Interview as they will provide Preparation question before Interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
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 - Technical 

(2 Questions)

  • Q1. Explain about oops concepts in-depth
  • Ans. 

    OOPs concepts are the foundation of object-oriented programming. It includes encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation is the process of hiding implementation details and providing access to only necessary information.

    • Inheritance allows a class to inherit properties and methods from another class.

    • Polymorphism allows objects to take on multiple forms and behave differently based on the cont...

  • Answered by AI
  • Q2. Polymorphism with real time examples
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism allows a subclass to inherit methods and attributes from a superclass.

    • It enables code reusability and flexibility.

    • Real-time examples include method overriding and method overloading.

    • For example, a parent class 'Animal' can have a method 'makeSound()', and its child classes l...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is the cause to switch campany
  • Ans. 

    Better growth opportunities, work-life balance, and better compensation are some reasons to switch companies.

    • Lack of growth opportunities in the current company

    • Better work-life balance in the new company

    • Higher compensation and benefits in the new company

    • To work on new and challenging projects

    • To relocate to a different city or country

    • To work with a better team or manager

    • To escape a toxic work environment

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

    I am open to discussing salary based on the responsibilities and requirements of the position.

    • I believe that compensation should be fair and competitive within the industry.

    • I am looking for a salary that reflects my skills, experience, and the value I can bring to the company.

    • I am open to negotiation and would like to discuss the salary range for this position.

    • I am also interested in learning about the benefits package

  • Answered by AI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before May 2023.

Round 1 - Aptitude Test 

The test duration is for 1 hour and basics aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Basic java and SQL questions
Round 3 - HR 

(1 Question)

  • Q1. General questions

Junior Software Engineer Interview Questions asked at other Companies

Q1. If there are 10 ball 2 red, 5 blue ,3 orange and one ball is picked randomly what is probability that the ball picked is red?
View answer (2)

Jobs at Amzur Technologies

View all

Interview questions from similar companies

Interview experience
4
Good
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. What are the concepts of threads in Java?
  • Ans. 

    Threads in Java allow for concurrent execution of code, enabling multitasking and improving performance.

    • Threads are lightweight sub-processes within a process.

    • They allow for concurrent execution of code, enabling multitasking.

    • Threads share the same memory space, allowing for efficient communication and data sharing.

    • Examples include creating threads using the Thread class or implementing the Runnable interface.

  • Answered by AI
  • Q2. Volatile keyword uses, refied keyword and its use in generics
  • Ans. 

    Volatile keyword ensures visibility of changes to variables across threads. Reified keyword is used to access type information at runtime in generics.

    • Volatile keyword is used to indicate that a variable's value will be modified by different threads.

    • It ensures that changes made by one thread to a volatile variable are visible to other threads.

    • Reified keyword is used in generics to access type information at runtime, whi...

  • Answered by AI
  • Q3. Multi module architecture in android pros and cons
  • Ans. 

    Multi module architecture in Android involves breaking down an app into multiple modules for better organization and scalability.

    • Pros: better organization, easier maintenance, faster build times, code reusability

    • Cons: increased complexity, potential for dependency issues, learning curve for developers

    • Example: Breaking down an app into separate modules for UI, networking, and data storage can make it easier to work on d

  • Answered by AI
  • Q4. Generics in java
  • Ans. 

    Generics in Java allow for creating classes, interfaces, and methods that operate on types parameterized at compile time.

    • Generics provide type safety by allowing the compiler to detect and prevent type errors at compile time.

    • They enable code reusability by writing generic algorithms that work on different types.

    • Example: List<String> names = new ArrayList<>();

    • Example: public class Box<T> { private T va

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Litmus7 Systems Consulting Senior Android Developer interview:
  • Java
  • Kotlin
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What are Agile Values? Scrum Values? Scrum Ceremonies? Story Points?
  • Ans. 

    Agile values include individuals and interactions over processes and tools, while Scrum values include commitment, courage, focus, openness, and respect.

    • Agile values prioritize individuals and interactions over processes and tools

    • Scrum values include commitment, courage, focus, openness, and respect

    • Scrum ceremonies include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective

    • Story points are a unit of...

  • Answered by AI
  • Q2. As project manager what docs do you prepare? How do you contribute as a PM?
  • Ans. 

    As a project manager, I prepare various documents such as project plans, schedules, budgets, risk assessments, and progress reports. I contribute by leading the team, managing resources, and ensuring project success.

    • Prepare project plans outlining scope, objectives, deliverables, and timelines

    • Create schedules to allocate tasks and track progress

    • Develop budgets to manage project costs effectively

    • Conduct risk assessments...

  • Answered by AI
  • Q3. Capacity? Velocity? etc Agile/Scrum-based questions (bookish) this round was taken by Rajni
Round 2 - One-on-one 

(6 Questions)

  • Q1. Megha took my final round and asked me questions about Agile/Scrum, Stroy Points (estimation).
  • Q2. Ques on explaining Sprint Planning, Retro, Review, using Doc/Excel (screen sharing)
  • Q3. Ques on Conflict and Resource Management, some scenario-based question.
  • Q4. How will you make a low-performing resource a high-performing one?
  • Ans. 

    Provide clear expectations, offer support and training, provide feedback and recognition, set goals and milestones.

    • Clearly communicate expectations and goals to the resource.

    • Offer support and training to help the resource improve their skills and knowledge.

    • Provide regular feedback and recognition for progress made.

    • Set specific goals and milestones to track improvement.

    • Create a development plan with the resource to addr...

  • Answered by AI
  • Q5. Megha did not hire me because she felt I had adequate knowledge and practical experience. (insecurities) Anyway, good luck with your interview.
  • Q6. What is Scrum of Scrums? What is PI planning?
  • Ans. 

    Scrum of Scrums is a scaled agile framework where multiple Scrum teams coordinate their work. PI planning is a key event in SAFe where teams plan their work for the upcoming Program Increment.

    • Scrum of Scrums involves representatives from each Scrum team meeting regularly to discuss dependencies and progress.

    • PI planning is a two-day event where teams align on their objectives, dependencies, and priorities for the upcomi...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Magic Edtech Project Manager interview:
  • Agile Methodology
  • Waterfall
  • Scrum
  • Project Management
Interview preparation tips for other job seekers - Be well prepared with your bookish as well as practical answers.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

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

Round 1 - HR 

(2 Questions)

  • Q1. How could you use AI in a company?
  • Q2. Tell me about your past experience.
Round 2 - Aptitude Test 

Few maths , few English , few problem solving

Round 3 - Technical 

(2 Questions)

  • Q1. Few details about data Science regressions and all
  • Q2. Write pseudo code in python

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask them if they are serious about this job or if they are doing the time pass as they don't have anything else to do, even if they tell you they are selecting you don't believe them, don't leave other offers because of them.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Hackerrank react test on
1. MCQ- HTML,CSS, Javscript, Web fundamentals
2. Coding - React Context API code

Round 2 - Technical 

(3 Questions)

  • Q1. React and Javascript basics
  • Q2. React Design Pattern and Security handling
  • Q3. HTML and CSS Fundamentals
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

Pretty standard GD on topics around working remotely and country's macroeconomic

Round 2 - Technical 

(2 Questions)

  • Q1. Derivative Knowledge Check
  • Q2. Alternate Investment Knowledge Check
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario Based and financial instrument level
  • Q2. Deep dive into derivative and alternative investment
  • Ans. 

    Derivative and alternative investments involve complex financial instruments and strategies beyond traditional stocks and bonds.

    • Derivatives are financial contracts whose value is derived from an underlying asset, index, or rate. Examples include options, futures, and swaps.

    • Alternative investments are non-traditional assets such as private equity, hedge funds, real estate, and commodities.

    • Both derivative and alternative...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. General HR Question
  • Q2. Strength and Weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Well with financial knowledge of both derivative and alternative investments. Expect scenario based questions and tailor your resume according to the JD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via campus placement at Vellore Institute of Technology (VIT) and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain oops concepts
  • Ans. 

    OOP is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve problems.

    • Encapsulation: Objects can hide their internal state and require interactions through defined interfaces.

    • Inheritance: Objects can inherit attributes and methods from other objects.

    • Polymorphism: Objec...

  • Answered by AI
  • Q2. Write a code on simple one.
  • Ans. 

    Code a simple one

    • Use a basic programming language like Python or JavaScript

    • Create an array of strings

    • Print the array elements

  • Answered by AI
  • Q3. Explain about your projects
  • Ans. 

    I have worked on various projects including a web application for tracking inventory and a mobile app for managing tasks.

    • Developed a web application using React.js for tracking inventory levels and generating reports

    • Created a mobile app using Flutter for managing tasks and setting reminders

    • Implemented RESTful APIs for communication between frontend and backend systems

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Why msg global solutions
  • Ans. 

    I want to work at msg global solutions because of their reputation for innovative solutions and collaborative work environment.

    • I am impressed by msg global solutions' track record of delivering cutting-edge software solutions to clients.

    • I am excited about the opportunity to work with a team of talented developers and collaborate on challenging projects.

    • I value the emphasis msg global solutions places on professional de...

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

I applied via campus placement at Army Institute of Technology, Pune and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.

Amzur Technologies Interview FAQs

How many rounds are there in Amzur Technologies interview?
Amzur Technologies interview process usually has 3 rounds. The most common rounds in the Amzur Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for Amzur Technologies 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 Amzur Technologies. The most common topics and skills that interviewers at Amzur Technologies expect are Javascript, Angular, HTML, SQL and .Net.
What are the top questions asked in Amzur Technologies interview?

Some of the top questions asked at the Amzur Technologies interview -

  1. What is the cause to switch camp...read more
  2. Explain about oops concepts in-de...read more
  3. Polymorphism with real time examp...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
View all

Amzur Technologies Reviews and Ratings

based on 73 reviews

4.1/5

Rating in categories

3.9

Skill development

4.1

Work-Life balance

3.8

Salary & Benefits

3.8

Job Security

4.1

Company culture

3.6

Promotions/Appraisal

3.9

Work Satisfaction

Explore 73 Reviews and Ratings
RFP & Vendor Relationship Manager- For US Staffing & Solutions

Hyderabad / Secunderabad,

Visakhapatnam

5-9 Yrs

Not Disclosed

Explore more jobs
Software Engineer
70 salaries
unlock blur

₹3 L/yr - ₹14.1 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹6.5 L/yr - ₹23.7 L/yr

Softwaretest Engineer
18 salaries
unlock blur

₹3.5 L/yr - ₹9.5 L/yr

Product Support Specialist
18 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Software Developer
17 salaries
unlock blur

₹3.2 L/yr - ₹12.4 L/yr

Explore more salaries
Compare Amzur Technologies with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview