Tally Solutions
20+ Motherson Sumi Wiring Interview Questions and Answers
Q1. Create a table of a Manager-Employee, add some rows in it and write some queries.
Create a table of Manager-Employee, add rows, and write queries.
Create a table named 'ManagerEmployee' with columns 'ManagerID' and 'EmployeeID'
Add rows to the table to represent the relationship between managers and employees
Write queries to retrieve information such as employees reporting to a specific manager
Q2. how can you solve problems regarding tally
To solve problems regarding Tally, one can troubleshoot errors, reconcile accounts, update software, and seek help from Tally support.
Identify and troubleshoot errors in Tally
Reconcile accounts to ensure accuracy
Update Tally software to the latest version
Seek assistance from Tally support or online forums
Ensure proper data entry and validation
Regularly backup Tally data to prevent loss
Optimize Tally settings for better performance
Train and educate users on Tally functionaliti...read more
Q3. How do you write NFRs or include them in PRDs?
NFRs are written in a separate section of the PRD to outline non-functional requirements.
Identify key non-functional requirements such as performance, scalability, security, and usability.
Document NFRs in a separate section of the PRD, clearly outlining each requirement and its acceptance criteria.
Ensure NFRs are measurable and testable to track progress and ensure compliance.
Collaborate with stakeholders to prioritize NFRs based on business needs and constraints.
Q4. How do you propose optimizing product load speed?
Optimizing product load speed involves minimizing file sizes, leveraging caching, optimizing images, and reducing server response times.
Minimize file sizes by compressing CSS, JavaScript, and images
Leverage browser caching to store static resources locally
Optimize images by using appropriate formats and sizes
Reduce server response times by optimizing database queries and server configurations
Q5. tell if two strings are anagrams or not
Check if two strings are anagrams by comparing the sorted characters in each string.
Sort the characters in both strings and compare if they are equal.
Ignore spaces and punctuation when comparing the strings.
Example: 'listen' and 'silent' are anagrams.
Example: 'hello' and 'world' are not anagrams.
Q6. What do you know about tally and how to useful for you
Tally is an accounting software used for financial transactions and management.
Tally is widely used by businesses for accounting purposes
It helps in recording financial transactions, managing inventory, and generating reports
Tally is useful for maintaining accurate financial records and analyzing business performance
It simplifies the process of tax compliance and auditing
Tally can be customized to suit the specific needs of different industries
Q7. Linked list implementation and operations.
Linked list is a data structure where each node points to the next node. Common operations include insertion, deletion and traversal.
Linked list is made up of nodes that contain data and a pointer to the next node.
Insertion involves creating a new node and updating the pointers of the adjacent nodes.
Deletion involves updating the pointers of the adjacent nodes to bypass the node to be deleted.
Traversal involves starting at the head node and following the pointers to visit eac...read more
Q8. what is tally solutions?
Tally Solutions is a software company that provides accounting and business management software solutions.
Tally Solutions offers software for financial accounting, inventory management, payroll, and more
It is widely used by small and medium-sized businesses for managing their finances
Tally software helps in generating reports, tracking expenses, and ensuring compliance with tax regulations
Q9. Past experience on working with API integrations
Extensive experience in working with API integrations in previous roles
Developed and maintained API integrations with third-party vendors
Implemented RESTful APIs for seamless communication between systems
Troubleshooted and resolved issues related to API integrations
Worked closely with engineering teams to ensure smooth integration processes
Q10. Print RIght view of a binary tree, create a tree, and run all possible test cases.
Print the right view of a binary tree and create a tree.
Traverse the tree using DFS and keep track of the maximum level seen so far.
Print the node value whenever a new level is reached.
Create a binary tree by defining a Node class with left and right child pointers.
Test cases: single node, complete binary tree, skewed tree, null tree.
Q11. what are your strenghts?
My strengths include attention to detail, strong analytical skills, and ability to work well under pressure.
Attention to detail: I have a keen eye for spotting errors and discrepancies in financial records.
Strong analytical skills: I am able to interpret complex financial data and provide valuable insights for decision-making.
Ability to work well under pressure: I can handle tight deadlines and high-pressure situations without compromising the quality of my work.
Q12. Dynamic memory allocation in c
Dynamic memory allocation in C allows for allocating memory at runtime, enabling flexibility in memory usage.
Use functions like malloc(), calloc(), and realloc() to dynamically allocate memory in C.
Remember to free the allocated memory using free() to prevent memory leaks.
Dynamic memory allocation is commonly used for creating arrays or structures of unknown size at compile time.
Q13. What is tally
Tally is an accounting software widely used for financial management and taxation purposes.
Tally is a popular accounting software used by businesses to maintain financial records.
It helps in managing various financial transactions like sales, purchases, receipts, payments, etc.
Tally provides features for generating financial statements, managing inventory, and calculating taxes.
It simplifies the process of bookkeeping and ensures accurate financial reporting.
Tally is widely u...read more
Q14. can you explain k8s architecture?,
K8s architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.
Master node controls the cluster and schedules workloads
Worker nodes run containers and communicate with master node
Etcd stores cluster configuration and state
Pods are the smallest deployable units in Kubernetes
Services provide networking and load balancing for pods
Q15. What is ur name and where are from
My name is [Name] and I am from [Location].
My name is [Name].
I am from [Location].
Q16. instead of Jenkins don't you use Gitlab?
Gitlab can be used as an alternative to Jenkins for CI/CD pipelines.
Gitlab offers built-in CI/CD capabilities, similar to Jenkins.
Gitlab provides a single platform for version control, CI/CD, and collaboration.
Some organizations prefer Gitlab over Jenkins for its integrated features and ease of use.
Q17. shortcut to print from tally
To print from Tally, use the shortcut Ctrl+P.
Press Ctrl+P to open the print dialog in Tally.
Select the desired printer and print settings.
Click on the 'Print' button to print the document.
Alternatively, you can also use the menu option 'File' > 'Print' in Tally.
Q18. Expectations in terms of the candiature
Expectations include relevant experience, leadership skills, and ability to drive sales and growth.
Relevant experience in the industry and in a leadership role
Strong sales and growth track record
Ability to motivate and manage a team
Excellent communication and interpersonal skills
Innovative and strategic thinking
Flexibility and adaptability to changing market conditions
Commitment to achieving targets and goals
Q19. implement a queue from a stack
Implement a queue using two stacks
Use two stacks - one for enqueue operation and one for dequeue operation
When dequeue is called, check if the dequeue stack is empty. If it is, pop all elements from enqueue stack and push them to dequeue stack
Time complexity for enqueue operation is O(1) and for dequeue operation is O(n) in worst case
Example: enqueue(1), enqueue(2), dequeue() -> returns 1, enqueue(3), dequeue() -> returns 2
Q20. Lca of a tree
Lca of a tree is the lowest common ancestor of two nodes in a tree.
The LCA of two nodes in a tree is the lowest node that has both nodes as descendants.
It can be found by traversing the tree from the root to the two nodes and finding the first common ancestor.
For example, in a binary tree, the LCA of nodes 4 and 5 in the tree below is node 2: 1 / \ 2 3 / \ 4 5
More about working at Tally Solutions
Top HR Questions asked in Motherson Sumi Wiring
Interview Process at Motherson Sumi Wiring
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month