Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Besant Technologies Intern Interview Questions and Answers

Updated 5 Jul 2024

Besant Technologies Intern Interview Experiences

2 interviews found

Intern Interview Questions & Answers

user image Anonymous

posted on 5 Jul 2024

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

They are asking the multiple type of questions in there they gona asked typical questions

Intern Interview Questions & Answers

user image Anonymous

posted on 3 Jul 2019

I was interviewed in Jan 2019.

Interview Questionnaire 

3 Questions

  • Q1. Differences between RPM and YUM?
  • Ans. 

    RPM is a package manager for Red Hat-based systems, while YUM is a higher-level package manager that uses RPM as its underlying package manager.

    • RPM is a low-level package manager that installs and manages individual packages.

    • YUM is a high-level package manager that can resolve dependencies and install packages from repositories.

    • YUM uses RPM as its underlying package manager.

    • RPM does not have the ability to resolve depe...

  • Answered by AI
  • Q2. How will you connect two systems?
  • Ans. 

    I will connect two systems using a network protocol such as TCP/IP or HTTP.

    • Choose a network protocol that is suitable for the systems being connected

    • Ensure that both systems have the necessary hardware and software to support the chosen protocol

    • Configure the network settings on both systems to enable communication

    • Test the connection to ensure that data can be transmitted and received successfully

  • Answered by AI
  • Q3. OSI layers?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a great experience.

Skills evaluated in this interview

Intern Interview Questions Asked at Other Companies

asked in Accenture
Q1. Case. There is a housing society “The wasteful society”, you coll ... read more
Q2. Which programming language you are comfortable with?
asked in Deloitte
Q3. Case : I am a US based company and I sell 3 products A, B, C (I d ... read more
Q4. Huffman Coding Challenge Given an array ARR of integers containin ... read more
asked in Accenture
Q5. A marketing strategy case. Client is a perfume seller in Jaipur. ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Very easy level, GD amond 20-21 people, where they just test your english

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about previous internships and ML algorithms
  • Q2. What is LLM? What is transfer learning?
  • Ans. 

    LLM stands for Large Language Model. Transfer learning is a machine learning technique where a model trained on one task is repurposed for another task.

    • LLM refers to large language models that are trained on vast amounts of text data to understand and generate human language.

    • Transfer learning involves taking a pre-trained model and fine-tuning it on a new dataset or task to improve performance.

    • For example, a model trai...

  • Answered by AI

Skills evaluated in this interview

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

Write the video script for a topic provided by the upgrad team and create a ppt for an video script.

Round 2 - One-on-one 

(1 Question)

  • Q1. What is the Linked list?
  • Ans. 

    A linked list is a linear data structure where elements are stored in nodes with each node pointing to the next node in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked or doubly linked

    • Allows for dynamic size and efficient insertion/deletion

  • Answered by AI

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Preparation Tips

Round: Test
Duration: 1 hour
Total Questions: 40

Skills: Technical Analysis
College Name: Sant Longowal Institute Of Engineering And Technology, Longowal

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. React hooks

I was interviewed in May 2022.

Round 1 - Aptitude Test 

Speed distance, relations, coding decoding, work time

Round 2 - Coding Test 

Strings, LinkedList

Round 3 - Coding Test 

Basic bath included and Strings sorting, leetcode medium basic SQL and some basic web related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and attend the interview, easy to medium will be asked.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Hr calls to understand candidates experience and expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Both technical discussion and coding happens in this round
Round 3 - One-on-one 

(1 Question)

  • Q1. Some technical discussion with engineer manager and cultural fit

I was interviewed before May 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

It was an coding round

  • Q1. 

    The Skyline Problem

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette when viewed from a distance. Each building is ...

  • Ans. 

    Compute the skyline of given rectangular buildings in a 2D city, eliminating hidden lines and forming the outer contour of the silhouette.

    • Iterate through the buildings and create a list of critical points (x, y) where the height changes.

    • Sort the critical points based on x-coordinate and process them to form the skyline.

    • Merge consecutive horizontal segments of equal height into one to ensure no duplicates.

    • Return the fin...

  • Answered by AI
  • Q2. 

    Rat in a Maze Problem Statement

    You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...

  • Ans. 

    Find all possible paths for a rat in a maze from source to destination.

    • Use backtracking to explore all possible paths in the maze.

    • Keep track of visited cells to avoid revisiting them.

    • Recursively try moving in all directions (up, down, left, right) until reaching the destination.

    • Return a list of strings representing valid paths sorted in alphabetical order.

  • Answered by AI
Round 2 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It was an HR round with some general questions. it was just for formality.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAupgrad interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 3 MonthsInterview preparation tips for other job seekers

Tip 1 : Stay focused
Tip 2 : Practice coding questions.
Tip 3 : View previous interviews of the companies

Application resume tips for other job seekers

Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Besant Technologies Interview FAQs

How many rounds are there in Besant Technologies Intern interview?
Besant Technologies interview process usually has 1 rounds. The most common rounds in the Besant Technologies interview process are Aptitude Test.
What are the top questions asked in Besant Technologies Intern interview?

Some of the top questions asked at the Besant Technologies Intern interview -

  1. How will you connect two syste...read more
  2. Differences between RPM and Y...read more
  3. OSI laye...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

SALARIES

Jetking Infotrain

SALARIES

Besant Technologies

No Salaries

SALARIES

Besant Technologies

SALARIES

Besant Technologies

SALARIES

Besant Technologies

SALARIES

Jetking Infotrain

Tell us how to improve this page.

Besant Technologies Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Intern Interview Questions from Similar Companies

View all
Besant Technologies Intern Salary
based on 36 salaries
₹1 L/yr - ₹7 L/yr
30% less than the average Intern Salary in India
View more details

Besant Technologies Intern Reviews and Ratings

based on 3 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.5

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Data Analyst
61 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Intern
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Front end Developer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
31 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Trainee
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Besant Technologies with

Coforge

3.3
Compare

Edureka

3.2
Compare

Manipal ProLearn

5.0
Compare

upGrad

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