Upload Button Icon Add office photos

Filter interviews by

Voonik Interview Questions and Answers

Updated 18 May 2017

Voonik Interview Experiences

1 interview found

Quality Analyst Engineer Interview Questions & Answers

user image Jeyaprabha Venugopalan

posted on 18 May 2017

I was interviewed in Jul 2016.

Interview Questionnaire 

4 Questions

  • Q1. Basic questions about the known programming languages
  • Q2. Algorithm Discssion Round
  • Q3. General question about the designation and very normal logical puzzles.
  • Q4. Logical Questions

Interview Preparation Tips

Round: Puzzle Interview
Experience: No of question : 20
Duration : 1 Hour
Tips: Logical question, more as puzzles and mathematical interpretations.

Round: Simple Programming Round
Experience: Very simple programs were given and asked to solve in online compliers.
Tips: Simple questions, with very simple logical implementation.

Round: Highlevel Programming Round
Experience: Highlevel Programs asked to solve in specified online compilers.
Tips: Code Questions using algorithms and data structures.

Round: Technical Interview
Experience: Very basic questions from the listed known programming languages were asked. Based on the answer given, one's level was estimated and further questions were asked.
Tips: Being confident with the answer, and the way one presented it, was noted.

Round: Group Discussion
Experience: A real time problem was given and we were asked to solve the problem with the best logic.
Tips: Listening to others idea, and suggesting the best logic with the valid reasoning.
Duration: 35 minutes

Round: Technical Interview
Experience: Many use cases were listed out and we were asked to the give a suitable algorithm for each case.
Tips: A deep knowledge in basic algorithms, their applications and real time implementaion must be known.

Round: Technical + HR Interview
Experience: The company's policies and rules, and the requirements and expections for the designation were dicussed.

Skills: Programming Skills In Any Language Like C, Data Strrutures, LOGICAL THINKING ABILITIES, Ability To Analyse
College Name: Velammal College of Engineering and Technology

Quality Analyst Engineer Interview Questions asked at other Companies

Q1. What is Quality Analyst Engineer
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react native
  • Ans. 

    React Native is a framework for building mobile applications using JavaScript and React.

    • Allows developers to write code once and deploy it on both iOS and Android platforms

    • Provides a way to create native mobile apps with the ease of web development

    • Supports hot reloading for faster development and debugging

  • Answered by AI
  • Q2. What is redux in react
  • Ans. 

    Redux is a predictable state container for JavaScript apps.

    • Redux is a state management tool commonly used with React.

    • It helps manage the state of an application in a predictable way.

    • Redux stores the entire state of the application in a single immutable object.

    • Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. What are decorators
  • Ans. 

    Decorators are functions that modify the behavior of other functions or methods.

    • Decorators are used to add functionality to existing functions without modifying their code.

    • They are commonly used in Python to modify the behavior of functions or methods.

    • Decorators are often used for logging, authentication, caching, and more.

    • Example: @staticmethod or @classmethod decorators in Python.

  • Answered by AI
  • Q2. What is python and is application
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability, commonly used for web development, data analysis, artificial intelligence, and more.

    • Python is versatile and can be used for various applications such as web development, data analysis, artificial intelligence, scientific computing, and automation.

    • It is known for its clean syntax and readability, making it a popular choice for beginner...

  • Answered by AI
  • Q3. What oops define it with coding examples
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: bundling data and methods that operate on the data into a single unit

    • Inheritance: creating new classes based on existing classes

    • Polymorphism: the ability for objects to be treated as instances of their parent class

    • Abstraction: hiding the complex implementation details and showing only th

  • Answered by AI
  • Q4. Write a code to print infinite fibonacci series
  • Ans. 

    Use a loop to continuously calculate and print Fibonacci numbers

    • Use a loop to calculate the next Fibonacci number by adding the previous two numbers

    • Print each Fibonacci number as it is calculated

    • Consider using a while loop to continuously calculate and print Fibonacci numbers

  • Answered by AI
  • Q5. Write a code to check palindrome using two pointer
  • Ans. 

    Code to check palindrome using two pointers in an array of strings

    • Initialize two pointers, one at the start of the string and one at the end

    • Compare characters at the two pointers, moving them towards each other until they meet or cross

    • If all characters match, the string is a palindrome

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Python Theory questions, Memory management
  • Q2. Basic Data Structures and Algorithms
Round 2 - Technical 

