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
2.7

based on 223 Reviews

Filter interviews by

Blenheim Chalcot Software Engineer Interview Questions and Answers

Updated 22 Jan 2025

Blenheim Chalcot Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What are the Object-Oriented Programming (OOP) concepts implemented in PHP?
  • Ans. 

    PHP supports all major Object-Oriented Programming concepts including classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: PHP allows you to define classes using the 'class' keyword.

    • Objects: You can create objects of a class using the 'new' keyword.

    • Inheritance: PHP supports inheritance where a class can inherit properties and methods from another class.

    • Encapsulation: PHP allows you to restrict access...

  • Answered by AI
  • Q2. What are the pre-defined functions available for string manipulation in PHP?
  • Ans. 

    PHP provides a variety of pre-defined functions for string manipulation.

    • strlen() - returns the length of a string

    • str_replace() - replaces all occurrences of a search string with a replacement string

    • substr() - returns a part of a string

    • strtolower() - converts a string to lowercase

    • strtoupper() - converts a string to uppercase

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you manage third-party services within the MVC framework?
  • Ans. 

    Third-party services can be managed by integrating them into the MVC framework using libraries or APIs.

    • Use libraries or APIs provided by the third-party service to interact with it within the MVC framework.

    • Create service classes or components to encapsulate the logic for interacting with the third-party service.

    • Utilize dependency injection to inject the third-party service dependencies into the controllers or models.

    • Ha...

  • Answered by AI
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Nothing it went well

Round 2 - Coding Test 

Same here , asked basics of java and C#

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well and go! don't stammer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops concept ? SQL Queries ?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

60 MCQ questions are there

Round 2 - Technical 

(2 Questions)

  • Q1. Simple java questions are there
  • Q2. Array list vs Linked List
  • Ans. 

    Array list is faster for accessing elements by index, while Linked List is better for frequent insertions and deletions.

    • Array list has constant time access to elements by index, while Linked List requires traversing the list to find an element.

    • Linked List is better for frequent insertions and deletions as it only requires changing pointers, while Array list may require shifting elements.

    • Array list uses contiguous memor...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

About front end , html, css, reasoning,

Round 2 - Technical 

(1 Question)

  • Q1. What.is let , var, const
Round 3 - Technical 

(2 Questions)

  • Q1. What is angular
  • Q2. Services in angular
Round 4 - HR 

(1 Question)

  • Q1. Communication skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python memory management
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Ans. 

    Angular is a popular open-source front-end web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI
  • Q2. What is an angular
  • Ans. 

    Angular is a popular open-source web application framework developed by Google.

    • Angular is used for building dynamic web applications.

    • It allows for the creation of single-page applications.

    • Angular uses TypeScript for building applications.

    • It provides features like data binding, dependency injection, and routing.

    • Angular has a large community and ecosystem with many libraries and tools available.

  • Answered by AI

Skills evaluated in this interview

Blenheim Chalcot Interview FAQs

How many rounds are there in Blenheim Chalcot Software Engineer interview?
Blenheim Chalcot interview process usually has 4 rounds. The most common rounds in the Blenheim Chalcot interview process are Coding Test, Technical and HR.
How to prepare for Blenheim Chalcot Software Engineer 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 Bi, Cognos, HTML, JIRA and JSON.
What are the top questions asked in Blenheim Chalcot Software Engineer interview?

Some of the top questions asked at the Blenheim Chalcot Software Engineer interview -

  1. Hashmap work...read more
  2. Scenario specific on how to handle multiple events on a single variable to have...read more
  3. Restful API coding completion based on given f...read more

Tell us how to improve this page.

Blenheim Chalcot Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Fast track your campus placements

View all
Blenheim Chalcot Software Engineer Salary
based on 17 salaries
₹8 L/yr - ₹25 L/yr
132% more than the average Software Engineer Salary in India
View more details

Blenheim Chalcot Software Engineer Reviews and Ratings

based on 4 reviews

1.5/5

Rating in categories

1.5

Skill development

3.1

Work-life balance

2.0

Salary

1.0

Job security

2.4

Company culture

1.3

Promotions

2.2

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer
72 salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Financial Associate
40 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
22 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Automation Test Engineer
19 salaries
unlock blur

₹8 L/yr - ₹23 L/yr

Explore more salaries
Compare Blenheim Chalcot with

Info Edge

3.9
Compare

MakeMyTrip

3.7
Compare

JustDial

3.5
Compare

Indiamart Intermesh

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