Upload Button Icon Add office photos
Engaged Employer

i

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

OtakuKart Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 37 Reviews

Filter interviews by

OtakuKart Interview Questions and Answers

Updated 16 Apr 2024

OtakuKart Interview Experiences

Popular Designations

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment Round 

(1 Question)

  • Q1. An assignment to write a text on a newly released series.

Interview Preparation Tips

Interview preparation tips for other job seekers - Write as clearly as possible and make the content spicy.

Content Writer Interview Questions asked at other Companies

Q1. What are the steps to follow to write good content?
View answer (5)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before May 2022. There were 3 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 - Assignment 

Topics were given, with the basic details (picture size, font size, and style, writing platform)

Round 3 - One-on-one 

(1 Question)

  • Q1. Just a casual interaction!

Senior Content Writer Interview Questions asked at other Companies

Q1. How would you write an engaging smo content? How will create innovative content on same products months after month? You're not a technical person, so how will you create convincing technical articles?
View answer (2)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Here is everything asked in round 1 after they ghosted me # Find if string contains all unique character. # STR1 = 'DDISCOVERY' return TRUE # STR2 = 'WARNER BROTHERS DISCOVERY' return FALSE # fro...
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is an LVM
  • Ans. 

    LVM stands for Logical Volume Manager, a tool used in Linux systems to manage disk space by creating logical volumes from physical volumes.

    • LVM allows for dynamic resizing of logical volumes without needing to unmount the filesystem

    • It provides features like striping, mirroring, and snapshots for data management

    • Common LVM commands include pvcreate, vgcreate, lvcreate, lvextend, lvreduce

    • Example: Creating a new logical vol...

  • Answered by AI
  • Q2. How to check the open ports
  • Ans. 

    To check open ports, use tools like netstat, nmap, or telnet

    • Use netstat command to display all open ports on a system

    • Use nmap tool to scan for open ports on a remote system

    • Use telnet command to check if a specific port is open on a remote host

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is a file storage and block storage
  • Ans. 

    File storage stores data in files and folders, while block storage stores data in blocks or chunks.

    • File storage organizes data in a hierarchical structure of files and folders, similar to a traditional file system.

    • Block storage breaks data into blocks or chunks and stores them in a raw format without any file system structure.

    • File storage is commonly used for storing documents, images, videos, etc., while block storage...

  • Answered by AI
  • Q2. How do you troubleshoot a server
  • Ans. 

    To troubleshoot a server, start by checking for hardware issues, then move on to software problems and network connectivity.

    • Check hardware components such as power supply, CPU, RAM, and storage devices for any issues or failures.

    • Review system logs and error messages to identify any software-related issues or conflicts.

    • Verify network connectivity by checking cables, switches, routers, and firewall settings.

    • Use diagnosti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 3 -4 rounds of interviews.
It would be best if you prepared from the basics to the advanced level of the topic.
1st round will be an online test, the next rounds will be face-to-face(both video and in-person)
You have to tick all the boxes, for every skill they are looking. Even if you miss one skill or topic you will be gone.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Assignment 

Two articles were given to edit and fact check

Round 2 - Assignment 

More detailed and complex editing test

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced content editor with a passion for storytelling and a keen eye for detail.

    • Over 5 years of experience in editing and proofreading content for various platforms

    • Strong writing skills with a focus on grammar, style, and tone

    • Proficient in using editing tools such as Grammarly and Hemingway

    • Ability to work under tight deadlines and collaborate with writers and designers

    • Passionate about creating engaging and informa

  • Answered by AI
  • Q2. What is your expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the role, responsibilities, and benefits offered.

    • My expected CTC is based on industry standards and my experience level.

    • I am open to discussing the salary range during the interview process.

    • I am looking for a competitive salary package that aligns with my skills and contributions.

    • I am also considering other benefits such as healthcare, retirement plans, and professional developmen

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Why do you find yourself ideal for this position?
  • Ans. 

    I have a strong background in editing and a passion for creating engaging content.

    • I have a degree in English Literature with a focus on editing and writing.

    • I have worked as a content editor for the past 3 years, where I successfully managed multiple projects and improved content quality.

    • I have a keen eye for detail and a creative approach to content creation.

    • I am proficient in using editing tools and staying updated on...

  • Answered by AI
  • Q2. Describe an event where you had to handle a difficult situation as a leader and how you resolved it.
  • Ans. 

    Handled a conflict between team members by facilitating open communication and finding a compromise.

    • Identified the root cause of the conflict

    • Encouraged open and honest communication between the team members

    • Facilitated a discussion to find a compromise that satisfied both parties

    • Implemented a plan to prevent similar conflicts in the future

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be adequately prepared with American sports background
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two Pointer Technique question to get the highest sum from two sorted list by jumping from one list to another list on common element.
  • Q2. Combine two sorted array such as first element would be the lowest element and second would be the largest element as so on.
  • Ans. 

    Merge two sorted arrays with alternating lowest and highest elements.

    • Create a new array to store the result

    • Use two pointers to iterate through the two input arrays

    • Alternate between adding the lowest and highest elements to the result array

  • Answered by AI
