Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For Employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      NewtGlobal

      Engaged Employer

      About
      Reviews
      Pay & benefits
      Jobs
      Interviews
      Interviews
      Related searches: NewtGlobal reviews | NewtGlobal jobs | NewtGlobal salaries | NewtGlobal benefits
      NewtGlobal interviewsNewtGlobal Software Developer interviewsNewtGlobal interview
      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalized job recommendations and updates by starting your searches.

      Software Developer Interview

      Apr 18, 2020
      Anonymous Interview Candidate
      Dallas, TX
      No offer
      Negative experience
      Difficult interview

      Application

      I interviewed at NewtGlobal (Dallas, TX) in Apr 2020

      Interview

      I was asked to send the guy my resume then he responded with a test for me to take that had little to nothing to do with what I would be doing. Luckily the answers for Microsoft test questions are mostly online.

      Interview questions [1]

      Question 1

      DCS Software Engineering Tech Screen Questions 1. ConvertToNumber – Find Flaws and Limitations Identify the flaws / limitations in the following C# ConvertToNumber method: public static bool ConvertToNumber(string str) { bool canConvert = false; try { int n = Int16.Parse(str); if (n != 0) { canConvert = true; } } catch (Exception ex) { } bool retval = false; if (canConvert == true) { retval = true; } return retval; } 2. Increment & Decrement – Find The Bugs! The following C# code is intended to increment / decrement A and B until A is equal to X and B is equal to Y. Find the bugs and suggest fixes. public static void MakeTheNumbersMatch(int a, int b, int x, int y) { while (a != x && b != y) { if (a > x) { a++; } else { a--; } if (b > y) { b++; } else { b--; } } } 3. Mystery Method Describe what the Mystery method does (C#) and discuss any potential bugs and possible fixes. public class P { public string Name; public P[] Acquaintances; public P(string name, P[] acquaintances) { if (String.IsNullOrWhiteSpace(name)) { throw new ArgumentException("Name cannot be null or white space.", "name"); } this.Name = name; this.Acquaintances = acquaintances; } public bool Mystery(string name) { if (String.IsNullOrWhiteSpace(name)) { throw new ArgumentException("Name cannot be null or white space.", "name"); } Stack<Person> myStack = new Stack<P>(); foreach (P acquaintance in this.Acquaintances) { myStack.Push(acquaintance); } do { var person = myStack.Pop(); if (person.Name.Equals(name)) { return true; } foreach (P acquaintance in person.Acquaintances) { myStack.Push(acquaintance); } } while (myStack.Count>= 0); return false; } } 4. Sort Products by Priority Products are identified by alphanumeric codes. Each code is stored as a string. We have three types of products: high priority, medium priority, and low priority. Given an array of product codes, sort the array so that the highest priority products come at the beginning of the array, the medium priority products come in the middle, and the low priority products come at the end. Within a priority group, order does not matter. You are given a priority function which, given a product code, returns 1 for high, 2 for medium and 3 for low. This array may contain a large number of product codes, so do your best to minimize additional storage. You are given this function for usage: private int GetPriority(string productCode). You don’t need to implement this function. Please Implement the following function. You may use C# or Java: public void OrderProductsByPriority(string[] productCodes) 5 Generate the Lowest Number You are tasked with implementing a method that returns the lowest possible number that could be generated after removing n characters from a string of digits. The method signature should look like: public static string GenerateLowestNumber(string number, int n) Where the number parameter is a string that contains a number (e.g. “4205123”), and the n parameter represents the number of characters to remove from the string. The goal of this method is to return the lowest number that can be generated by removing n characters from the number provided while keeping the positions of the remaining characters relative to each other the same (i.e. the method should remove n characters from the string, but it cannot re-order the characters). For example, if number is “4205123” and n is 4, the lowest possible number that can be generated after removing any 4 characters is “012”. If number is “216504” and n is 3, the lowest possible number that can be generated after removing 3 characters is “104”. Write your response using either C# or Java.
      1 Answer

      Other Software Developer Interview Reviews for NewtGlobal

      Software Developer Interview

      Nov 12, 2025
      Anonymous Interview Candidate
      Chennai
      No offer
      Negative experience
      Average interview

      Application

      I interviewed at NewtGlobal (Chennai)

      Interview

      They will conduct 4 rounds. I got selected upto 3 rounds but for final round they didn't call and no response. First round tech aps and second round coding written, third round one on one tech interview. Fourth round with vp

      Interview questions [1]

      Question 1

      Coding based questions and sql they have asked
      Answer question

      Software Developer Interview

      Mar 30, 2025
      Anonymous employee
      Chennai
      Accepted offer
      Positive experience
      Average interview

      Application

      I applied through college or university. I interviewed at NewtGlobal (Chennai) in Mar 2025

      Interview

      The interview process was really good. The interviewers were really polite. Newt global basically deals with data bases and transfering if data bases, so you need to have knowledge about SQL.

      Interview questions [1]

      Question 1

      the asked basic SQL Questions
      Answer question
      2

      Software Engineer Interview

      Feb 2, 2025
      Anonymous Interview Candidate
      Chennai
      No offer
      Positive experience
      Average interview

      Application

      I applied online. I interviewed at NewtGlobal (Chennai) in Feb 2025

      Interview

      First I had to write a mcq test of general aptitude and then I was selected for coding round 1 and then for a second coding round. I am yet to give final round.

      Interview questions [1]

      Question 1

      Write code in java to find the duplicates given in an array and write code to find the intersection of two given arrays.
      Answer question
      2

      NewtGlobal interviews FAQs

      • Candidates applying for Software Developer roles take an average of 8 days to get hired, when considering 4 user submitted interviews for this role. To compare, the hiring process at NewtGlobal overall takes an average of 6 days.
      • Common stages of the interview process at NewtGlobal as a Software Developer according to 4 Glassdoor interviews include:

        Phone interview:  21%

        Skills test:  21%

        Presentation:  14%

        Group panel interview:  14%

        One on one interview:  14%

        Personality test:  7%

        Drug test:  7%

      • Here are the most commonly searched roles for interview reports -

        1. Senior Software Engineer(31) ;
        2. Software Engineer(30) ;
        3. Software Developer(9) ;
        4. Senior Software Developer(6) ;
        5. Senior Test Engineer(5) ;
        6. Architect(4) ;
        7. Senior Executive(4) ;
        8. Senior Manager(4) ;
        9. Associate Software Engineer(3) ;
        10. Manager(3) ;
        11. Senior Recruiter(3) ;
        12. Senior Test Engineer-QA(3) ;
        13. Software Test Engineer(3) ;
        14. Technical Recruiter(3) ;
        15. US IT Recruiter(3) .


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Center
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy & Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent Posts

      Copyright © 2008-2026. Indeed, Inc. "Glassdoor," "Worklife Pro," "Bowls," and logo are proprietary trademarks of Indeed, Inc.