Open In App

Newfold Interview Experience (On-Campus)

I am writing down this article to share my interview experience with Newfold Digital. I learned a lot throughout the process and I hope that by writing down my experiences, I can reflect back on the journey and you can learn something as well.Newfold Digital, formerly Endurance International Group, is an IT services company specializing in web hosting. It is the world’s largest web hosting and domain registration company that was formed on February 10th, 2021 by merging Endurance International Group with Web.com by Clearlake Capital Group. They visited our campus on September 2nd and 3rd, 2021.

Before Registering:



After Registration:

Round 1: Online Test



Round 2: Coding Test

3 easy to medium level Questions

Time:90 mins

  1. String Minimization: Given a string of lowercase characters a, b and c and you had to minimize the string based on some conditions, something like you had to divide the string into two parts and append them such that if the same characters occur in Suffix and Prefix then you can remove them.
  2. Rearrange an Array: You are given an array of even lengths. You have to arrange the array in such a way that the left half of the array is the same as the right half of the array. If it is possible then you have to print YES else NO.
  3. String Mismatch: Given a string S of length N you can select any substring from the string S and reverse that string, such that the corresponding different characters in S and reverse(S) is considered as a mismatch, your task is to find the maximum number of mismatches when this operation is performed.

Round 3: Technical Interview 1

20 Students were selected for this round.

Questions Asked:

  1. Tell me something about Yourself.
  2. How do you find if your Java Program has a deadlock?
  3. How to resolve deadlock?
  4. How can deadlock occur in java?
  5. Types of Design Patterns you have used?
  6. Difference between factory design patterns and singleton design patterns?
  7. One implementation of Singleton Design Pattern.
  8. What are virtual functions in c++?
  9. What are templates in c++?
  10. Polymorphism, types of polymorphism, and examples.
  11. Does java support multiple inheritances?
  12. How does indexing in SQL works?
  13. Which front-end Technologies have you worked on?
  14. There were a few more questions on the topics Operating System, DBMS, CN.
  15. There are 196 Horses participating in a Derby. In a particular round, only 14 horses can participate. You have to find the top 5 horses. What is the minimum number of rounds needed?

Coding Questions:

Input: I am Raghav 
Output: v ah gaRmaI 

Round 4: Technical Interview 2

10 Students were selected for this round.

Questions Asked:

  1. Tell me something about Yourself.
  2. Describe ACID Properties
  3. Difference between HashMap and HashSet.
  4. How will you find out the efficiency of an application?
  5. What is caching and types of caching?
  6. What is LRU Cache?
  7. What design patterns have you used and why?
  8. What is the MVC Design Pattern?
  9. Why would you choose MVC Design Pattern over others?
  10. How does DNS work?
  11. What are cookies and how are they implemented?
  12. A few more questions were asked on Operating Systems and DBMS.

Coding Questions:

  1. Design a data structure for LRU Cache.
  2. Parentheses Matching Algorithm (Yes they asked me the same question in both the rounds. xD)
  3. Longest Common Subsequence

Round 5: Telephonic Interview (HR)

3 students were selected for this round.

Questions Asked:

  1. Tell me something about Yourself.
  2. How was your previous Internship?
  3. How do you propose to Plan a day according to the tasks assigned to you?
  4. Do you have any issues with the job location?
  5. As you are already placed, why do you want to join our company?

Finally, they selected all the 3 of us.

Tips:

Thanks for taking out time and reading my experience. I wish you all the very best in all your future endeavors. I hope this article helps you with your upcoming interviews. Thanks!


Article Tags :