Upload Button Icon Add office photos
Engaged Employer

i

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

Blenheim Chalcot Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Blenheim Chalcot Python Developer Lead Interview Questions and Answers

Updated 22 Aug 2023

Blenheim Chalcot Python Developer Lead Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal

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 

(2 Questions)

  • Q1. 1. Brief about yourself. 2. What is collection library in python 3. Can a list be key of dictionary in python 4. What is difference between load balancer and api gateway 5. What is primary and secondary ...
  • Q2. Write a code to filter anagram
  • Ans. 

    Code to filter anagram from an array of strings

    • Create a dictionary to store sorted strings as keys and original strings as values

    • Iterate through the array of strings and sort each string to check for anagrams

    • Return the values of the dictionary to get the filtered anagrams

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn basics and be cool

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Blenheim Chalcot?
Ask anonymously on communities.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oops concept,Versioning in javascipt,CTE in sql server,Cursor in sql server,scenario based questions like if duplicate data is stored in email then what is your approach to resolve.

Python Developer Lead Interview Questions Asked at Other Companies

asked in Infosys
Q1. what is list comprehension? write some sample code? what is use o ... read more
asked in Infosys
Q2. what is dictionary? is this accept duplicate or not?
asked in Tradofina
Q3. What is 21. Hash mapping 22. Mutable and immutable 23. Bugsnag li ... read more
asked in Infosys
Q4. What are the main principles of OOP?
asked in Infosys
Q5. What is a generator? Write sample code.

Interview Questionnaire 

1 Question

  • Q1. First-round is the technical round and aptitude which is an online test logical question is a more technical question related to C# coding one question and others are about OOPS and all SQL question like ...

I applied via Google and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Terniary operator , c language , coding simple questions break switch , if else , while loop and most important your last year major project prepare this is very important question asked by interviewer to ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on c language

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

Interview Questionnaire 

2 Questions

  • Q1. About payment method integration
  • Q2. Oops concept,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,

Be polite and honest to them,

Answered to questions

I applied via Campus Placement and was interviewed in Jun 2022. 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 - Aptitude Test 

It was an aptitude test consisting of 40 questions in 30 minutes.

Round 3 - Coding Test 

There were coding questions
1.) Find the sum of 4 largest no in an array.
2.)find area of the largest rectangle in a histogram.
3.)Sudoko challenge

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics.
Keep calm and share your thoughts with the interviewer.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Son of the uncle's Kid is __ of son. This and some basic mathematics equation, etc were the questions

Round 3 - Coding Test 

3 questions were there 1 was writing SQL query, 1 tree node related program, 1 logical question

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic introduction question, Core oops concepts, basic SQL related questions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I was a fresher and out of 10 people they hired just 3 people so i won't recommend at all. Even the 3 people were asked to join after 6 months hence they expelled each and everyone directly or indirectly. And if you are experienced then i had conversation with few of the seniors and they told that there is too much politics at high level if you know any engineering manager / any of the board members then you will get good exposure else you would even find difficulty for getting any project assigned. They hire just to keep in bench (they replied after getting hired they waited 6 months in duration of 2 years of experience they got chance to work on only 2 projects each lasting for 2.5months on an average)
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript and React native questions

Interview Preparation Tips

Topics to prepare for Simform Software Developer interview:
  • React Native
  • Javascript
  • Typescript
  • redux toolkit
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is the system design of Instagram?
  • Ans. 

    Instagram's system design focuses on scalability, performance, and user engagement through a microservices architecture.

    • Microservices architecture allows independent scaling of services like user management, photo storage, and feed generation.

    • Use of CDN (Content Delivery Network) for fast image and video delivery to users globally.

    • Database sharding for efficient data management, using technologies like PostgreSQL or Ca...

  • Answered by AI
  • Q2. What are the pros and cons of scaling, and could you provide examples of its usages?
  • Ans. 

    Scaling in software development involves adjusting resources to handle varying loads, with pros and cons to consider.

    • Pros: Improved performance during high traffic (e.g., cloud services like AWS scaling up resources).

    • Cons: Increased costs associated with additional resources (e.g., paying for unused server capacity).

    • Example of vertical scaling: Upgrading a server's CPU and RAM to handle more requests.

    • Example of horizon...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Have you use AWS lambda.
  • Ans. 

    Yes, I have experience using AWS Lambda for serverless computing.

    • I have developed serverless applications using AWS Lambda functions.

    • I have integrated AWS Lambda with other AWS services like API Gateway, S3, and DynamoDB.

    • I have experience writing Lambda functions in languages like Node.js, Python, and Java.

    • I have used AWS SAM (Serverless Application Model) to deploy and manage Lambda functions.

  • Answered by AI
Round 2 - Coding Test 

Write a program to check given no is prime number or not

Skills evaluated in this interview

Blenheim Chalcot Interview FAQs

How many rounds are there in Blenheim Chalcot Python Developer Lead interview?
Blenheim Chalcot interview process usually has 2 rounds. The most common rounds in the Blenheim Chalcot interview process are Resume Shortlist and One-on-one Round.
How to prepare for Blenheim Chalcot Python Developer Lead interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Blenheim Chalcot. The most common topics and skills that interviewers at Blenheim Chalcot expect are Flask, Postgresql, Python and Web Technologies.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 66 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.7
 • 41 Interviews
Damco Solutions Interview Questions
3.8
 • 41 Interviews
Simform Interview Questions
3.4
 • 38 Interviews
Stefanini Interview Questions
2.9
 • 36 Interviews
View all

Blenheim Chalcot Python Developer Lead Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

4.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
80 salaries
unlock blur

₹12 L/yr - ₹38.4 L/yr

Financial Associate
42 salaries
unlock blur

₹2.3 L/yr - ₹5.5 L/yr

Operations Analyst
27 salaries
unlock blur

₹4.6 L/yr - ₹6 L/yr

Associate Data Scientist
26 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

CDD Analyst
24 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Blenheim Chalcot with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

3.7
Compare
write
Share an Interview