Upload Button Icon Add office photos

Filter interviews by

Yashus Digital Marketing Interview Questions and Answers

Updated 11 Jan 2024

Yashus Digital Marketing Interview Experiences

Popular Designations

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 11 Jan 2024

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

I applied via Company Website and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Normal introduction questions

Interview Preparation Tips

Interview preparation tips for other job seekers - while I appreciate the structure in place, I believe a bit more flexibility in work hours could enhance work life balance for employees.

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about digital marketing work
  • Ans. 

    Digital marketing work involves promoting products or services through various digital channels.

    • Creating and executing digital marketing campaigns

    • Analyzing data and adjusting strategies accordingly

    • Utilizing social media platforms for advertising and engagement

    • Implementing SEO and SEM tactics to improve search engine rankings

    • Developing email marketing campaigns to reach target audiences

    • Collaborating with other departmen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - digital marketing is a good career sector you can make a good amount of money.

Skills evaluated in this interview

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)

Jobs at Yashus Digital Marketing

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 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 - HR 

(4 Questions)

  • Q1. Have you tell something about yourself
  • Q2. Have you know about this company
  • Q3. Have you comfortable for doing this job
  • Q4. Hr will contact you shortly

Interview Preparation Tips

Topics to prepare for Smollan Group Sales Executive interview:
  • Sales
Interview preparation tips for other job seekers - First will about this company and applying for this job
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Indexing in Mysql
  • Ans. 

    Indexing in MySQL is a technique to improve the performance of database queries by creating a data structure that allows for faster data retrieval.

    • Indexes are created on one or more columns of a table.

    • They help in speeding up the search, sorting, and joining of data.

    • Indexes can be created using different algorithms like B-tree, hash, or bitmap.

    • Using indexes appropriately can significantly enhance query performance.

    • Exam...

  • Answered by AI
  • Q2. Opps concepts in php
  • Ans. 

    Object-oriented programming concepts in PHP

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes based on existing ones

    • Polymorphism: using a single interface to represent different types

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Class: blueprint for creating objects

    • Object: instance of a class

    • Method: function defined inside a class

    • Property: variabl

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Learn Python thoroughly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. What's your weakness
  • Q2. What's your ability
  • Q3. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep maintaining your communication skills

I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Make sure about yourself
  • Q2. About company
  • Q3. About last work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - To crake any interview need the first is self confidence be must . I think

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic, tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

Interview Questionnaire 

2 Questions

  • Q1. Little discussion on my project
  • Q2. Given a chessboard and the initial position of horse. If “n” is the number of steps the horse can make then what is probability that it goes out of board ?
  • Ans. 

    Probability of a horse going out of a chessboard in 'n' steps.

    • The total number of possible moves for a horse is 8.

    • The probability of going out of the board depends on the position of the horse.

    • For example, if the horse is at a corner, the probability of going out of the board is higher.

    • The probability can be calculated using combinatorics and geometry.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: They did not expect any code in this round. An algo or pseudo code is fine.



1) You are given 2 vessels with capacity M liters and N liters capacity and infinite supply of water. You need to find the minimum number of steps required to get P liters. Any of the below action is considered a step



     a) Filling vessel with water



     b) Emptying vessel



     c) Pouring water from one vessel to another vessel.



2) Given n sets each containing m integers. You need to create MinDiff set by picking exactly 1 element from each set. The difference between the maximum and minimum elements in the MinDiff set should be minimum.



eg: for the sets {30, 20, 10, 40},{ 22, 33, 44, 99},{ 16, 17, 18, 19} min diff set is {19, 20, 22}. Max and min elements in MinDiff set are 22 and 19 and their difference is 3.

Round: Technical Interview
Experience: 1) you will be given the binary representation of the numbers in the form of 2D array.eg: r1- 00001

r2- 00100

r3- 01010

r4- 00110

r5- 00111 This means the elements are 1, 4, 10 , 6 and 7.

A number “n” is given. Let us say that n can be formed by doing bitwise OR operation on rows of given matrix. What is the minimum number of rows that needs to be deleted from the matrix so that “n” can never be formed by doing the OR of the rows.

If n is 14(01110) then it can be formed by doing r2|r3 or r3|r4. You can prevent n formation either by deleting {r2,r4} or {r3}. But {r3} has least number of elements so it is the required set.2) Find the average of mid 50% of elements in the running stream of integersI have not cleared round-II so no further questions.

College Name: IIT GANDHINAGAR

Interview Questionnaire 

3 Questions

  • Q1. Algorithms on arrays and strings (coding)
  • Ans. 

    Algorithms for manipulating arrays and strings in coding

    • Use sorting algorithms like quicksort and mergesort for arrays

    • Use string manipulation functions like substring and replace for strings

    • Use dynamic programming for optimizing solutions to array and string problems

  • Answered by AI
  • Q2. Distributed Database Design
  • Q3. Large scale Ad Server Design
  • Ans. 

    Designing a large scale Ad Server

    • Use distributed systems for scalability

    • Implement caching for faster ad delivery

    • Ensure high availability and fault tolerance

    • Use real-time bidding for efficient ad placement

    • Implement fraud detection mechanisms

    • Ensure compliance with privacy regulations

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: They tested on thought-process during design problems. What problems are with the current solution I suggested and how to improve it...
Tips: Hints from interviewer are very helpful
Keep talking while you are thinking

Skills: Algorithms, Thinking Skills, Coding
College Name: IIT KHARAGPUR

Skills evaluated in this interview

Yashus Digital Marketing Interview FAQs

How many rounds are there in Yashus Digital Marketing interview?
Yashus Digital Marketing interview process usually has 1 rounds. The most common rounds in the Yashus Digital Marketing interview process are One-on-one Round.
How to prepare for Yashus Digital Marketing 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 Yashus Digital Marketing. The most common topics and skills that interviewers at Yashus Digital Marketing expect are Digital Marketing, Social Media, Time Management, Internship and Google Analytics.
What are the top questions asked in Yashus Digital Marketing interview?

Some of the top questions asked at the Yashus Digital Marketing interview -

  1. tell me about digital marketing w...read more
  2. Normal introduction questi...read more

Tell us how to improve this page.

Yashus Digital Marketing Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 102 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
3 Minds Digital Interview Questions
4.4
 • 70 Interviews
Publicis Interview Questions
3.6
 • 52 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Denave Interview Questions
3.6
 • 40 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
InMobi Interview Questions
3.4
 • 35 Interviews
Smollan Group Interview Questions
4.1
 • 35 Interviews
View all

Yashus Digital Marketing Reviews and Ratings

based on 9 reviews

4.2/5

Rating in categories

4.4

Skill development

3.7

Work-life balance

3.9

Salary

3.7

Job security

3.9

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 9 Reviews and Ratings
Motion Graphics & Video Editor

Pune

3-4 Yrs

Not Disclosed

Business Development Manager

Mumbai

2-7 Yrs

Not Disclosed

Explore more jobs
Compare Yashus Digital Marketing with

R.R. Donnelley

3.9
Compare

Epsilon

4.0
Compare

Denave

3.6
Compare

Smollan Group

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