Upload Button Icon Add office photos
Premium Employer

i

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

Extramarks Education Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Extramarks Education Content Writer Intern Interview Questions and Answers

Updated 3 Jun 2024

Extramarks Education Content Writer Intern Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Writing assignment on education
  • Q2. Written assignment

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the role.

I applied via Job lever and was interviewed before Sep 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Take it easy and go with confidence which matters most

Assistant Manager Interview Questions & Answers

BYJU'S user image prashant kumar saxena

posted on 14 Sep 2022

I applied via Approached by Company and was interviewed before Sep 2021. There were 2 interview rounds.

Interview Preparation Tips

Topics to prepare for BYJU'S Assistant Manager interview:
  • Sales
  • IT
  • Educational Sales
  • Education Counseling
Interview preparation tips for other job seekers - Company now created the poltics so my opinion please don't give interviews in byjus

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself.
  • Q2. How will you take the pressure related to sales
  • Ans. 

    I thrive under pressure and use it as motivation to exceed sales targets.

    • I prioritize tasks and set achievable goals to manage pressure

    • I stay organized and focused on the end goal

    • I communicate effectively with team members to ensure everyone is on the same page

    • I use positive self-talk and visualization techniques to stay motivated

    • I continuously learn and adapt to new sales strategies to improve performance

  • Answered by AI
  • Q3. Sited few examples in the old organization and explained how did I handle it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was moderate.

I applied via LinkedIn and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to interact with SMEs?
  • Ans. 

    Interacting with SMEs requires effective communication, active listening, and building a rapport.

    • Schedule regular meetings to discuss project goals and progress

    • Ask open-ended questions to encourage detailed responses

    • Respect their expertise and incorporate their feedback

    • Provide clear instructions and expectations

    • Be open to constructive criticism and suggestions

    • Establish a positive and professional relationship

    • Use collab...

  • Answered by AI
  • Q2. How to structure content
  • Ans. 

    Content should be structured in a logical and organized manner to ensure readability and engagement.

    • Start with a clear introduction that sets the tone and purpose of the content.

    • Use headings and subheadings to break up the content into manageable sections.

    • Include relevant images, videos, and other multimedia to enhance the content.

    • Use bullet points and numbered lists to highlight key points.

    • End with a conclusion that s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's an easy job
Should be good writer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jan 2022. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and make sure u bulid a trust u are very flexible

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 135 minutes
Round difficulty - Easy

There was no sectional time limit for the coding questions.The test was online with audio and video both on for continuous monitoring.

  • Q1. 

    N-th Term Of Geometric Progression

    Find the N-th term of a Geometric Progression (GP) series given the first term A, the common ratio R, and the term position N.

    Explanation:

    The general form of a GP se...

  • Ans. 

    Calculate the N-th term of a Geometric Progression series given the first term, common ratio, and term position.

    • Use the formula A * R^(N-1) to find the N-th term of the GP series.

    • Remember to return the result modulo 10^9 + 7 as the term can be very large.

    • Handle multiple test cases efficiently by iterating through each case.

  • Answered by AI
  • Q2. 

    Matrix Element Cube Sum Problem

    For a given M x N sized 2D array 'MATRIX', find and return the value of (i * i + j * j) for elements where the sum of the cubes of its digits equals the element itself. Her...

  • Ans. 

    Find and return the value of (i * i + j * j) for elements in a 2D array where the sum of the cubes of its digits equals the element itself.

    • Iterate through the 2D array and check if the sum of the cubes of digits equals the element itself.

    • Calculate (i * i + j * j) for elements that satisfy the condition.

    • Return the calculated values as a new 2D array.

    • If no element satisfies the condition, return -1.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 40 minutes
Round difficulty - Easy

