Upload Button Icon Add office photos

Lexmark International

Compare button icon Compare button icon Compare

Filter interviews by

Lexmark International Software Engineering Manager Interview Questions and Answers

Updated 8 Aug 2022

Lexmark International Software Engineering Manager Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Majorly on the current projects and technical scenario based questions.
Round 2 - HR 

(1 Question)

  • Q1. Questions were around mentoring, challenges, expectation on job/salary,

Interview Preparation Tips

Interview preparation tips for other job seekers - It never felt like interview instead a discussion. Be confident on what you work on and have borader picture on the project. Thanks to the interviewers.

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Lexmark International?
Ask anonymously on communities.

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

Software Engineering Manager Interview Questions Asked at Other Companies

Q1. How would you design a data processing system to manage incoming ... read more
asked in 411 Locals
Q2. How do you implement Transactional statements using MyISAM Engine ... read more
Q3. What system design strategies can be employed to optimize databas ... read more
asked in MasterCard
Q4. How would you resolve eventual consistency in a relational databa ... read more
asked in MasterCard
Q5. What are the use cases where the CQRS pattern can be used?
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 3 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 

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

Round 3 - 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.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the main principles of the Java
  • Q2. What is the different between == and equals method

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?
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
  • 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
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
  • 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
  • Q6. A puzzle question was asked but i don't remeber it.

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Two sections :
in 1st section aptitude and verbal test and 2nd section technical

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction of yourself
  • Q2. What is angular

Interview Preparation Tips

Interview preparation tips for other job seekers - good and nice exprience with interview and waiting for feedback

Skills evaluated in this interview

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 was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Lamda experience
  • Ans. Good
  • Answered Anonymously
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Ans. 

    Sort an array of colors represented as strings in a specific order: red, white, and blue.

    • Use the Dutch National Flag algorithm for efficient sorting.

    • Iterate through the array and maintain three pointers: low, mid, and high.

    • Swap elements based on their color: red (0), white (1), blue (2).

    • Example: Input: ['blue', 'white', 'red', 'red', 'blue'], Output: ['red', 'red', 'white', 'blue', 'blue'].

  • Answered by AI
  • Q2. Detect cycle in a linked list
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.

Lexmark International Interview FAQs

How many rounds are there in Lexmark International Software Engineering Manager interview?
Lexmark International interview process usually has 2 rounds. The most common rounds in the Lexmark International interview process are Technical and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Stefanini Interview Questions
2.9
 • 36 Interviews
F5 Networks Interview Questions
3.7
 • 24 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
CDW Interview Questions
4.4
 • 21 Interviews
Softtek Interview Questions
3.9
 • 21 Interviews
Akkodis Interview Questions
3.1
 • 20 Interviews
View all
Software Engineer
47 salaries
unlock blur

₹11.1 L/yr - ₹20.5 L/yr

Software Developer
36 salaries
unlock blur

₹11.6 L/yr - ₹31 L/yr

Architecture and Strategy Professional
35 salaries
unlock blur

₹15 L/yr - ₹25 L/yr

Software Engineer2
29 salaries
unlock blur

₹10.4 L/yr - ₹16.6 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹12.2 L/yr - ₹22.3 L/yr

Explore more salaries
Compare Lexmark International with

Actalent Services

3.5
Compare

Pitney Bowes

3.8
Compare

Stefanini

2.9
Compare

Softtek

3.9
Compare
write
Share an Interview