How do you discover the point where two linked lists of differing lengths merge?
A straightforward method is to look at each node in the first list and see if it can be accessed from the second. The intersection point is the first node in the first list that can be reached from the second list.Â
Tell me about a situation when you needed to make a strategic decision.
Employers use these questions to discover applicants who can build effective solutions for their companys needs.
Sample answer:
I worked as a sales manager in my last job, and it was my job to be able to think strategically. I need to develop several tactics to sell the goods and do so, and I need to reach out to customers and earn their trust in the product and myself, and my organization.
How to Prepare for an American Express Interview
The American express recruitment process can be exhausting, but you can easily ace this one if you are prepared well.Â
American Express provides several career opportunities to job seekers.Â
If you want a perfect American express interview experience, then keep the following tips
What is your go-to method for resolving conflicts? Could you give me an example?
To properly respond to this question, demonstrate to the interviewer that you are a good listener who can accept conflicting viewpoints without offending. You could also stress the importance of resolving conflicts in a private setting. If you want a good American express interview experience, then present an example.
Sample answer:
I was a project manager on an IT project, and one of the technicians was always late with his job. When I asked him a question, he became defensive. I kept my cool and told him that the deadlines were difficult, and I asked how I could help him improve his performance. He calmed himself and said that he was also working on other projects and had to accomplish things that were not part of his job description. Our team had a meeting, and we reached an agreement that reduced the technicians work. The technician did an excellent job on the rest of the project.
What do you mean by dangling pointer?
Dangling pointers are created when an object with an incoming reference is removed or deallocated without changing the pointers value, resulting in the pointer still pointing to the deallocated memory location.