Upload Button Icon Add office photos

Filter interviews by

Clear (1)

NoBrokerHOOD Seles Executive Interview Questions and Answers

Updated 11 Jun 2024

NoBrokerHOOD Seles Executive Interview Experiences

1 interview found

Seles Executive Interview Questions & Answers

user image Ajaz Shaikh

posted on 11 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. My self and qualifications
  • Q2. Ability to convince for sales and will to work in sales
Round 2 - One-on-one 

(2 Questions)

  • Q1. Why you want to work with us
  • Q2. What you know about sales
  • Ans. 

    Sales involves the process of selling products or services to customers in order to generate revenue for a company.

    • Understanding customer needs and preferences

    • Building relationships with clients

    • Negotiating deals and closing sales

    • Utilizing sales techniques and strategies

    • Meeting sales targets and goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through about the firm and one should have experience in sales and skill to bring sales

Interview questions from similar companies

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

(2 Questions)

  • Q1. Self introduction
  • Q2. About job description

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview Questionnaire 

1 Question

  • Q1. Group discussion with 5 members in each group. Topic was What will you send to space which represents India

I applied via Referral and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About the organization and your interest in being a part of it

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and present clearly
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Can you tell me about yourself and your professional experience?
  • Ans. 

    I am a detail-oriented professional with experience in operations management and process improvement.

    • Over 5 years of experience in operations management

    • Skilled in process improvement and efficiency

    • Strong attention to detail and problem-solving abilities

    • Previous roles include Operations Coordinator at Company X and Operations Manager at Company Y

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Scenario-based questions were presented for you to answer
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 6 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 Resume tips
Round 2 - Aptitude Test 

Basic LR and DI questions were asked

Round 3 - Group Discussion 

Top 100 were divided and a general topic was given

Round 4 - Group Discussion 

Top 30 were put into teams and an elaborate topic was given.

Round 5 - Technical 

(1 Question)

  • Q1. What are some sources of HR SOURCING?
  • Ans. 

    Some sources of HR sourcing include job boards, social media, employee referrals, recruitment agencies, and career fairs.

    • Job boards such as Indeed, Glassdoor, and LinkedIn are common sources for posting job openings.

    • Social media platforms like Facebook, Twitter, and Instagram can be used to attract potential candidates.

    • Employee referrals involve current employees recommending candidates for open positions.

    • Recruitment a...

  • Answered by AI
Round 6 - HR 

(1 Question)

  • Q1. What makes you better than other candidates?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself. Know your specialisation well. Have a broad spectrum of knowledge.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is blockchain and major challenges faced
  • Ans. 

    Blockchain is a decentralized, distributed ledger technology used to securely record transactions across multiple computers.

    • Decentralized ledger technology

    • Securely records transactions

    • Distributed across multiple computers

    • Major challenges include scalability, interoperability, and regulatory concerns

  • Answered by AI
  • Q2. How is AI changing the world today
  • Ans. 

    AI is revolutionizing industries by automating tasks, improving efficiency, and enabling personalized experiences.

    • AI is being used in healthcare to diagnose diseases, personalize treatment plans, and improve patient outcomes.

    • AI is transforming the automotive industry with self-driving cars and predictive maintenance.

    • AI is enhancing customer service through chatbots, personalized recommendations, and predictive analytic...

  • Answered by AI

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: The first round had two sections. First section consisted of general aptitude and technical aptitude questions. In the second section we were given one coding question, for which we had to write the code in a language of our preference (C,C++,Java). Around 20 students were selected in the first round.

Round: Technical Interview
Experience: The second round was a technical interview. Two interviewers were present and the interview duration was 1-1.5 hours. Questions on Computer Networks, Databases, Operating Systems, Algorithms were asked. But they were more concerned about coding fundamentals especially C++ and Java. 6 students were selected in the second round.

Round: Technical Interview
Experience: Third round was again a technical interview. The interview process was same as previous second round.

Round: HR Interview
Experience: All the 6 students who were selected for the third round had a HR interview.

General Tips: The technical interview process was exhausting as the interview duration was 1-1.5 hours and challenging as they asked questions from all major fields of computer science.
Skill Tips: Prepare a decent resume and have at least 3-4 hard copies of it available with you all the times.Also do carry passport size photos with you. While going for interviews wear proper formals,carry 2-3 copies of resume and a pen.
Skills: C, Basic coding questions, Database, Data structures, Computer Networks, OS, Algorithms
College Name: NIT SURATHKAL

I was interviewed before Apr 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

The test has 3 sections :
1. Quantitative contains 20 questions. These questions are easy to me. If u practice quant, you can easily solve it.


2. Technical contains 20 questions. Some questions are on C , C++ , java outputs. Remaining are based on DSA. If u Know all the time complexities of algorithms then it is easy . In technical they gave one DSA problem.
 

3. Essay: They have given one picture and then asked to write an essay by seeing the picture.

  • Q1. 

    Dijkstra's Algorithm for Shortest Path

    Given an undirected graph with 'V' vertices labeled from 0 to V-1 and 'E' edges. Each edge has a weight that represents the distance between two nodes 'X' and 'Y'.

    ...

  • Ans. 

    Dijkstra's algorithm is used to find the shortest path distances from a source node to all other vertices in a graph.

    • Dijkstra's algorithm is a greedy algorithm that finds the shortest path from a source node to all other nodes in a graph.

    • It uses a priority queue to select the node with the smallest distance and relaxes its neighbors.

    • The algorithm maintains a distance array to keep track of the shortest distances from t...

  • Answered by AI
Round 2 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

3 persons are there in panel. They are asking questions on basic concepts in subjects and some advanced concepts.

  • Q1. What is a Daemon Process?
  • Ans. 

    A daemon process is a background process that runs continuously to perform system tasks.

    • Daemon processes do not have a controlling terminal.

    • They typically run in the background and perform tasks such as managing hardware devices, network services, or system maintenance.

    • Examples of daemon processes include cron, sshd, and apache.

    • Daemon processes are often started during system boot and run until the system is shut down.

  • Answered by AI
  • Q2. What are the advantages of system calls in operating systems?
  • Ans. 

    System calls provide a way for user-level processes to interact with the operating system kernel.

    • System calls allow user programs to request services from the operating system.

    • They provide a secure and controlled way for applications to access system resources.

    • System calls enable processes to perform tasks such as file operations, network communication, and process management.

    • Examples of system calls include open(), re

  • Answered by AI
  • Q3. Can you explain the select() system call?
  • Ans. 

    The select() system call is used in Unix-like operating systems to monitor multiple file descriptors for activity.

    • select() allows a program to wait for multiple I/O operations to complete on multiple file descriptors.

    • It takes three sets of file descriptors as arguments - readfds, writefds, and errorfds.

    • The function will block until an activity is detected on one of the file descriptors or until a timeout occurs.

    • select(...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPADE Shaw India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Apr 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

Technical Interview round with questions on DSA.

  • Q1. 

    Binary Tree Mirror Conversion Problem

    Given a binary tree, your task is to convert it into its mirror tree.

    A binary tree is a data structure where each parent node has at most two children.

    The mirror ...

  • Ans. 

    Convert a binary tree into its mirror tree by interchanging left and right children of non-leaf nodes.

    • Traverse the binary tree in postorder fashion and swap the left and right children of each non-leaf node.

    • Use recursion to solve the problem efficiently.

    • Remember to handle null child nodes represented by -1 in the input.

  • Answered by AI
  • Q2. 

    Maximum Sum Subarray Problem Statement

    Given an array of integers, find the maximum sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Output:
    137
    Exp...
  • Ans. 

    Find the maximum sum of any contiguous subarray within an array in O(N) time complexity.

    • Iterate through the array and keep track of the maximum sum of subarrays encountered so far

    • At each index, decide whether to include the current element in the subarray or start a new subarray

    • Update the maximum sum if a new maximum is found

    • Example: For array [34, -50, 42, 14, -5, 86], the maximum sum subarray is [42, 14, -5, 86] with

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Hard

Technical Interview round with questions on DSA.

  • Q1. 

    Find the Largest BST Subtree in a Given Binary Tree

    Your task is to determine the size of the largest subtree of a given binary tree which is also a Binary Search Tree (BST).

    BST Definition:

    • The left...
  • Ans. 

    Find the size of the largest subtree in a binary tree that is also a Binary Search Tree (BST).

    • Traverse the binary tree in a bottom-up manner to check if each subtree is a BST.

    • Keep track of the size of the largest BST subtree encountered so far.

    • Use the properties of a BST to determine if a subtree is a valid BST.

    • Consider edge cases such as empty tree or single node tree.

    • Example: For input 1 2 3 4 -1 5 6 -1 7 -1 -1 -1 -1

  • Answered by AI
  • Q2. 

    Next Higher and Previous Lower Number with Same Number of Set Bits

    Given a positive integer n, the task is to find the next smallest integer and the previous largest integer that contain the exact same nu...

  • Ans. 

    Find next smallest and previous largest integers with same number of set bits as given integer.

    • Count the number of set bits in the given integer using bitwise operations.

    • For next smallest integer, find the next number with same number of set bits by iterating through numbers greater than the given integer.

    • For previous largest integer, find the previous number with same number of set bits by iterating through numbers sm

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPADE Shaw India interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 5 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

NoBrokerHOOD Interview FAQs

How many rounds are there in NoBrokerHOOD Seles Executive interview?
NoBrokerHOOD interview process usually has 2 rounds. The most common rounds in the NoBrokerHOOD interview process are One-on-one Round and HR.

Recently Viewed

SALARIES

Classplus

INTERVIEWS

NoBrokerHOOD

No Interviews

JOBS

Farmlogics Technologies

No Jobs

REVIEWS

NoBrokerHOOD

No Reviews

SALARIES

NoBrokerHOOD

LIST OF COMPANIES

Peel-works

Locations

SALARIES

Peel-works

JOBS

Apex Talent Solutions

No Jobs

INTERVIEWS

NoBrokerHOOD

5.6k top interview questions

REVIEWS

Peel-works

No Reviews

Tell us how to improve this page.

NoBrokerHOOD Seles Executive Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Chetu Interview Questions
3.3
 • 172 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
3.7
 • 154 Interviews
Brane Enterprises Interview Questions
2.0
 • 133 Interviews
ivy Interview Questions
3.6
 • 122 Interviews
DE Shaw Interview Questions
3.8
 • 120 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
View all
Territory Sales Manager
281 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Key Account Manager
119 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Key Account Manager
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Territory Sales Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
40 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NoBrokerHOOD with

ApnaComplex

2.5
Compare

myGate

3.2
Compare

ApartmentADDA

1.1
Compare

Apna Ghar

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