Filter interviews by
I applied via Newspaper Ad and was interviewed in Aug 2023. There was 1 interview round.
I have a Bachelor's degree in Business Administration and 5 years of experience in sales.
Bachelor's degree in Business Administration
5 years of experience in sales
Top trending discussions
posted on 30 Aug 2024
I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.
I applied via Referral and was interviewed in Apr 2022. There were 2 interview rounds.
I was interviewed before Dec 2023.
I have sold accounts in various industries including technology, healthcare, and finance.
Sold software solutions to healthcare providers such as hospitals and clinics
Sold financial services to small and medium-sized businesses
Sold IT services to large corporations in the technology industry
Sold advertising space to media companies
Sold consumer products to retail stores
Sold insurance policies to individuals and families
I applied via Campus Placement
Critical Reasoning - 18 mins
Arrangements
Blood relations
Statement & Conclusions
Coding Decoding
Analogies
Logical Sequence
English Ability - 16mins
Sentence correction
Prepositions
Grammar
Reading Comprehension
Idioms and Phrases
Sentence Arrangement
Article
Spotting error
Speeches and Tenses
I applied via Campus Placement and was interviewed in Dec 2021. There were 6 interview rounds.
I applied via Approached by Company and was interviewed in Dec 2022. There were 4 interview rounds.
The first round tests the candidate based on logical reasoning, verbal ability and quantitative aptitude.
I applied via Recruitment Consulltant and was interviewed in Jul 2023. There were 3 interview rounds.
An aptitude test is a measure of your ability to learn or perform required tasks and succeed in the environment you're in.
The Actual Rate of Pay will be notified on a per Assignment basis and set out in the relevant Assignment Details Form.
To determine if a point is inside a polygon, use the ray casting algorithm.
Create a line from the point to a point outside the polygon
Count the number of times the line intersects with the polygon edges
If the count is odd, the point is inside the polygon; otherwise, it is outside
The four storage classes in C are auto, register, static, and extern.
Auto: default storage class for all local variables
Register: used to define local variables that should be stored in a register instead of RAM
Static: used to define local variables that retain their value between function calls
Extern: used to declare a global variable that is defined in another file
i is stored in global data segment, j is stored in stack, k is stored in heap.
i is a global variable and is stored in the global data segment
j is a local variable and is stored in the stack
k is a pointer variable and is stored in the stack, while the memory it points to is allocated on the heap using malloc()
Use a hash table to store the words and check for existence in constant time.
Create a hash table with the words as keys and a boolean value as the value.
For each new word, check if it exists in the hash table. If it does, it has appeared before. If not, add it to the hash table.
Alternatively, use a set data structure to store only the unique words and check for existence in the set.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Digital Associate
310
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Support Engineer
280
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Support Associate
161
salaries
| ₹0 L/yr - ₹0 L/yr |
Cloud Engineer
122
salaries
| ₹0 L/yr - ₹0 L/yr |
Solution Architect
91
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Microsoft Azure
IBM
Oracle