Upload Button Icon Add office photos

Filter interviews by

Brintons Carpets Software Engineer Interview Questions and Answers

Updated 13 Apr 2024

Brintons Carpets Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduce yourself
Round 2 - Technical 

(1 Question)

  • Q1. Core Java, Advance Java, Sql queries

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude, electronics

Round 2 - Technical 

(2 Questions)

  • Q1. Transformer and power supply
  • Q2. What is a pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory locations directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. What all thinks happen on powering on a device.
  • Ans. 

    When a device is powered on, several processes occur including booting up the operating system, initializing hardware components, loading necessary drivers, and launching user interface.

    • Booting up the operating system

    • Initializing hardware components

    • Loading necessary drivers

    • Launching user interface

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study btech project.

Skills evaluated in this interview

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

I applied via campus placement at Reva Institute of Science & Management, Bangalore and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

First round basic aptitude questions like profit loss,work time etc

Round 2 - Technical 

(3 Questions)

  • Q1. Tell about youself
  • Ans. 

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

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in developing web applications

    • Good team player

  • Answered by AI
  • Q2. Oops concepts and basic implemenation
  • Q3. Reverse a number
  • Ans. 

    Reverse a number by converting it to a string and then reversing the string

    • Convert the number to a string

    • Reverse the string

    • Convert the reversed string back to a number

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why this company
  • Q2. Are you okay with relocation

Interview Preparation Tips

Topics to prepare for Broadridge Financial Solutions Software Engineer interview:
  • python
Interview preparation tips for other job seekers - be clear with the basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to create custom serializable interface
  • Ans. 

    To create a custom serializable interface, you need to define an interface with the Serializable marker interface and implement the necessary methods.

    • Define an interface with the Serializable marker interface

    • Implement the necessary methods for serialization and deserialization

    • Ensure all fields in the class implementing the interface are serializable

  • Answered by AI
  • Q2. Whatis criteria in hibernate
  • Ans. 

    Criteria in Hibernate is used to create and execute dynamic queries.

    • Criteria is an interface in Hibernate that allows the creation of dynamic queries without using HQL or SQL.

    • Criteria queries are type-safe and can be easily modified at runtime.

    • Criteria queries can be used to fetch entities based on certain conditions or restrictions.

    • Example: Criteria criteria = session.createCriteria(Employee.class);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interview was very easy. But second client round interview is really annoying. He has too much arrogance and was saying. Interview is not about QnA session, you are supposed to talk alot.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a rest API which return employee data based on ID.
  • Ans. 

    Create a REST API to retrieve employee data by ID

    • Use a GET request to /employees/{id} endpoint

    • Query the database for employee data based on the provided ID

    • Return the employee data in JSON format

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitute with cs fundamental questions (MCQ)

Round 2 - Technical 

(2 Questions)

  • Q1. Explanation of project
  • Ans. 

    Developed a web application for tracking inventory in a warehouse

    • Used React.js for front-end development

    • Implemented RESTful APIs using Node.js for back-end

    • Utilized PostgreSQL database for storing inventory data

  • Answered by AI
  • Q2. Sql query to fetch specific column
  • Ans. 

    Use SELECT statement in SQL to fetch specific column from a table.

    • Use SELECT column_name FROM table_name;

    • Replace column_name with the name of the column you want to fetch.

    • Replace table_name with the name of the table where the column is located.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Innerjoin, index, some logical question.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MCQ(objective ) question... computer based exam about computer skills

Round 2 - Group Discussion 

They will give one concept and conduct debate candidates will speak argue advantage and disadvantage about that concept

Round 3 - Technical 

(1 Question)

  • Q1. Face to face technical round. They will ask what's html and what's python advantages of python ect....
  • Ans. Hyper text markup language, it will used for creating website and designing website
  • Answered Anonymously
Round 4 - HR 

(4 Questions)

  • Q1. Finally Hr round...face to face interview
  • Q2. Why we would hiring u
  • Q3. Why are you selecting this job
  • Q4. What you expect about your salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Id any freshers attend this interview please don't ask more questions about skills... Bcz the graduation didn't built their skills.... experience will build their skill and knowledge
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Mostly on c++ 11,pointers,move etc

Brintons Carpets Interview FAQs

How many rounds are there in Brintons Carpets Software Engineer interview?
Brintons Carpets interview process usually has 2 rounds. The most common rounds in the Brintons Carpets interview process are HR and Technical.

Tell us how to improve this page.

Designer
4 salaries
unlock blur

₹7.1 L/yr - ₹7.3 L/yr

Explore more salaries
Compare Brintons Carpets with

Obeetee

3.8
Compare

Welspun

4.1
Compare

D'Decor Home Fabrics

4.0
Compare

Jaipur Rugs

4.4
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