Upload Button Icon Add office photos

Filter interviews by

Z Tech Python Developer Interview Questions and Answers

Updated 27 Jun 2022

Z Tech Python Developer Interview Experiences

1 interview found

I was interviewed in May 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Python programming language fresher
  • Q2. Enter the two number
  • Ans. 

    The question asks for two numbers to be entered.

    • Ask for input from user using input() function

    • Store the input values in variables

    • Convert the input values to integers using int() function

    • Perform required operations on the numbers

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Z Tech Python Developer interview:
  • Oracle 10G
Interview preparation tips for other job seekers - I am fresher python programming language

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Python Language?
  • Q2. Python is a object oriented programming language.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Oct 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 - Aptitude Test 

Measure of your ability to learn or perform required tasks and succeed in the environment you're in. They are not a measure of intelligence these tests look for your strengths and weaknesses, giving you and the evaluator an idea of your abilities.

Round 3 - Coding Test 

To asking the question for the coding

Round 4 - HR 

(1 Question)

  • Q1. Tell me about your self? What is your strength? What is your weekeness? Why should I hire u ?
  • Ans. Thank you for this opportunity to this position of interview my self sowmya patro I am from vishakapatnam Andhra Pradesh my graduation is degree in bsc computers msrs.siddardha degree college coming to my family background I believe in nuclear family including me my father has working from A/c mechanic my mother house wife My strength is time punctuality and good good communication skills My weekness is public talking
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for HCL Infosystems Python Developer Lead interview:
  • Non Voice Process
  • Python
Interview preparation tips for other job seekers - Sir /madam
I am a good hard worker
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a list and a tuple in python?
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List is mutable, meaning its elements can be changed after creation.

    • Tuple is immutable, meaning its elements cannot be changed after creation.

    • List is defined using square brackets [], tuple using parentheses ().

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

  • Answered by AI
  • Q2. List : Mutable (can be modified) defined using []. Ex - my_list = [1, 2, 3] Tuple : Immutable (cannot be modified) defined using(). Ex - my_tuple = (1, 2, 3).
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a short program to check if a number is even or odd?
  • Q2. If a number is divisible by 2 (number % 2 == 0), it is even ; otherwise, it is odd.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Python Language?
  • Q2. Python is a object oriented programming language.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you print "Hello World" in Python?
  • Q2. Print("Hello World")
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you a reverse a string in Python?
  • Ans. 

    Use slicing with step size -1 to reverse a string in Python.

    • Use string slicing with step size -1 to reverse the string.

    • Example: 'hello'[::-1] will return 'olleh'.

  • Answered by AI
  • Q2. You can reverse a string using slicing.
  • Ans. 

    Yes, you can reverse a string in Python using slicing.

    • Use the slicing syntax [::-1] to reverse a string.

    • Example: 'hello'[::-1] will return 'olleh'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - "Research the company thoroughly."
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you reverse in a list in PYthon?
  • Ans. 

    Use the reverse() method to reverse a list in Python.

    • Use the reverse() method to reverse the elements of a list in place.

    • Example: my_list = [1, 2, 3, 4]; my_list.reverse(); print(my_list) will output [4, 3, 2, 1].

  • Answered by AI
  • Q2. You can use the reverse() method or slicing.

Interview Preparation Tips

Interview preparation tips for other job seekers - "Research the company before interview."
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do you reverse a string in Python?
  • Ans. 

    Use slicing with step -1 to reverse a string in Python.

    • Use string slicing with step -1 to reverse a string: str[::-1]

    • Example: 'hello'[::-1] will return 'olleh'

  • Answered by AI
  • Q2. Use slicing reversed_string ="hello
  • Ans. 

    Using slicing to reverse a string in Python

    • Use slicing with a step of -1 to reverse the string

    • Example: reversed_string = 'hello'[::-1]

    • Print reversed_string to see the reversed result

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - "Network effectively and genuinely."

Z Tech Interview FAQs

How many rounds are there in Z Tech Python Developer interview?
Z Tech interview process usually has 1 rounds. The most common rounds in the Z Tech interview process are Technical.
What are the top questions asked in Z Tech Python Developer interview?

Some of the top questions asked at the Z Tech Python Developer interview -

  1. Enter the two num...read more
  2. Python programming language fres...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 144 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 96 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
3.6
 • 78 Interviews
View all
Assistant Manager
4 salaries
unlock blur

₹4.8 L/yr - ₹6.9 L/yr

Senior Engineer
4 salaries
unlock blur

₹3.5 L/yr - ₹8.8 L/yr

Project Engineer
4 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Site Engineer
4 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Senior Project Engineer
4 salaries
unlock blur

₹6.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Z Tech with

Xtech

5.0
Compare

C Systems

3.0
Compare

D Technology

3.9
Compare

eLabs

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