Filter interviews by
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Zomato is a food delivery and restaurant discovery platform that allows users to order food from a wide range of restaurants.
Zomato offers online food ordering and delivery services from a variety of restaurants.
Users can explore restaurants, read reviews, and place orders through the Zomato app or website.
Zomato also provides information on restaurant menus, photos, and ratings to help users make informed decisions.
Th...
I rate Zomato based on the quality of the restaurants listed, ease of use, and accuracy of reviews.
Consider the variety of restaurants available on Zomato
Evaluate the user interface and how easy it is to navigate
Check the reliability of reviews and ratings
Compare prices and deals offered on the platform
I applied via Upwork and was interviewed in Nov 2023. There were 3 interview rounds.
Editing is the process of selecting and arranging video footage to create a cohesive and engaging final product.
Editing involves cutting and rearranging clips to improve pacing and storytelling
Adding transitions, effects, and sound to enhance the overall quality
Color correction and audio adjustments are also part of the editing process
A caption is a brief text description accompanying an image or video, providing context or additional information.
Captions are commonly used in social media posts to provide context or convey a message.
They can also be used in videos to display dialogue or narration.
Captions are typically short and concise, enhancing the viewer's understanding of the content.
Examples of captions include hashtags on Instagram posts, sub...
Agriculture is the practice of cultivating land, raising crops, and rearing animals for food, fiber, medicinal plants, and other products.
Agriculture involves activities such as planting, harvesting, and processing crops.
Livestock farming is also a part of agriculture, including raising animals for meat, milk, and other products.
Agriculture plays a crucial role in providing food security, employment, and economic devel...
Preparation is the process of getting ready for a task or event by planning, organizing, and gathering necessary resources.
Setting clear goals and objectives
Creating a timeline or schedule
Gathering necessary equipment or materials
Researching and gathering information
Practicing or rehearsing
Making contingency plans
Ensuring all team members are on the same page
Resources refer to the tools, materials, and assets used in a project or task.
Resources can include equipment, software, footage, music, and graphics.
They are essential for completing a project efficiently and effectively.
Managing resources effectively can help in meeting deadlines and achieving desired outcomes.
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
I am b.tech pursuing electronics and communication engineering, from technocrats institute of technology bhopal,
Loops in C are used to repeat a block of code multiple times based on a condition or a fixed number of iterations.
C provides three types of loops: for, while, and do-while.
The for loop is used when the number of iterations is known.
The while loop is used when the number of iterations is not known in advance.
The do-while loop is similar to the while loop but guarantees at least one execution of the loop body.
Loops can b...
In C++, the types of data include fundamental types (int, float, etc.), derived types (arrays, pointers, etc.), and user-defined types.
Fundamental types include int, float, double, char, etc.
Derived types include arrays, pointers, references, etc.
User-defined types are created by the programmer using classes or structures.
In Python, an operator is a symbol that performs an operation on one or more operands.
Operators are used to perform arithmetic, comparison, logical, and bitwise operations
Examples of operators include +, -, *, /, ==, !=, >, <, and &
Operators can be overloaded to work with custom objects
The #include stdio.h is a preprocessor directive in C programming language that includes the standard input/output library.
It is used to include the standard input/output functions in a C program.
It allows the program to use functions like printf() and scanf().
It is necessary for programs that require input/output operations.
DSA stands for Data Structures and Algorithms. It is used to efficiently store and manipulate data in computer programs.
DSA helps in organizing and managing data effectively.
It provides efficient algorithms for searching, sorting, and manipulating data.
DSA is essential for solving complex problems and optimizing program performance.
Examples of DSA include arrays, linked lists, stacks, queues, trees, and graphs.
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Zomato is a food delivery and restaurant discovery platform that allows users to order food from a wide range of restaurants.
Zomato offers online food ordering and delivery services from a variety of restaurants.
Users can explore restaurants, read reviews, and place orders through the Zomato app or website.
Zomato also provides information on restaurant menus, photos, and ratings to help users make informed decisions.
Th...
I rate Zomato based on the quality of the restaurants listed, ease of use, and accuracy of reviews.
Consider the variety of restaurants available on Zomato
Evaluate the user interface and how easy it is to navigate
Check the reliability of reviews and ratings
Compare prices and deals offered on the platform
I applied via Upwork and was interviewed in Nov 2023. There were 3 interview rounds.
Editing is the process of selecting and arranging video footage to create a cohesive and engaging final product.
Editing involves cutting and rearranging clips to improve pacing and storytelling
Adding transitions, effects, and sound to enhance the overall quality
Color correction and audio adjustments are also part of the editing process
A caption is a brief text description accompanying an image or video, providing context or additional information.
Captions are commonly used in social media posts to provide context or convey a message.
They can also be used in videos to display dialogue or narration.
Captions are typically short and concise, enhancing the viewer's understanding of the content.
Examples of captions include hashtags on Instagram posts, sub...
Agriculture is the practice of cultivating land, raising crops, and rearing animals for food, fiber, medicinal plants, and other products.
Agriculture involves activities such as planting, harvesting, and processing crops.
Livestock farming is also a part of agriculture, including raising animals for meat, milk, and other products.
Agriculture plays a crucial role in providing food security, employment, and economic devel...
Preparation is the process of getting ready for a task or event by planning, organizing, and gathering necessary resources.
Setting clear goals and objectives
Creating a timeline or schedule
Gathering necessary equipment or materials
Researching and gathering information
Practicing or rehearsing
Making contingency plans
Ensuring all team members are on the same page
Resources refer to the tools, materials, and assets used in a project or task.
Resources can include equipment, software, footage, music, and graphics.
They are essential for completing a project efficiently and effectively.
Managing resources effectively can help in meeting deadlines and achieving desired outcomes.
I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.
Editing tools are software programs used to manipulate and enhance video and audio content.
Video editing software like Adobe Premiere Pro, Final Cut Pro, and DaVinci Resolve
Audio editing software like Audacity and Pro Tools
Color grading tools like Lumetri Color and Color Finale
Visual effects software like After Effects and Nuke
Plugins and add-ons for additional functionality
I applied via Naukri.com and was interviewed in Nov 2022. There were 3 interview rounds.
I am b.tech pursuing electronics and communication engineering, from technocrats institute of technology bhopal,
Loops in C are used to repeat a block of code multiple times based on a condition or a fixed number of iterations.
C provides three types of loops: for, while, and do-while.
The for loop is used when the number of iterations is known.
The while loop is used when the number of iterations is not known in advance.
The do-while loop is similar to the while loop but guarantees at least one execution of the loop body.
Loops can b...
In C++, the types of data include fundamental types (int, float, etc.), derived types (arrays, pointers, etc.), and user-defined types.
Fundamental types include int, float, double, char, etc.
Derived types include arrays, pointers, references, etc.
User-defined types are created by the programmer using classes or structures.
In Python, an operator is a symbol that performs an operation on one or more operands.
Operators are used to perform arithmetic, comparison, logical, and bitwise operations
Examples of operators include +, -, *, /, ==, !=, >, <, and &
Operators can be overloaded to work with custom objects
The #include stdio.h is a preprocessor directive in C programming language that includes the standard input/output library.
It is used to include the standard input/output functions in a C program.
It allows the program to use functions like printf() and scanf().
It is necessary for programs that require input/output operations.
DSA stands for Data Structures and Algorithms. It is used to efficiently store and manipulate data in computer programs.
DSA helps in organizing and managing data effectively.
It provides efficient algorithms for searching, sorting, and manipulating data.
DSA is essential for solving complex problems and optimizing program performance.
Examples of DSA include arrays, linked lists, stacks, queues, trees, and graphs.
Interview experience
based on 1 review
Rating in categories
Customer Care Executive
38
salaries
| ₹0.9 L/yr - ₹3.2 L/yr |
Area Sales Manager
19
salaries
| ₹2.3 L/yr - ₹8.6 L/yr |
Tele Caller
16
salaries
| ₹0.1 L/yr - ₹3 L/yr |
Customer Service Executive
15
salaries
| ₹1.2 L/yr - ₹4.2 L/yr |
Sales Executive
15
salaries
| ₹1.2 L/yr - ₹4.8 L/yr |
DISH TV
Tata Play
Airtel DTH Services
SUNDIRECT