Upload Button Icon Add office photos

Filter interviews by

LexisNexis Interview Questions and Answers

Updated 22 Jan 2025

LexisNexis Interview Experiences

Popular Designations

7 interviews found

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(7 Questions)

  • Q1. Project explanation
  • Q2. Sql query optimization
  • Q3. Sql coding for dense rank and python coding for removing duplicates
  • Q4. AWS spark submit command
  • Q5. Airflow operatos
  • Q6. Big query operators
  • Q7. Realtime usecase challenge and solving that challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare evrything in your resume

AWS Data Engineer Interview Questions asked at other Companies

Q1. libraries used in ur project and how do you import them
View answer (1)

Senior Data Scientist II Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2024

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 Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Binary search question
  • Q2. Heap question dsa
  • Q3. Level order traversal binary tree
Round 2 - Technical 

(1 Question)

  • Q1. Natural language processing
Round 3 - Technical 

(1 Question)

  • Q1. Machine learning and natural language processing

Developpeur C# Net Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2024

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

I was interviewed in Mar 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. C'est quoi une interface ?
  • Q2. Principe SOLID ?
  • Q3. Architecture hexagorale

Software Developer Interview Questions & Answers

user image Nkosinathi Zamisa

posted on 20 May 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Synchronous programming

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

LexisNexis interview questions for popular designations

 AWS Data Engineer

 (1)

 Key Account Manager

 (1)

 Software Developer

 (1)

 Software Engineer

 (1)

 Team Lead

 (1)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2024

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

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About security standard
Round 2 - Technical 

(1 Question)

  • Q1. Security standards

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java collection , Spring boot, mucroservices
  • Q2. Java 8 features , File handling

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Sales Process related questions.
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers.Or with people with less than 5 years of experience.Company has a layoff culture.It regularly lays off employees after a couple of years on the pretext of cost cutting.

Key Account Manager Interview Questions asked at other Companies

Q1. What is the reason behind introduction of Loan secure products amongst lenders and Insurance companies.
View answer (5)

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Deep dive on current migration project and architecture, Type of dimensional modelling , normalization & de normalization
  • Q2. Which AWS services used and AWS architecture for those services
  • Ans. 

    AWS services used include S3, Redshift, Glue, EMR, and Lambda in a scalable and cost-effective architecture.

    • AWS S3 for storing large amounts of data

    • AWS Redshift for data warehousing and analytics

    • AWS Glue for ETL processes

    • AWS EMR for big data processing

    • AWS Lambda for serverless computing

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

(5 Questions)

  • Q1. Current project end to end explanation
  • Ans. 

    Developed a real-time data processing pipeline for analyzing customer behavior

    • Designed and implemented data ingestion process using Apache Kafka

    • Utilized Apache Spark for data processing and analysis

    • Built data models and visualizations using tools like Tableau

    • Implemented machine learning algorithms for predictive analytics

  • Answered by AI
  • Q2. Questions on spark optimization, Coalesce/Repartition, Handling data skew
  • Q3. Explain spark submit command in detail
  • Ans. 

    Spark submit command is used to submit Spark applications to a cluster

    • Used to launch Spark applications on a cluster

    • Requires specifying the application JAR file, main class, and any arguments

    • Can set various configurations like memory allocation, number of executors, etc.

    • Example: spark-submit --class com.example.Main --master yarn --deploy-mode cluster myApp.jar arg1 arg2

  • Answered by AI
  • Q4. SQL question on self join
  • Q5. Easy Python question on printing even numbers in a range
Round 3 - One-on-one 

(4 Questions)

  • Q1. Current project explanation end to end
  • Ans. 

    Developed a real-time data processing pipeline for analyzing customer behavior

    • Designed and implemented data ingestion process using Apache Kafka

    • Utilized Apache Spark for data processing and analysis

    • Built data models and visualizations using tools like Tableau

    • Implemented machine learning algorithms for predictive analytics

  • Answered by AI
  • Q2. PySpark coding question
  • Q3. Question on spark internals JVM & GC
  • Q4. Configure Cluster for 100 TB data
  • Ans. 

    To configure a cluster for 100 TB data, consider factors like storage capacity, processing power, network bandwidth, and fault tolerance.

    • Choose a distributed storage system like HDFS or Amazon S3 for scalability and fault tolerance.

    • Select high-capacity servers with sufficient RAM and CPU for processing large volumes of data.

    • Ensure high-speed network connections between nodes to facilitate data transfer.

    • Implement data r...

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

