Upload Button Icon Add office photos

Veta

Compare button icon Compare button icon Compare

Filter interviews by

Veta Interview Questions and Answers

Updated 22 Aug 2022

Veta Interview Experiences

1 interview found

I applied via Newspaper Ad and was interviewed in Jul 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. Why do you choose this subject?
  • Q2. What is the difficult part in teaching?
  • Ans. 

    The difficult part in teaching is to keep the students engaged and motivated throughout the learning process.

    • Understanding the individual learning styles of each student

    • Adapting teaching methods to suit the needs of different students

    • Creating a positive and interactive learning environment

    • Dealing with difficult or disruptive students

    • Ensuring that the material is presented in an interesting and engaging way

  • Answered by AI
  • Q3. Why do you want to work here?

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much, it was easy. Common subject related questions and some situational basics are asked.

Soft Skills Trainer Interview Questions asked at other Companies

Q1. What is the Communication rule? Who developed the rule?
View answer (2)

Interview questions from similar companies

I applied via Recruitment Consulltant and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Scenario-based questions. ex: how you will differentiate two different login 2. Remove duplicates from the array.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews are simple if you are fresher and average/difficult for experienced.
3 to 4 rounds of interviews can take place.

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Asking about the excel and other data tool. Salary offer as per their terms no negotiate.

Round 2 - HR 

(3 Questions)

  • Q1. Salary offer as per their terms.
  • Q2. Tell me some thing about your self.
  • Q3. What is expertise why want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - No tip try your luck on asking on your previous company experiance.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

An case study is provided

Round 2 - Case Study 

An detailed representation of the scenarios given needs to be assessed

Round 3 - One-on-one 

(1 Question)

  • Q1. What is your understanding of market research
  • Ans. 

    Market research involves gathering and analyzing information about target markets or customers to make informed business decisions.

    • Market research helps businesses understand their target audience and their preferences.

    • It involves collecting data on market trends, competitors, and customer behavior.

    • The information gathered through market research is used to make strategic decisions such as product development, pricing,...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sort array of cards in color red , blue,green
  • Ans. 

    Sort array of cards in red, blue, green colors.

    • Use a custom sorting function to sort the array based on color order.

    • Assign a numerical value to each color (e.g. red: 0, blue: 1, green: 2) and sort based on these values.

    • Implement a sorting algorithm like bubble sort or quicksort to rearrange the array based on color order.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find Target Element in a rotating sorted Array.
  • Ans. 

    Search for target element in a rotated sorted array.

    • Use binary search to find the pivot point where rotation happens.

    • Divide the array into two subarrays and perform binary search on the appropriate subarray.

    • Handle cases where the target element is on the left or right side of the pivot.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Was a tough oneto crack

Round 2 - Technical 

(3 Questions)

  • Q1. Asked about core Java domain and threds
  • Q2. Asked about Java domain and threads collection
  • Q3. Threads and collection
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism in C++?
  • Ans. 

    Polymorphism in C++ allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism is achieved through virtual functions and function overriding.

    • It allows for more flexibility and extensibility in code.

    • Example: A base class 'Shape' with virtual function 'draw', and derived classes 'Circle' and 'Square' that override 'draw'.

  • Answered by AI
  • Q2. Explain how different kind of motions are achieved in a Drone
  • Ans. 

    Different motions in a drone are achieved through varying the speed and direction of the propellers.

    • Changing the speed of the propellers controls the altitude of the drone.

    • Varying the speed of propellers on different sides of the drone allows it to move forward, backward, left, or right.

    • Adjusting the speed of the propellers diagonally creates rotational motion for turning.

    • Combining these motions enables the drone to pe

  • Answered by AI
  • Q3. Linux Commands?
  • Q4. Explain PID controller and its tunning.
  • Ans. 

    PID controller is a control loop feedback mechanism used in systems to control process variables.

    • PID stands for Proportional, Integral, Derivative.

    • Proportional term responds to the current error.

    • Integral term corrects the accumulated error over time.

    • Derivative term predicts future error based on current rate of change.

    • Tuning involves adjusting the three parameters (P, I, D) to achieve desired system response.

    • Example: I...

  • Answered by AI

Skills evaluated in this interview

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 Oct 2024. There were 2 interview rounds.

Round 1 - Resume Shortlist 

(1 Question)

  • Q1. Just based on resume
Round 2 - Interview 

(4 Questions)

  • Q1. Tell me about your projects
  • Ans. 

    I have worked on various projects including web development, mobile app development, and data analysis.

    • Developed a web application using React and Node.js for a client in the e-commerce industry

    • Created a mobile app using Flutter for tracking daily expenses

    • Performed data analysis on customer feedback data using Python and SQL

  • Answered by AI
  • Q2. He gave me a DSA question.
  • Q3. Asked about oops concepts
  • Q4. Asked about dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - It was on campus drive, first round was resume shortlisting. Then I was selected and second round was technical interview round. They asked medium DSA questions, some basic cs fundamentals and brief about projects.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Arrays related problem

Veta Interview FAQs

How many rounds are there in Veta interview?
Veta interview process usually has 2 rounds. The most common rounds in the Veta interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Interview Questions from Similar Companies

Chegg Interview Questions
4.1
 • 155 Interviews
Testbook.com Interview Questions
3.5
 • 99 Interviews
Zeta Interview Questions
3.4
 • 70 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
FastInfo Interview Questions
4.1
 • 50 Interviews
Mobikwik Interview Questions
3.6
 • 47 Interviews
View all

Veta Reviews and Ratings

based on 31 reviews

4.5/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

2.7

Salary

3.2

Job security

3.0

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 31 Reviews and Ratings
Trainer
7 salaries
unlock blur

₹1 L/yr - ₹4.8 L/yr

Spoken English Trainer
7 salaries
unlock blur

₹1.2 L/yr - ₹4.2 L/yr

Faculty
5 salaries
unlock blur

₹1 L/yr - ₹1.5 L/yr

Counsellor
5 salaries
unlock blur

₹1.1 L/yr - ₹2.2 L/yr

Operations Manager
4 salaries
unlock blur

₹2.2 L/yr - ₹5.5 L/yr

Explore more salaries
Compare Veta with

Chegg

4.1
Compare

Tekwissen

4.8
Compare

Edubridge Learning

4.1
Compare

Knight Frank

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