Upload Button Icon Add office photos

Filter interviews by

Swastik Productions Front Desk Executive Interview Questions and Answers

Updated 2 Jul 2022

Swastik Productions Front Desk Executive Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Jul 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 - One-on-one 

(2 Questions)

  • Q1. Why media company (as it was my first time in media)
  • Q2. About yourself, What is your job role etc Interview hardly took 2 mins and I was finalized for the role

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing just be confident and have relevant experience with good communication skills.

Interview questions from similar companies

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

I applied via campus placement at Pranveer Singh Institute of Technology, Kanpur and was interviewed in Jul 2024. There were 8 interview rounds.

Round 1 - Assignment 

**1st Round: Online Assessment**
The first elimination round consisted of an online assessment focused on HTML, CSS, and JavaScript. The questions ranged from basic to advanced, with a significant emphasis on JavaScript concepts like promises and async operations. This round included negative marking, so accuracy was key.

Round 2 - Coding Test 

**2nd Round: DSA Online Test**
The second elimination round tested Data Structures and Algorithms (DSA). It involved two compulsory problems: one focused on string manipulation and the other on array manipulation, both requiring solutions with O(1) space complexity.

Round 3 - Aptitude Test 

**3rd Round: Personality Test**
This non-elimination round assessed grammar and communication skills. It included:
- Fill-in-the-blank questions focused on subject-verb agreement.
- Sentence repetition tasks where we had to listen and repeat the given sentences.
- Audio-based tasks requiring us to repeat sentences after listening to them.

Round 4 - Assignment 

**4th Round: Home Assignment**
In this elimination round, we were tasked with cloning a webpage using only HTML, CSS, and JavaScript. The goal was to create a pixel-perfect design without the use of frameworks or libraries like Bootstrap.

Candidates who cleared this round invited to the JTG campus for further process.

Round 5 - Coding Test 

**5th Round: DSA **
This elimination round began with solving DSA problems focused on string and array manipulation.

Round 6 - Assignment 

**6th Round: Live Coding Assignment**
Round 5th was followed by a live coding task where we had to build a to-do application using only HTML, CSS, and JavaScript. The application needed to leverage local storage for data persistence. The technical interview in this round was based on the live coding task.

Round 7 - One-on-one 

(1 Question)

  • Q1. **6th and 7th Rounds: Technical Interviews** The next two elimination rounds were back-to-back technical interviews. They covered advanced concepts in HTML, CSS, and JavaScript, along with DSA problems.
Round 8 - HR 

(1 Question)

  • Q1. **9th Round: HR Interview** The final round was an HR interview, where the focus was on personality traits, career aspirations, and alignment with the company’s values. **Verdict: Selected**

Interview Preparation Tips

Interview preparation tips for other job seekers - **Outcome**
From our college, only two students were selected. We joined the company in September 2024 as Frontend Developer Interns, with a Pre-Placement Offer (PPO) of 12 LPA.

**Exciting News!**
I am also starting a YouTube channel where I will teach each concept in detail. The content will focus on helping candidates prepare for developer interviews by covering topics like HTML, CSS, JavaScript, and DSA. Do subscribe to my channel to stay updated and take your preparation to the next level!

Channel link - -----/@prathamsingh191?si=gE5UHeJcrq5mBDUI

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. React Hooks and Project experience
Round 2 - Technical 

(2 Questions)

  • Q1. Performance Optimization Techniques
  • Ans. 

    Performance optimization techniques for React JS frontend development

    • Use React.memo for optimizing functional components

    • Avoid unnecessary re-renders by using shouldComponentUpdate or PureComponent for class components

    • Implement code splitting to reduce initial load time

    • Use lazy loading for components that are not immediately needed

    • Optimize images and assets for faster loading times

    • Minimize the use of inline styles and u...

  • Answered by AI
  • Q2. Lazy Loading and other ques related to that
Round 3 - HR 

(1 Question)

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

