Upload Button Icon Add office photos

Lexmark International

Compare button icon Compare button icon Compare

Filter interviews by

Lexmark International Software Engineer Interview Questions and Answers

Updated 24 Oct 2022

Lexmark International Software Engineer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Sep 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 

It had Coding (Leetcode Easy-Medium ) and Aptitude (Quant, Logical Reasoning, Data Interpretation and English)

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round 1 - MongoDb queries, HTTP protocols, Sorting algorithms, 2 pointer approaches. I was asked about HTTP protocols and REST APIs because I had internship experience in those fields.
Round 4 - Technical 

(1 Question)

  • Q1. Managerial Round - Preference of hybrid or work from home, discussion on cloud technologies and simple discussion on sports.

Interview Preparation Tips

Topics to prepare for Lexmark International Software Engineer interview:
  • Data Structures
  • Algorithms
  • Database management system
  • OOPS
  • REST API
  • HTTP
Interview preparation tips for other job seekers - Stay calm and be confident about your preparation. Lexmark interviews are not very difficult to crack. I feel they mainly judge the attitude of the person than their skills.
Overall, it is one of the highest paying companies in Kolkata so keep an eye out for them,

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Share the link for codesignal

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Based on the resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was a coding round and out of 75 students 28 got selected for next round

Round 2 - Technical 

(2 Questions)

  • Q1. Total on resume and basic coding questions like write code for different sorting algorithms.
  • Q2. Explain your project in detail and asking cross questions regarding project.
Round 3 - Technical 

(1 Question)

  • Q1. I was rejected in round 2.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume thoroughly, and have a basic DSA knowledge.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Paper test - MCQs(Hibernate, multithreading, logical reasoning, Quantitative, English grammar test )

Round 2 - Technical 

(1 Question)

  • Q1. Project related questions OOPs Multithreading, Collection Java 8 Spring boot
Round 3 - Technical 

(1 Question)

  • Q1. Same as round 2
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude round had the topics of train and distance and time , OOPS , Core Java , JavaScript questions , Operating System questions and DBMS questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Had some data structures and algorithm questions and graph , dynamic programming questions
  • Q2. Questions in the datastructures

Interview Preparation Tips

Interview preparation tips for other job seekers - Try your best guys it is a multinational company.
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 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What do u mean by data
  • Ans. 

    Data refers to facts, statistics, or information collected for analysis or reference.

    • Data is raw, unprocessed information.

    • It can be in the form of numbers, text, images, or any other format.

    • Examples include customer names, product prices, and sales figures.

    • Data can be structured (organized in a specific way) or unstructured (not organized).

  • Answered by AI
  • Q2. What is preprocessed data
  • Ans. 

    Preprocessed data is data that has been cleaned, transformed, and organized for analysis or modeling.

    • Preprocessed data is often used in machine learning and data analysis to improve the accuracy and efficiency of models.

    • Common preprocessing steps include removing missing values, scaling features, and encoding categorical variables.

    • Examples of preprocessing techniques include normalization, standardization, one-hot enco

  • Answered by AI
  • Q3. What do u mean by info
  • Ans. 

    Info refers to data or knowledge that provides details or context about a specific topic or subject.

    • Info can be in the form of facts, statistics, or explanations.

    • It helps to understand a topic better or make informed decisions.

    • Examples of info include news articles, research papers, and educational resources.

  • Answered by AI
  • Q4. How to copy from 2 tables and paste in 3rd one in sql
  • Ans. 

    Use SQL INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Use INSERT INTO SELECT statement to copy data from 2 tables and paste into a 3rd table.

    • Specify the columns you want to copy from each table in the SELECT statement.

    • Make sure the columns in the SELECT statement match the columns in the 3rd table where you are pasting the data.

  • Answered by AI
  • Q5. Reverse string using any language you know
  • Ans. 

    Reverse a string using any programming language

    • Use built-in functions like reverse() or slice() in languages like Python or JavaScript

    • Iterate through the string in reverse order and append each character to a new string

    • Use a stack data structure to push each character onto the stack and then pop them off to reverse the string

  • Answered by AI
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Lexmark International Interview FAQs

How many rounds are there in Lexmark International Software Engineer interview?
Lexmark International interview process usually has 4 rounds. The most common rounds in the Lexmark International interview process are Resume Shortlist, Aptitude Test and One-on-one Round.
How to prepare for Lexmark International Software Engineer 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 Lexmark International. The most common topics and skills that interviewers at Lexmark International expect are C++, GIT, Jenkins, Win32 and .Net.

Tell us how to improve this page.

Fast track your campus placements

View all
Lexmark International Software Engineer Salary
based on 47 salaries
₹8.5 L/yr - ₹16 L/yr
37% more than the average Software Engineer Salary in India
View more details

Lexmark International Software Engineer Reviews and Ratings

based on 11 reviews

4.0/5

Rating in categories

3.4

Skill development

4.8

Work-life balance

3.4

Salary

4.6

Job security

4.8

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 11 Reviews and Ratings
Software Engineer
47 salaries
unlock blur

₹8.5 L/yr - ₹16 L/yr

Architecture and Strategy Professional
37 salaries
unlock blur

₹10 L/yr - ₹30.3 L/yr

Software Developer
26 salaries
unlock blur

₹7 L/yr - ₹21.6 L/yr

Software Engineer2
26 salaries
unlock blur

₹10.4 L/yr - ₹16.6 L/yr

Senior Software Engineer
26 salaries
unlock blur

₹9.7 L/yr - ₹27 L/yr

Explore more salaries
Compare Lexmark International with

Actalent Services

3.5
Compare

Pitney Bowes

3.7
Compare

Stefanini

3.0
Compare

Softtek

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