Upload Button Icon Add office photos

Filter interviews by

Telltoday Media Interview Questions and Answers

Updated 22 Aug 2023

6 Interview questions

A Software Developer was asked
Q. What is Typehinting and what would happen if I choose not to use it?
Ans. 

Typehinting is specifying the data type of a variable in function parameters or return values in programming languages.

  • Typehinting helps improve code readability and maintainability by clearly defining the expected data types.

  • It can help catch errors early on during development, as the code editor or IDE can provide warnings if incorrect data types are used.

  • If typehinting is not used, it may lead to unexpected err...

View all Software Developer interview questions
A Software Developer was asked
Q. How do events or observers work in Laravel?
Ans. 

Events and observers in Laravel allow for decoupling of classes and handling of various actions in a more modular way.

  • Events are triggered when a specific action occurs in the application.

  • Observers listen for these events and respond accordingly.

  • Events and observers help in decoupling classes and keeping the codebase clean and modular.

  • Example: Creating a 'UserRegistered' event when a new user registers, and having...

View all Software Developer interview questions
A Software Developer was asked
Q. What are static methods and static arguments?
Ans. 

Static methods and static arguments are associated with the class itself rather than with instances of the class.

  • Static methods are methods that belong to the class itself, not to any specific instance of the class.

  • Static arguments are arguments that are passed to static methods and are not associated with any particular instance of the class.

  • Static methods can be called directly on the class, without needing to c...

View all Software Developer interview questions
A Software Developer was asked
Q. How does dependency injection work? Why is it useful?
Ans. 

Dependency injection is a design pattern where components are provided with their dependencies rather than creating them internally.

  • Allows for easier testing by providing mock dependencies

  • Promotes loose coupling between components

  • Improves code reusability and maintainability

  • Examples: Constructor injection, Setter injection, Interface injection

View all Software Developer interview questions
A Software Developer was asked
Q. Which default package is used for Auth in the latest Laravel? How it works ?
Ans. 

The default package used for Auth in the latest Laravel is 'Jetstream'. It provides pre-built authentication scaffolding.

  • Jetstream is a new package introduced in Laravel 8 for authentication.

  • It provides pre-built authentication components like login, registration, email verification, two-factor authentication, and more.

  • Jetstream uses Laravel Fortify under the hood for authentication logic.

  • Developers can choose bet...

View all Software Developer interview questions
A Software Developer was asked
Q. What is ORM? Why use it?
Ans. 

ORM stands for Object-Relational Mapping. It is a programming technique for converting data between incompatible type systems in object-oriented programming languages.

  • ORM helps developers to interact with databases using an object-oriented approach

  • It eliminates the need to write complex SQL queries by providing a way to perform CRUD operations using programming language syntax

  • ORM frameworks like Hibernate in Java ...

View all Software Developer interview questions

Telltoday Media Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2023. There were 4 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 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Why do you want to change?
  • Q3. How many and what kind of projects have you handled to date?
Round 3 - Technical 

(6 Questions)

  • Q1. What is ORM? Why use it?
  • Ans. 

    ORM stands for Object-Relational Mapping. It is a programming technique for converting data between incompatible type systems in object-oriented programming languages.

    • ORM helps developers to interact with databases using an object-oriented approach

    • It eliminates the need to write complex SQL queries by providing a way to perform CRUD operations using programming language syntax

    • ORM frameworks like Hibernate in Java or En...

  • Answered by AI
  • Q2. What is Typehinting and what would happen if I choose not to use it?
  • Ans. 

    Typehinting is specifying the data type of a variable in function parameters or return values in programming languages.

    • Typehinting helps improve code readability and maintainability by clearly defining the expected data types.

    • It can help catch errors early on during development, as the code editor or IDE can provide warnings if incorrect data types are used.

    • If typehinting is not used, it may lead to unexpected errors o...

  • Answered by AI
  • Q3. How do events or observers work in Laravel?
  • Ans. 

    Events and observers in Laravel allow for decoupling of classes and handling of various actions in a more modular way.

    • Events are triggered when a specific action occurs in the application.

    • Observers listen for these events and respond accordingly.

    • Events and observers help in decoupling classes and keeping the codebase clean and modular.

    • Example: Creating a 'UserRegistered' event when a new user registers, and having an '...

  • Answered by AI
  • Q4. Which default package is used for Auth in the latest Laravel? How it works ?
  • Ans. 

    The default package used for Auth in the latest Laravel is 'Jetstream'. It provides pre-built authentication scaffolding.

    • Jetstream is a new package introduced in Laravel 8 for authentication.

    • It provides pre-built authentication components like login, registration, email verification, two-factor authentication, and more.

    • Jetstream uses Laravel Fortify under the hood for authentication logic.

    • Developers can choose between ...

  • Answered by AI
  • Q5. What are static methods and static arguments?
  • Ans. 

    Static methods and static arguments are associated with the class itself rather than with instances of the class.

    • Static methods are methods that belong to the class itself, not to any specific instance of the class.

    • Static arguments are arguments that are passed to static methods and are not associated with any particular instance of the class.

    • Static methods can be called directly on the class, without needing to create...

  • Answered by AI
  • Q6. How does dependency injection work? Why is it useful?
  • Ans. 

    Dependency injection is a design pattern where components are provided with their dependencies rather than creating them internally.

    • Allows for easier testing by providing mock dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary expectations and other discussions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Sharpen your knowledge of PHP and Laravel.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Telltoday Media?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Technical quetions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared technically

I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General HR questions and some current related topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak till recruiter stops you

Interview Questionnaire 

1 Question

  • Q1. Java c c++

Interview Questionnaire 

1 Question

  • Q1. Your past exp?

Interview Questionnaire 

2 Questions

  • Q1. Questions were mostly situations based.
  • Q2. Technical explanation is required

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Self introduction
  • Q2. What is java
  • Ans. 

    Java is a high-level programming language known for its platform independence and object-oriented approach.

    • Java is widely used for developing desktop, web, and mobile applications.

    • It is known for its robustness, security, and scalability.

    • Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).

    • It supports multithreading, exception handling, and automatic memory management.

    • Popular framewor...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is your achievements which is you proud of??

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep camp and give true answers

I applied via Walk-in and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Aptitude question
  • Q2. Interview panalam questions

Interview Preparation Tips

Interview preparation tips for other job seekers - How many rounds of interview and aptitude questions models

Telltoday Media Interview FAQs

How many rounds are there in Telltoday Media interview?
Telltoday Media interview process usually has 4 rounds. The most common rounds in the Telltoday Media interview process are Resume Shortlist, One-on-one Round and Technical.
What are the top questions asked in Telltoday Media interview?

Some of the top questions asked at the Telltoday Media interview -

  1. What is Typehinting and what would happen if I choose not to use ...read more
  2. Which default package is used for Auth in the latest Laravel? How it work...read more
  3. How does dependency injection work? Why is it usef...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
LTIMindtree Interview Questions
3.7
 • 3k Interviews
View all

Telltoday Media Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Compare Telltoday Media with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview