Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Stark Digital Media Services Team. If you also belong to the team, you can get access from here

Stark Digital Media Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Stark Digital Media Services Interview Questions and Answers

Updated 26 Sep 2024

Stark Digital Media Services Interview Experiences

Popular Designations

3 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Nodejs Coding question reverse string Promise observable
Round 2 - Technical 

(1 Question)

  • Q1. Events in node js
  • Ans. 

    Events in Node.js allow for asynchronous programming by enabling certain objects to emit events that trigger functions to be called.

    • Events module in Node.js allows for event handling through EventEmitter class

    • Listeners can be attached to events using 'on' method

    • Events can be emitted using 'emit' method

    • Example: const EventEmitter = require('events');

    • Example: const myEmitter = new EventEmitter();

    • Example: myEmitter.on('ev...

  • Answered by AI

Skills evaluated in this interview

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your projects.
  • Ans. 

    I have worked on various projects including e-commerce websites, data visualization tools, and responsive web applications.

    • Developed an e-commerce website using React and Redux for state management.

    • Created a data visualization tool using D3.js to display complex data in an interactive way.

    • Built a responsive web application using HTML, CSS, and JavaScript to ensure compatibility across different devices.

  • Answered by AI

Front end Engineer Interview Questions asked at other Companies

Q1. Pair Sum Problem Statement You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'. Note: Each pair should be ordered such that... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2021. There were 2 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 - Technical 

(2 Questions)

  • Q1. What is SDLC? different phases?
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, development, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables that must be completed before moving on to the next phase.

    • For example, during the planning ph...

  • Answered by AI
  • Q2. What is Agile? Different phases?
  • Ans. 

    Agile is a project management methodology that emphasizes flexibility and collaboration.

    • Agile involves iterative development cycles, with frequent feedback and adaptation.

    • The Agile Manifesto outlines four values: individuals and interactions, working software, customer collaboration, and responding to change.

    • Common Agile frameworks include Scrum, Kanban, and Lean.

    • Agile phases typically include planning, executing, moni...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare About SDLC. Agile Methodology. Balsamiq. Why Business Analyst?

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Jobs at Stark Digital Media Services

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

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

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Aptitude Test 

In this round you have to clear Aptitude and Basic Coding

Round 2 - Coding Test 

It is pure coding test which is conduct on hacker rank platform. You have to complete 4 question(1 easy + 2 medium + 1 hard)

Round 3 - Technical 

(2 Questions)

  • Q1. Coding question base on Sorting and Array
  • Q2. Some of theory question base on your Project technology and DSA
Round 4 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Improve your basic concepts and coding skills.

Stark Digital Media Services Interview FAQs

How many rounds are there in Stark Digital Media Services interview?
Stark Digital Media Services interview process usually has 1-2 rounds. The most common rounds in the Stark Digital Media Services interview process are Technical and Resume Shortlist.
How to prepare for Stark Digital Media Services 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 Stark Digital Media Services. The most common topics and skills that interviewers at Stark Digital Media Services expect are Javascript, PHP, MySQL, JQuery and HTML.
What are the top questions asked in Stark Digital Media Services interview?

Some of the top questions asked at the Stark Digital Media Services interview -

  1. What is SDLC? different phas...read more
  2. What is Agile? Different phas...read more
  3. Events in node...read more

Tell us how to improve this page.

Stark Digital Media Services Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Stark Digital Media Services Reviews and Ratings

based on 19 reviews

4.1/5

Rating in categories

4.4

Skill development

4.1

Work-life balance

4.1

Salary

3.8

Job security

4.0

Company culture

3.6

Promotions

3.8

Work satisfaction

Explore 19 Reviews and Ratings
Software Engineer
15 salaries
unlock blur

₹2 L/yr - ₹9.9 L/yr

Software Developer
15 salaries
unlock blur

₹1.8 L/yr - ₹5.5 L/yr

Senior Software Developer
8 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Senior UI Developer
7 salaries
unlock blur

₹3.9 L/yr - ₹6.3 L/yr

Junior Software Developer
7 salaries
unlock blur

₹1.8 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Stark Digital Media Services with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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