Upload Button Icon Add office photos

Filter interviews by

Databook Jr Python Developer Interview Questions and Answers

Updated 21 Apr 2024

Databook Jr Python Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What's your experience in Python Development?
  • Ans. 

    I have 2 years of experience in Python development, working on web applications and data analysis projects.

    • Developed web applications using Django framework

    • Utilized Python for data analysis and visualization using libraries like Pandas and Matplotlib

    • Experience with RESTful APIs and integrating third-party services

    • Worked on automation scripts using Python

  • Answered by AI
  • Q2. What's your expected CTC?
Round 2 - Behavioral 

(2 Questions)

  • Q1. Tell me about a time you faced difficulties in Project and how did you handle it?
  • Q2. Tell me about a time you had to do a POC and implement a new functionality. How did you approach it?
  • Ans. 

    I developed a proof of concept for a new feature by conducting research, creating a plan, implementing the feature, and testing it thoroughly.

    • Researched the requirements and potential solutions for the new functionality

    • Created a detailed plan outlining the steps needed to implement the feature

    • Implemented the feature using Python programming language

    • Tested the functionality thoroughly to ensure it met the requirements a

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic questions on Strings, HashMaps & JSON.
Round 4 - Technical 

(1 Question)

  • Q1. Easy Python question, which was followed-up by multiple sub-questions, though these were also easy & doable.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a a basic to intermediate python knowledge, you can crack this company. Just that keep your communication on point.

Skills evaluated in this interview

Interview questions from similar companies

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

Interview Questionnaire 

6 Questions

  • Q1. Basic in python
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created from an existing class.

    • Allows for code reuse and avoids redundancy

    • The new class (subclass) inherits properties and methods from the existing class (superclass)

    • Subclass can add new properties and methods or override existing ones

    • Example: A Car class can inherit properties and methods from a Vehicle class

  • Answered by AI
  • Q3. What is lamda functions
  • Ans. 

    Lambda functions are anonymous functions that can be defined without a name.

    • Lambda functions are defined using the lambda keyword.

    • They can take any number of arguments, but can only have one expression.

    • They are often used as arguments for higher-order functions.

    • Example: lambda x: x**2 defines a lambda function that squares its input.

  • Answered by AI
  • Q4. What is Numpy
  • Ans. 

    Numpy is a Python library for numerical computing with support for large, multi-dimensional arrays and matrices.

    • Numpy provides efficient mathematical operations on arrays.

    • It is widely used in scientific computing, data analysis, and machine learning.

    • Numpy arrays are homogeneous and can be indexed and sliced like lists.

    • Broadcasting allows for element-wise operations on arrays of different shapes.

    • Numpy also includes line...

  • Answered by AI
  • Q5. What is pandas
  • Ans. 

    Pandas is a Python library used for data manipulation and analysis.

    • Pandas provides data structures for efficiently storing and manipulating large datasets.

    • It offers tools for data cleaning, merging, reshaping, and visualization.

    • Pandas can handle various data formats such as CSV, Excel, SQL databases, and JSON.

    • It is widely used in data science, finance, economics, and other fields.

    • Example: df = pd.read_csv('data.csv') c

  • Answered by AI
  • Q6. How many types operators
  • Ans. 

    There are 7 types of operators in Python.

    • Arithmetic operators (+, -, *, /, %, //, **)

    • Comparison operators (==, !=, >, <, >=, <=)

    • Assignment operators (=, +=, -=, *=, /=, %=, //=, **=)

    • Logical operators (and, or, not)

    • Bitwise operators (&, |, ^, ~, <<, >>)

    • Identity operators (is, is not)

    • Membership operators (in, not in)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Little bit of English and then ask the basics in python

Skills evaluated in this interview

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

(1 Question)

  • Q1. Behavorial Questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. What is python .why python used mostly .
  • Ans. 

    Python is a high-level programming language known for its simplicity, readability, and versatility. It is widely used for web development, data analysis, artificial intelligence, and more.

    • Python is easy to learn and read, making it a great choice for beginners and experienced developers alike.

    • Python has a large standard library and many third-party packages, making it suitable for a wide range of applications.

    • Python is...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

3 Questions

  • Q1. What is your final year project?what technology did i used for it?Basic oops concepts.
  • Ans. 

    My final year project was on developing a web-based inventory management system using Java and MySQL.

    • Developed using Java and MySQL

    • Web-based inventory management system

    • Implemented basic OOPs concepts

    • Used MVC architecture for better code organization

    • Included features like user authentication, product management, and order tracking

  • Answered by AI
  • Q2. What did you do in lockdown?
  • Q3. Tell me something about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and be real.

I applied via LinkedIn and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

They give some topics related to present situation like in my GD in 2020 co. HR give topics related to that situation in our country like difference between offline education and online education system. and covid-19 pandemic related topics.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Tell me About your self ?
  • Q2. What do you know about this job position ?
  • Q3. What is your favourite colour ? Can i know the speciality of your favourite colour ?
  • Q4. Who inspired you to go to job daily and work hard ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Your 1st impression is your resume nothing else then after you have some knowledge about your job position which you apply for and most important if you want only private job your english language will be excellent spoken as well as written.

I applied via Naukri.com and was interviewed in Sep 2021. There were 2 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 - Technical 

(1 Question)

  • Q1. All types of test steeps
  • Ans. 

    Types of test steps in software testing

    • Unit testing - testing individual units or components of the software

    • Integration testing - testing how different units or components work together

    • System testing - testing the entire system as a whole

    • Acceptance testing - testing if the software meets the requirements and is ready for release

    • Regression testing - testing to ensure that changes or updates to the software did not intro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hope for the best.All can achieve same

Interview Questionnaire 

1 Question

  • Q1. Questions related to COBOL,JCL,VSAM,DB2,CICS,Vision plus

Interview Questionnaire 

2 Questions

  • Q1. Resume based questions
  • Q2. Basics with application

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Databook Interview FAQs

How many rounds are there in Databook Jr Python Developer interview?
Databook interview process usually has 4 rounds. The most common rounds in the Databook interview process are Technical, HR and Behavioral.
What are the top questions asked in Databook Jr Python Developer interview?

Some of the top questions asked at the Databook Jr Python Developer interview -

  1. Tell me about a time you had to do a POC and implement a new functionality. How...read more
  2. What's your experience in Python Developme...read more
  3. Easy Python question, which was followed-up by multiple sub-questions, though t...read more

Tell us how to improve this page.

Databook Jr Python Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Research Analyst
11 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Senior Research Analyst
4 salaries
unlock blur

₹8.8 L/yr - ₹10 L/yr

Team Lead
4 salaries
unlock blur

₹11 L/yr - ₹15.4 L/yr

Data Research Analyst
3 salaries
unlock blur

₹5.5 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Databook with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Cognizant

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