Upload Button Icon Add office photos

Filter interviews by

iSecureNet Solutions Inside Sales Representative Interview Questions and Answers

Updated 21 Aug 2021

iSecureNet Solutions Inside Sales Representative Interview Experiences

1 interview found

Interview Questionnaire 

2 Questions

  • Q1. What do you about cyber security
  • Ans. 

    I have a good understanding of cyber security and its importance in today's digital world.

    • I am aware of common cyber threats such as phishing, malware, and ransomware

    • I understand the importance of strong passwords and two-factor authentication

    • I know how to identify and report suspicious activity on company networks

    • I stay up-to-date on the latest cyber security trends and best practices

    • I have experience using cyber secu...

  • Answered by AI
  • Q2. Cyber security is the now a days very important tools in IT sector it will prevent ransom attacks

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain about your self
  • Q2. Education background
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain about your self
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Assignment 

Please allow me some time to complete the project for the assignment.

Round 2 - Group Discussion 

First, we will understand all the group members, then we will comprehend the tasks, and after that, we will determine who is best suited for which task and who excels in what areas.

Interview Preparation Tips

Topics to prepare for Amazon Sellers Services Sales Executive interview:
  • Sales
  • Data entry
  • Baise acount
  • Canva
  • Social Media
  • Photography
  • Photo Editing
  • MS Office
  • Excel
Interview preparation tips for other job seekers - I, Priyank Dwivedi, will work with integrity and diligence, and I will strive to share the full extent of my experience with all of you.

Interview Questionnaire 

1 Question

  • Q1. How can i bring more sellers to amazon for selling their services
  • Ans. 

    To bring more sellers to Amazon, focus on building a strong reputation, offering competitive pricing, and providing excellent customer service.

    • Offer competitive pricing to attract sellers

    • Build a strong reputation through positive reviews and testimonials

    • Provide excellent customer service to retain sellers and attract new ones

    • Offer incentives such as free shipping or promotional deals to entice sellers to join

    • Utilize so...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your basics , prepare yourself as per the job role

Area Sales Manager Interview Questions & Answers

Practo user image Srijan Srivastava

posted on 18 Nov 2015

I applied via LinkedIn

Interview Preparation Tips

Round: Resume Shortlist
Experience: This was shortlisted basis my profile on LinkedIn.
Tips: Always keep your profile up to date. Do mention the details which might be suitable

Round: HR Interview
Experience: Basic Career questions. About profile, future plans etc.
Tips: Be clear and and concise

Round: Case Study Interview
Experience: A case like situation will be given.
Tips: Prepare a PPT and also show working on excel

Skills:
College Name: NMIMS School Of Business Management

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

Interview Questionnaire 

3 Questions

  • Q1. Explain about your previous job role?
  • Q2. Tell me about yourself
  • Q3. Why you left your previous company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't sttuter and talk confidently as fast as you can go, talk about your previous job, include a story like how you started there and how it ended so you can easily engage your listener , provide examples from that job as how you will be a significant contribution to this next company, tell them you're always ready to work for more than what you're paid for. Tell them you're honoured to work for a very well know brand like practo and medical field esp. Tell them you pick this company as you have seen a lot of postive reviews over the internet. Show them you have an edge over others by thinking out of the box.

I applied via Company Website and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. About myself & work exp
Round 2 - One-on-one 

(1 Question)

  • Q1. My work life, Hobbies, Exp

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original, be cool, dont panic, all will be good

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

Interview Questionnaire 

1 Question

  • Q1. Q* If customers do not agree to buy a product in your company so how do you hundle?
  • Ans. 

    I would try to understand the reason for their disagreement and address their concerns to find a solution.

    • Listen to their concerns and objections

    • Provide additional information or clarification about the product

    • Offer alternative solutions or products

    • Try to negotiate or find a compromise

    • Thank them for their time and leave the door open for future opportunities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A* Just calm down and attend to your customers lightly and communicate properly. Then collect his Information and his query. Why can't join our company. after that solve his query and understand his problems. Of course, he buys again our company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Introduction about yourself
  • Ans. 

    Experienced sales professional with a background in coordinating sales activities and managing client relationships.

    • Over 5 years of experience in sales coordination

    • Skilled in managing CRM systems and analyzing sales data

    • Strong communication and negotiation skills

    • Proven track record of exceeding sales targets

    • Previous experience working with cross-functional teams

  • Answered by AI

Interview Questionnaire 