(2 Questions)

  • Q1. Basic data structure and algorithms
  • Q2. Development and deployment of python django projects
  • Ans. 

    Python Django is a popular web framework for developing and deploying web applications.

    • Use virtual environments to manage dependencies

    • Utilize Django's built-in admin interface for managing data

    • Deploy Django projects using platforms like Heroku or AWS

    • Consider using Docker for containerization

    • Implement continuous integration and deployment pipelines

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. High Level Design Components

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL based questions were asked with some puzzles
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Window functions
  • Q2. Joins and aggregate functions
  • Q3. Abalytical function lag() and lead() question
Round 2 - One-on-one 

(1 Question)

  • Q1. Guesstimate and Puzzle
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Fair

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 - Coding Test 

Dsa basics, arrays, stacks, queues, heaps

Round 3 - Coding Test 

System design basic questions

Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion and behavioural questions
  • Q2. Why do you want to join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - System design basics

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Take me through your resume?
  • Q2. Situation based questions
  • Q3. About projects done in previous organisation
Round 2 - One-on-one 

(2 Questions)

  • Q1. Resume based questions
  • Q2. About team handling and team management

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep numbers handy and ensure you're through with your resume for some cross questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a data analyst with a background in statistics and programming, passionate about turning data into actionable insights.

    • Background in statistics and programming

    • Experience in data analysis and visualization

    • Strong problem-solving skills

    • Ability to communicate complex findings to non-technical stakeholders

  • Answered by AI
  • Q2. Tell me what work you do at your current company?
  • Ans. 

    I analyze data to identify trends, patterns, and insights to support decision-making.

    • Analyze large datasets to extract valuable insights

    • Create visualizations to communicate findings

    • Collaborate with stakeholders to understand business needs

    • Use statistical tools and techniques to interpret data

    • Present findings and recommendations to management

  • Answered by AI
  • Q3. What are your views on beauty?
  • Ans. 

    Beauty is subjective and can be found in various forms, such as nature, art, and human relationships.

    • Beauty is subjective and can vary from person to person.

    • It can be found in nature, like a breathtaking sunset or a blooming flower.

    • Artistic creations, such as paintings, sculptures, and music, can also be considered beautiful.

    • Beauty can also be seen in human relationships, acts of kindness, and expressions of love.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your achievements in your career
  • Ans. 

    I have successfully led a team to exceed sales targets by 20% and implemented a new training program resulting in a 30% increase in employee productivity.

    • Exceeded sales targets by 20%

    • Implemented new training program resulting in 30% increase in employee productivity

    • Received Employee of the Year award for outstanding leadership

  • Answered by AI
  • Q2. What are the failures in your career
  • Ans. 

    I have faced failures in my career but have learned valuable lessons from them.

    • Lack of effective communication leading to misunderstandings

    • Not setting clear goals and priorities

    • Taking on too many tasks at once and becoming overwhelmed

    • Not seeking help or guidance when needed

    • Not adapting to changes in the industry or company

  • Answered by AI

Voonik Interview FAQs

What are the top questions asked in Voonik interview?

Some of the top questions asked at the Voonik interview -

  1. General question about the designation and very normal logical puzzl...read more
  2. Basic questions about the known programming langua...read more
  3. Algorithm Discssion Ro...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Myntra Interview Questions
4.0
 • 213 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
AJIO Interview Questions
3.7
 • 64 Interviews
Indorama Interview Questions
4.0
 • 26 Interviews
Purplle.com Interview Questions
3.6
 • 22 Interviews
XYXX Apparels Interview Questions
4.0
 • 13 Interviews
LimeRoad Interview Questions
2.6
 • 9 Interviews
Zivame.com Interview Questions
3.7
 • 9 Interviews
Clovia Interview Questions
4.0
 • 6 Interviews
FabAlley Interview Questions
4.4
 • 5 Interviews
View all

Voonik Reviews and Ratings

based on 35 reviews

2.1/5

Rating in categories

2.1

Skill development

2.1

Work-life balance

2.0

Salary

1.7

Job security

2.1

Company culture

1.9

Promotions

2.0

Work satisfaction

Explore 35 Reviews and Ratings
Operations Executive
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Information Security Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Retail Store Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

General Manager
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Voonik with

Myntra

4.0
Compare

LimeRoad

2.6
Compare

Nykaa

3.5
Compare

Zivame.com

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