Upload Button Icon Add office photos
Engaged Employer

i

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

ZestIoT Technologies Verified Tick

Compare button icon Compare button icon Compare
3.0

based on 20 Reviews

Filter interviews by

ZestIoT Technologies Python Software Developer Interview Questions and Answers

Updated 10 Feb 2022

ZestIoT Technologies Python Software Developer Interview Experiences

1 interview found

I applied via Internshala and was interviewed in Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

Basic question were asked on python datatypes, function and object oriented programming and few small python programs were asked.

Round 2 - Coding Test 

2 questions were asked .1->Sorting a list .2->Same programme with reduced time complexity.

Round 3 - One-on-one 

(1 Question)

  • Q1. This round was basically to discuss any previous projects and my contribution in that project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep going ,remember you have to be present everywhere when you are searching for a job or an internship.
If interviews goes well its perfect, if it does not it is still good just keep the questions asked in that interview for next one.One last thing if interview goes well and no one reached you after that even that is also fine, it does not mean you are not worth it ,may be you are to god for them so relax and yes keep going.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It was easy. Coding was also a part of the assessment.

Round 2 - One-on-one 

(5 Questions)

  • Q1. Palindrome or not
  • Q2. A problem related to Matrix
  • Q3. OOPS related coding question
  • Q4. To develop a flask application which handles the requests.
  • Ans. 

    Flask is a lightweight web framework for Python that allows you to easily handle HTTP requests.

    • Create a Flask application by importing the Flask class

    • Define routes using the @app.route decorator

    • Handle different types of requests (GET, POST, etc.) using route functions

    • Return responses using the jsonify function for JSON data

    • Run the Flask application using the app.run() method

  • Answered by AI
  • Q5. An application based on django

Interview Preparation Tips

Topics to prepare for Turing Python Developer Intern interview:
  • Django
  • Flask
  • Palindrome
  • Matrix manipulation

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

The entire L1 discussion (with Bar Raiser AI) was divided into three phases -
1. Online coding test - A question related to Object Oriented Programming was given (two classes).
2. Verbal Questions regarding Python Multithreading limitations, decorators, testing (unit testing and integration testing) were asked for.
3. This third phase is unique to Turing wherein we are given a conversation between a user and a AI bot regarding a Python problem's solution. The AI itself suggests two solutions for the problem, and we are asked to judge which amongst the two responses is better and why.

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

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

Round 1 - Coding Test 

Given a problem on OOPS concept.

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

Moderate level coding test is conducted

Round 2 - Coding Test 

Advanced level coding is given to solve

Round 3 - HR 

(1 Question)

  • Q1. Introduce about myself
  • Ans. 

    Experienced Python Developer with a passion for creating efficient and scalable solutions.

    • Over 5 years of experience in Python development

    • Strong knowledge of Python frameworks such as Django and Flask

    • Proficient in database management with SQL and NoSQL databases

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

    • Experience in developing RESTful APIs and integrating third-party services

    • Strong problem-solv...

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

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic python program question to solve in their site

Round 2 - Case Study 

To differentiate given two and explain which is efficient

Round 3 - Aptitude Test 

General aptitude and mcq questions

Interview Preparation Tips

Interview preparation tips for other job seekers - develop your skills in one particular domain and make knowledge other domain you are inrested
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 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 - Coding Test 

The first step is to pass successfully for different tech stacks.

Round 3 - Technical 

(2 Questions)

  • Q1. Please preview your work experience history after you have passed all challenges and I would recommend checking your availability.
  • Q2. Can you summarize your work experience and a key accomplishment in each role?
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
No response

I was interviewed before Nov 2023.

Round 1 - Coding Test 

Turings inbuilt platform to write functions of a python code

Round 2 - One-on-one 

(2 Questions)

  • Q1. Write a program to where a robber should be able to rob max amount of money from 9 houses, alarm will ring if 2 consecutive houses are robbed
  • Ans. 

    Program to maximize money from robbing 9 houses without triggering alarm for consecutive robberies

    • Create a list of money in each house

    • Use dynamic programming to keep track of maximum money robbed without triggering alarm

    • Consider robbing or skipping each house based on previous robberies

    • Example: houses = [10, 20, 15, 25, 10, 30, 50, 5, 40]

  • Answered by AI
  • Q2. What is a recursive function
  • Ans. 

    A recursive function is a function that calls itself within its definition.

    • A recursive function must have a base case to prevent infinite recursion.

    • Recursion can be used to solve problems that can be broken down into smaller, similar subproblems.

    • Example: Factorial calculation using recursion: def factorial(n): return 1 if n == 0 else n * factorial(n-1)

  • Answered by AI

I was interviewed in Oct 2019.

Interview Questionnaire 

2 Questions

  • Q1. My self rohit majaganvi i stay in belgaum and i am fresher to this job and overall jobs i am interested in solving problems it may be technical or non technical.
  • Q2. I really didn't saw that scoopwoop project but if i will check it once then i will try to explain it

Interview Preparation Tips

Interview preparation tips for other job seekers - its quiet good for who cant speak english but he can read write it

ZestIoT Technologies Interview FAQs

How many rounds are there in ZestIoT Technologies Python Software Developer interview?
ZestIoT Technologies interview process usually has 3 rounds. The most common rounds in the ZestIoT Technologies interview process are Coding Test and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 888 Interviews
Siemens Interview Questions
4.1
 • 425 Interviews
Swiggy Interview Questions
3.8
 • 423 Interviews
Cisco Interview Questions
4.2
 • 395 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Bosch Interview Questions
4.2
 • 328 Interviews
View all
ZestIoT Technologies Python Software Developer Salary
based on 5 salaries
₹1.8 L/yr - ₹9.3 L/yr
18% less than the average Python Software Developer Salary in India
View more details
Software Engineer
8 salaries
unlock blur

₹3.6 L/yr - ₹7.5 L/yr

Software Developer
7 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Python Software Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹9.3 L/yr

Automation Test Engineer
5 salaries
unlock blur

₹3 L/yr - ₹5.1 L/yr

Business Analyst
4 salaries
unlock blur

₹7 L/yr - ₹17 L/yr

Explore more salaries
Compare ZestIoT Technologies with

Bosch

4.2
Compare

Honeywell Automation

3.8
Compare

Siemens

4.1
Compare

Schneider Electric

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