Upload Button Icon Add office photos

Filter interviews by

Ajeevi Technologies Python Software Developer Interview Questions and Answers for Experienced

Updated 3 Apr 2024

Ajeevi Technologies Python Software Developer Interview Experiences for Experienced

1 interview found

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

(2 Questions)

  • Q1. Break Continue in python
  • Ans. 

    Break and Continue are control flow statements in Python used to alter the flow of loops.

    • Break statement is used to exit a loop prematurely

    • Continue statement is used to skip the rest of the code inside a loop and move to the next iteration

    • Example of break: for i in range(5): if i == 3: break

    • Example of continue: for i in range(5): if i == 3: continue

  • Answered by AI
  • Q2. Pass keyword in python
  • Ans. 

    The pass keyword in Python is used as a placeholder for future code and is often used when a statement is required syntactically but no code needs to be executed.

    • Used to create empty code blocks in loops, functions, or classes

    • Prevents syntax errors when no code is needed but a statement is required

    • Can be used as a placeholder for future code implementation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic question asked by hr

Skills evaluated in this interview

Ajeevi Technologies Interview FAQs

How many rounds are there in Ajeevi Technologies Python Software Developer interview for experienced candidates?
Ajeevi Technologies interview process for experienced candidates usually has 1 rounds. The most common rounds in the Ajeevi Technologies interview process for experienced candidates are HR.
What are the top questions asked in Ajeevi Technologies Python Software Developer interview for experienced candidates?

Some of the top questions asked at the Ajeevi Technologies Python Software Developer interview for experienced candidates -

  1. Break Continue in pyt...read more
  2. Pass keyword in pyt...read more

Tell us how to improve this page.

Software Engineer
14 salaries
unlock blur

₹1.4 L/yr - ₹5 L/yr

Software Developer
8 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

ASP.NET Developer
5 salaries
unlock blur

₹1.2 L/yr - ₹2.5 L/yr

Junior Dot Net Software Developer
4 salaries
unlock blur

₹1.2 L/yr - ₹2.7 L/yr

DOT NET Developer
4 salaries
unlock blur

₹0.7 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Ajeevi Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview