Upload Button Icon Add office photos
Engaged Employer

i

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

Williams Lea Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Williams Lea Software Developer Interview Questions and Answers

Updated 11 Aug 2024

Williams Lea Software Developer Interview Experiences

1 interview found

Software Developer Interview Questions & Answers

user image Ahsiya Sirah

posted on 11 Aug 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Project Explain
  • Ans. 

    Project Explain is a question where you are asked to describe a project you have worked on in detail.

    • Provide an overview of the project including its purpose and goals

    • Explain the technologies used and your role in the project

    • Discuss any challenges faced and how they were overcome

    • Highlight the outcomes and impact of the project

  • Answered by AI

Interview questions from similar companies

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. What is firmware and where it is used?
  • Ans. 

    Firmware is a type of software that is embedded in hardware devices to control their functionality.

    • Firmware is a combination of hardware and software.

    • It is used to control the behavior of hardware devices.

    • Firmware is typically stored in non-volatile memory, such as ROM or flash memory.

    • Examples of devices that use firmware include routers, printers, and digital cameras.

  • Answered by AI
  • Q2. Tell me about yourself only.
  • Ans. 

    I am a passionate software developer with experience in building web applications and solving complex problems.

    • Experienced in programming languages such as Java, JavaScript, and Python

    • Familiar with front-end technologies like HTML, CSS, and React

    • Strong problem-solving skills and ability to work in a team environment

    • Previous projects include developing a customer management system for a small business

  • Answered by AI

Interview Preparation Tips

Round: aptitude
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: Technical Interview
Experience: the test had around 70 questions to be answered in 1 hour
Tips: keep watch on time and be quick enough because each sections has sectional cutoff.

Round: HR Interview
Experience: they tested my core knowledge and learning skill.
Tips: be strong in your basics.

Skills: Ability To Think Beyond Boundaries
College Name: mnm jec

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before May 2018. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Core Java questions except multi threading. New features in java 8. Basic spring boot questions. Sorting algorithm. Comparable and comparator interface. Focus on core java
  • Q2. Core java. Custom hasmmap implementation.

Interview Preparation Tips

General Tips: Focus on core java.
Skills: Problem Solving, Analytical Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. What is designed pattern
  • Ans. 

    Design pattern is a reusable solution to a commonly occurring problem in software design.

    • Design patterns provide a standard terminology and a common platform for communication among developers.

    • They help in creating software that is flexible, maintainable, and scalable.

    • Examples of design patterns include Singleton, Factory, Observer, and Decorator.

    • Design patterns can be categorized into three types: creational, structur...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Core python
  • Q2. OOPS concept
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

General discussion checks communications

Round 2 - Coding Test 

Basic logical program like palindrome

Interview Preparation Tips

Interview preparation tips for other job seekers - 6 months is must to serve and gain experience, and the experience letter is much valuable
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement 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 tips
Round 2 - Aptitude Test 

60 min normal apptitude question

Round 3 - Technical 

(2 Questions)

  • Q1. What is the difference between encapsulation and abstraction, sql query 2nd highest salary, what is inheritance
  • Q2. Tell me about project what is oops
Round 4 - Technical 

(2 Questions)

  • Q1. Normal question related to project
  • Q2. He asked about me stock market

Interview Preparation Tips

Interview preparation tips for other job seekers - cleaar your basics in oops , dbms

I applied via Naukri.com and was interviewed in Aug 2022. 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 - Aptitude Test 

Aptitude question. Included basic english nd coding and topic of group discussion .

Interview Preparation Tips

Topics to prepare for EXL Service Software Developer interview:
  • OOPS
  • HTML
  • CSS
  • Bootstrap
  • Javascript
Interview preparation tips for other job seekers - Please their recuriment discloses fast .

I applied via Company Website

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 the work in office
  • Q2. What is timings in day
  • Ans. 

    Timings in a day refer to the different periods of time that make up a 24-hour day.

    • A day is typically divided into morning, afternoon, evening, and night

    • Different cultures may have different ways of dividing a day

    • Timings can also refer to specific times for events or activities

  • Answered by AI
Round 3 - HR 

(4 Questions)

  • Q1. How much salary per month
  • Q2. What is timing in the day
  • Ans. 

    Timing in the day refers to the different periods or divisions of time within a 24-hour cycle.

    • Timing in the day includes morning, afternoon, evening, and night.

    • It helps in organizing daily activities and scheduling tasks.

    • Different cultures may have different names or divisions for timing in the day, such as siesta or tea time.

    • Timing in the day can also be represented using the 12-hour or 24-hour clock system.

  • Answered by AI
  • Q3. How to procesa I share my details
  • Q4. Please tell me the process

Interview Preparation Tips

Interview preparation tips for other job seekers - Job seekers are known all knowledge and seek easy way to apply for job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How is GIL and how python handle multi threading
  • Ans. 

    GIL stands for Global Interpreter Lock in Python, which limits execution of multiple threads at once.

    • GIL is a mutex that protects access to Python objects, preventing multiple threads from executing Python bytecodes at once.

    • Due to GIL, Python threads are not suitable for CPU-bound tasks but are still useful for I/O-bound tasks.

    • To handle multi-threading in Python, one can use multiprocessing module or asynchronous progr...

  • Answered by AI
  • Q2. Explain How React works under the hood.
  • Ans. 

    React uses a virtual DOM to efficiently update the actual DOM based on changes in state or props.

    • React creates a virtual DOM representation of the actual DOM.

    • When state or props change, React compares the virtual DOM with the actual DOM to determine the minimal set of changes needed.

    • React then updates the actual DOM efficiently to reflect the changes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Deep understanding of technology you apply for

Skills evaluated in this interview

Williams Lea Interview FAQs

How many rounds are there in Williams Lea Software Developer interview?
Williams Lea interview process usually has 1 rounds. The most common rounds in the Williams Lea interview process are Technical.

Tell us how to improve this page.

Williams Lea Software Developer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Williams Lea Software Developer Salary
based on 7 salaries
₹6.3 L/yr - ₹15 L/yr
22% more than the average Software Developer Salary in India
View more details

Williams Lea Software Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

4.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

4.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Document Production Associate
227 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Document Specialist
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Presentation Specialist
157 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Document Specialist
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Workflow Coordinator
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Williams Lea with

R.R. Donnelley

3.9
Compare

Teleperformance

3.9
Compare

Firstsource Solutions

3.7
Compare

WNS

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