Upload Button Icon Add office photos

SVF Entertainment

Compare button icon Compare button icon Compare

Filter interviews by

SVF Entertainment Software Engineer Interview Questions and Answers

Updated 22 Apr 2021

SVF Entertainment Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

3 Questions

  • Q1. How are you?
  • Ans. 

    I'm doing well, feeling motivated and excited about the opportunities ahead in my career as a software engineer.

    • I recently completed a challenging project that improved my coding skills.

    • I've been learning new technologies like React and Node.js to stay current.

    • I enjoy collaborating with my team, which enhances my problem-solving abilities.

  • Answered by AI
  • Q2. Experience
  • Q3. Ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - be patiente

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about SVF Entertainment?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Basic details around experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic details and system design
Round 3 - Technical 

(1 Question)

  • Q1. Coding for a solution

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions can be found on Leetcode

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

(1 Question)

  • Q1. Dsa question regarding linked list and hashmap

Interview Questionnaire 

2 Questions

  • Q1. About previously done projects and OOPS, c#, SQL, and AngularJS
  • Q2. Offer Discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What are statics functions in OOPS
  • Ans. 

    Static functions in OOP are functions that belong to the class itself, rather than to instances of the class.

    • Static functions can be called without creating an instance of the class.

    • They are commonly used for utility functions that do not require access to instance-specific data.

    • Static functions are declared using the 'static' keyword in many programming languages.

    • Example: In Java, a static function in a class can be c...

  • Answered by AI
  • Q2. What is Polymorphism in OOPs
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that all inherit from a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overriding in inheritance and method overloading within the same class.

  • Answered by AI
  • Q3. What is websockets and its alternative
  • Ans. 

    Websockets are a communication protocol that allows for full-duplex communication between a client and a server over a single, long-lived connection.

    • Websockets provide real-time, bi-directional communication between a client and a server.

    • They are commonly used in applications that require instant updates, such as chat applications, online gaming, and financial trading platforms.

    • Websockets use a persistent connection, u...

  • Answered by AI
  • Q4. What is JWT and How it works
  • Ans. 

    JWT stands for JSON Web Token, a compact and self-contained way for securely transmitting information between parties as a JSON object.

    • JWT is composed of three parts: header, payload, and signature.

    • Header typically consists of the type of token and the hashing algorithm being used.

    • Payload contains the claims, which are statements about an entity and additional data.

    • Signature is created by encoding the header, payload, ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions 1 easy ,1 hard , 20 MCQ question and 1 SQL question

Round 2 - Technical 

(2 Questions)

  • Q1. Asked questions of coding round
  • Q2. Questions about project ,jwt architecture,nextjs vs react
Round 3 - Technical 

(2 Questions)

  • Q1. 2 SQL query using group by
  • Ans. 

    SQL queries using GROUP BY aggregate data based on specified columns, allowing for summary statistics.

    • GROUP BY is used to arrange identical data into groups.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; - counts employees per department.

    • You can use aggregate functions like SUM, AVG, MAX, MIN with GROUP BY.

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department; - calculates...

  • Answered by AI
  • Q2. Question about projects and cs fundamentals

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your project well,learn theory of technology used
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Peak of element in Array

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

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Medium to hard level problem questions and basic subjects fundamentals mcqs

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic OS questions
  • Q2. Basic CN questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Grap a good command on subject and low level and pray to God you will be selected
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - Coding Test 

Leet code question medium

Round 2 - Coding Test 

Leetcode questions medium

Round 3 - Technical 

(2 Questions)

  • Q1. Design barber shop booking system
  • Ans. 

    Design a barber shop booking system to manage appointments and services.

    • Allow customers to book appointments online or through an app

    • Include a calendar for customers to choose available time slots

    • Integrate payment processing for services

    • Send reminders to customers about upcoming appointments

    • Allow customers to cancel or reschedule appointments

    • Include a feature for customers to leave reviews and feedback

    • Provide a dashboa...

  • Answered by AI
  • Q2. How would you scale it
  • Ans. 

    Scaling a software system involves increasing its capacity to handle more users or data.

    • Implementing load balancing to distribute traffic evenly across multiple servers

    • Using caching mechanisms to reduce database load

    • Optimizing database queries and indexes for faster retrieval

    • Horizontal scaling by adding more servers to the system

    • Vertical scaling by upgrading hardware resources on existing servers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is becoming unstable due to lack of vision and clarity. Multiple senior members were hired lead to rapid unnecessary hiring and firing without any reason.

3 massive layoff in a year . Which clearly shows lack of vision and planning. Excessive burns are happening, townhall gets rescheduled. Leadership don't want to tell how company is doing , clearly lack of visibility

The tech is good, they want to release fast without breaking production same is expected from critical releases.

Tell us how to improve this page.

Interview Questions from Similar Companies

Pocket FM Interview Questions
2.7
 • 58 Interviews
GoDaddy Interview Questions
3.4
 • 14 Interviews
PMN Patralok Interview Questions
4.5
 • 9 Interviews
View all
Executive Accountant
19 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Senior Accounts Executive
14 salaries
unlock blur

₹2.5 L/yr - ₹4.6 L/yr

Creative Director
8 salaries
unlock blur

₹13 L/yr - ₹13.1 L/yr

Video Editor
6 salaries
unlock blur

₹1 L/yr - ₹2.4 L/yr

Editor
6 salaries
unlock blur

₹2 L/yr - ₹2.8 L/yr

Explore more salaries
Compare SVF Entertainment with

Pocket FM

2.7
Compare

Yamaha Music India

3.9
Compare

EssentiallySports

3.9
Compare

Adaan Digital Solution

2.4
Compare
write
Share an Interview