Upload Button Icon Add office photos

Nill

Compare button icon Compare button icon Compare
3.6

based on 39 Reviews

Filter interviews by

Nill Python Fullstack Developer Interview Questions and Answers

Updated 24 Jun 2024

Nill Python Fullstack Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

Code python development

Interview Preparation Tips

Topics to prepare for Nill Python Fullstack Developer interview:
  • Python
  • CSS
  • HTML
Interview preparation tips for other job seekers - I heard work

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Coding Test 

Def factorial_iterative(n):
result = 1
for i in range(1, n + 1):
result *= i
return result

Interview Preparation Tips

Interview preparation tips for other job seekers - Working on personal projects can showcase your skills and initiative, especially if you’re pivoting to a new field.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 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 

Train and time and work

Round 3 - Technical 

(3 Questions)

  • Q1. Python fullstack
  • Q2. Introduction,projects,skills,strenths,habies,goles
  • Q3. Python fullstack with django

Interview Preparation Tips

Topics to prepare for Infosys Python Fullstack Developer interview:
  • about myself
  • my skills
  • strenths
  • projectwork
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. Tell me your self How to you passHR equations
  • Q2. What would you add to the team question
  • Q3. What is your self Describe who are?or Tellme about your background
  • Q4. What is your greater fear?

Interview Preparation Tips

Interview preparation tips for other job seekers - Python html css javascript

I applied via Walk-in and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Why should be fit for job 

(1 Question)

  • Q1. How much an candidate can capable, he can work at any condition in stress
Round 2 - Coding Test 

Basic need will be need for fresher

Round 3 - HR 

(1 Question)

  • Q1. What your goal,why u choose this

Interview Preparation Tips

Interview preparation tips for other job seekers - Check the person knowledge more than coding, degree, personality
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between list & tuple?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List uses square brackets [], tuple uses parentheses ().

    • List elements can be changed, added, or removed, tuple elements cannot be changed.

    • Lists are used for collections of items that may need to be modified, tuples are used for fixed collections of items.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q2. What is namespace and its types?
  • Ans. 

    Namespace is a way to organize variables and functions in a program to avoid naming conflicts.

    • Namespace helps in avoiding naming conflicts by providing a unique space for each identifier.

    • Types of namespaces include global namespace, local namespace, built-in namespace, and module namespace.

    • Example: In Python, each module has its own namespace where all the variables and functions defined in that module reside.

  • Answered by AI
  • Q3. Write code to explain multiple inheritance
  • Ans. 

    Multiple inheritance in Python allows a class to inherit attributes and methods from more than one parent class.

    • Python supports multiple inheritance by allowing a class to inherit from multiple parent classes.

    • The order of parent classes in the inheritance list matters, as methods are searched for in the order they appear.

    • Diamond problem can occur in multiple inheritance when two parent classes have a common ancestor cl...

  • Answered by AI
  • Q4. Define lambda function and give an example?
  • Ans. 

    Lambda function is an anonymous function defined using the lambda keyword in Python.

    • Lambda functions are used for creating small, one-time use functions without a name.

    • Syntax: lambda arguments: expression

    • Example: double = lambda x: x * 2

  • Answered by AI
  • Q5. Oops concept,decorator,iterator.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

String,lists,dict and coding knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - reverse a string without using in built functions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Create new list from the provided list but the order should be shuffled and no duplicate element should be removed
  • Ans. 

    Create a new list with shuffled order and no duplicate elements.

    • Use the random.shuffle() function to shuffle the list

    • Use a set to keep track of elements already added to the new list to avoid duplicates

    • Convert the set back to a list to maintain the order of elements

  • Answered by AI
  • Q2. Architecture of existing application
  • Ans. 

    The existing application follows a microservices architecture with separate components for different functionalities.

    • The application is divided into multiple services that communicate with each other through APIs.

    • Each service is responsible for a specific task or functionality, promoting modularity and scalability.

    • Examples of microservices in the architecture include user authentication service, payment processing serv

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about Python development and excited about the innovative projects your company is working on.

    • Passionate about Python development

    • Excited about innovative projects at company

    • Seeking growth and learning opportunities

  • Answered by AI
  • Q2. Where do you see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior Python developer leading a team of developers on innovative projects.

    • Continuing to enhance my Python skills and staying updated on new technologies

    • Taking on more leadership responsibilities and mentoring junior developers

    • Contributing to the success of the company through my technical expertise

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions related to python web framework
  • Q2. Real time python project problem solving questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List & tuple diff
  • Q2. Pickling & unpickling

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was very easy and basic questions asked. I answered all of them correctly and also solved coding question but I got stuck in one question and interviewer told me she is done with interview. Next day, I called HR and asked her for feedback, she told me that the feedback was not positive. I'm not getting what went wrong as she told she didn't got detailed feedback just that it's not positive.

Nill Interview FAQs

How many rounds are there in Nill Python Fullstack Developer interview?
Nill interview process usually has 2 rounds. The most common rounds in the Nill interview process are Coding Test and Resume Shortlist.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Nill Python Fullstack Developer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

2.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
fresher
44 salaries
unlock blur

₹1 L/yr - ₹6 L/yr

Data Entry Operator
8 salaries
unlock blur

₹0.5 L/yr - ₹3.5 L/yr

Driver
7 salaries
unlock blur

₹1.5 L/yr - ₹4.5 L/yr

Softwaretest Engineer
6 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Software Engineer
5 salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Nill with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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