Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by GyanDhan Team. If you also belong to the team, you can get access from here

GyanDhan Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

GyanDhan Interview Questions and Answers for Freshers

Updated 8 Feb 2023

GyanDhan Interview Experiences for Freshers

Popular Designations

2 interviews found

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

I applied via Internshala and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. What is Digital Marketing ?
  • Ans. 

    Digital Marketing is the promotion of products or services using digital technologies.

    • It involves various channels such as search engines, social media, email, and mobile apps.

    • It aims to reach a targeted audience and drive conversions.

    • Examples include SEO, PPC advertising, content marketing, and social media marketing.

  • Answered by AI
  • Q2. What is SEO ? What is Alt tags ? , What is Schema?
  • Ans. 

    SEO is the process of optimizing a website to rank higher in search engine results. Alt tags describe images and Schema is a structured data markup language.

    • SEO involves optimizing website content, meta tags, and backlinks to improve search engine rankings

    • Alt tags provide a description of images for visually impaired users and search engines

    • Schema is a markup language that helps search engines understand the content of...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Take good knowledge about SEO , SEM, on page seo , off page seo .

Skills evaluated in this interview

SEO Executive Interview Questions asked at other Companies

Q1. What are the best practices to get more traffic on a website?
View answer (1)

Marketing Interview Questions & Answers

user image Anonymous

posted on 4 May 2017

I appeared for an interview in Nov 2016.

Interview Questionnaire 

2 Questions

  • Q1. Why marketing?
  • Ans. 

    Marketing allows me to combine creativity, strategy, and data analysis to connect with customers and drive business growth.

    • Marketing allows me to tap into my creative side and come up with innovative ideas to promote products or services.

    • I enjoy the strategic aspect of marketing, such as identifying target audiences and developing effective campaigns.

    • Data analysis is a crucial part of marketing, and I find it fascinati...

  • Answered by AI
  • Q2. Why should we hire you ?
  • Ans. 

    I am a highly motivated and experienced marketer with a proven track record of driving successful campaigns and achieving results.

    • I have a strong background in marketing strategies and tactics.

    • I have successfully launched several marketing campaigns that resulted in increased sales and brand awareness.

    • I am a team player and have excellent communication skills, which allows me to collaborate effectively with colleagues ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the company's HR and then they had shortlisted me for a telephonic interview round

Round: HR Interview
Experience: It first started with a normal introduction and then they started asking me questions based on my resume. They even asked me about my school life as in how was my school life.
Tips: Never lie in your resume.
Be honest and truthfull while answering your questions.
Try to show your willingness and interst for the internship through your answers

Skills: Speaking Skill, Positive Thinking, Positions Of Responsibility POR, Attitude, Interest In The Job
College Name: IIT Kharagpur

Marketing Interview Questions asked at other Companies

Q1. If you were to market a product X, what are the aspects you would look at?
View answer (1)

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Case Study 

How to increase personal insurance revenue to 5x?

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

I applied via Referral and was interviewed in Mar 2023. 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 

(2 Questions)

  • Q1. Basic details, qualification,skills int
  • Q2. Last salary and expected

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and enjoy the day, just be yourself and loyal to the interviewer
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How do you think Business analyst?
  • Ans. 

    Business analysts think analytically and strategically to identify business needs and recommend solutions.

    • Business analysts analyze data to identify trends and patterns.

    • They work closely with stakeholders to gather requirements and understand business processes.

    • They use tools such as SWOT analysis, process flow diagrams, and data modeling to recommend solutions.

    • Business analysts communicate effectively to bridge the ga...

  • Answered by AI
  • Q2. Please tell me about your data analyst experience.
  • Q3. Do you have any experience on SQL or Python
  • Ans. 

    Yes, I have experience with both SQL and Python.

    • I have used SQL to query databases and extract relevant information.

    • I have written Python scripts to automate data analysis and reporting tasks.

    • I am familiar with using SQLAlchemy in Python for database interactions.

    • I have experience with data manipulation and visualization using Python libraries like Pandas and Matplotlib.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Use a set to store distinct elements for efficient processing.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The task is to find the longest palindromic substring within STR. If there are several palindromic substring...

  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 1.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Add skills iff you are sure

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where there are less than 3 elements in the array.

    • Consider edge cases like negative integers and duplicates.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Keep track of the longest palindrome found so far

    • Return the longest palindromic substring with the smallest start index

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Implement a function to calculate the intersection point of two lines on a 2D plane

    • Handle precision up to six decimal places in the output

    • Return -1.000000 -1.000000 if the lines do not intersect

    • Ensure the lines 'AB' and 'PQ' are distinct

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Chitkara University. Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things.

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. 

    Find the third largest element in an array of distinct integers.

    • Sort the array in descending order and return the element at index 2.

    • Handle cases where the array has less than 3 elements separately.

    • Consider using a set to ensure distinct elements in the array.

  • Answered by AI
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. 

    Identify the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes

    • Keep track of the longest palindrome found

    • Return the longest palindromic substring with the smallest start index

  • Answered by AI
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. 

    Calculate the intersection point of two lines on a 2D plane with precision up to six decimal places.

    • Use the formula for finding the intersection point of two lines in 2D space.

    • Handle precision issues that may arise due to floating-point arithmetic.

    • Return -1.000000 -1.000000 if the lines do not intersect.

    • Ensure the lines 'AB' and 'PQ' are distinct.

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
 

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things.

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in Dec 2021.

