i
Naukri
Filter interviews by
I appeared for an interview in Oct 2024, where I was asked the following questions.
I completed two internships focused on corporate sales strategies and client relationship management, enhancing my skills in the field.
Internship at XYZ Corp: Developed sales strategies that increased client engagement by 30%.
Internship at ABC Ltd: Assisted in managing key accounts, resulting in a 15% growth in revenue during my tenure.
Participated in market research to identify potential clients, contributing to a tar...
A typical day for a salesman involves prospecting, meetings, follow-ups, and closing deals, all while managing relationships.
Morning: Start the day by reviewing emails and prioritizing tasks.
Mid-Morning: Conduct prospecting calls to identify potential clients.
Lunch: Network with existing clients or attend industry events.
Afternoon: Schedule and conduct sales meetings or presentations.
Late Afternoon: Follow up on leads ...
I applied via Campus Placement
Easy to medium kind of test.
Was given a general topic and active participation throughout is a must.
I applied via Campus Placement and was interviewed before Feb 2023. There were 4 interview rounds.
Basic arithmetic test
Gd on current affair
I applied via Campus Placement and was interviewed in Dec 2017. There were 3 interview rounds.
My hometown is known for its historic landmarks, delicious cuisine, and vibrant arts scene.
Historic landmarks such as the Old Town Square and the Cathedral of St. Peter
Delicious cuisine including traditional dishes like dumplings and goulash
Vibrant arts scene with numerous galleries, theaters, and music venues
Sales is a dynamic field that allows me to utilize my skills in building relationships, solving problems, and driving business growth.
I am passionate about building relationships and connecting with people.
Sales provides an opportunity to solve problems and meet customer needs.
I enjoy the challenge of driving business growth and achieving targets.
Sales allows me to constantly learn and adapt in a fast-paced environment...
Passion for building relationships and driving business growth
Passion for sales and building strong relationships with clients
Opportunity to drive business growth and achieve targets
Excitement for working in a dynamic and challenging corporate environment
I am a results-driven sales professional with over 10 years of experience in corporate sales, consistently exceeding targets and building strong client relationships.
Over 10 years of experience in corporate sales
Consistently exceed sales targets
Strong client relationship building skills
India has a rapidly growing internet penetration rate, with over 624 million internet users as of 2020.
India has the second-largest internet user base in the world.
Internet penetration in India has been increasing steadily over the years.
As of 2020, India had over 624 million internet users, accounting for around 45% of the country's population.
The availability of affordable smartphones and low-cost data plans has cont...
China has a high internet penetration rate, with a large percentage of its population having access to the internet.
China has the largest number of internet users in the world.
As of 2021, China had an internet penetration rate of over 70%.
Internet usage is widespread in urban areas, but rural areas still have lower penetration rates.
China has a highly developed e-commerce market, driven by its internet penetration.
Popu...
Quadrangle is a geometric shape with four sides and four angles.
Quadrangle is also known as a quadrilateral.
It can have different types such as square, rectangle, parallelogram, trapezoid, etc.
Each side of a quadrangle can have different lengths and each angle can have different measures.
Examples of quadrangles include a square, a rectangle, a diamond, a kite, etc.
The Chief Minister of Maharashtra is Uddhav Thackeray.
Uddhav Thackeray is the current Chief Minister of Maharashtra.
He is the leader of the Shiv Sena party.
He assumed office on November 28, 2019.
Prior to becoming the Chief Minister, he served as the leader of the opposition in the Maharashtra Legislative Assembly.
The cyclone that hit Mumbai caused widespread destruction and disruption.
The cyclone, named Cyclone Nisarga, made landfall near Alibag in Maharashtra on June 3, 2020.
It brought heavy rainfall, strong winds, and storm surges, leading to flooding in low-lying areas.
Several trees were uprooted, power lines were damaged, and buildings suffered structural damage.
The cyclone caused the cancellation of flights, trains, and di...
Top trending discussions
posted on 27 Oct 2020
I applied via Campus Placement and was interviewed before Oct 2019. There were 4 interview rounds.
posted on 13 Mar 2024
I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.
What's Important roles in Justdial
My strength is my ability to build strong relationships with clients, weakness is sometimes being too detail-oriented, and hobbies include hiking and photography.
Strength: Building strong relationships with clients
Weakness: Being too detail-oriented at times
Hobbies: Hiking and photography
posted on 29 May 2023
I applied via Campus Placement and was interviewed in Nov 2022. There were 6 interview rounds.
The aptitude test is medium tough. If you have already given competitive exams like CAT, CMAT, XAT, etc. then it should not be difficult for you. Remember that time management is of utmost importance.
The group discussion is where I would suggest you try to take the lead by starting first as it may create a positive impact. Also, try to speak points relevant to the topic and keep it short to give others a chance to speak too. Group discussion is not all about you speaking most of the time but also giving others a chance to others to listen to them. Also, do not try to cheat or indulge in malpractice by taking the help of the internet or keeping a tab open and speaking by reading from it as it is easy to understand that what you're saying is not your own words but from somewhere else.
BCG matrix is a strategic tool used to analyze a company's product portfolio and make decisions about resource allocation.
BCG stands for Boston Consulting Group, the consulting firm that developed the matrix.
The matrix categorizes a company's products into four categories: stars, cash cows, question marks, and dogs.
Stars are high-growth, high-market-share products that require heavy investment to maintain their positio...
Investments have been made in various areas including technology, infrastructure, and marketing.
Investments have been made in technology to improve our products and services.
Infrastructure investments have been made to expand our reach and improve logistics.
Marketing investments have been made to increase brand awareness and customer acquisition.
Specific examples include investing in a new CRM system, expanding our war...
posted on 9 Feb 2024
I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.
Topic- future of automobile sector
I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.
I appeared for an interview before Jan 2021.
Round duration - 60 minutes
Round difficulty - Easy
Two coding questions were given in the first round to be solved in 60 minutes.
Given an array A
containing 'N' integers and an integer m
, rearrange the elements of the array such that the differences between the array elements and m
are sor...
Rearrange array elements based on their differences from a given integer.
Calculate the differences between each element and the given integer.
Sort the elements based on their differences while maintaining the original order for elements with the same difference.
Implement a function to rearrange the array elements as per the given criteria.
Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...
The task is to find all nodes in a binary tree that are at a distance K from a given node.
Traverse the binary tree to find the given node
From the given node, perform a depth-first search to find all nodes at distance K
Use a list to store the values of the nodes at distance K
Return the list of values in any order
Round duration - 60 minutes
Round difficulty - Easy
This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.
Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.
N = 4
1
232
34545
4567654
The pat...
Print a triangle pattern of numbers based on a given number 'N'.
Iterate through each row and print the numbers accordingly
Use spaces to center-align the numbers in each row
Increment the numbers in each row as per the pattern
Web server serves static content over HTTP, while application server runs dynamic content and business logic.
Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.
Application server executes business logic, runs dynamic content, and interacts with databases.
Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.
Web server focuses on...
The internet is a global network of interconnected computers that communicate using standardized protocols.
The internet is made up of a vast number of interconnected networks of computers.
Data is transmitted over the internet using protocols such as TCP/IP.
Websites are hosted on servers connected to the internet, and users access them using web browsers.
Internet Service Providers (ISPs) provide access to the internet f...
SQL query to find the nth highest salary
Use the 'SELECT DISTINCT' statement to get unique salary values
Order the salaries in descending order using 'ORDER BY' clause
Use 'LIMIT' and 'OFFSET' to get the nth highest salary
Round duration - 30 minutes
Round difficulty - Easy
Typical HR round with behavioral problems.
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.
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.
based on 3 interview experiences
Difficulty level
Duration
based on 13 reviews
Rating in categories
Assistant Manager
140
salaries
| ₹3.3 L/yr - ₹9.5 L/yr |
Senior Executive
123
salaries
| ₹3.3 L/yr - ₹7.5 L/yr |
Deputy Manager
109
salaries
| ₹5 L/yr - ₹12.6 L/yr |
Senior Executive Corporate Sales
95
salaries
| ₹4 L/yr - ₹7 L/yr |
Associate Senior Executive
86
salaries
| ₹3 L/yr - ₹6 L/yr |
Amazon
Flipkart
Indiamart Intermesh
Udaan