Upload Button Icon Add office photos

Filter interviews by

Bk Systems Interview Questions and Answers

Updated 3 May 2024

Bk Systems Interview Experiences

Popular Designations

4 interviews found

Associate Engineer Trainee Interview Questions & Answers

user image MATHIAZHAKAN JANAKIRAMAN

posted on 26 Mar 2024

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

(5 Questions)

  • Q1. Personal Details
  • Q2. Differentiate confident and over confident
  • Q3. What is Java and Python
  • Ans. 

    Java and Python are popular programming languages used for developing software applications.

    • Java is a statically typed language known for its platform independence and object-oriented programming features.

    • Python is a dynamically typed language known for its simplicity and readability.

    • Java example: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }

    • Python example:

  • Answered by AI
  • Q4. Salary idea and how to think weekends works
  • Q5. What hire of your job

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skill very important

Skills evaluated in this interview

Associate Engineer Trainee Interview Questions asked at other Companies

Q1. 4. give a scenario on how electrical and electronics can be used simultaneously
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Security Tools knowledge

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

Intern Interview Questions & Answers

user image Anonymous

posted on 26 Apr 2023

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal 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 

(3 Questions)

  • Q1. What you can be the United States
  • Q2. I have been a new York edition
  • Q3. I did not a new Jersey and a few days

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Interview Questionnaire 

1 Question

  • Q1. Basic questions in c , java, rdbms

Interview Preparation Tips

Interview preparation tips for other job seekers - If you can manage work pressure and management pressure means attend the interview otherwise don't.

System Engineer Interview Questions asked at other Companies

Q1. Who Won the Election???Elections are going on, and there are two candidates A and B, contesting with each other. There is a queue of voters and in this queue, some of them are supporters of A and some of them are supporters of B. Many of th... read more
View answer (11)

Bk Systems interview questions for popular designations

 Associate Engineer Trainee

 (1)

 Intern

 (1)

 Security Analyst

 (1)

 System Engineer

 (1)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 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.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self.
  • Ans. 

    I am a passionate software engineering student with experience in web development and a strong desire to learn and grow.

    • Currently pursuing a degree in Computer Science

    • Proficient in programming languages such as Java, Python, and JavaScript

    • Experience with front-end technologies like HTML, CSS, and React

    • Completed internships at tech companies like XYZ Inc.

    • Interested in exploring machine learning and artificial intelligen

  • Answered by AI
  • Q2. What's your skill and experience.
  • Ans. 

    I have strong skills in programming languages such as Java, Python, and C++, as well as experience with web development and database management.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with web development using HTML, CSS, and JavaScript

    • Familiarity with database management systems like MySQL and MongoDB

  • Answered by AI

Interview Preparation Tips

Topics to prepare for GrapplTech Software Engineer Intern interview:
  • Java
  • Javascript
  • React.Js
  • Node.Js
  • MySQL
  • OOPS
  • DSA
Interview preparation tips for other job seekers - It's a Great Platform for job seekers.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Assignment 

The Hiring team and the trial team is very supportive, and the trial assignment was challenging and enjoyable. At First round the assignment is for design the Ai chat to Human chat process, that was very challenging, and I think best lesson I get from the assignment. and 2nd assignment to design and case study of the helplama website and i give best from my side and the team was very supportive and the work environment also best.

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced Virtual Relationship Manager with a passion for building strong connections and providing excellent customer service.

    • Over 5 years of experience in virtual relationship management

    • Skilled in communication, problem-solving, and relationship-building

    • Proven track record of exceeding customer satisfaction goals

    • Proficient in CRM software and virtual communication tools

  • Answered by AI
  • Q2. Why do you want to join
  • Ans. 

    I am passionate about leveraging technology to enhance customer relationships and provide personalized solutions.

    • Passionate about using technology to improve customer relationships

    • Excited about providing personalized solutions

    • Believe in the importance of virtual communication in today's digital world

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very bad experience till date.. no response from the employer for any kind of queries. No formal documents are provided for company policies. Misleaded on the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Reasoning , maths , coding, english

Round 2 - Coding Test 

Java python css c programming sql, html.

Interview Preparation Tips

Interview preparation tips for other job seekers - No comments

Bk Systems Interview FAQs

How many rounds are there in Bk Systems interview?
Bk Systems interview process usually has 1-2 rounds. The most common rounds in the Bk Systems interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Bk Systems interview?

Some of the top questions asked at the Bk Systems interview -

  1. What is Java and Pyt...read more
  2. Basic questions in c , java, rd...read more
  3. Differentiate confident and over confid...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Bk Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 772 Interviews
Busibud Interview Questions
4.0
 • 41 Interviews
View all

Bk Systems Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

4.4

Skill development

3.8

Work-Life balance

3.9

Salary & Benefits

3.5

Job Security

3.9

Company culture

4.2

Promotions/Appraisal

4.1

Work Satisfaction

Explore 17 Reviews and Ratings
Associate Systems Engineer
27 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

System Engineer Hardware
11 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

System Engineer
8 salaries
unlock blur

₹5 L/yr - ₹10.5 L/yr

Associate Engineer
6 salaries
unlock blur

₹3.6 L/yr - ₹5 L/yr

Senior Systems Engineer
5 salaries
unlock blur

₹11.2 L/yr - ₹17.8 L/yr

Explore more salaries
Compare Bk Systems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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