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
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
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
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 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.

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 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.
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 Oct 2022. There were 3 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 

(1 Question)

  • Q1. Find the duplicate items in the array.
  • Ans. 

    Find duplicate items in array of strings.

    • Iterate through array and store each item in a hash set.

    • If item already exists in hash set, it is a duplicate.

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Javascript basics questions

Skills evaluated in this interview

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

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Questions on dsa, 2 medium and 1 easy level.
  • Q2. Questions related to the projects.

Interview Questionnaire 

1 Question

  • Q1. Questions regards node js and java script concept, event loop, why node is single threaded, how event loop works in node js, database queries and previous work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was absolutely amazing and fantastic.
Advice:
Answer question with confidence.
Feel comfortable with interviewer.

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

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