Upload Button Icon Add office photos

Filter interviews by

Cast & Crew Interview Questions and Answers

Updated 12 Feb 2024

Cast & Crew Interview Experiences

Popular Designations

2 interviews found

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 Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About experience subject related
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Difference between union and structure
  • Ans. 

    A union is a data structure that allows storing different data types in the same memory location, while a structure is a collection of different data types grouped together.

    • A union can only hold one value at a time, while a structure can hold multiple values.

    • In a union, the memory allocated is equal to the size of the largest member, whereas in a structure, memory is allocated for each member individually.

    • Unions are us...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain OOPS with example
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain both data and methods to manipulate that data.

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Example: In a car simulation program, a 'Car' object can have properties like 'color' and 'speed', and methods like 'accelerate' and 'brake'.

  • Answered by AI
  • Q2. What is microservices and intercommunication btw various microservices with current project
  • Ans. 

    Microservices are a software architecture design where applications are broken down into smaller, independent services that communicate with each other.

    • Microservices are small, independent services that focus on specific business functions.

    • Each microservice can be developed, deployed, and scaled independently.

    • Intercommunication between microservices is typically done through APIs or messaging queues.

    • Examples of interco...

  • Answered by AI
  • Q3. Gave a coding question to solve (reverse a string with many words in the string)
Round 2 - Technical 

