Filter interviews by
I applied via Apna Jobs and was interviewed in Oct 2024. There were 2 interview rounds.
Structure refers to the arrangement or organization of parts within a system or object.
Structure is the way in which components are organized or interconnected.
It provides a framework for how elements relate to each other.
Examples include the skeletal structure of a building, the organizational structure of a company, or the molecular structure of a compound.
A pointer is a variable that stores the memory address of another variable.
Pointers are used to indirectly access and manipulate data in memory.
They are commonly used in programming languages like C and C++.
Example: int *ptr; // declaring a pointer to an integer variable
Function call by reference
Top trending discussions
I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.
Different types of Amazon ads include Sponsored Products, Sponsored Brands, and Sponsored Display ads.
Sponsored Products: Promote individual product listings on Amazon search results and product detail pages.
Sponsored Brands: Showcase a brand logo, a custom headline, and multiple products in a single ad.
Sponsored Display: Target audiences both on and off Amazon with display ads based on shopper behavior.
Facebook ads are displayed on the Facebook platform, while Google ads are displayed on the Google search results and partner websites.
Facebook ads target users based on their interests, demographics, and behavior on the platform.
Google ads target users based on their search queries and keywords they use.
Facebook ads can include images, videos, and carousel ads, while Google ads are primarily text-based.
Facebook ads are...
20 Min of each part. 3 section, logical from IAON test paper. nd essey
1 hour test it cosist apptitude, general english and voice test
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed before May 2022. There were 2 interview rounds.
Customer service is the support and assistance provided to customers before, during, and after a purchase.
Customer service involves addressing customer needs and concerns
It includes providing information about products or services
It also involves resolving customer complaints and issues
Examples include answering phone calls, responding to emails, and providing in-person assistance
Good customer service can lead to custo
Quantitative Aptitude, Logical Reasoning, English Comprehension, Computer Science, Versant
I am a dedicated and experienced professional with a background in finance and a passion for problem-solving.
Experienced in financial analysis and reporting
Strong problem-solving skills
Excellent communication and teamwork abilities
I developed a mobile app for tracking daily water intake and setting hydration goals.
Designed user-friendly interface for easy input of water consumption
Implemented reminder notifications to encourage regular hydration
Included visual graphs to track daily, weekly, and monthly water intake
Integrated with wearable devices to sync water intake data
I utilized technologies such as Python, SQL, and Tableau in my project.
Python
SQL
Tableau
The process for creating and submitting code on GeeksforGeeks involves writing code, testing it, and then submitting it on the platform.
Create an account on GeeksforGeeks website.
Write the code for the problem statement provided.
Test the code locally to ensure it works correctly.
Submit the code on the GeeksforGeeks platform for evaluation.
Receive feedback and improve the code if necessary.
Cloud computing is the delivery of computing services over the internet, including storage, servers, databases, networking, software, and more.
Cloud computing allows users to access resources on-demand without the need for physical hardware.
It offers scalability, flexibility, and cost-efficiency for businesses.
Examples of cloud computing services include Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Plat
Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.
Kubernetes allows for automatic scaling of applications based on resource usage.
It provides self-healing capabilities by automatically restarting containers that fail.
Kubernetes enables easy deployment and management of microservices architecture.
It supports various cloud pr...
Orchestration is the automated arrangement, coordination, and management of complex computer systems, services, and workflows.
Orchestration involves automating tasks and workflows to streamline processes.
It helps in coordinating multiple systems and services to work together seamlessly.
Examples include orchestrating the deployment of applications across different servers or managing the workflow of a data pipeline.
Programs in Java can be created by writing code in a text editor or an IDE, compiling the code, and running it using a Java Virtual Machine (JVM).
Write Java code using classes, methods, variables, and control structures.
Compile the code using a Java compiler like javac.
Run the compiled code using a Java Virtual Machine (JVM) like java.
Use an Integrated Development Environment (IDE) like Eclipse or IntelliJ IDEA for eas...
Setting the path in Java involves adding directories to the classpath to locate external libraries or resources.
Use the 'java -cp' command to set the classpath for a specific Java program.
You can also set the classpath using the CLASSPATH environment variable.
To add a JAR file to the classpath, use the '-cp' or '-classpath' option followed by the path to the JAR file.
For example, to set the classpath to include a JAR f...
Experienced Associate with a background in finance and strong analytical skills.
Background in finance with X years of experience
Strong analytical skills demonstrated through successful projects
Proven ability to work well in a team environment
I enjoy hiking, photography, and cooking in my free time.
Hiking: I love exploring new trails and being in nature.
Photography: I enjoy capturing moments and landscapes through my camera lens.
Cooking: I like experimenting with new recipes and cooking for friends and family.
Yes, I am open to relocating for the right opportunity.
I am open to exploring new locations for career growth
I am willing to relocate for the right job offer
I have experience moving for previous job opportunities
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
Understanding customer pain points and demonstrating genuine care is crucial. Professionalism involves being polite, respectful, and competent. It is important to have knowledge of company products or services. Above all, problem-solving skills are essential, along with a commitment to going above and beyond to find solutions.
Emotional intelligence is the ability to recognize, understand, and manage emotions in oneself and others.
Emotional intelligence involves self-awareness and self-regulation.
It also includes empathy and social skills.
Example: Being able to remain calm and composed in a stressful customer interaction.
Example: Understanding and responding appropriately to a customer's emotions.
Technical customer service involves providing assistance with technical issues and troubleshooting for customers.
Assisting customers with technical issues related to products or services
Troubleshooting problems and providing solutions
Explaining technical information in a clear and understandable way
Offering guidance on how to use products or services effectively
Escalating complex technical issues to higher level suppor
Customer service focuses on addressing general inquiries and providing assistance, while technical support deals with resolving technical issues and troubleshooting.
Customer service involves addressing general inquiries and providing assistance with products or services.
Technical support focuses on resolving technical issues, troubleshooting problems, and providing solutions related to technology or software.
Customer s...
Technical skills in customer service refer to the ability to use various tools and software to efficiently assist customers.
Proficiency in using customer relationship management (CRM) software
Ability to troubleshoot technical issues remotely
Knowledge of online chat platforms and ticketing systems
Experience with data entry and analysis for customer support
Familiarity with social media platforms for customer interaction
Customer satisfaction is the measure of how happy and content a customer is with a company's products, services, and overall experience.
Customer satisfaction is the result of meeting or exceeding customer expectations.
It involves providing excellent customer service, resolving issues promptly, and building strong relationships with customers.
Measuring customer satisfaction can be done through surveys, feedback forms, a...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
display none hides the element completely, visibility hidden hides the element but still takes up space, opacity 0 makes the element transparent.
display none removes the element from the layout
visibility hidden hides the element but it still occupies space
opacity 0 makes the element transparent but still occupies space
Example: display: none; visibility: hidden; opacity: 0;
Polyfill for JavaScript method 'filter'
Create a function called 'filter' that takes a callback function as an argument
Loop through the array and apply the callback function to each element
If the callback function returns true, add the element to a new array and return it
Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out and clashing with the rest of the page.
Shadow DOM allows for creating self-contained components with their own DOM tree and styling.
It helps in preventing styles from the main document affecting the component and vice versa.
Shadow DOM can be created using the 'attachShadow' method in JavaScript.
It is comm...
Currying is a technique in JavaScript where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying allows you to create reusable functions with partial application of arguments.
It helps in creating more flexible and composable functions.
Example: const add = (a) => (b) => a + b; const add5 = add(5); console.log(add5(3)); // Output: 8
Event delegation in JavaScript is a technique where a single event listener is attached to a parent element to handle events for multiple child elements.
Event delegation helps improve performance by reducing the number of event listeners.
It is useful for dynamically created elements or elements with similar behavior.
Event delegation works by utilizing event bubbling, where events on child elements bubble up to the pare
Motion Graphic Designer
6
salaries
| ₹3.5 L/yr - ₹10.8 L/yr |
Graphic Designer
4
salaries
| ₹3.2 L/yr - ₹7 L/yr |
upGrad
Simplilearn
Unacademy
Great Learning