Round 2 - LLD Round 

(1 Question)

  • Q1. Design SplitWise
  • Ans. 

    SplitWise is a platform for splitting expenses among friends or groups.

    • Allow users to create groups and add expenses

    • Calculate each user's share of the expenses

    • Send notifications to users for pending payments

    • Support multiple currencies for international groups

  • Answered by AI
Round 3 - System Design 

(1 Question)

  • Q1. Design API Rate Limiter
  • Ans. 

    Design API Rate Limiter to control the number of requests a user can make within a specific time frame.

    • Implement a token bucket algorithm to track and limit the number of requests per user.

    • Use a sliding window to track the time frame for request limits.

    • Consider using a distributed cache like Redis to store and manage request limits.

    • Provide appropriate error responses when the rate limit is exceeded.

    • Allow for customizat...

  • Answered by AI

Skills evaluated in this interview

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

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET) and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitutde test including maths and gk

Round 2 - One-on-one 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Why non tech profile despite being from tech background?
  • Q3. How much would you rate yourself on excel out of 10?
  • Q4. What are your hobbies?
  • Q5. What software apart from excel do you know which may help you perform your duties better at this job?
  • Ans. 

    Apart from Excel, I am familiar with software like Jira, Trello, and Asana which can help in project management and task tracking.

    • Jira - for project management and issue tracking

    • Trello - for task management and collaboration

    • Asana - for project planning and team communication

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

SDE Interview Questions & Answers

Network 18 user image Mayank jain

posted on 23 Dec 2024

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 Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Max subarray sum
  • Q2. Reverse linked list
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(6 Questions)

  • Q1. Introduce yourself in breif ?
  • Ans. 

    I am a detail-oriented individual with a background in content moderation and a passion for ensuring online safety.

    • Experienced in reviewing and moderating user-generated content

    • Strong attention to detail and ability to identify inappropriate or harmful content

    • Familiar with content moderation guidelines and policies

    • Excellent communication skills for providing feedback and enforcing guidelines

    • Ability to work efficiently

  • Answered by AI
  • Q2. What you know about content moderation?
  • Ans. 

    Content moderation involves monitoring and reviewing user-generated content to ensure it meets community guidelines and standards.

    • Content moderation involves monitoring user-generated content on websites, social media platforms, forums, etc.

    • The goal is to ensure that the content complies with community guidelines, terms of service, and legal requirements.

    • Moderators review text, images, videos, and other forms of conten...

  • Answered by AI
  • Q3. Share your screen and type your native language news read it and explain in hindi to interviewer
  • Q4. Are able to work on night shift
  • Ans. 

    Yes, I am able to work on night shifts.

    • I am comfortable working during night hours

    • I have previous experience working night shifts

    • I am able to adjust my schedule to accommodate night shifts

  • Answered by AI
  • Q5. Are you able to work on this sallery
  • Ans. 

    Yes, I am able to work on this salary.

    • I am comfortable with the salary offered for this position.

    • I have reviewed the salary details and it meets my expectations.

    • I am confident in my ability to perform well in this role regardless of the salary.

  • Answered by AI
  • Q6. What you know about infoesearch ?
  • Ans. 

    Infosearch is the process of researching and gathering information from various sources.

    • Infosearch involves using search engines to find relevant information

    • It may also include searching through databases, libraries, and other resources

    • Infosearch is important for gathering accurate and up-to-date information for decision-making

    • Examples of infosearch include researching a topic for a school project or finding informatio

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Infoesearch Ites Content Moderator interview:
  • youtube
Interview preparation tips for other job seekers - not very hard search question on youtube or ambition box.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Easy DSA questions 1-2, Array Strings
  • Q2. IOS Questions, Easy to Medium
Round 2 - Technical 

(2 Questions)

  • Q1. DSA 1-2 Questions Easy
  • Q2. Medium ios topics including cacheing, life cycle
Round 3 - Behavioral interview 

(2 Questions)

  • Q1. Behaviour based questions
  • Q2. STAR methodology related questions

OtakuKart Interview FAQs

How many rounds are there in OtakuKart interview?
OtakuKart interview process usually has 2 rounds. The most common rounds in the OtakuKart interview process are Assignment, One-on-one Round and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

Pocket FM Interview Questions
3.1
 • 45 Interviews
DAZN Interview Questions
2.6
 • 29 Interviews
Network 18 Interview Questions
3.4
 • 25 Interviews
Gaana Interview Questions
3.9
 • 14 Interviews
Siti Networks Interview Questions
4.0
 • 11 Interviews
Saregama India Interview Questions
4.0
 • 8 Interviews
UFO Moviez Interview Questions
3.6
 • 8 Interviews
View all

OtakuKart Reviews and Ratings

based on 37 reviews

3.6/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.3

Salary

3.2

Job security

3.4

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 37 Reviews and Ratings
Content Writer
4 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Content Writer Intern
3 salaries
unlock blur

₹0.7 L/yr - ₹3.6 L/yr

Explore more salaries
Compare OtakuKart with

Siti Networks

4.0
Compare

Saregama India

4.0
Compare

Network 18

3.4
Compare

Carnival Cinemas

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