Upload Button Icon Add office photos

Amagi Media Labs

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Amagi Media Labs Sdet Interview Questions and Answers

Updated 30 Aug 2021

Amagi Media Labs Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 30 Aug 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. First Round: Automation frameworks used 2. web fundamentals and scenarios based on video streaming 3. Performance testing related questions/
  • Q2. Second round : Automating API for retrieving the possible AWS service IP allocations
  • Ans. 

    To automate API for retrieving AWS service IP allocations, we can use AWS CLI or SDKs.

    • Use AWS CLI to retrieve IP allocations for a specific service

    • Use AWS SDKs to programmatically retrieve IP allocations

    • Create automated tests to ensure IP allocations are correct

    • Use tools like Postman to test API endpoints

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with your work experience and you should be able to relate and answer the questions

Skills evaluated in this interview

Sdet Jobs at Amagi Media Labs

View all

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 problem solving questions

Round 2 - One-on-one 

(1 Question)

  • Q1. 2 problem solving questions & automation testing questions
Round 3 - One-on-one 

(1 Question)

  • Q1. 1hr discussion with Director of QA
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation with HR

I applied via Company Website and was interviewed before May 2018. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions about Oops, data structures based on the projects I had done, and my resume
  • Q2. Questions about classes and abstraction

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 parts; part 1 is a coding test and part 2 is discussion.

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA

I applied via Naukri.com and was interviewed before Jul 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions about the projects you worked with. About how specific coding challenges were solved. How it could have been done other ways. etc.
  • Q2. About Python versions and differences. Impact on frameworks.
  • Q3. About module design, apis.

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a relaxed interview, like a discussion. The questions are tough in that they make you think. Review your previous projects and be honest.

I applied via Naukri.com and was interviewed in Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be transparent and real. Don't bluff :)
Fingent has got a good number of people in the interview panel(my personal experience)
Even if you do not know the answer, the panel will explain it to you.

I applied via Campus Placement and was interviewed before Jun 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core php, redis, solr

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain what projects you have worked on.

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Core concepts of javascript.
  • Q2. Defining the high-level component structure of a page.
  • Ans. 

    High-level component structure of a page refers to the organization of the main elements on a webpage.

    • Identify the main content area of the page

    • Determine the navigation menu and its placement

    • Decide on the placement of secondary content such as ads or related articles

    • Consider the footer and its contents

    • Ensure the page is responsive and adaptable to different screen sizes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the core concepts and be ready to solve problems given at random. Knowing which concept to use would be very much helpful in getting the solutions to the questions.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Stream a live log file to browser

Round 2 - Technical 

(1 Question)

  • Q1. Existing project details
  • Ans. 

    The existing project is a web application for managing inventory and sales.

    • Built using React for the front-end and Node.js for the back-end

    • Uses MongoDB as the database

    • Includes features such as user authentication, product management, and sales tracking

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Scale up existing project
  • Ans. 

    Scaling up an existing project involves optimizing performance, increasing capacity, and improving efficiency.

    • Identify bottlenecks and areas for improvement

    • Implement caching mechanisms to reduce load times

    • Optimize database queries for faster retrieval

    • Upgrade hardware or infrastructure to handle increased traffic

    • Use load balancing to distribute traffic evenly across servers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Design a data structure that can take a number with infinite digits and support operation like addition
  • Ans. Create a linked list of number where each node is a digit of a number
  • Answered by inspiringstarfruit
  • Q2. Explain in-depth of the projects you did
  • Ans. Explain project in details with all complexities
  • Answered by inspiringstarfruit
Round 2 - Technical 

(1 Question)

  • Q1. Design a system that reads content of a file and show it in a webpage as the file gets update the webpage should also get updated in realtime
  • Ans. 

    Design a system to display real-time updates of a file's content on a webpage.

    • Use a server-side programming language like Node.js to read the file content.

    • Implement a WebSocket connection between the server and the webpage for real-time updates.

    • Whenever the file is updated, send the updated content to the webpage using the WebSocket connection.

    • Update the webpage dynamically using JavaScript to display the new content.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Engineering Manager round - Explain the projects you did in detail
Round 4 - Technical 

(1 Question)

  • Q1. Director round - Explain the projects in details
Round 5 - HR 

(3 Questions)

  • Q1. Explain projects in high level
  • Ans. 

    I have worked on various projects involving software development and implementation.

    • Developed a web application for a retail company to manage inventory and sales.

    • Implemented a mobile app for a healthcare organization to track patient data and appointments.

    • Created a data analysis tool for a financial institution to analyze market trends and make investment decisions.

  • Answered by AI
  • Q2. Explain your strong points
  • Q3. Explain your entire background

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Except HR round try to be as technical as you can get. Don't make your projects look easy

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Amagi Media Labs Interview FAQs

How to prepare for Amagi Media Labs Sdet 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 Amagi Media Labs. The most common topics and skills that interviewers at Amagi Media Labs expect are Agile Coaching, JIRA, Load Testing, Performance Testing and Python.
What are the top questions asked in Amagi Media Labs Sdet interview?

Some of the top questions asked at the Amagi Media Labs Sdet interview -

  1. second round : Automating API for retrieving the possible AWS service IP alloca...read more
  2. first Round: Automation frameworks used 2. web fundamentals and scenarios based...read more

Recently Viewed

JOBS

Maruti Suzuki

No Jobs

REVIEWS

Comviva Technology

No Reviews

SALARIES

o9 Solutions

SALARIES

VMware Software

REVIEWS

Amagi Media Labs

No Reviews

SALARIES

Tech Mahindra

INTERVIEWS

Nirmal Poly Plast

No Interviews

JOBS

BlackLine

No Jobs

INTERVIEWS

Simlife Electric

No Interviews

SALARIES

LTIMindtree

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 163 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
Network 18 Interview Questions
3.5
 • 26 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
3Pillar Global Interview Questions
3.4
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 Interviews
View all
Amagi Media Labs Sdet Salary
based on 4 salaries
₹11 L/yr - ₹21 L/yr
22% more than the average Sdet Salary in India
View more details
SDET - AdsPlus

Bangalore / Bengaluru

3-5 Yrs

Not Disclosed

Explore more jobs
Software Engineer
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Support Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amagi Media Labs with

Prime Focus

3.8
Compare

Zee Entertainment Enterprises

3.5
Compare

Sun TV Network

3.6
Compare

Tv18 Broadcast

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