Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Lee & Nee Softwares Exports Team. If you also belong to the team, you can get access from here

Lee & Nee Softwares Exports Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Lee & Nee Softwares Exports PHP Developer Interview Questions and Answers

Updated 6 Aug 2022

Lee & Nee Softwares Exports PHP Developer Interview Experiences

1 interview found

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 - Telephone round 

(1 Question)

  • Q1. Ask basic questions like introduce yourself and if you have experience then ask questions related to you experience or ask some basic php and sql database questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This round held will be in office. Senior developer will take your interview. He ask questions related to php and database.if you are fresher then ask questions like how to create table, ask questions abou...
Round 4 - HR 

(1 Question)

  • Q1. HR will ask some basic question like salary expectation. Your interest area or domain. Your notice period. Period CTC, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basic knowledge of php and database.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Java basic questions.
  • Q2. Rest basics methods like get, post, put, delete etc
  • Q3. Given a directory name, write a program to return a list of all .tst files present in the directory and its sub directories.
  • Ans. 

    Program to return list of .tst files in given directory and subdirectories

    • Use recursion to traverse through all directories and subdirectories

    • Check if each file has .tst extension and add to list if true

    • Use built-in functions like os.listdir() and os.path.splitext() in Python

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

(4 Questions)

  • Q1. Difference between == and equals
  • Ans. 

    The '==' operator is used for comparing values of primitive data types, while the 'equals' method is used for comparing objects in Java.

    • Use '==' to compare primitive data types like int, char, boolean, etc.

    • Use 'equals' method to compare objects like Strings, Lists, etc.

    • Example: int a = 5; int b = 5; if(a == b) { // true }

    • Example: String str1 = 'hello'; String str2 = 'hello'; if(str1.equals(str2)) { // true }

  • Answered by AI
  • Q2. Use case of abstract class and interfaces
  • Ans. 

    Abstract classes are used to provide a common base for multiple classes, while interfaces define a contract for classes to implement.

    • Abstract classes can contain both abstract and concrete methods, while interfaces can only have abstract methods.

    • Abstract classes can have constructors, while interfaces cannot.

    • Interfaces allow for multiple inheritance, while classes can only inherit from one abstract class.

    • Abstract class...

  • Answered by AI
  • Q3. Singleton design pattern. Explain and implement (thread safe)
  • Ans. 

    Singleton design pattern ensures a class has only one instance and provides a global point of access to it.

    • Ensure a private static instance variable in the class.

    • Provide a public static method to access the instance, creating it if necessary.

    • Use synchronized keyword or double-checked locking to make it thread-safe.

  • Answered by AI
  • Q4. Merge sort. Explain and implement.
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts each half, and then merges the sorted halves.

    • Divide the array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Oracle Full Stack Software Developer interview:
  • Java
  • Spring
  • DSA
  • REST API
  • SOAP

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked basic questions in html , CSS , javascript
Round 2 - Technical 

(1 Question)

  • Q1. They provide me Adobe XD file to convert HTML

Interview Preparation Tips

Interview preparation tips for other job seekers - Total waste of time
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Django Middleware functions
  • Q2. Python exception handling
  • Q3. Django models and databases
  • Q4. Live coding python
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Easy - Medium Leetcode

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

I was interviewed before Feb 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Ask about your qualifications
  • Q2. Experience and knowledge skills faltu
Round 2 - Technical 

(2 Questions)

  • Q1. What do you about company
  • Q2. What is api service in angular
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2023. 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 - Coding Test 

Online test for initial screening

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical round with basic technical questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Technical round with European team
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Calculator code of addition substraction and multiplication

Round 3 - Coding Test 

CODING TEST OF how to add 2 numbers

Round 4 - Coding Test 

Coding test of how to use loops

Round 5 - HR 

(1 Question)

  • Q1. Whats your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - good , try hard
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2022. There were 3 interview rounds.

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

OOPS(Any one language). MySql.

Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions

Interview Preparation Tips

Topics to prepare for EMIS Health Junior Software Developer interview:
  • OOPS
  • MySQL
  • Programming Logic Control
Interview preparation tips for other job seekers - Have good knowledge on OOPS(with any one language) and also on Mysql

I applied via Approached by Company and was interviewed before Jan 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. In technical interview they touched all the basics of Pl/Sql, Core Java Basics, Sql queries, dbms basics.
  • Q2. They asked me Why java is platform independent and Why not other languages like (C, C++) were not platform independent. DBMS Normalization methods. They asked me to write basic function in Plsql.
  • Q3. Hr asked me as , What did y
  • Q4. Tell me about yourself. Why did you chose yalamanchili software to work. How do you manage when any project escalates and how do you explain to your manager.

Interview Preparation Tips

Round: Test
Experience: Aptitude, Reasoning, Verbal Ability and 60 questions 60 minutes of duration.

General Tips: My Interview had went marvellous, Initially i was little bit frightened and later i got set right and thought internally to be strong and friendly with HR. If you speak gentle and frankly without giggling definitely your HR will get impressed. Before speaking anything think twice and answer.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: <1 week

Lee & Nee Softwares Exports Interview FAQs

How many rounds are there in Lee & Nee Softwares Exports PHP Developer interview?
Lee & Nee Softwares Exports interview process usually has 4 rounds. The most common rounds in the Lee & Nee Softwares Exports interview process are Resume Shortlist, One-on-one Round and HR.

Tell us how to improve this page.

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.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Oracle Interview Questions
3.7
 • 900 Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
View all
Digital Marketing Executive
19 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Software Developer
15 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Web Designer
12 salaries
unlock blur

₹2.4 L/yr - ₹4.2 L/yr

Business Development Manager
10 salaries
unlock blur

₹3.6 L/yr - ₹4.8 L/yr

Digital Marketing Manager
8 salaries
unlock blur

₹2.6 L/yr - ₹7 L/yr

Explore more salaries
Compare Lee & Nee Softwares Exports with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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