(3 Questions)

  • Q1. Current project architecture end to end
  • Ans. 

    Our current project architecture involves a microservices-based approach with data pipelines for real-time processing.

    • Utilizing microservices architecture for scalability and flexibility

    • Implementing data pipelines for real-time processing of large volumes of data

    • Leveraging cloud services such as AWS or Azure for infrastructure

    • Using technologies like Apache Kafka for streaming data

    • Ensuring data quality and reliability t

  • Answered by AI
  • Q2. Case study with order management , Create Facts & dimension for Amazon orders
  • Q3. SQL query to find the 2nd most order item in a category
  • Ans. 

    Use a SQL query with a subquery to find the 2nd most ordered item in a category.

    • Use a subquery to rank items within each category based on the number of orders

    • Select the item with rank 2 within each category

    • Order the results by category and rank to get the 2nd most ordered item in each category

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GoDaddy Senior Data Engineer interview:
  • AWS
  • Pyspark
  • SQL
  • Python
  • Data Modeling
Interview preparation tips for other job seekers - All rounds are around 30-45 mins, Majorly focused on Previous work + Data engineering basic concepts.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Case Study 

I am currently graduating. I am in the 2nd year of B.Sc. this year.

Round 2 - Technical 

(3 Questions)

  • Q1. What is the work in technical
  • Q2. How is technology used
  • Ans. 

    Technology is used in the workplace for communication, organization, automation, and efficiency.

    • Communication: Email, messaging apps, video conferencing

    • Organization: Project management tools, calendars, cloud storage

    • Automation: Workflow automation, data entry automation

    • Efficiency: Time tracking software, collaboration platforms

  • Answered by AI
  • Q3. What work will be given to me in technical

Interview Preparation Tips

Topics to prepare for Online Legal India Office Assistant interview:
  • Aptitude
  • Personality Development
  • Communication Skills
  • Knowledge Management
Interview preparation tips for other job seekers - I don't have that special experience because I haven't graduated yet, I'm sorry
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

It was an online assessment consisting of Operating Systems, Object-Oriented Programming, Database Management Systems, and three coding questions and also focused on grammar.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Data structures questions
  • Q2. SQL queries
  • Q3. What are the concepts of Object-Oriented Programming (OOP), specifically method overloading and method overriding?
  • Ans. 

    OOP concepts include method overloading and method overriding for reusability and flexibility in programming.

    • Method overloading allows multiple methods with the same name but different parameters in a class.

    • Method overriding involves creating a new implementation of a method in a subclass that is already defined in the superclass.

    • Method overloading is resolved at compile time, while method overriding is resolved at run...

  • Answered by AI
  • Q4. Operating systems quuestions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project based questions
  • Q2. What technology stack is utilized, and why was this specific stack selected?
  • Ans. 

    The technology stack utilized includes Java, Spring Boot, Angular, and MySQL. This stack was selected for its robustness, scalability, and ease of development.

    • Java is used for backend development due to its versatility and strong community support

    • Spring Boot is chosen for its ease of setup and integration with Java applications

    • Angular is utilized for frontend development to create dynamic and interactive user interface...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to discuss everything included in your resume, including your internship experiences. Pay particular attention to core computer science subjects, especially object-oriented programming. Additionally, make sure to review the job description thoroughly to anticipate the relevant questions that may be asked.

LexisNexis Interview FAQs

How many rounds are there in LexisNexis interview?
LexisNexis interview process usually has 1-2 rounds. The most common rounds in the LexisNexis interview process are Technical, One-on-one Round and HR.
How to prepare for LexisNexis 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 LexisNexis. The most common topics and skills that interviewers at LexisNexis expect are IT Sales, Solution Sales, Account Management, Client Engagement and Client Management.
What are the top questions asked in LexisNexis interview?

Some of the top questions asked at the LexisNexis interview -

  1. sql coding for dense rank and python coding for removing duplica...read more
  2. C'est quoi une interfac...read more
  3. realtime usecase challenge and solving that challe...read more

Tell us how to improve this page.

LexisNexis Interview Process

based on 6 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Thomson Reuters Interview Questions
4.1
 • 112 Interviews
Wolters Kluwer Interview Questions
3.9
 • 80 Interviews
Bloomberg Interview Questions
3.4
 • 25 Interviews
RELX Group Interview Questions
3.7
 • 9 Interviews
View all

LexisNexis Reviews and Ratings

based on 68 reviews

3.6/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.5

Salary

3.6

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 68 Reviews and Ratings
Senior Software Engineer
51 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
31 salaries
unlock blur

₹3.6 L/yr - ₹14.9 L/yr

Area Sales Manager
15 salaries
unlock blur

₹7.4 L/yr - ₹11 L/yr

Software Engineer III
14 salaries
unlock blur

₹9.4 L/yr - ₹25.4 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹3.5 L/yr - ₹6.8 L/yr

Explore more salaries
Compare LexisNexis with

Thomson Reuters

4.1
Compare

Wolters Kluwer

3.9
Compare

Bloomberg

3.4
Compare

RELX Group

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