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

Clear (1)

Elsevier Software Engineer Interview Questions and Answers

Updated 24 Oct 2023

Elsevier Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Gowthami Ramachandran

posted on 24 Oct 2023

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

I applied via Approached by Company and was interviewed before 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Test strategies
  • Q2. Which level of testing is more focussed
  • Ans. 

    Unit testing is more focused

    • Unit testing focuses on testing individual components or functions in isolation

    • It is typically automated and executed frequently during development

    • Examples include testing a specific function in a program or a specific module in an application

  • Answered by AI
Round 3 - Case Study 

Hsd to design a simple product cart application

Round 4 - Aptitude Test 

It was a phycometry test

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Assignment 

Leetcode questions on Java, Go

Round 2 - Group Discussion 

Theory based questions

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

I applied via Company Website and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked python memory management, string manipulations, regex, and about my current project

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep strong hold on python basics and data structure

I was interviewed in Aug 2022.

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 Resume tips
Round 2 - Aptitude Test 

General questions on quant, verbal ability and code snippets

Round 3 - Coding Test 

2 questions were provided of Java and python each ,if you solve any one of them will work

Round 4 - Automated Interview 

(3 Questions)

  • Q1. Some basic questions, where you get some 2 mins to see the questions and also record the answer for at least 1 min
  • Q2. Firstly, tell me about yourself but no cross questions were there than one coding question on string overall interviewer's energy was very low, and shortlisting was also very unprofessional.
  • Q3. Some basic questions on DBMS and Data Structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't take this interview too seriously they will 100% won't contact you if you don't get selected (as in no rejection or result mail ) also the chances of getting selected are very low as the final seats are very very less and they are taking interviews in bulk.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Tell us about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile environments

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. What are salary expectations
  • Ans. 

    Salary expectations should be based on industry standards, experience, and location.

    • Research industry standards for the specific role and location

    • Consider your level of experience and skills

    • Factor in cost of living in the area where the job is located

    • Be prepared to negotiate based on the job responsibilities and benefits package

  • Answered by AI
  • Q3. Resume background screening
  • Q4. Commuting distance
  • Q5. Why you want to work?
  • Ans. 

    I am passionate about solving complex problems and creating innovative solutions through software engineering.

    • Passion for problem-solving

    • Interest in creating innovative solutions

    • Excitement for software engineering challenges

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 Resume tips
Round 2 - Coding Test 

It was a 90 minute coding test, involving 3 problems:
1-Given points on a 2d plane, you can delete one point, what is the minimum maximum distance you can have?
2-LFU Cache
3-Given an array with elements 0,1, your task is to find number of ways to divide this array into contiguous chunks so that each chunk has only one 1 in it.

Round 3 - Technical 

(2 Questions)

  • Q1. How do you avoid method overriding?
  • Ans. 

    To avoid method overriding, make the method final or private.

    • Declare the method as final to prevent it from being overridden in subclasses.

    • Declare the method as private to hide it from subclasses.

    • Use the @Override annotation to ensure that a method is actually overriding a superclass method.

  • Answered by AI
  • Q2. What is the 'finalize' keyword for?
  • Ans. 

    The 'finalize' keyword is used in Java to perform cleanup operations before an object is garbage collected.

    • The 'finalize' method is called by the garbage collector before reclaiming an object's memory.

    • It can be used to release resources like closing files or sockets.

    • It is not recommended to rely on 'finalize' for resource cleanup as it is not guaranteed to be called.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your DSA problems.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

DSA Hackerrank assessment

Round 2 - Technical 

(2 Questions)

  • Q1. DSA questions - Tree, Binary Search
  • Q2. 2sum various approaches
  • Ans. 

    The 2sum problem involves finding two numbers in an array that add up to a given target.

    • One approach is to use a hash table to store the complement of each number as we iterate through the array.

    • Another approach is to sort the array and use two pointers, one starting from the beginning and the other from the end, to find the pair.

    • If the array is sorted, we can also use binary search to find the complement of each numbe

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Dsa question about maps

Round 2 - Technical 

(2 Questions)

  • Q1. Design robotic restaurant
  • Ans. 

    Robotic restaurant design for automated food preparation and delivery

    • Implement robotic arms for cooking and food preparation

    • Utilize conveyor belts for transporting dishes to customers

    • Incorporate automated order taking and payment systems

    • Design a user-friendly interface for customers to place orders and customize meals

    • Ensure efficient cleaning and maintenance processes for the robots

  • Answered by AI
  • Q2. How to achieve fault tolerance
  • Ans. 

    Achieve fault tolerance by implementing redundancy, monitoring systems, and graceful degradation.

    • Implement redundancy by having backup systems in place to take over in case of failure

    • Monitor systems continuously to detect faults and address them proactively

    • Use graceful degradation to ensure that the system remains functional even if certain components fail

  • Answered by AI
Round 3 - Coding Test 

Design coupon system based on reqs

Round 4 - Technical 

(2 Questions)

  • Q1. Brute force algo
  • Q2. Cdn type questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How nodejs works internally?
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser.

    • Node.js uses the V8 JavaScript engine from Google Chrome to execute code.

    • It is built on the event-driven, non-blocking I/O model, making it lightweight and efficient.

    • Node.js uses a single-threaded event loop to handle multiple concurrent connections.

    • It has a built-in module system that allows developers to easily add functionality t

  • Answered by AI
  • Q2. Std input output questions of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

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

Elsevier Interview FAQs

How many rounds are there in Elsevier Software Engineer interview?
Elsevier interview process usually has 4 rounds. The most common rounds in the Elsevier interview process are Resume Shortlist, One-on-one Round and Case Study.
What are the top questions asked in Elsevier Software Engineer interview?

Some of the top questions asked at the Elsevier Software Engineer interview -

  1. Which level of testing is more focus...read more
  2. Test strateg...read more

Recently Viewed

INTERVIEWS

Elsevier

No Interviews

SALARIES

Coursopedia

JOBS

Khan Global Design

No Jobs

INTERVIEWS

Elsevier

No Interviews

JOBS

Hexaware Technologies

No Jobs

REVIEWS

UNIVO Education

No Reviews

REVIEWS

Manipal Global Education Services

No Reviews

SALARIES

UNIVO Education

INTERVIEWS

Elsevier

No Interviews

SALARIES

IMS People

Tell us how to improve this page.

Elsevier Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all
Elsevier Software Engineer Salary
based on 20 salaries
₹6.8 L/yr - ₹25.2 L/yr
98% more than the average Software Engineer Salary in India
View more details

Elsevier Software Engineer Reviews and Ratings

based on 4 reviews

4.5/5

Rating in categories

4.7

Skill development

4.5

Work-life balance

4.7

Salary

4.5

Job security

4.7

Company culture

4.3

Promotions

4.7

Work satisfaction

Explore 4 Reviews and Ratings
Journal Manager
62 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
39 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer III
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 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