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

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Campus Placement and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Description of project
  • Ans. 

    The project involved designing and implementing a new network infrastructure for a large corporation.

    • Conducted a thorough analysis of the existing network infrastructure

    • Designed a new network architecture that met the company's needs

    • Implemented the new network infrastructure with minimal disruption to business operations

    • Tested and optimized the new network to ensure optimal performance

    • Provided ongoing support and maint

  • Answered by AI
  • Q2. Your previous experince

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare for your resume

I applied via Walk-in and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Its for FP&A process and the major questions were from the basics of FP&A. How it starts and how its ends and Previous job roles.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's quite a moderate interview but be prepare for more rounds of technical interviews.

I applied via Naukri.com and was interviewed in Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions were on front end web development questions with managerial interview

Interview Preparation Tips

Interview preparation tips for other job seekers - The overall experience was good. The interview was on technical and managerial skills based on the experience gained.

I applied via Referral and was interviewed before Jun 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 - One-on-one 

(1 Question)

  • Q1. Situation Based Basic formulas rolls and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Great leadership team to work with, Good learning,

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.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Research Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Research Analyst
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Databook with

Indiamart Intermesh

3.6
Compare

Info Edge

3.9
Compare

TCS

3.7
Compare

Wipro

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