i
Xerago
Filter interviews by
To print a graph, you can use data visualization libraries like Matplotlib or Seaborn in Python.
Use Matplotlib library in Python to create and display graphs.
Import matplotlib.pyplot module to access plotting functions.
Use functions like plt.plot() or plt.scatter() to create different types of graphs.
Finally, use plt.show() to display the graph on the screen.
The procedure execution of grap involves defining the graph structure, adding nodes and edges, and performing various graph operations.
Define the graph structure by creating a graph object
Add nodes to the graph using the add_node() method
Add edges between nodes using the add_edge() method
Perform graph operations such as traversal, shortest path finding, and connectivity checking
I appeared for an interview in Feb 2025, where I was asked the following questions.
React's Virtual DOM optimizes UI updates by minimizing direct manipulation of the real DOM, enhancing performance.
The Virtual DOM is a lightweight copy of the actual DOM, allowing React to manage changes efficiently.
When a component's state changes, React creates a new Virtual DOM tree and compares it to the previous one.
The diffing algorithm identifies changes between the old and new Virtual DOM trees, determining the...
Redux is a predictable state container for JavaScript apps, enabling centralized state management and easier debugging.
Centralized State Management: Redux stores the entire application state in a single store.
Predictable State Updates: State changes are made through pure functions called reducers.
Actions: State changes are triggered by dispatching actions, which are plain JavaScript objects.
Middleware: Redux supports m...
React hooks are functions that let you use state and lifecycle features in functional components.
Hooks allow functional components to manage state using the useState hook. Example: const [count, setCount] = useState(0);
useEffect hook enables side effects in functional components, replacing lifecycle methods. Example: useEffect(() => { /* effect */ }, [dependencies]);
Custom hooks can be created to encapsulate reusabl...
useEffect is a React Hook that allows you to perform side effects in function components.
useEffect takes two arguments: a function and a dependency array.
The function runs after the component renders, allowing for side effects like data fetching.
Example: useEffect(() => { fetchData(); }, []); fetchData is called once after the initial render.
If the dependency array contains variables, the effect runs again when thos...
useRef and useReducer are React hooks for managing state and references in functional components.
useRef: Creates a mutable object that persists for the full lifetime of the component.
Example: const inputRef = useRef(null); <input ref={inputRef} />
useReducer: An alternative to useState for managing complex state logic.
Example: const [state, dispatch] = useReducer(reducer, initialState);
Combining both: useRef can h...
Adobe Analytics is more focused on marketing and advertising data, while Google Analytics is more user-centric and provides insights on website traffic and user behavior.
Adobe Analytics is often used for tracking marketing campaigns and measuring ROI.
Google Analytics provides detailed information on website traffic, user behavior, and conversions.
Adobe Analytics offers more advanced segmentation and attribution modelin...
Yes, I have experience in tagging and implementation.
Proficient in implementing tracking tags for web analytics tools such as Google Analytics and Adobe Analytics
Experience in setting up event tracking, custom dimensions, and custom metrics
Knowledge of tag management systems like Google Tag Manager and Tealium
Understanding of JavaScript and HTML for tag implementation
Ability to troubleshoot and debug tagging issues
I applied via LinkedIn and was interviewed in Apr 2024.Β There was 1 interview round.
Logical questions,Excel
Xerago interview questions for popular designations
I applied via Approached by Company and was interviewed in Apr 2024.Β There was 1 interview round.
B2B business refers to business-to-business transactions where companies sell products or services to other companies.
B2B businesses focus on selling products or services to other businesses rather than individual consumers
Examples include wholesale suppliers, manufacturers selling to retailers, and software companies selling to other businesses
B2B transactions often involve larger order quantities and longer sales cyc
I applied via Walk-in and was interviewed before Mar 2022.Β There were 3 interview rounds.
Lean logical thinking puzzle questions are very helpful
Agile model is an iterative approach to software development that emphasizes flexibility and customer satisfaction.
Agile model involves breaking down the development process into smaller, more manageable chunks called sprints.
Each sprint involves a cross-functional team working together to deliver a working product increment.
Agile model prioritizes customer satisfaction and encourages continuous feedback and adaptation...
Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works as expected.
It involves re-executing test cases that have been previously run to ensure that any changes made to the software have not adversely affected existing functionality.
It is typically performed after a software update or change has been made.
Regression testing can be done manual...
I applied via LinkedIn and was interviewed before May 2023.Β There was 1 interview round.
I appeared for an interview in May 2022.
Only basic SEO audit and blogs shared
I applied via Job Portal and was interviewed in Sep 2021.Β There were 6 interview rounds.
Case study with assignments
My family background is diverse and has shaped my values and perspectives.
My parents come from different cultural backgrounds, which has exposed me to different traditions and languages.
I have siblings who have pursued various career paths, inspiring me to explore different fields.
My family has always emphasized the importance of education and continuous learning.
We have a strong sense of community and often engage in ...
I worked as an Account Management Specialist at XYZ Company.
Managed a portfolio of key accounts, ensuring customer satisfaction and retention.
Developed and implemented strategic account plans to drive revenue growth.
Collaborated with cross-functional teams to address customer needs and resolve issues.
Provided regular reports and updates to clients on account performance and progress.
Identified upselling and cross-selli...
I am looking for a change to further develop my skills and broaden my experience in account management.
Seeking new challenges and opportunities
Desire for professional growth and advancement
Wish to work in a different industry or with different types of clients
Want to apply my skills and knowledge in a new environment
Looking for a company with a better work-life balance
My strengths include strong communication skills, attention to detail, and problem-solving abilities. My weaknesses include being overly critical of myself and sometimes struggling with time management.
Strength: Strong communication skills - I am able to effectively communicate with clients and understand their needs.
Strength: Attention to detail - I pay close attention to details to ensure accuracy in my work.
Strength...
I am an experienced Account Management Specialist with a strong background in building and maintaining client relationships.
Over 5 years of experience in account management
Proven track record of exceeding sales targets
Skilled in identifying client needs and providing tailored solutions
Excellent communication and negotiation skills
Strong ability to build and maintain long-term client relationships
I applied via Naukri.com and was interviewed in Apr 2021.Β There were 4 interview rounds.
Campaign life cycle in UNICA refers to the stages involved in creating, executing, and analyzing a marketing campaign.
The campaign life cycle in UNICA includes planning, design, execution, and analysis.
During the planning stage, the campaign objectives, target audience, and channels are identified.
In the design stage, the creative assets and messaging are developed.
Execution involves launching the campaign and monitori...
Delete removes specific rows while Truncate removes all rows from a table.
Delete is a DML command while Truncate is a DDL command.
Delete can be rolled back while Truncate cannot be rolled back.
Delete is slower than Truncate as it logs each row deletion while Truncate does not.
Delete can have a WHERE clause to specify which rows to delete while Truncate deletes all rows.
Delete does not reset identity values while Trunca...
To remove duplicates from a table, use the DISTINCT keyword in a SELECT statement.
Identify the columns that contain duplicates.
Use the DISTINCT keyword in a SELECT statement to retrieve only unique values.
Create a new table with the unique values or update the existing table with the unique values.
Consider using GROUP BY and HAVING clauses for more complex scenarios.
Top trending discussions
based on 10 interviews
Interview experience
based on 113 reviews
Rating in categories
8-12 Yrs
Not Disclosed
5-8 Yrs
Not Disclosed
3-5 Yrs
Not Disclosed
Web Developer
56
salaries
| βΉ1.2 L/yr - βΉ4.3 L/yr |
Developer Associate
24
salaries
| βΉ2.5 L/yr - βΉ3.7 L/yr |
Business Analyst
24
salaries
| βΉ1.9 L/yr - βΉ8.3 L/yr |
Data Analyst
21
salaries
| βΉ1.8 L/yr - βΉ5.3 L/yr |
Team Lead
19
salaries
| βΉ3 L/yr - βΉ12.3 L/yr |
Cheil India
WPP
Franchise India Brands
iQuanti