Upload Button Icon Add office photos
Engaged Employer

i

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

Elsevier Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Elsevier Associate Counsel Interview Questions and Answers

Updated 12 Mar 2024

Elsevier Associate Counsel Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Behavioral 

(1 Question)

  • Q1. Questions regarding previous job

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is quite easy just make sure you are confident of what is being asked.

Interview questions from similar companies

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

(2 Questions)

  • Q1. How does the server work
  • Ans. 

    The server works by receiving requests from clients, processing them, and sending back responses.

    • The server listens for incoming requests on a specific port.

    • It processes the requests based on the defined logic or rules.

    • The server sends back responses to the clients with the requested information.

    • Examples: Apache HTTP Server, Nginx, Microsoft IIS

  • Answered by AI
  • Q2. What is osi module
  • Ans. 

    OSI (Open Systems Interconnection) model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • OSI model helps in understanding how different networking protocols work together.

    • It divides the communication process into smaller and manageable components.

    • Each layer has specific functions and interacts with adjacent layers.

    • Examples of OSI layers include phys...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Feb 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 

(3 Questions)

  • Q1. What about the industry
  • Ans. Ad sales, Space sales PR relationship Clint
  • Answered Anonymously
  • Q2. How will you generate business for the company
  • Q3. Good presentation, good call pitch, company product, scheme benefit clients,

Interview Preparation Tips

Interview preparation tips for other job seekers - Knowledge media marketing and news paper information over all categories

I applied via Newspaper Ad and was interviewed in Oct 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 - Aptitude Test 

Introduction,
Qualification,
Experience

Round 3 - Technical 

(1 Question)

  • Q1. Practically on computer about excel. PowerPoint, etc
Round 4 - HR 

(1 Question)

  • Q1. Chexk my documents. Ask about back hob and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - This is an interview. Interviewer
Anything can ask?
So prepare first for your interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About previous experience
  • Ans. Previously was in scheduling which help to work with agency and client
  • Answered Anonymously
  • Q2. How you handle a team
  • Ans. Always trying to work as leader to motivate teammates
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Dainik Bhaskar is a great platform where they cam amplify his ability. This is an industry where an employee converted into Race ka Ghora
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 Apr 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asking self introduction and experience regarding the field
Round 2 - One-on-one 

(2 Questions)

  • Q1. Want to know why relocating in this city and how much experience in past
  • Q2. Because my family stay near by this city
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2023. There were 3 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 - HR 

(1 Question)

  • Q1. Screening and job profile
Round 3 - One-on-one 

(1 Question)

  • Q1. About your experience and the role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level questions , 1 hr

Round 2 - Technical 

(1 Question)

  • Q1. Medium level, technical knowledge test
Round 3 - Technical 

(1 Question)

  • Q1. Very low level system design
  • Ans. 

    Design a low-level system for a software engineer interview.

    • Start by understanding the requirements and constraints of the system.

    • Identify the components and their interactions.

    • Consider the data structures and algorithms needed.

    • Think about performance, scalability, and fault tolerance.

    • Document the design and discuss trade-offs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - medium level interview, focuses more on project knowledge

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
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 

1 hour Hacker Rank Platform Medium To Hard Level Problems are there.

Round 3 - Technical 

(1 Question)

  • Q1. DSA,OOPS,DBMS One coding Problem on Arrays
Round 4 - Technical 

(1 Question)

  • Q1. Discussion On Projects And Some DSA Topics Like Stacks,Queues Problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Do DSA properly. And also practice SQL queries and DBMS topics.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

Elsevier Interview FAQs

How many rounds are there in Elsevier Associate Counsel interview?
Elsevier interview process usually has 1 rounds. The most common rounds in the Elsevier interview process are Behavioral.

Tell us how to improve this page.

Elsevier Associate Counsel Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Thomson Reuters Interview Questions
4.1
 • 113 Interviews
Wolters Kluwer Interview Questions
3.9
 • 80 Interviews
Cimpress Interview Questions
4.0
 • 62 Interviews
Times Group Interview Questions
3.8
 • 27 Interviews
SiliconIndia Interview Questions
2.7
 • 25 Interviews
View all

Fast track your campus placements

View all
Journal Manager
62 salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Data Analyst
47 salaries
unlock blur

₹3.2 L/yr - ₹12.9 L/yr

Senior Software Engineer
40 salaries
unlock blur

₹11 L/yr - ₹31 L/yr

Software Engineer III
34 salaries
unlock blur

₹7.2 L/yr - ₹22 L/yr

Senior Quality Engineer
24 salaries
unlock blur

₹17 L/yr - ₹24 L/yr

Explore more salaries
Compare Elsevier with

Springer Nature in India

4.0
Compare

Wolters Kluwer

3.9
Compare

Taylor & Francis Group

3.5
Compare

Informa

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