Upload Button Icon Add office photos

Filter interviews by

Amazin Automation Solutions India Interview Questions and Answers

Updated 11 Jan 2025

Amazin Automation Solutions India Interview Experiences

Popular Designations

6 interviews found

Hardware Implementation Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2025

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

(2 Questions)

  • Q1. What types of power supplies are used for traffic signals and Ethernet switches?
  • Q2. Could you please define the type of Ethernet relay used for traffic signals and electronic devices?
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Scrum related questions

Interview Preparation Tips

Topics to prepare for Amazin Automation Solutions India Project Manager Scrum Master interview:
  • Scrum Master
Interview preparation tips for other job seekers - It was the worst interview experience. The H.R. was extremely rude.

Before the beginning of the interview, I well informed the H.R. of the package that I was interested in. She gave me a confirmation of it, and I was selected for the job role of Project Manager Scrum Master.

They were seeking someone for immediate joining. The H.R. called me later and shared her interest in me with a package that I was not comfortable with. After a brief communication, her response was a clear no, and I moved ahead.

She kept on calling me and sending me messages. I sent her a message declining the offer, and she requested me to call her. I advised her that I would be unable to accept the offer. She was unwilling to take no for an answer and stated that she'd send an offer with the package I was looking for. I submitted my documents as requested, and waited for the offer letter. After a couple of days(5), I reached out to HR, and she informed me that the position had been kept on hold. The entire process happened in two weeks.

I rejected an offer because of this. As per the responses from others, I now strongly believe that this is #Lala company, and I should have not wasted my time with them whatsoever.

P.S. not recommended

Project Manager Scrum Master Interview Questions asked at other Companies

Q1. What is agile? How you trained your team for agile development? What action item came out of sprint retro and how you handled? What techniques you follow in estimation? Who are stake holders of PI planning?
View answer (1)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Diiference Between TestNG and Selenium
  • Ans. 

    TestNG is a testing framework while Selenium is a web automation tool. TestNG provides more features like grouping, parallel execution, and reporting.

    • TestNG is a testing framework used for writing and running test cases, while Selenium is a web automation tool used for automating web applications.

    • TestNG allows for grouping of test cases, parallel execution of tests, and generating detailed test reports, while Selenium ...

  • Answered by AI

Skills evaluated in this interview

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)

Developer Interview Questions & Answers

user image Anonymous

posted on 19 Jul 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java, MS SQL related topics were provided

Round 2 - Aptitude Test 

Discussion with the technical team was done

Round 3 - HR 

(2 Questions)

  • Q1. What was your Previous CTC
  • Q2. What do you expect from our company

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Amazin Automation Solutions India interview questions for popular designations

 Customer Support Executive

 (1)

 Developer

 (1)

 Java Developer

 (1)

 Project Manager Scrum Master

 (1)

 Software Tester

 (1)

Round 1 - Technical 

(1 Question)

  • Q1. Just a basic level. Entrance clear is very easy and learning support is fantastic

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for Java developer. And it's a Automation IT company and Java Developer is mostly working there. I recommend to their people who search the job for Java profile.

Customer Support Executive Interview Questions asked at other Companies

Q1. Understanding customer problems,whT i know about BPO nd how they work,how i will handle a difficult nd angry customer,i can satisfied my client.
View answer (20)

Java Developer Interview Questions & Answers

user image Aman Chand

posted on 23 Jan 2022

I was interviewed before Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. About microservices,springboot

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know java ,java script

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Jobs at Amazin Automation Solutions India

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
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
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

Amazin Automation Solutions India Interview FAQs

How many rounds are there in Amazin Automation Solutions India interview?
Amazin Automation Solutions India interview process usually has 1-2 rounds. The most common rounds in the Amazin Automation Solutions India interview process are Technical, Aptitude Test and HR.
How to prepare for Amazin Automation Solutions India 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 Amazin Automation Solutions India. The most common topics and skills that interviewers at Amazin Automation Solutions India expect are Communication Skills, Hibernate, Java, Javascript and Spring Boot.
What are the top questions asked in Amazin Automation Solutions India interview?

Some of the top questions asked at the Amazin Automation Solutions India interview -

  1. What types of power supplies are used for traffic signals and Ethernet switch...read more
  2. Could you please define the type of Ethernet relay used for traffic signals and...read more
  3. Diiference Between TestNG and Selen...read more

Tell us how to improve this page.

Amazin Automation Solutions India Interview Process

based on 4 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 2 Amazin Automation Solutions India interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Amazin Automation Solutions India Reviews and Ratings

based on 64 reviews

3.6/5

Rating in categories

3.4

Skill development

3.3

Work-Life balance

3.4

Salary & Benefits

3.1

Job Security

2.9

Company culture

3.2

Promotions/Appraisal

3.2

Work Satisfaction

Explore 64 Reviews and Ratings
Java Developer

Gurgaon / Gurugram

4-7 Yrs

Not Disclosed

Sales Coordinator

Gurgaon / Gurugram

2-5 Yrs

₹ 3-4.25 LPA

Explore more jobs
Java Developer
18 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Service Engineer
16 salaries
unlock blur

₹1.4 L/yr - ₹3.6 L/yr

Rfid Engineer
13 salaries
unlock blur

₹2.4 L/yr - ₹3.4 L/yr

Software Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

HR Manager
6 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Amazin Automation Solutions India with

Tech Mahindra

3.6
Compare

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
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