(7 Questions)

  • Q1. Solid principles
  • Q2. How Dependency injection is configured in the project
  • Ans. 

    Dependency injection is configured using a framework like Spring in Java projects.

    • Dependency injection is configured using annotations like @Autowired in Spring framework.

    • Beans are defined in configuration files like applicationContext.xml or using Java configuration classes.

    • Dependencies are injected into classes at runtime by the framework.

    • Constructor injection, setter injection, and field injection are common ways to

  • Answered by AI
  • Q3. CQRS architecture with .Net Mediator pattern
  • Ans. 

    CQRS architecture separates read and write operations using Mediator pattern in .Net

    • CQRS stands for Command Query Responsibility Segregation

    • Mediator pattern helps in decoupling components by introducing a mediator object

    • .Net MediatR library is commonly used for implementing Mediator pattern in CQRS architecture

  • Answered by AI
  • Q4. Custom middlewares
  • Q5. Difference btw object and dynamic
  • Ans. 

    Object is a static entity with predefined structure, while dynamic can change at runtime.

    • Object is a class or data structure with fixed properties and methods

    • Dynamic can change its properties or behavior during runtime

    • Example: Object - Car class with properties like color, model. Dynamic - User input changing the color of a car object

  • Answered by AI
  • Q6. Difference btw constant and readonly keyword
  • Ans. 

    Constant keyword is used for compile-time constants, while readonly keyword is used for runtime constants.

    • Constant keyword is used for values that are known at compile time and cannot be changed.

    • Readonly keyword is used for values that are known at runtime and cannot be changed after initialization.

    • Constants are implicitly static, while readonly fields are not.

    • Constants are defined at the class level, while readonly fi

  • Answered by AI
  • Q7. What ORM is used in current project
  • Ans. 

    Entity Framework is used as the ORM in the current project.

    • Entity Framework is a popular ORM framework for .NET applications

    • It provides a way to work with databases using .NET objects

    • Supports LINQ queries for database operations

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Negotiation of Salary (My expectation and their budget discussion)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with Basics and basics of coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and may contain abstract methods that must be implemented by its subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does, rather than how it does it

    • It helps in simplifying complex systems by breaking them down into smaller, more manageable parts

    • Examples of abstraction include using a car without needing to understand its internal combustion engine, or using a smartphone

  • Answered by AI
  • Q3. Best sorting algo?time complexity of it?
  • Ans. 

    QuickSort is one of the best sorting algorithms with an average time complexity of O(n log n).

    • QuickSort is a divide and conquer algorithm that works by selecting a 'pivot' element and partitioning the array around the pivot.

    • It has an average time complexity of O(n log n) and a worst-case time complexity of O(n^2).

    • Example: ['apple', 'banana', 'cherry', 'date', 'fig'] can be sorted using QuickSort.

    • Example: ['3', '1', '4'...

  • Answered by AI
  • Q4. You have been provided a sorted list time complexity achieved after we apply bubble sorting
  • Ans. 

    Bubble sorting has a time complexity of O(n^2) for a sorted list.

    • Bubble sorting has a worst-case time complexity of O(n^2) for a sorted list.

    • The time complexity does not change even if the list is already sorted.

    • Example: If we have a sorted list of size n, bubble sorting will still take O(n^2) time.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Have you ever been to a state other than jharkhand?
  • Ans. 

    Yes, I have been to multiple states other than Jharkhand.

    • I have traveled to states like Maharashtra, Karnataka, and Tamil Nadu for work and leisure.

    • I have visited tourist destinations in states like Rajasthan, Kerala, and Himachal Pradesh.

    • I have family in states like Uttar Pradesh, Bihar, and West Bengal, which I have visited multiple times.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. GDS Commands
  • Q2. Airline Terminals and Airport Codes
Round 2 - Coding Test 

Sabre Commands to Check Availability

Round 3 - Coding Test 

Blocking and Booking Tickets

Round 4 - Coding Test 

Commands to Check Fare rules

Round 5 - Coding Test 

Checking Availability

Round 6 - Coding Test 

Infant and Child title

Round 7 - Technical 

(2 Questions)

  • Q1. About Airport Terminals
  • Q2. About Encode and Decode in GDS
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(3 Questions)

  • Q1. What is notice period
  • Q2. Us shift is okay?
  • Q3. Salary expectations?
Round 2 - Coding Test 

SQL query and programs

Round 3 - Technical 

(3 Questions)

  • Q1. Previous experience ?
  • Ans. 

    I have 3 years of experience working as a software developer in a tech company.

    • Worked on developing web applications using Java, Spring, and Angular

    • Experience with database management using SQL and NoSQL databases

    • Participated in Agile development processes and collaborated with cross-functional teams

  • Answered by AI
  • Q2. Words press knowledge ?
  • Q3. US shift time is okay?
Round 4 - HR 

(1 Question)

  • Q1. Salary and notice period negotation
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basic intro, Salary expectations, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a Field job completely and they want you to go out and ask money on the name of NGO. First i read the reviews online and still decided to give it a try but just after the first meet with the interviewer I realised it's just a scam. The salary is incentive based if you do the sales more u get more but they wont tell you directly or wont even mention this that this is a sales job. The interviewer mentioned big names of company like google and what not and at the end he mentioned NGO. Honeslty fools will be devoured easily into this but any smart person will get to know the truth just by talking to the interviewer. They try to make this thing look so huge and professional but its a simple BEG FOR NGO ON THE STREETS.
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 Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection - constructor injection, setter injection, and interface injection.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Explain solid principles
  • Ans. 

    SOLID principles are a set of five design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - objects of a superclass should be replaceable with objects of its subclasses without a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well on what you have written in resume

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Questions about my technical experience
  • Q2. 3 reasons why I want to work for the company
  • Q3. Why I left my previous organization
  • Q4. Design Principles - Case-based question
  • Q5. Write a class (structure) for the case - based question
  • Ans. 

    Class structure for a case-based question

    • Create a class with attributes representing the different aspects of the case

    • Include methods for processing and analyzing the case data

    • Consider using inheritance or composition for complex cases

  • Answered by AI
  • Q6. How would I design an application(case)?
  • Ans. 

    Designing an application involves identifying requirements, creating a user-friendly interface, implementing necessary features, and testing for functionality.

    • Identify the requirements and objectives of the application.

    • Design a user-friendly interface that is easy to navigate.

    • Implement necessary features and functionalities based on the requirements.

    • Test the application thoroughly to ensure functionality and usability.

    • ...

  • Answered by AI
  • Q7. If a square was divided in 4 parts and you remove one part, how would you divide the remaining in 4 parts?

Interview Preparation Tips

Topics to prepare for SAS Senior Associate Software Developer interview:
  • Javascript
Interview preparation tips for other job seekers - This was just a pre-screening round. They have L1, L2 technical rounds, an EVP - employee value proposition round and the final HR round.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about past experience
  • Q2. Understanding about banking sector

Cast & Crew Interview FAQs

How many rounds are there in Cast & Crew interview?
Cast & Crew interview process usually has 1 rounds. The most common rounds in the Cast & Crew interview process are One-on-one Round.
What are the top questions asked in Cast & Crew interview?

Some of the top questions asked at the Cast & Crew interview -

  1. difference between union and struct...read more
  2. About experience subject rela...read more

Tell us how to improve this page.

Cast & Crew Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more

Cast & Crew Reviews and Ratings

based on 23 reviews

2.8/5

Rating in categories

2.5

Skill development

2.6

Work-life balance

3.0

Salary

2.6

Job security

2.6

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer
34 salaries
unlock blur

₹12.8 L/yr - ₹28.6 L/yr

Software Engineer
14 salaries
unlock blur

₹4.2 L/yr - ₹8.5 L/yr

Senior QA Engineer
14 salaries
unlock blur

₹14 L/yr - ₹17.3 L/yr

Business Process Associate
11 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

QA Engineer
6 salaries
unlock blur

₹3.2 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Cast & Crew with

Prime Focus Technologies

3.4
Compare

Technicolor

4.0
Compare

Reliance Media Works

4.6
Compare

Ultra Media and Entertainment

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