Upload Button Icon Add office photos

Filter interviews by

Amagi Media Labs Full Stack Developer Interview Questions and Answers

Updated 8 Jun 2024

Amagi Media Labs Full Stack Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are Callbacks ?
  • Ans. 

    Callbacks are functions passed as arguments to other functions, to be executed later.

    • Callbacks are commonly used in asynchronous programming to handle events or responses.

    • They allow for functions to be executed after another function has finished.

    • Callbacks can be used to achieve better modularity and reusability in code.

    • Example: setTimeout function in JavaScript takes a callback function as an argument to be executed a

  • Answered by AI
  • Q2. Some backend questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fibonacci, swap without 3rd var
  • Q2. Non repetitive char in string
  • Ans. 

    Find the first non-repetitive character in a string.

    • Iterate through the string and count the occurrences of each character.

    • Return the first character with a count of 1.

  • Answered by AI
Round 2 - Case Study 

Scenario based questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at Amrita School of Engineering, Bangalore

Round 1 - Coding Test 

Basic DSA linked list, stack etc

Round 2 - Coding Test 

System design food delivery application

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills

    • Team player with excellent communication skills

  • Answered by AI
  • Q2. Why Appviewx and what do u know about it

Interview Preparation Tips

Topics to prepare for AppViewX Software Developer interview:
  • DSA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Data Structure Design. Javascript

Round 2 - Technical 

(1 Question)

  • Q1. Project Related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Implement tail f

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn development along with DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is let, const and var?
  • Ans. 

    let, const, and var are keywords used for variable declaration in JavaScript.

    • let is block-scoped and can be reassigned.

    • const is block-scoped but cannot be reassigned.

    • var is function-scoped and can be reassigned.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in May 2023. There were 5 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 - Coding Test 

Basic 2 ,3 Java programs. Moderate level.

Round 3 - Technical 

(3 Questions)

  • Q1. Core Java theory questions. Questions focused on multithreading. Basic spring boot questions.
  • Q2. How to handle authentication in Spring Boot
  • Ans. 

    Authentication in Spring Boot is handled using Spring Security which provides various authentication mechanisms.

    • Use Spring Security to configure authentication in Spring Boot

    • Define a custom UserDetailsService to load user-specific data for authentication

    • Use annotations like @EnableWebSecurity and @EnableGlobalMethodSecurity to secure endpoints

    • Configure authentication providers like in-memory, JDBC, LDAP, etc. in the ap

  • Answered by AI
  • Q3. Transient keyword
Round 4 - Technical 

(2 Questions)

  • Q1. Core Java programs. Core Java theory questions
  • Q2. How many ways in Java we can handle deadlock or ways to handle synchronisation in Java.
  • Ans. 

    In Java, deadlock can be handled by using techniques like avoiding nested locks, using timeout, and using the java.util.concurrent package.

    • Avoid nested locks to prevent potential deadlocks.

    • Use timeout when acquiring locks to prevent indefinite waiting.

    • Utilize java.util.concurrent package classes like ReentrantLock and Semaphore for more advanced synchronization control.

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Basic salary related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Process is lengthy.
Waste of time they take 3 4 rounds and even won't share the interview feedback.

I was positive about the my interview but got rejected they just do timepass.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. String palindrome
  • Q2. Find all anagrams in a string
  • Ans. 

    Find all anagrams in a string

    • Create a hashmap to store the frequency of characters in the input string

    • Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length

    • Store the substrings that are anagrams in an array and return it

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. What is oobjct oriented programmin?
  • Ans. 

    Object-oriented programming 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 complex problems.

    • Encapsulation is a key feature where data is kept private within the object and can only be accessed through public methods.

    • Inheritance allows objects to inherit attri...

  • Answered by AI
  • Q2. What is difference between delegate and protoxole
  • Ans. 

    Delegates are used in C# for implementing events and callbacks, while protocols are used in Objective-C for defining methods that a class must implement.

    • Delegates are a type-safe function pointer in C#.

    • Protocols are similar to interfaces in other languages, defining a set of methods that a class must implement.

    • Delegates are used for implementing events and callbacks in C#.

    • Protocols are used in Objective-C for defining

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Norhing
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Guru Gobind Singh Indraprastha University (GGSIU) and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning and general aptitude

Round 2 - Coding Test 

Data structures and algorythm questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Previous company culture and challenges
  • Q2. Expectations from this company.

Interview Preparation Tips

Interview preparation tips for other job seekers - overall easy process

Amagi Media Labs Interview FAQs

How many rounds are there in Amagi Media Labs Full Stack Developer interview?
Amagi Media Labs interview process usually has 1 rounds. The most common rounds in the Amagi Media Labs interview process are Technical.
What are the top questions asked in Amagi Media Labs Full Stack Developer interview?

Some of the top questions asked at the Amagi Media Labs Full Stack Developer interview -

  1. What are Callback...read more
  2. Some backend questi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 157 Interviews
BrowserStack Interview Questions
3.7
 • 45 Interviews
Network 18 Interview Questions
3.4
 • 25 Interviews
Fingent Interview Questions
4.4
 • 22 Interviews
Backbase Interview Questions
4.2
 • 21 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
Khoros Interview Questions
3.7
 • 19 Interviews
3Pillar Global Interview Questions
3.4
 • 18 Interviews
View all
Software Engineer
53 salaries
unlock blur

₹8 L/yr - ₹24.5 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹15.1 L/yr - ₹50 L/yr

QA Engineer
31 salaries
unlock blur

₹4.3 L/yr - ₹15 L/yr

Product Support Engineer
23 salaries
unlock blur

₹3.8 L/yr - ₹10 L/yr

Devops Engineer
20 salaries
unlock blur

₹4.8 L/yr - ₹14 L/yr

Explore more salaries
Compare Amagi Media Labs with

Prime Focus

3.7
Compare

Zee Entertainment Enterprises

3.5
Compare

Sun TV Network

3.6
Compare

Tv18 Broadcast

4.3
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