Premium Employer

Infosys

3.7
based on 37.1k Reviews
Filter interviews by

10+ Evoke Experiences Interview Questions and Answers

Updated 8 Nov 2024
Popular Designations

Q1. What is React Router? Give one example by writing code.

Ans.

React Router is a popular routing library for React applications.

  • React Router helps in managing navigation and rendering of components in React applications.

  • It allows for declarative routing using components like and .

  • Example:

Add your answer

Q2. Execute code to create form and send data to child component in react js?

Ans.

Use React to create a form and send data to a child component

  • Create a form component in React

  • Pass data from the form component to the parent component using props

  • Send the data from the parent component to the child component as props

Add your answer

Q3. Different types of hooks in react and use of lifecycle methods in class components?

Ans.

Hooks in React include useState, useEffect, useContext, etc. Lifecycle methods in class components include componentDidMount, componentDidUpdate, componentWillUnmount, etc.

  • Hooks in React include useState, useEffect, useContext, useReducer, etc.

  • useState: Used to add state to functional components.

  • useEffect: Used to perform side effects in functional components.

  • useContext: Used to access context in functional components.

  • useReducer: Used to manage more complex state logic.

  • Lifecy...read more

Add your answer

Q4. FM generated when lock object is created?

Ans.

FM is generated when a lock object is created to manage concurrent access to shared resources.

  • FM stands for Function Module in SAP systems.

  • Lock objects are used to manage concurrent access to shared resources in SAP systems.

  • When a lock object is created, a Function Module (FM) is automatically generated to handle the locking mechanism.

  • The FM generated for a lock object can be used to enforce exclusive access to the shared resource by multiple users.

Add your answer
Discover Evoke Experiences interview dos and don'ts from real experiences

Q5. 2) Estimate the number of football shoes sold in India

Ans.

It is difficult to estimate the exact number of football shoes sold in India due to lack of available data.

  • The number of football shoes sold in India can vary greatly depending on factors such as season, popularity of the sport, and economic conditions.

  • One could estimate the number of football shoes sold by analyzing sales data from major sports retailers in India.

  • Another approach could be to survey a sample of football players and enthusiasts to determine their purchasing ha...read more

Add your answer

Q6. Screen share coding for Apex trigger And lwc component

Ans.

Screen share coding for Apex trigger and LWC component

  • Use a screen sharing tool like Zoom or Microsoft Teams to share your screen

  • Explain your thought process and code logic as you write the Apex trigger and LWC component

  • Ask for feedback and suggestions from the interviewer during the coding session

Add your answer
Are these interview questions helpful?

Q7. 1) Guess the size of football market in India

Ans.

The football market in India is growing rapidly and is estimated to be worth around $1 billion.

  • The Indian Super League (ISL) has been a major contributor to the growth of football in India

  • The popularity of European football leagues like the English Premier League and La Liga has also increased the interest in football in India

  • The market includes revenue from broadcasting rights, sponsorships, merchandise sales, and ticket sales

  • The COVID-19 pandemic has affected the football m...read more

Add your answer

Q8. What is PoSc, LOSC physical inventory

Ans.

PoSc and LOSC physical inventory are methods of inventory management used in retail and manufacturing industries.

  • PoSc stands for Point of Sale physical inventory, which involves counting the inventory at the time of sale.

  • LOSC stands for Line of Sight physical inventory, which involves counting the inventory by visually inspecting it.

  • Both methods are used to ensure accurate inventory counts and prevent stockouts or overstocking.

  • For example, a retail store may use PoSc physical...read more

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. what is clear, free and refresh

Ans.

Clear, free, and refresh refer to a state of mind or environment that is uncluttered, unrestricted, and rejuvenating.

  • Clear - refers to having a lack of clutter or confusion, being easy to understand or see clearly

  • Free - refers to being unrestricted, having the ability to act or choose without limitations

  • Refresh - refers to rejuvenating or revitalizing, providing a new sense of energy or clarity

Add your answer

Q10. How to stop DMin Batch Apex

Ans.