(1 Question)

  • Q1. What is the react
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Basic interview questions only
  • Q2. Basic coding questions only
  • Q3. Besic Oops interview questions
  • Q4. Basic data type questions
  • Q5. Basic string coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics and Try your best
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Nov 2022. 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 - One-on-one 

(5 Questions)

  • Q1. What are React lifecycle Method
  • Ans. 

    React lifecycle methods are functions that are called at different stages of a component's life.

    • Mounting: constructor(), render(), componentDidMount()

    • Updating: render(), componentDidUpdate()

    • Unmounting: componentWillUnmount()

    • Error Handling: componentDidCatch()

  • Answered by AI
  • Q2. How would you optimize the api call on input change(Debouncing)
  • Ans. 

    Debounce the API call on input change to optimize performance.

    • Implement a debounce function to delay the API call until the user has finished typing.

    • Set a time interval for the debounce function to wait before making the API call.

    • Cancel the previous API call if a new input change occurs before the time interval is up.

    • Use a loading spinner to indicate to the user that the API call is in progress.

    • Consider using a caching...

  • Answered by AI
  • Q3. A code where I have to apply memoize
  • Q4. Tell me about yourself
  • Q5. What is usememo hook
  • Ans. 

    useMemo is a hook in React that memoizes the result of a function and returns the cached value when the inputs don't change.

    • useMemo is used to optimize performance by avoiding unnecessary re-renders.

    • It takes two arguments: a function that returns a value and an array of dependencies.

    • If any of the dependencies change, the function is re-executed and the new value is cached.

    • Example: useMemo(() => expensiveFunction(a, b),...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Pocket FM Front end Developer interview:
  • debouncing
  • reacthooks
  • Javascript
  • memoization
  • debouncing in react
Interview preparation tips for other job seekers - the thing some code doesn't run in codesandbox properly. if you think you write a correct code. please tell the interview to switch to vscode. this happened with me and it lead to rejection.

for preparation try to cover all javascript topic from akshay seni and all frontend interview question from technical suneja.
Focus on basics and with clearity

Skills evaluated in this interview

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

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level questions asked

Round 2 - Coding Test 

Simple easy to medium 2 questions asked of string and array

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. JavaScript like fetch axios and others
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Given the task to complete page design.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions for dbms,os

Round 2 - HR 

(2 Questions)

  • Q1. How was your day today
  • Ans. 

    My day was productive and busy, with a lot of coding and problem-solving.

    • Completed a new feature for the website

    • Fixed a bug in the existing codebase

    • Attended a team meeting to discuss project updates

  • Answered by AI
  • Q2. Where do you see in 5 yrs
  • Ans. 

    In 5 years, I see myself as a senior front end developer leading a team and working on cutting-edge technologies.

    • Leading a team of developers on various projects

    • Working on advanced technologies like AR/VR, AI, and machine learning

    • Contributing to open source projects and attending tech conferences

    • Continuing to learn and grow in the field of front end development

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. Components and flux or not What is library
  • Ans. 

    Components and Flux are important concepts in React for building scalable and maintainable applications. A library is a collection of pre-written code that can be reused in different projects.

    • Components are reusable building blocks in React that encapsulate functionality and can be composed to create complex UIs

    • Flux is a pattern for managing data flow in React applications, ensuring unidirectional data flow and predict...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to gain more experience and knowledge

Swastik Productions Interview FAQs

How many rounds are there in Swastik Productions Front Desk Executive interview?
Swastik Productions interview process usually has 2 rounds. The most common rounds in the Swastik Productions interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Swastik Productions Front Desk Executive Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

2.0

Skill development

5.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Finance Head
4 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Executive Accountant
4 salaries
unlock blur

₹2.2 L/yr - ₹4.8 L/yr

Associate Creative Head
4 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Legal Manager
3 salaries
unlock blur

₹5 L/yr - ₹6 L/yr

Explore more salaries
Compare Swastik Productions with

Balaji Telefilms

3.1
Compare

Zee Entertainment Enterprises

3.5
Compare

Sun TV Network

3.6
Compare

Tv18 Broadcast

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