Upload Button Icon Add office photos

Filter interviews by

Editorialist YX Interview Questions, Process, and Tips

Updated 6 Jun 2024

Top Editorialist YX Interview Questions and Answers

View all 6 questions

Editorialist YX Interview Experiences

Popular Designations

4 interviews found

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 May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Linux commands
print all substrings and frequency of each substring
merged two sorted arrays

Round 2 - Technical 

(2 Questions)

  • Q1. Explain your automation frameowrk
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test case management and reporting

    • Employs data-driven approach for test data separation

    • Includes logging and reporting mechanisms for test execution

    • Supports parallel execution for faster test runs

  • Answered by AI
  • Q2. How will you automate data in files
  • Ans. 

    Automating data in files involves using tools like Selenium WebDriver or Apache POI to read/write data from/to files.

    • Use Selenium WebDriver to interact with web elements and extract data to be written to files

    • Use Apache POI library to read/write data from/to Excel files

    • Utilize scripting languages like Python or Java to automate data manipulation in files

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong coding required

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

I applied via Recruitment Consulltant and was interviewed in Apr 2022. 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 - Technical 

(1 Question)

  • Q1. Profiles you have worked so far
  • Ans. 

    I have worked with a diverse range of profiles in my career as a Senior Lead Recruiter.

    • IT professionals with expertise in software development, data analysis, and cybersecurity.

    • Sales and marketing professionals with experience in B2B and B2C industries.

    • Finance and accounting professionals with knowledge of financial planning and analysis, auditing, and taxation.

    • Human resources professionals with expertise in talent acq...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Do you have any experience in Report making
  • Ans. 

    Yes, I have experience in report making.

    • I have created various reports during my previous roles as a recruiter.

    • I am proficient in using tools like Microsoft Excel and Google Sheets to create reports.

    • I have experience in analyzing recruitment data and presenting it in a clear and concise manner.

    • I have created reports on metrics such as time-to-fill, source effectiveness, and candidate quality.

    • I am familiar with creating...

  • Answered by AI
  • Q2. What is the motivation of your change Reason for change
  • Ans. 

    My motivation for change is to take on new challenges and continue growing professionally.

    • Seeking opportunities for career advancement

    • Desire to work in a different industry or company

    • Willingness to learn new skills and expand knowledge

    • Need for a change in work environment or culture

    • Interest in taking on more responsibility and leadership roles

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. What you want to achieve after 5 yrs
  • Ans. 

    In 5 years, I want to have advanced to a leadership role within the company and have successfully implemented innovative recruitment strategies.

    • Advance to a leadership role within the company

    • Successfully implement innovative recruitment strategies

    • Build a high-performing recruitment team

    • Establish strong relationships with hiring managers and stakeholders

    • Contribute to the company's growth and success through effective ta

  • Answered by AI
  • Q2. You are most inclined with hiring's or Generalist
  • Ans. 

    I am most inclined with hiring's.

    • I have extensive experience in recruiting and hiring candidates.

    • I am skilled in sourcing, screening, and interviewing candidates.

    • I have a strong understanding of the hiring process and best practices.

    • I have successfully filled numerous positions in various industries.

    • I am knowledgeable about applicant tracking systems and recruitment tools.

  • Answered by AI
  • Q3. How you will make someone join our company
  • Ans. 

    I will make someone join our company by showcasing our company culture, growth opportunities, and benefits.

    • Highlight the positive aspects of our company culture, such as a supportive and collaborative work environment.

    • Emphasize the growth opportunities available within our company, such as career development programs and promotions based on performance.

    • Discuss the attractive benefits package we offer, including competi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and revised your projects you done so far

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2023

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

I applied via LinkedIn and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Java program coding
Aptitude questions
Linux
Automation
MySQL queries
Elastic queries
AWS
Programming
Java

Round 3 - HR 

(2 Questions)

  • Q1. Normal questions of HR round
  • Q2. Salary discussion. Negotiate well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Practice programs
Get on hand experience as much as u can

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

I was interviewed before Nov 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Proctored Online Test On Mettl.

  • Q1. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

Round 2 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

There were two Interviewers.
Interview started with an introduction.
Questions were asked from my projects.
Questions from Linked Lists, Trees, Graphs were asked.

  • Q1. 

    Palindrome Linked List Problem Statement

    You are provided with a singly linked list of integers. Your task is to determine whether the given singly linked list is a palindrome. Return true if it is a pali...

Round 3 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

More questions from DSA were asked.
Questions from DBMS, SQL, OS were asked in the end.

  • Q1. 

    LRU Cache Design Question

    Design a data structure for a Least Recently Used (LRU) cache that supports the following operations:

    1. get(key) - Return the value of the key if it exists in the cache; otherw...

  • Q2. 

    M-Coloring Problem Statement

    Given an undirected graph as an adjacency matrix and an integer M, determine whether you can color the vertices of the graph using at most M colors such that no two adjacent v...

Interview Preparation Tips

Eligibility criteriaAbove 8.5 CGPAEditorialist YX interview preparation:Topics to prepare for the interview - C++, OOPS, Data Structures, Algorithms,OS, DBMS Quantitative AptitudeTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Learn Data Structures and Algorithms. Practice atleast 300 (150 Medium + 100 Easy + 50 Hard) coding questions from Geeksforgeeks or Leetcode.
Tip 2 : Learn OOPS, OS, DBMS.
Tip 3 : Do atleast 2 projects.

