Upload Button Icon Add office photos

Filter interviews by

Brill Techno Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Hybris core, commerce question and next round was on java spring hybris and scenario questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and clear on technical stuff

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The technical round went for an hour. Mostly from my previous project experience- any significant work, major issues, way to tackle etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts , Brainstorm all major issues tackled in current role, focus on functional part as well apart from technical.

I applied via Approached by Company and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It is about design and architecture
Round 2 - Behavioral 

(1 Question)

  • Q1. Project management, delivery cycle
Round 3 - HR 

(5 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. What is your family background?
  • Q5. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your basics strong . Learn about design and architecture

I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Mainframe questions and some advanced scenario based questions
Round 2 - Behavioral 

(1 Question)

  • Q1. The usual how,what,why MR round questions
Round 3 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.
  • Q6. Where do you see yourself in 5 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was looking for a Hogan Developer post(based on Mainframe).I would suggest to refresh the basic Mainframe questions and some advanced concepts while preparing for the interview.The whole interview process was smooth and pretty well coordinated.There were 3 levels of interview(TR,MR,HR) of moderate difficulty.Luxoft will also provide satisfactory package as per market standards if the interview goes well. If your looking for permanent remote openings, I do believe Luxoft organisation is one of the better choices that is currently out there in the market.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(6 Questions)

  • Q1. Create Custom annotation
  • Ans. 

    Custom annotations can be created using @interface in Java.

    • Create a new interface with @interface keyword

    • Add required elements and default values

    • Use the annotation by adding @ followed by the annotation name

    • Example: @CustomAnnotation(value = "example")

    • Annotations can be used for compile-time checks or runtime behavior

  • Answered by AI
  • Q2. Memory management in Java 8
  • Ans. 

    Java 8 uses automatic memory management through garbage collection.

    • Java 8 uses a garbage collector to automatically manage memory.

    • The garbage collector frees up memory by removing objects that are no longer in use.

    • Java 8 introduced the G1 garbage collector which is designed to reduce pause times.

    • Developers can also use tools like jmap and jstat to monitor memory usage.

  • Answered by AI
  • Q3. What algo Java 8 Garbage collector follow
  • Ans. 

    Java 8 Garbage collector follows the algorithm called G1 (Garbage-First).

    • G1 divides the heap into regions and collects garbage in small portions called 'garbage-first' regions.

    • It uses multiple parallel threads for garbage collection.

    • G1 aims to minimize pause times by dynamically adjusting the amount of garbage collected in each region.

    • It uses a combination of young and old generation collection to achieve better perfor...

  • Answered by AI
  • Q4. @retension annotation
  • Q5. Java Design Patterns
  • Q6. What is SOLID Principal? and Explain L into it?
  • Ans. 

    SOLID is a set of principles for object-oriented programming. L stands for Liskov Substitution Principle.

    • SOLID principles help in creating maintainable and scalable software.

    • Liskov Substitution Principle states that objects of a superclass should be replaceable with objects of its subclasses without affecting the correctness of the program.

    • This principle ensures that the behavior of the program remains consistent even ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep rate with Basic Java Concepts and Spring boot and SQL and Hibernate

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions were on - C++11 - Data Structures - Multithreading - Virtual Functions
  • Q2. 1 Coding question on vector and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Question related to Job description so clear concepts

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Core java questions related to collections, exceptions. SAGA design pattern, Adapter design pattern, proxy design pattern, Transational in MS

Interview Preparation Tips

Interview preparation tips for other job seekers - Java core basics should be strong. Interviewer did had much time so it was like quick fire round.

I applied via LinkedIn and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round will be based on your skill set
Round 2 - Case Study 

Design currency exchange service

Round 3 - Technical 

(1 Question)

  • Q1. Manager round and it is also can be technical round

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure clear discussion about salary with HR

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Second round was technical round
Round 3 - Behavioral 

(1 Question)

  • Q1. In this round some coding questions and logical questions was asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to start career as fresher, learn more thing and gain knowledge

I applied via Naukri.com and was interviewed in Oct 2022. 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 

(2 Questions)

  • Q1. WAP to count Duplicate String using Java 8
  • Ans. 

    WAP to count Duplicate String using Java 8

    • Use Java 8 Stream API to group and count duplicate strings

    • Create a Map to store the count of each string

    • Filter the map to get only the strings with count > 1

    • Return the size of the filtered map as the number of duplicate strings

  • Answered by AI
  • Q2. Basic Questions on Collections framework , Spring boot

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Coding practise for String ,Collections,Arrays

Skills evaluated in this interview

Brill Techno Interview FAQs

How to prepare for Brill Techno 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 Brill Techno. The most common topics and skills that interviewers at Brill Techno expect are Bootstrap, CSS, Core PHP, HTML and Javascript.

Tell us how to improve this page.

Interview Questions from Similar Companies

Luxoft Interview Questions
3.7
 • 122 Interviews
Thryve Digital Interview Questions
3.9
 • 67 Interviews
Iksula Interview Questions
3.4
 • 27 Interviews
Gammastack Interview Questions
3.7
 • 23 Interviews
Dyninno India Interview Questions
3.9
 • 23 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
View all

Brill Techno Reviews and Ratings

based on 5 reviews

1.3/5

Rating in categories

1.3

Skill development

1.3

Work-life balance

1.3

Salary

1.3

Job security

1.3

Company culture

1.3

Promotions

1.3

Work satisfaction

Explore 5 Reviews and Ratings
Android Developer
5 salaries
unlock blur

₹1 L/yr - ₹2 L/yr

Web Designer
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Vedio Editor
3 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Brill Techno with

Luxoft

3.7
Compare

Thryve Digital

3.9
Compare

Iksula

3.4
Compare

Mantra Technologies

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