Round 1 - Video Call 

Round duration - 90 Minutes
Round difficulty - Easy

Problem solving using SQL questions

Round 2 - Video Call 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Easy

A marketing campaign is run, how will you decide metrics to be tracked. Techincaly a KPI round

  • Q1. In a marketing campaign, how would you decide which metrics to track?
  • Ans. 

    Metrics selection based on campaign objectives, target audience, and key performance indicators.

    • Identify campaign objectives and goals

    • Consider target audience and their behavior

    • Select key performance indicators (KPIs) relevant to the campaign

    • Track metrics such as conversion rate, click-through rate, ROI, customer acquisition cost

    • Analyze data to measure success and make data-driven decisions

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

Social empathatic fit round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in BangaloreEligibility criteriaNoJupiter Money interview preparation:Topics to prepare for the interview - SQL, Tablea, Data Visualisation, Key Metrics for a Product, Data Visualisation using PythonTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : SQL logics to be understood completely
Tip 2 : A good running working logic of Python
Tip 3 : Basics of Dashboarding

Application resume tips for other job seekers

Tip 1 : One pager , single column resume which shows all your skills
Tip 2 : Mention all things that make you relevant for the job

Final outcome of the interviewSelected

GyanDhan Interview FAQs

How many rounds are there in GyanDhan interview for freshers?
GyanDhan interview process for freshers usually has 2 rounds. The most common rounds in the GyanDhan interview process for freshers are Resume Shortlist and HR.
How to prepare for GyanDhan interview for freshers?
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 GyanDhan. The most common topics and skills that interviewers at GyanDhan expect are Bpo Operations, Cds, Civil Design, Cleaning and EMC CLARiiON.
What are the top questions asked in GyanDhan interview for freshers?

Some of the top questions asked at the GyanDhan interview for freshers -

  1. What is SEO ? What is Alt tags ? , What is Sche...read more
  2. Why marketi...read more
  3. What is Digital Marketin...read more

Tell us how to improve this page.

GyanDhan Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CRED Interview Questions
3.5
 • 38 Interviews
Kissht Finance Interview Questions
3.9
 • 33 Interviews
Money View Interview Questions
4.2
 • 30 Interviews
Jar Interview Questions
3.2
 • 30 Interviews
Jupiter Money Interview Questions
3.3
 • 30 Interviews
Uni Cards Interview Questions
3.8
 • 24 Interviews
indiagold Interview Questions
4.2
 • 22 Interviews
View all

GyanDhan Reviews and Ratings

based on 41 reviews

3.3/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

2.6

Salary

3.2

Job security

3.4

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 41 Reviews and Ratings
Relationship Manager
15 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

Relationship Officer
14 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Marketing Associate
7 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Quality Control Analyst
6 salaries
unlock blur

₹2.6 L/yr - ₹4 L/yr

Sales Manager
5 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Explore more salaries
Compare GyanDhan with

Kissht Finance

3.9
Compare

Indifi Technologies

3.8
Compare

CRED

3.5
Compare

Profinch Solutions

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