The interviewer was very calm and listened very carefully to the solutions. There was a lot of discussion on my projects and the interviewer seems to be very interested in knowing about the workflows of my projects.They also give me some coding questions which were related to problem solving also.

  • Q1. 

    Distinct Subsequences Problem Statement

    You are given a string 'S' of length 'N' which may include duplicate alphabets. Your goal is to calculate the number of distinct subsequences in the string.

    Exampl...

  • Ans. 

    Calculate the number of distinct subsequences in a string with possible duplicates.

    • Use dynamic programming to keep track of the count of distinct subsequences for each character in the string.

    • Consider the cases where the current character is included or excluded in the subsequence.

    • Handle duplicates by using a hashmap to store the last occurrence index of each character.

    • Modulo the final count by 10^9 + 7 to avoid overfl

  • Answered by AI
  • Q2. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Ans. 

    Remove the Kth node from the end of a singly linked list given the position from the end to be removed.

    • Traverse the list to find the length 'N' of the linked list.

    • Calculate the position from the beginning to be removed as 'N - K + 1'.

    • Delete the node at the calculated position from the beginning.

  • Answered by AI
  • Q3. 

    Common Elements Problem Statement

    Identify and output the common strings present in both given arrays of lowercase alphabets for each test case.

    Input:

    The first line contains an integer 'T' representin...
  • Ans. 

    The task is to find common strings in two arrays of lowercase alphabets for each test case.

    • Iterate through the elements of the second array and check if they are present in the first array.

    • Use a hash set to store the strings of the first array for efficient lookup.

    • Return the common strings in the order they appear in the second array.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 60%Cuemath interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS, Operating System, Database Management, C++, or Java (proficient in anyone) Computer Networks, Operating System, Software Engineering, System DesignTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : If you have time for your interviews, I would recommend going through Leetcode as it has a good variety of questions sorted on topic wise difficulty level where you can try to solve at least 20-30 questions for each data structure and algorithm. Moreover, you should regularly participate in the weekly contests happening there so that you could know about your weak areas to improve.
Tip 2 : Practice DSA everyday and make sure that you are giving timed mock tests periodically.
Tip 3 : Keep revising your Computer Science fundamentals(OS, DBMS, Software Engineering principles).
Tip 4 : Also brush-up your aptitude skills.

Application resume tips for other job seekers

Tip 1 : The most important tip is that never lie on your resume and like If you have worked upon some technology for the project part only and don't know the proper depth you could write basics only in your resume.
Tip 2 : Customize your resume for a company based on their Job Description (highlight necessary skills)
Tip 3 : Include only those points about which you're fully confident. Sometimes including too much increases expectations and then the bar is set high for you which impacts the assessment
Tip 4 : Don't put anything in resume that you are not sure of.
Tip 5 : if you don't have any internship experience then you can show your good technical projects and certifications too.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Interview Preparation Tips

Topics to prepare for Toppr Content Writer interview:
  • Biology
  • Cell Biology
  • Animal Tissue Culture
Interview preparation tips for other job seekers - To make good content
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Extramarks Education Interview FAQs

How many rounds are there in Extramarks Education Content Writer Intern interview?
Extramarks Education interview process usually has 3 rounds. The most common rounds in the Extramarks Education interview process are One-on-one Round and HR.
How to prepare for Extramarks Education Content Writer Intern 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 Extramarks Education. The most common topics and skills that interviewers at Extramarks Education expect are Blogs and email.
What are the top questions asked in Extramarks Education Content Writer Intern interview?

Some of the top questions asked at the Extramarks Education Content Writer Intern interview -

  1. Field related questi...read more
  2. Firld related questi...read more
  3. Generic questi...read more

Recently Viewed

SALARIES

Extramarks Education

SALARIES

Tringapps Research Labs

SALARIES

Extramarks Education

DESIGNATION

SALARIES

Tringapps Research Labs

SALARIES

Allview India Electronics

INTERVIEWS

Haier Appliances India

No Interviews

INTERVIEWS

Extramarks Education

No Interviews

SALARIES

Larsen & Toubro Limited

REVIEWS

Godrej & Boyce Manufacturing

No Reviews

Tell us how to improve this page.

Extramarks Education Content Writer Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.1k Interviews
Whitehat jr Interview Questions
3.5
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
Vedantu Interview Questions
3.3
 • 184 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Chegg Interview Questions
4.1
 • 155 Interviews
Simplilearn Interview Questions
3.2
 • 101 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
View all
Business Development Executive
848 salaries
unlock blur

₹2.4 L/yr - ₹7.5 L/yr

Senior Business Development Executive
570 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Assistant Manager
538 salaries
unlock blur

₹3.7 L/yr - ₹10 L/yr

Business Development Manager
391 salaries
unlock blur

₹4.1 L/yr - ₹15 L/yr

Area Sales Manager
269 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Extramarks Education with

BYJU'S

3.1
Compare

Toppr

3.4
Compare

Unacademy

3.0
Compare

MeritNation

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent