Upload Button Icon Add office photos
Engaged Employer

i

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

S B Infowaves Verified Tick

Compare button icon Compare button icon Compare
4.0

based on 53 Reviews

Filter interviews by

S B Infowaves Business Development Executive Interview Questions and Answers

Updated 24 Dec 2024

S B Infowaves Business Development Executive Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Tell me about you self? Why do you want to change the job? What is your current ctc? What is you salary expectations?
Round 2 - Assignment 

I was asked about my past experience, inquired about my knowledge, and was assigned a project brief to write its scope of work, with a request to assume a project budget.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when participating in an interview.

Business Development Executive Jobs at S B Infowaves

View all

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of cloud services?
  • Ans. 

    Cloud services are services delivered through the internet, allowing users to access and store data remotely.

    • Infrastructure as a Service (IaaS) - provides virtualized computing resources over the internet.

    • Platform as a Service (PaaS) - offers a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure.

    • Software as a Service (SaaS) - deliver...

  • Answered by AI
  • Q2. What type of service Cyfuture provide?
  • Ans. 

    Cyfuture provides a wide range of IT services including cloud hosting, data center services, managed services, and cybersecurity solutions.

    • Cloud hosting services

    • Data center services

    • Managed services

    • Cybersecurity solutions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

Round 2 - Technical 

(3 Questions)

  • Q1. What is custom diractives in Angular
  • Ans. 

    Custom directives in Angular allow you to create reusable components with custom behavior.

    • Custom directives are used to extend the functionality of HTML elements in Angular.

    • They can be used to create reusable components with custom behavior.

    • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

    • Examples include crea...

  • Answered by AI
  • Q2. What is pipes in Angular
  • Ans. 

    Pipes in Angular are used for transforming data in templates.

    • Pipes are used to format data before displaying it in the view.

    • They can be used to filter, sort, or transform data in various ways.

    • Examples include currency, date, uppercase, and lowercase pipes.

  • Answered by AI
  • Q3. What is interceptor in Angular
  • Ans. 

    An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

    • Interceptors can be used to add headers, modify requests, handle errors, etc.

    • They are implemented as classes that implement the HttpInterceptor interface.

    • Interceptors are added to the HttpClientModule providers array in the app module.

    • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Do you know writing Unit test case?
  • Ans. 

    Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

    • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

    • I understand the importance of writing testable code and creating comprehensive test suites.

    • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

    • I know how to use mocking frameworks like Mocki...

  • Answered by AI
  • Q2. What state management library do you have used?
  • Ans. 

    I have used Redux for state management in my previous projects.

    • Redux is a predictable state container for JavaScript apps.

    • It helps in managing the state of the application in a single immutable state tree.

    • Actions are dispatched to update the state and components can subscribe to changes.

    • Selectors can be used to efficiently extract data from the state tree.

    • Middleware can be added to handle asynchronous actions.

    • Example:

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What is your expected Salary?
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

    • Research the average salary for Software Development Engineers in the specific location and industry

    • Consider your years of experience and level of expertise

    • Factor in any additional benefits or perks offered by the company

    • Be prepared to negotiate based on the job responsibilities and requirements

  • Answered by AI
  • Q2. How soon would you be able to join if you receive the offer letter today?
  • Ans. 

    I can join within 2 weeks of receiving the offer letter.

    • I can start within 2 weeks of receiving the offer letter.

    • I need to give notice at my current job before starting.

    • I may need to relocate, which could affect my start date.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What information do you have about the company?
  • Ans. 

    The company is a leading technology firm specializing in software development and IT solutions.

    • Founded in 2005

    • Headquartered in Silicon Valley

    • Offers a wide range of services including web development, mobile app development, and cloud computing

    • Clients include Fortune 500 companies and startups

  • Answered by AI
  • Q2. How can you identify a client?
  • Ans. 

    Clients can be identified through various methods such as networking, referrals, market research, and online presence.

    • Networking events and conferences

    • Referrals from existing clients or business partners

    • Market research to identify potential clients in target industries

    • Online presence through social media, website, and online directories

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First, gather information about the company and its products.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Coding test is the first round and if it is cleared you will be interviewed

Round 2 - Technical 

(1 Question)

  • Q1. Find if the given year is a leap year or not.
  • Ans. 

    Check if a given year is a leap year or not.

    • A leap year is divisible by 4, but not by 100 unless it is also divisible by 400

    • For example, 2000 is a leap year because it is divisible by 400, while 1900 is not because it is divisible by 100 but not by 400

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Raja Software Labs Software Development Engineer interview:
  • DSA

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

25 MCQ , 2 short essays

Round 2 - One-on-one 

(1 Question)

  • Q1. Walk me through your profile
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you ?

I applied via Campus Placement and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Contains intermediate level aptitude and logical thinking

Round 2 - Aptitude Test 

Contain expert level aptitude, logical and problem solving questions. Paragraph writing is also a part of it

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. How do you get to know about the company

Interview Preparation Tips

Topics to prepare for Zifo RnD Solutions Application Development Analyst interview:
  • Aptitude
  • Logical reasoning
  • Communication Skills
Interview preparation tips for other job seekers - Prepare well in the aptitude and logical reasoning
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of cloud services?
  • Ans. 

    Cloud services are services delivered through the internet, allowing users to access and store data remotely.

    • Infrastructure as a Service (IaaS) - provides virtualized computing resources over the internet.

    • Platform as a Service (PaaS) - offers a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure.

    • Software as a Service (SaaS) - deliver...

  • Answered by AI
  • Q2. What type of service Cyfuture provide?
  • Ans. 

    Cyfuture provides a wide range of IT services including cloud hosting, data center services, managed services, and cybersecurity solutions.

    • Cloud hosting services

    • Data center services

    • Managed services

    • Cybersecurity solutions

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Case Study 

Sell a watch to handicapped

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

I applied via LinkedIn and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Normal questions from math quants and all

Round 2 - Coding Test 

There was 2 coding question was their

Interview Preparation Tips

Interview preparation tips for other job seekers - Not very good interview experience

S B Infowaves Interview FAQs

How many rounds are there in S B Infowaves Business Development Executive interview?
S B Infowaves interview process usually has 2 rounds. The most common rounds in the S B Infowaves interview process are HR and Assignment.
How to prepare for S B Infowaves Business Development Executive 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 S B Infowaves. The most common topics and skills that interviewers at S B Infowaves expect are Business Development, Online Bidding, B2B Sales, Corporate Sales and IT Product Sales.

Tell us how to improve this page.

S B Infowaves Business Development Executive Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.3
 • 54 Interviews
Magic Edtech Interview Questions
3.1
 • 49 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
View all

S B Infowaves Business Development Executive Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Customer Care Executive
8 salaries
unlock blur

₹1.5 L/yr - ₹1.8 L/yr

Digital Marketing Executive
7 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Web Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Data Scientist
5 salaries
unlock blur

₹6 L/yr - ₹7.7 L/yr

Quality Analyst
5 salaries
unlock blur

₹2.2 L/yr - ₹2.4 L/yr

Explore more salaries
Compare S B Infowaves with

Medcode

4.5
Compare

Maxgen Technologies

4.5
Compare

Cyfuture

2.9
Compare

VDart

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