Upload Button Icon Add office photos

Filter interviews by

Birla Pivot Interview Questions, Process, and Tips

Updated 25 Nov 2024

Top Birla Pivot Interview Questions and Answers

Birla Pivot Interview Experiences

Popular Designations

6 interviews found

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Easy and Medium Leetcode DSA questions were asked
Round 2 - Technical 

(2 Questions)

  • Q1. Find the largest Jumping number less than the given number (Java live coding)
  • Ans. 

    Find the largest Jumping number less than the given number in Java.

    • Create a function to check if a number is a Jumping number.

    • Iterate from the given number to 0 and find the largest Jumping number.

    • Return the largest Jumping number found.

  • Answered by AI
  • Q2. Java Questions and few basic puzzles
Round 3 - Technical 

(1 Question)

  • Q1. This round was with the CTO, was asked about my projects and few design related question(above my experience level). He was not interested to take the interview, countered everthing i had to say and was ru...

Interview Preparation Tips

Topics to prepare for Birla Pivot Backend Developer interview:
  • DSA
  • System Design
Interview preparation tips for other job seekers - Company looks great and also my first two round went really well but the last round with the CTO made this my worst interview ever.

Skills evaluated in this interview

Backend Developer Interview Questions asked at other Companies

Q1. Vertical Order Traversal of a Binary Tree Given a binary tree, your task is to return the vertical order traversal of its nodes' values. For each node located at a position (X, Y), its left child will be at (X-1, Y-1) and its right child wi... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Wrote test cases on ATM transaction
  • Q2. Tell me the when there is a critical defect in prod and you have no steps mentioned in jira to reproduce it
  • Ans. 

    In such a scenario, I would first analyze the defect thoroughly and try to reproduce it in a controlled environment.

    • Investigate the defect thoroughly to understand its impact on the system

    • Consult with developers to gather more information about the issue

    • Attempt to reproduce the defect in a controlled testing environment

    • Document all findings and steps taken to troubleshoot the issue

  • Answered by AI

Skills evaluated in this interview

Quality Assurance Analyst Interview Questions asked at other Companies

Q1. What Is Stress & Strain?? What Is Automobile??What is the works of an IC Engine?? Difference between IC engine and SI Engine.. What is Four stroke and two stroke engine??
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1hr+ coding test on JS Async Programming, JS Fundamental MCQ's, CSS Positioning code and a machine coding question.

Round 2 - Technical 

(1 Question)

  • Q1. Implement code for Debouncing in JS
  • Ans. 

    Debouncing in JS is a technique used to limit the number of times a function is called in a short period of time.

    • Use setTimeout to delay the execution of a function

    • Clear the timeout if the function is called again within the specified time

    • Example: debounce function for input event listener

  • Answered by AI

Skills evaluated in this interview

Front end Developer Interview Questions asked at other Companies

Q1. Non-Decreasing Array Problem Statement Given an integer array ARR of size N, determine if it can be transformed into a non-decreasing array by modifying at most one element. An array is defined as non-decreasing if ARR[i] <= ARR[i + 1] f... read more
View answer (3)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Write test cases on ATM machine using traceability matrix
  • Ans. 

    Test cases for ATM machine using traceability matrix

    • Test case 1: Verify if the ATM machine accepts valid card and PIN combination

    • Test case 2: Verify if the ATM machine rejects invalid card and PIN combination

    • Test case 3: Verify if the ATM machine dispenses correct amount of cash requested

    • Test case 4: Verify if the ATM machine displays proper error message for insufficient funds

    • Test case 5: Verify if the ATM machine log

  • Answered by AI

Skills evaluated in this interview

Quality Assurance Interview Questions asked at other Companies

Q1. Explain your Project. Explain V model. Explain SDLC. Explain STLC. Explain Agile ceremonies. Do you attend all the agile ceremonies? Tell me the positive and negative test cases for water bottle. What is difference between Retesting and Reg... read more
View answer (1)

Birla Pivot interview questions for popular designations

 Software Engineer

 (1)

 QA Lead

 (1)

 Backend Developer

 (1)

 Front end Developer

 (1)

 Quality Assurance

 (1)

 Quality Assurance Analyst

 (1)

QA Lead Interview Questions & Answers

user image Anonymous

posted on 11 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Overall exp discussion

QA Lead Interview Questions asked at other Companies

Q1. 1. Explain Bid bond guarantee, Advance payment guarantee, Performance guarantee. 2. What are different SWIFT messages generated as part of Letter of Credit? 3. Difference between LC and Guarantee. 4. Difference between Import LC and Export ... read more
View answer (1)

Software Engineer Interview Questions & Answers

user image Dev Yash Saxena

posted on 27 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String, Array, Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Kafka LLD Question
  • Q2. Hard DSA Question
Round 3 - CTO 

(2 Questions)

  • Q1. General Discussion on Why we should consider you
  • Q2. High Level Design Question

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (196)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

Birla Pivot Interview FAQs

How many rounds are there in Birla Pivot interview?
Birla Pivot interview process usually has 1-2 rounds. The most common rounds in the Birla Pivot interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Birla Pivot 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 Birla Pivot. The most common topics and skills that interviewers at Birla Pivot expect are Java, AWS, Automation Testing, Invoicing and Software Quality Assurance.
What are the top questions asked in Birla Pivot interview?

Some of the top questions asked at the Birla Pivot interview -

  1. Tell me the when there is a critical defect in prod and you have no steps menti...read more
  2. Find the largest Jumping number less than the given number (Java live codi...read more
  3. Write test cases on ATM machine using traceability mat...read more

Tell us how to improve this page.

Birla Pivot Interview Process

based on 8 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.5k 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
ITC Interview Questions
3.9
 • 546 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
View all

Birla Pivot Reviews and Ratings

based on 6 reviews

2.8/5

Rating in categories

2.8

Skill development

2.3

Work-life balance

3.3

Salary

3.3

Job security

2.7

Company culture

3.2

Promotions

2.5

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

UX Designer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Regional Category Manager
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Birla Pivot with

Aditya Birla Group

4.1
Compare

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Mahindra & Mahindra

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