Upload Button Icon Add office photos

Filter interviews by

Black Pepper Technologies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. Mvc, web api basic question, design pattern and solid principle with example, wcf, session
Round 2 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always noted down the interview question for your next interview

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is solid principle and describe the use Liskov principles
  • Ans. 

    SOLID principles are design principles for software development. Liskov principle ensures substitutability of objects.

    • SOLID principles are a set of five design principles that help in creating maintainable and scalable software.

    • Liskov principle, named after Barbara Liskov, states that objects of a superclass should be replaceable with objects of its subclasses without affecting the correctness of the program.

    • It ensures...

  • Answered by AI
  • Q2. What is view? How to optimize SP?
  • Ans. 

    View is a virtual table that displays data from one or more tables. SP optimization can be done by reducing the number of joins and using proper indexing.

    • View is a read-only table that is created by a query

    • It can be used to simplify complex queries

    • SP optimization can be done by reducing the number of joins

    • Using proper indexing can also improve performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How do you use dependecy injection? What are advantages?
  • Ans. 

    Dependency injection is a design pattern used to remove hard-coded dependencies and make code more modular and testable.

    • Dependency injection is achieved by passing dependencies to a class or method through its constructor or method parameters.

    • Advantages include increased modularity, easier testing, and reduced coupling between components.

    • Examples of dependency injection frameworks include Spring and Guice for Java, and...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to change?
  • Q2. What is your next goal?

Interview Preparation Tips

Interview preparation tips for other job seekers - Study carefully every section along with example

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Oct 2021. There were 4 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 

(1 Question)

  • Q1. Basics of OOP,.Net mvc, SQL, JavaScript
Round 3 - Technical 

(1 Question)

  • Q1. Entity framework, Design Pattern,
Round 4 - HR 

(1 Question)

  • Q1. Previous job role, salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and believe in yourself
Then you can crack the interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question regarding Oops concepts
  • Q2. Whatis abstract methods
  • Ans. 

    Abstract methods are methods that are declared in a class but do not have an implementation.

    • Abstract methods are used to define a common interface for a group of subclasses.

    • They are declared using the 'abstract' keyword and do not have a body.

    • Subclasses must provide an implementation for all abstract methods.

    • Abstract classes can have both abstract and non-abstract methods.

    • Abstract methods cannot be instantiated and can

  • Answered by AI

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.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2023. 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 - Coding Test 

Few simple questions and they will choose any unworthy candidates and then at a later date choose to fire them, realy sad to say.

Round 3 - Coding Test 

Two pundits will join you, both of whom have no understanding of their own statements and believe that the methods they employ are the only correct approach to solving a specific problem.

Round 4 - HR 

(2 Questions)

  • Q1. Why you want to leave your current company?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for career advancement

    • Looking for new challenges and learning opportunities

    • Seeking a more collaborative work environment

    • Company restructuring or changes in management

  • Answered by AI
  • Q2. What is your expected salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Engineers.

    • Consider my years of experience in software development

    • Research the average salary for Software Engineers in the location

    • Factor in any additional skills or certifications that may increase my value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Seniors are very stubborn and not flexible to change.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Oct 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. What is raid and explain raid levels
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. It is a data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

    • RAID 0: Striping without parity, offers increased performance but no fault tolerance.

    • RAID 1: Mirroring, offers fault tolerance by duplicating data on two or more driv...

  • Answered by AI
  • Q2. What are different types of storage environments
  • Ans. 

    Different types of storage environments include cloud storage, on-premises storage, and hybrid storage solutions.

    • Cloud storage: Data is stored on remote servers accessed over the internet, providing scalability and flexibility. Example: Amazon S3, Google Cloud Storage

    • On-premises storage: Data is stored locally on physical servers within an organization's premises, offering control and security. Example: NAS devices, SA...

  • Answered by AI
Round 2 - Coding Test 

Write a program which converts Nested list to flated list

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

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Complete Framework used in your organisation
  • Ans. 

    Our organization uses a comprehensive framework that includes multiple technologies and tools for software development.

    • Our framework includes front-end technologies like React and Angular for building user interfaces.

    • For back-end development, we use Node.js and Spring Boot to create robust server-side applications.

    • We also utilize databases such as MySQL and MongoDB for data storage and retrieval.

    • Continuous integration ...

  • Answered by AI
  • Q2. Programm for reverse string,Complete core java concept with implementation in framework

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

Black Pepper Technologies Interview FAQs

How to prepare for Black Pepper Technologies 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 Black Pepper Technologies. The most common topics and skills that interviewers at Black Pepper Technologies expect are Electrical Engineering, Perl, C, Cost Control and EDA Tools.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Cyient Interview Questions
3.6
 • 285 Interviews
Sasken Interview Questions
3.8
 • 79 Interviews
Mindteck Interview Questions
3.2
 • 21 Interviews
View all

Black Pepper Technologies Reviews and Ratings

based on 8 reviews

1.4/5

Rating in categories

1.5

Skill development

2.0

Work-life balance

1.5

Salary

1.3

Job security

2.6

Company culture

1.4

Promotions

2.0

Work satisfaction

Explore 8 Reviews and Ratings
Associate Physical Design Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Embedded Software Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Staff Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Physical Design Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Staff Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Black Pepper Technologies with

Sasken

3.8
Compare

Mindteck

3.2
Compare

Persistent Systems

3.5
Compare

L&T Technology Services

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