Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Benison Technologies Team. If you also belong to the team, you can get access from here

Benison Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Benison Technologies Interview Questions and Answers

Updated 18 Dec 2024

Benison Technologies Interview Experiences

Popular Designations

3 interviews found

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

Asked me Python related questions

Round 2 - Technical 

(1 Question)

  • Q1. Project related question how to building framework for automation

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 (180)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Why do we use Angular?
  • Ans. 

    Angular is a popular front-end framework used for building dynamic web applications.

    • Angular provides a structured way to build single-page applications.

    • It offers two-way data binding, making it easier to keep the UI in sync with the underlying data.

    • Angular has a large ecosystem of tools and libraries, making development faster and more efficient.

  • Answered by AI
  • Q2. LifeCycle hook in Angular?
  • Ans. 

    Lifecycle hooks in Angular are methods that allow you to tap into the lifecycle of a component, directive, or service.

    • ngOnChanges: Called when an input property changes

    • ngOnInit: Called once the component is initialized

    • ngDoCheck: Called during every change detection run

    • ngAfterContentInit: Called after content (ng-content) has been projected into the component

    • ngAfterContentChecked: Called after every check of the project...

  • Answered by AI
  • Q3. Component communication?
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Skills evaluated in this interview

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 (180)

I applied via Job Portal and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C coding, dynamic memory allocation, Ipc, routers, switches,

Interview Preparation Tips

Interview preparation tips for other job seekers - If Basics are strong and confident, you can crack

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What is the default index type
  • Ans. 

    B-tree index is the default index type in Oracle database.

    • Default index type in Oracle is B-tree index

    • B-tree index is suitable for range queries and equality searches

    • Other index types in Oracle include bitmap index and function-based index

  • Answered by AI
  • Q2. What is the causes of query slowness
  • Ans. 

    Causes of query slowness can include inefficient queries, lack of indexes, outdated statistics, hardware limitations, and network latency.

    • Inefficient queries - poorly written queries that do not utilize indexes or join tables unnecessarily

    • Lack of indexes - missing indexes on columns frequently used in queries

    • Outdated statistics - outdated or inaccurate statistics can lead to poor query execution plans

    • Hardware limitatio...

  • Answered by AI
  • Q3. How to resolve query slowness
  • Ans. 

    To resolve query slowness, analyze query execution plan, optimize indexes, update statistics, consider partitioning.

    • Analyze query execution plan to identify bottlenecks

    • Optimize indexes to improve query performance

    • Update statistics to ensure the query optimizer has accurate information

    • Consider partitioning large tables to improve query performance

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. What are closures in javascript
  • Ans. 

    Closures in JavaScript are functions that have access to variables from their outer scope even after the outer function has finished executing.

    • Closures allow for maintaining state in an asynchronous environment

    • They are created whenever a function is defined within another function

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(outerVar); }; }

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Is NaN === NaN
Round 3 - HR 

(1 Question)

  • Q1. How do you handle stressful situations?
  • Ans. 

    I handle stressful situations by staying calm, prioritizing tasks, and seeking support when needed.

    • I prioritize tasks to focus on what needs to be done first

    • I take breaks to clear my mind and refocus

    • I communicate with team members or supervisors for guidance and support

    • I practice mindfulness techniques such as deep breathing or meditation

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction yourself
  • Ans. 

    I am a dedicated PL/SQL developer with 5 years of experience in designing and implementing database solutions.

    • Experienced in writing complex PL/SQL queries and stored procedures

    • Proficient in performance tuning and optimization of SQL queries

    • Skilled in database design and normalization principles

    • Familiar with Oracle database technologies such as triggers and packages

  • Answered by AI
  • Q2. What is join and its types
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column between them.

    • Types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • INNER JOIN returns rows when there is at least one match in both tables

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table

    • RIGHT JOIN returns all rows from the right table and the matched rows from the left table

    • FULL JOIN r...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

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

(1 Question)

  • Q1. What basic information can you provide about yourself?
  • Ans. 

    I am a software implementation engineer with 5 years of experience in implementing and customizing software solutions for clients.

    • 5 years of experience in software implementation

    • Skilled in customizing software solutions for clients

    • Strong understanding of software development lifecycle

    • Proficient in programming languages such as Java and Python

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is your experience with Bitrix24?
  • Ans. 

    I have extensive experience with Bitrix24, including customization, integration, and troubleshooting.

    • Implemented Bitrix24 for project management in previous role

    • Customized Bitrix24 CRM to fit company's specific needs

    • Integrated Bitrix24 with other software systems for seamless workflow

    • Troubleshooted and resolved issues with Bitrix24 functionality

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Definition. node js , callback, eventloop
  • Q2. What is callback hell
  • Ans. 

    Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.

    • Occurs when multiple asynchronous operations are nested within each other

    • Can lead to deeply nested code which is hard to understand and debug

    • Can be mitigated using promises, async/await, or libraries like async.js

  • Answered by AI
  • Q3. What is react and workingwhich site
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is used for creating interactive UI components.

    • It allows developers to build reusable UI components.

    • React uses a virtual DOM for efficient rendering.

    • React is commonly used in web development for single-page applications.

  • Answered by AI
  • Q4. What is loops and how we use
  • Ans. 

    Loops are used in programming to repeat a block of code multiple times until a certain condition is met.

    • Loops help in automating repetitive tasks

    • Types of loops include for, while, and do-while

    • Example: for loop to iterate over an array and perform an operation on each element

  • Answered by AI
  • Q5. What is child process
  • Ans. 

    A child process is a process created by another process, known as the parent process.

    • Child processes inherit resources and attributes from the parent process.

    • Child processes can communicate with the parent process and other child processes.

    • Examples include when a program spawns multiple processes to perform different tasks.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - definitions. :- node js, callback, event loop

Skills evaluated in this interview

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

Aptitude test was online test

Round 2 - HR 

(1 Question)

  • Q1. HR round was introductory round
Round 3 - One-on-one 

(1 Question)

  • Q1. One -on-one was with hiring manager
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(2 Questions)

  • Q1. Basic exp details
  • Q2. Salary expectations
Round 2 - Assignment 

Inventory based task for web app

Round 3 - One-on-one 

(1 Question)

  • Q1. Overall exp discussion with CEO

Benison Technologies Interview FAQs

How many rounds are there in Benison Technologies interview?
Benison Technologies interview process usually has 2 rounds. The most common rounds in the Benison Technologies interview process are Technical, HR and Coding Test.
How to prepare for Benison 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 Benison Technologies. The most common topics and skills that interviewers at Benison Technologies expect are CRM, SAN, C++, Networking and Python.
What are the top questions asked in Benison Technologies interview?

Some of the top questions asked at the Benison Technologies interview -

  1. Why do we use Angul...read more
  2. LifeCycle hook in Angul...read more
  3. C coding, dynamic memory allocation, Ipc, routers, switch...read more

Tell us how to improve this page.

Benison Technologies Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
View all

Benison Technologies Reviews and Ratings

based on 50 reviews

3.5/5

Rating in categories

3.0

Skill development

3.4

Work-life balance

3.3

Salary

3.0

Job security

3.4

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 50 Reviews and Ratings
Software Engineer
88 salaries
unlock blur

₹3.6 L/yr - ₹13.1 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹6.6 L/yr - ₹27.5 L/yr

Technical Lead
37 salaries
unlock blur

₹12.3 L/yr - ₹40 L/yr

Software Developer
23 salaries
unlock blur

₹3.4 L/yr - ₹9.2 L/yr

Java Developer
18 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Explore more salaries
Compare Benison Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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