9 Questions

  • Q1. What is event bubbling?
  • Ans. 

    Event bubbling is the propagation of an event from the innermost child element to the outermost parent element.

    • Events triggered on a child element will also trigger on its parent elements

    • The event travels up the DOM tree until it reaches the document object

    • Can be stopped using event.stopPropagation()

    • Can be useful for event delegation

  • Answered by AI
  • Q2. Difference between .on(‘click’,function() and .click(function())
  • Ans. 

    The .on('click',function() is a more flexible method than .click(function())

    • The .on() method can handle multiple events and selectors

    • The .click() method can only handle one event and one selector

    • The .on() method can also handle dynamically added elements

    • The .click() method cannot handle dynamically added elements

  • Answered by AI
  • Q3. Write a function to check if two strings are anagram or not
  • Ans. 

    Function to check if two strings are anagram or not

    • Create two character arrays from the strings

    • Sort the arrays

    • Compare the sorted arrays

  • Answered by AI
  • Q4. Given an array of integers which can be in one of four order – i.Increasing 2.Decreasing 3.decreasing then increasing 4.increasing then decreasing .Write a function to find the type of array
  • Ans. 

    Function to determine the order of integers in an array.

    • Check first and last element to determine if increasing or decreasing

    • Check for inflection point to determine if order changes

    • Return order type as string

  • Answered by AI
  • Q5. How can you improve the performance of a site.(Only frontend)
  • Ans. 

    Optimize images, minify code, reduce HTTP requests, use caching, and lazy loading.

    • Optimize images using compression and appropriate file formats

    • Minify code to reduce file size and improve load times

    • Reduce HTTP requests by combining files and using sprites

    • Use caching to store frequently accessed data locally

    • Implement lazy loading to defer loading of non-critical resources

  • Answered by AI
  • Q6. Design database schema for a movie site.Where user can watch the movie,genre of movie,give ratings and recommended movies to user.Also Write an algorithm to show recommended movies to user
  • Ans. 

    Design a database schema for a movie site with user ratings and recommendations.

    • Create tables for movies, users, ratings, and recommendations

    • Use foreign keys to link tables

    • Include columns for movie genre and user watch history

    • Algorithm for recommendations can use user watch history and ratings to suggest similar movies

  • Answered by AI
  • Q7. By tossing a coin we can get either head or tail, i have a function toss() which return head or tail with equal probability
  • Q8. You have to write a function for dice which will return number from 1-6 with equal probability. constraints : you can not use random function, you can use only toss function
  • Ans. 

    Function to simulate dice roll with equal probability without using random function

    • Use a toss function that returns either 0 or 1 with equal probability

    • Call the toss function 3 times and convert the result to a binary number

    • If the binary number is greater than 0 and less than or equal to 6, return it

    • If the binary number is greater than 6, repeat the process

  • Answered by AI
  • Q9. Write a query to fetch duplicate email from table?
  • Ans. 

    Query to fetch duplicate email from table

    • Use GROUP BY and HAVING clause to filter out duplicates

    • SELECT email, COUNT(*) FROM table_name GROUP BY email HAVING COUNT(*) > 1;

    • This will return all the duplicate emails in the table

  • Answered by AI

Interview Preparation Tips

Skills: data structure, Algorithm
College Name: na
Motivation: Practo is the market leader in digital healthcare management with millions of consumers using our products to find doctors, book appointments and manage their healthcare efficiently. Practo Ray is the platform of choice for the vast majority of doctors and clinics deploying cloud based clinic management solution.I recently got an offer from Practo, here is my interview experience:

Skills evaluated in this interview

iSecureNet Solutions Interview FAQs

What are the top questions asked in iSecureNet Solutions Inside Sales Representative interview?

Some of the top questions asked at the iSecureNet Solutions Inside Sales Representative interview -

  1. What do you about cyber secur...read more
  2. Cyber security is the now a days very important tools in IT sector it will prev...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Deltax Interview Questions
2.7
 • 85 Interviews
Practo Interview Questions
3.1
 • 75 Interviews
Wayfair Interview Questions
3.6
 • 57 Interviews
KLA Interview Questions
3.8
 • 44 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.8
 • 31 Interviews
View all
Linux System Administrator
9 salaries
unlock blur

₹2 L/yr - ₹9.2 L/yr

Network Security Engineer
4 salaries
unlock blur

₹2 L/yr - ₹5.8 L/yr

SOC Analyst
4 salaries
unlock blur

₹2.5 L/yr - ₹4.1 L/yr

Network Security Consultant
4 salaries
unlock blur

₹3.6 L/yr - ₹11 L/yr

Technical Lead
3 salaries
unlock blur

₹4.8 L/yr - ₹7.3 L/yr

Explore more salaries
Compare iSecureNet Solutions with

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

3.9
Compare

GAMMON INDIA

3.8
Compare

Practo

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