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

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)

Jobs at Benison Technologies

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Storage types, structures, padding
  • Q2. Bit operations in C language
  • Ans. 

    Bit operations in C language involve manipulating individual bits within a data structure.

    • Bitwise AND (&) - sets a bit to 1 only if both input bits are 1

    • Bitwise OR (|) - sets a bit to 1 if either input bit is 1

    • Bitwise XOR (^) - sets a bit to 1 if the input bits are different

    • Bitwise NOT (~) - inverts all bits in a number

    • Left shift (<<) - shifts bits to the left by a specified number of positions

    • Right shift (>>) - shifts

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Arithmetic, verbal, and verbal skills.

Round 2 - Coding Test 

Please write a code for generating the Fibonacci sequence.

Round 3 - Technical 

(2 Questions)

  • Q1. What are the key features and concepts of the C programming language?
  • Ans. 

    C is a powerful and efficient programming language known for its low-level features and flexibility.

    • Key features include: low-level memory access, efficient manipulation of pointers, strong support for procedural programming, and a rich library of built-in functions.

    • Concepts include: data types, control structures (such as loops and conditionals), functions, arrays, and pointers.

    • Example: In C, you can directly access a...

  • Answered by AI
  • Q2. What is an array
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.

    • Arrays have a fixed size determined at the time of declaration.

    • Elements in an array are accessed using an index starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. When would you be able to join?
  • Ans. 

    I can start within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly when you are searching.

Interview Questionnaire 

3 Questions

  • Q1. 1. Assignment
  • Q2. 2. Bunch of python questions.
  • Q3. 3. coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 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. Linux commands,
  • Q2. Cloud technologies different services (iaas, paas, saas)
  • Ans. 

    Cloud technologies offer different services like IaaS, PaaS, and SaaS for varying levels of control and management.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as virtual servers and storage.

    • PaaS (Platform as a Service) offers a platform allowing customers to develop, run, and manage applications without dealing with infrastructure.

    • SaaS (Software as a Service) deli...

  • Answered by AI
  • Q3. What do you know AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up OS basics and cloud technologies.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There was coding test

Round 2 - Technical 

(2 Questions)

  • Q1. 2 technical rounds
  • Q2. Merge sort algorithm
  • Ans. 

    Merge sort is a divide and conquer algorithm that divides the input array into two halves, sorts them separately, and then merges them back together in sorted order.

    • Divide the input array into two halves

    • Recursively sort each half

    • Merge the sorted halves back together

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Leetcode Easy question

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2018. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Second round was f2f interview, he asked about c concepts, data structures pointers concepts , and final year projects concepts
  • Q2. HR round : He asked about introduction of me, and bond, and joining date

Interview Preparation Tips

Round: Test
Experience: First Round was technical aptitude which contains objective questions from c, c++, data structures java , difficulty ranging from medium to hard.

Duration: <1 week
College Name: S D M Institute Of Technology, Ujire

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.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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Cyient Interview Questions
3.6
 • 286 Interviews
View all

Benison Technologies Reviews and Ratings

based on 51 reviews

3.6/5

Rating in categories

3.1

Skill development

3.5

Work-life balance

3.4

Salary

3.2

Job security

3.5

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 51 Reviews and Ratings
C Developer

Pune

5-10 Yrs

Not Disclosed

C++ DEveloper

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Explore more jobs
Software Engineer
91 salaries
unlock blur

₹3.6 L/yr - ₹12.9 L/yr

Senior Software Engineer
45 salaries
unlock blur

₹8.5 L/yr - ₹31.1 L/yr

Technical Lead
36 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

Prime Focus Technologies

3.4
Compare

Yalamanchili Software Exports

3.3
Compare

ScoreMe Solutions

4.3
Compare

Algonomy

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