Application resume tips for other job seekers

Tip 1 : Don't mention unnecessary things on resume.
Tip 2 : Be precise and use good template.

Final outcome of the interviewSelected

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (4)

Editorialist YX interview questions for popular designations

 QA Engineer

 (1)

 Sdet Automation Test Engineer

 (1)

 Senior Lead Recruiter

 (1)

 Software Developer Intern

 (1)

Jobs at Editorialist YX

View all

Interview questions from similar companies

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

I applied via campus placement at Sarvajanik College of Engineering and Technology, Surat and was interviewed in Jun 2023. There were 8 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 - Aptitude Test 

Prepare for the interview properly

Round 3 - Coding Test 

Coding should be well prepared

Round 4 - Group Discussion 

Don't stay silent atleast should speak something

Round 5 - HR 

(1 Question)

  • Q1. Be confident and maintain body language
Round 6 - One-on-one 

(1 Question)

  • Q1. Basic questions on the relevant subject
Round 7 - Technical 

(1 Question)

  • Q1. Basic questions on the relevant subject
Round 8 - Case Study 

Know the recent technology in the market

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. 1st HR Round & then technical
Round 3 - Technical 

(1 Question)

  • Q1. Before facing interview go through website.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

String , Array ,Collection framework related questions.

Round 3 - Assignment 

Ecommerce site with Login,Review,AddToCart,Order features,Filter features.

Round 4 - Technical 

(1 Question)

  • Q1. Html,Css,Js. Interviewer don't have knowledge on Java,React js.And if you don't able to answer basic html,css related questions they will disqualify you.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply.Totaly time waste.And even if you apply don't share project with them neither the Github link nor the the files via any medium.You are going to regret if you share the project.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. In trend java questions
Round 3 - Technical 

(1 Question)

  • Q1. Advance java questions, questions related to microservice and java 8
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Group Discussion 

A GD will be held by the HR wherein you'll have to give your inputs on the given topic.

Round 3 - Aptitude Test 

Aptitude test wast easy to moderate.

Round 4 - One-on-one 

(1 Question)

  • Q1. Interview was with the General Manager Tell me about yourself. What do you know about the company? What would be your role here? Simple multiplication like 48*11 Why startup? Which all start-up have you ap...
Round 5 - One-on-one 

(1 Question)

  • Q1. Interview was with the EIR Are there more tyres or doors in the world? Why startup? Expected CTC
Round 6 - One-on-one 

(1 Question)

  • Q1. With the co founder Basic questions and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared to justify why startup and be confident.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Assignment 

It impact on next round for the examiner

Round 3 - Technical 

(2 Questions)

  • Q1. We can improve our experience for this and next time
  • Q2. Whether the Queries are about programatic or theoretical.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice both theoretical and practical knowledge of prepared data.

Editorialist YX Interview FAQs

How many rounds are there in Editorialist YX interview?
Editorialist YX interview process usually has 3 rounds. The most common rounds in the Editorialist YX interview process are Technical, Resume Shortlist and HR.
How to prepare for Editorialist YX 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 Editorialist YX. The most common topics and skills that interviewers at Editorialist YX expect are E-commerce, Accessories, Java, Medical Insurance and MySQL.
What are the top questions asked in Editorialist YX interview?

Some of the top questions asked at the Editorialist YX interview -

  1. How will you automate data in fi...read more
  2. explain your automation frameo...read more
  3. Normal questions of HR ro...read more

Tell us how to improve this page.

Editorialist YX Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Myntra Interview Questions
4.0
 • 215 Interviews
AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Shoppers Stop Interview Questions
4.1
 • 110 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 96 Interviews
Lifestyle Interview Questions
4.3
 • 63 Interviews
View all

Editorialist YX Reviews and Ratings

based on 16 reviews

2.6/5

Rating in categories

2.5

Skill development

2.6

Work-life balance

3.0

Salary

3.0

Job security

2.6

Company culture

2.5

Promotions

2.6

Work satisfaction

Explore 16 Reviews and Ratings
Full-Stack Web Developer

Gurgaon / Gurugram

2-5 Yrs

Not Disclosed

Catalog Analyst-Intern ( remote)

Kolkata,

Mumbai

+5

0-2 Yrs

Not Disclosed

Senior Automation Engineer (SDET)

Kolkata,

Mumbai

+5

4-5 Yrs

Not Disclosed

Explore more jobs
QA Lead
8 salaries
unlock blur

₹19 L/yr - ₹25 L/yr

Operations Associate
7 salaries
unlock blur

₹5 L/yr - ₹7.2 L/yr

Senior Software Developer
4 salaries
unlock blur

₹22 L/yr - ₹53 L/yr

Senior Associate Operations
4 salaries
unlock blur

₹6.8 L/yr - ₹7.7 L/yr

Software Engineer
3 salaries
unlock blur

₹15 L/yr - ₹20 L/yr

Explore more salaries
Compare Editorialist YX with

Myntra

4.0
Compare

Koovs

4.2
Compare

Vogue

4.3
Compare

Elle India

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