Upload Button Icon Add office photos
Engaged Employer

i

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

Vehere Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vehere Senior Associate Interview Questions and Answers

Updated 21 Apr 2022

Vehere Senior Associate Interview Experiences

1 interview found

I applied via Company Website

Round 1 - HR 

(1 Question)

  • Q1. How i can handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, taking breaks, and seeking support when needed.

    • I prioritize tasks based on their urgency and importance

    • I take breaks to clear my mind and recharge

    • I seek support from colleagues or supervisors when necessary

    • I practice stress-reducing techniques like deep breathing or meditation

    • I maintain a positive attitude and focus on solutions rather than problems

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Relevant field job process
  • Ans. 

    Relevant field job process involves following a set of procedures and protocols specific to the industry or field of work.

    • Understanding the industry-specific regulations and guidelines

    • Following standard operating procedures (SOPs)

    • Adhering to safety protocols

    • Maintaining accurate records and documentation

    • Collaborating with team members and stakeholders

    • Continuous learning and professional development

    • Examples: Manufacturin...

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

(1 Question)

  • Q1. Profile study and what output i can provide

Interview Preparation Tips

Interview preparation tips for other job seekers - be honest and clear with your answers.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions with respect to market research and people management

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was a sham. Probably, it was just for the sake of showing off and they had an internal candidate in mind. Go for interview for this organization only if you do not have a job at the moment. They have 0 respect for anybody's time. I went for the interview, waited or an hour and was then moved to a meeting room. Waited there again and was then asked to move to some other floor (manager could not come downstairs). Manager had 0 interest in asking questions and behaved as if she was doing a favor. She asked very few questions. I took a leave to attend the interview.
Note to Monotype: How you treat candidates actually reflects on your management and work culture. Very sorry to say it is poor in your organization.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Pen and paper test
C and C++ output questions
Basic flowchart question
Only 3 out of 60 students were selected

Round 2 - One-on-one 

(1 Question)

  • Q1. After writing about your project CFO will take interview my tech stack didn't meet companies requirement hence all three students were rejected.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test and personality test, It's easy

Round 2 - Technical 

(1 Question)

  • Q1. Code to print diagonal elements in 2d array. Reverse a string without using other empty string.
  • Ans. 

    Print diagonal elements in a 2D array and reverse a string without using an empty string.

    • Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.

    • Iterate through the characters of the string from the last index to the first index and append each character to a new string.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In technical round, they focus only on coding, problem solving and data structures and algorithms.
So be ready to solve codes

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General apptitute not more technical.

Round 2 - One-on-one 

(1 Question)

  • Q1. Just simple introduction and basic details about your interests and why this job kinda
Round 3 - One-on-one 

(1 Question)

  • Q1. A formal round. If you are moved to this round than you are selected. Will be giving some general instructions and will be checking your confidence.

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy for a fresher to enter as there wont be a lot of technical questions for accounting.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Sep 2022. There were 3 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 tips
Round 2 - Aptitude Test 

Just some internet questions.

Round 3 - Coding Test 

Problem solving and coding in js

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join hestabit it is like a hell for a corporate person.

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

Interview Questionnaire 

1 Question

  • Q1. What is Java
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent and can run on any device with a Java Virtual Machine (JVM)

    • It is used to develop web applications, mobile applications, desktop applications, and games

    • Java is known for its security features and is widely used in enterprise applications

    • Some popular Java frameworks include Spring, Hi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interesting interesting interested

Skills evaluated in this interview

I applied via Internshala and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was Easy to moderate. Questions were not that tough. Just basic aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. What is docker command to list the containers?
  • Ans. 

    The docker command to list the containers is 'docker ps'.

    • The 'docker ps' command lists all the running containers.

    • To list all the containers (including the stopped ones), use 'docker ps -a'.

    • To display the container IDs in a short format, use 'docker ps -q'.

    • To display the container names instead of IDs, use 'docker ps --format '{{.Names}}'.'

  • Answered by AI
  • Q2. Which command is use to grab the text or work in linux?
  • Ans. 

    The command used to grab text or work in Linux is 'grep'.

    • Grep stands for 'global regular expression print'.

    • It is used to search for a specific pattern or text in a file or output.

    • It can be used with various options to refine the search.

    • Example: 'grep hello file.txt' will search for the word 'hello' in the file 'file.txt'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics and focus on communication skills. Technical skills mentioned in JD is important and most importantly ask questions.

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 before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Html, Css and a technical task related to the role described in JD
Round 2 - One-on-one 

(1 Question)

  • Q1. One on one general round with Senior

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, don't Sugarcoat,be open to tough discussions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic question of aptitude nd coding

Round 2 - Coding Test 

Pen and paper round at the company

Round 3 - HR 

(1 Question)

  • Q1. Basic Question about your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - They need fast learners.

Vehere Interview FAQs

How many rounds are there in Vehere Senior Associate interview?
Vehere interview process usually has 3 rounds. The most common rounds in the Vehere interview process are HR, Technical and One-on-one Round.
What are the top questions asked in Vehere Senior Associate interview?

Some of the top questions asked at the Vehere Senior Associate interview -

  1. how i can handle press...read more
  2. Relevant field job proc...read more
  3. profile study and what output i can prov...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Cyient Interview Questions
3.7
 • 283 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
Monotype Interview Questions
3.8
 • 23 Interviews
View all
Vehere Senior Associate Salary
based on 4 salaries
₹5.4 L/yr - ₹9.2 L/yr
15% less than the average Senior Associate Salary in India
View more details

Vehere Senior Associate Reviews and Ratings

based on 3 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

5.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
10 salaries
unlock blur

₹6 L/yr - ₹11.5 L/yr

Software Developer
9 salaries
unlock blur

₹3.8 L/yr - ₹9 L/yr

Associate Software Engineer
8 salaries
unlock blur

₹9 L/yr - ₹19 L/yr

Test Engineer
8 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Product Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹7.7 L/yr

Explore more salaries
Compare Vehere with

Paladion Networks

3.8
Compare

FireEye

4.3
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

TCS

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