To stop DML Batch Apex, use System.abortJob() method.

  • Use System.abortJob() method to stop the DML Batch Apex job.

  • This method can be called from a trigger, a Visualforce page, a custom button, or a custom link.

  • Example: System.abortJob(jobId);

Add your answer

Q11. Which programming you know well

Ans.

I am proficient in Java, Python, and SQL.

  • Java

  • Python

  • SQL

Add your answer

Q12. Difference between BW & BW on HANA,

Ans.

BW is a traditional data warehousing solution while BW on HANA is a modern in-memory data warehousing solution.

  • BW uses a disk-based database while BW on HANA uses an in-memory database

  • BW on HANA provides faster data processing and real-time analytics

  • BW on HANA requires less storage space compared to BW

  • BW on HANA allows for more complex data models and faster data retrieval

  • Example: BW may take hours to process large amounts of data while BW on HANA can do it in minutes

Add your answer

Q13. Complex design you worked on?

Ans.

Designed a complex system for a financial institution to manage their global operations.

  • Collaborated with cross-functional teams to gather requirements and design specifications.

  • Implemented a scalable architecture using microservices and containerization.

  • Integrated with multiple third-party systems and APIs.

  • Ensured high availability and disaster recovery through redundancy and failover mechanisms.

  • Implemented security measures such as encryption and access controls.

  • Conducted t...read more

Add your answer

Q14. item category determination

Ans.

Item category determination involves assigning products to specific categories based on characteristics such as type, size, and function.

  • Consider the type of product (e.g. electronics, clothing, food)

  • Look at the size and dimensions of the product

  • Take into account the function or purpose of the product

  • Use a standardized classification system if available (e.g. UNSPSC, NAICS)

  • Consult with team members or experts for input on categorization

Add your answer

Q15. Explain kafka architecture

Ans.

Kafka architecture is a distributed streaming platform that is used for building real-time data pipelines and streaming applications.

  • Kafka is designed to be distributed, fault-tolerant, and scalable.

  • It consists of Producers, Brokers, and Consumers.

  • Producers publish messages to Kafka topics, which are then stored in partitions on Brokers.

  • Consumers subscribe to topics and pull messages from partitions.

  • ZooKeeper is used for managing and coordinating Kafka brokers.

  • Kafka Connect i...read more

Add your answer

Q16. Asynchronous scenarios

Ans.

Asynchronous scenarios involve tasks that can run independently of each other, improving efficiency and responsiveness.

  • Asynchronous programming allows tasks to run concurrently, reducing waiting time.

  • Common examples include fetching data from a server while the user continues to interact with the application, or processing multiple files simultaneously.

  • Callbacks, promises, and async/await are commonly used in asynchronous programming to handle the flow of execution.

Add your answer

Q17. Explain bug fixes

Ans.

Bug fixes are corrections made to software to address issues or errors that prevent it from functioning as intended.

  • Bug fixes involve identifying and understanding the issue reported by users or testers.

  • Developers then analyze the code to locate the source of the bug.

  • Once the bug is identified, developers make the necessary changes to the code to fix the issue.

  • Testing is done to ensure the bug fix works as intended and does not introduce new issues.

  • Bug fixes are crucial for m...read more

Add your answer

Q18. pricing procedure

Ans.

Pricing procedure involves determining the cost of goods or services based on various factors.

  • Consider factors such as production costs, competition, target market, and desired profit margin.

  • Create a pricing strategy that aligns with the company's goals and objectives.

  • Regularly review and adjust pricing based on market conditions and customer feedback.

  • Examples: cost-plus pricing, value-based pricing, competitive pricing.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Evoke Experiences

based on 26 interviews in the last 1 year
2 Interview rounds
Technical Round 1
Technical Round 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Senior Associate Interview Questions from Similar Companies

3.4
 • 105 Interview Questions
3.9
 • 27 Interview Questions
3.5
 • 24 Interview Questions
3.9
 • 22 Interview Questions
3.4
 • 10 Interview Questions
3.4
 • 10 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter