Upload Button Icon Add office photos

Filter interviews by

New Technology Research Corp (ntr) Interview Questions and Answers

Updated 4 Apr 2023

New Technology Research Corp (ntr) Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. There were basic HR questions 1- about yourself and work experience 2- what is your notice period 3- Why do you want to leave your current company
Round 3 - Technical 

(1 Question)

  • Q1. Technical questions Questions were only asked on the basis of your experience and what you had worked on in your past.
Round 4 - One-on-one 

(1 Question)

  • Q1. There will be a one-on-one round with the Vice-President of the company. In which he will know about candidate, see the potential and how the candidate good with technology but this round is usually easy t...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with what you have worked in past.

Functional Consultant Interview Questions asked at other Companies

Q1. A restaurant is having heavy rush hour in the morning. You are implementing an ERP system for them. What will you do to help them.
View answer (2)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

They use test gorilla for screening mostly PHP, MySQL, HTML, and javascript

Round 3 - HR 

(2 Questions)

  • Q1. Basically about work background and have to sign some documents
  • Q2. How much do you expect

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

I applied via Naukri.com and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Multiple and Multilevel Inheritance?
  • Q2. Write Rest Controller with Get and POST methods
  • Ans. 

    Write Rest Controller with Get and POST methods

    • Create a class with @RestController annotation

    • Define methods with @GetMapping and @PostMapping annotations

    • Use @RequestBody to receive data in POST method

    • Use @PathVariable to receive data in GET method

    • Return ResponseEntity with appropriate status codes

  • Answered by AI
  • Q3. Output Question on overloading and overriding concept
  • Q4. Ask basic SQL queries
  • Q5. Ask Design patterns(Singleton, Builder)

Interview Preparation Tips

Interview preparation tips for other job seekers - More focus on the basic of Java, Java8 and REST

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What is composite key
  • Ans. 

    A composite key is a combination of two or more columns that uniquely identifies a record in a database table.

    • Composite keys are used to enforce uniqueness in a table.

    • They are created by combining two or more columns that individually may not be unique.

    • Composite keys can be made up of any data type, including strings, numbers, and dates.

    • Example: A table of orders may use a composite key of customer ID and order ID to e...

  • Answered by AI
Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
  • Q4. Tell me about yourself.
Round 2 - Aptitude Test 
Round 3 - Technical 

(1 Question)

  • Q1. Explain technical terms.
  • Ans. 

    Technical terms are words or phrases used in a specific field of study or industry that have a particular meaning.

    • Technical terms are used to communicate complex ideas and concepts in a concise manner.

    • They are often specific to a particular field or industry, such as programming or engineering.

    • Examples of technical terms include API, algorithm, database, and encryption.

    • It is important to understand technical terms in o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while interviewing with hr or manager.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Assignment 

Develop a UI screen with 10 fields on it.

Round 3 - Technical 

(1 Question)

  • Q1. Mongoose Framework, SQL - Store Procedures, Triggers, Views, Crystal Reports,
Round 4 - One-on-one 

(1 Question)

  • Q1. Offer letter discussion. Joining date discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared technically. More on customizations, migrations from one version to another of from on prem to cloud.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy round and refer to previous year questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Various Topics on Aptitude and Pseudocodes

Round 2 - Technical 

(2 Questions)

  • Q1. Differences Between Python and other languages?
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and readability.

    • Python is dynamically typed, meaning variable types are determined at runtime.

    • Python uses indentation to define code blocks, rather than curly braces like in C++ or Java.

    • Python has a large standard library with built-in functions and modules for various tasks.

    • Python is popular for web development, data analysis, artificial...

  • Answered by AI
  • Q2. What are loops?
  • Ans. 

    Loops are programming constructs that allow a set of instructions to be repeated multiple times until a certain condition is met.

    • Loops are used to iterate over a collection of items or perform a set of instructions multiple times.

    • Common types of loops include for loops, while loops, and do-while loops.

    • Example: for(int i=0; i<5; i++) { // code block to be repeated 5 times }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence makes your interview easy

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Questions : 51
topics : aptitude and coding related

Interview Preparation Tips

Interview preparation tips for other job seekers - not a good option to take
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

50mins aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. Swap program in c language
  • Ans. 

    A swap program in C language exchanges the values of two variables.

    • Declare two variables to store the values to be swapped

    • Use a temporary variable to hold one of the values

    • Assign the value of one variable to the other, and then assign the temporary variable to the first variable

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Introduction about oursel

Skills evaluated in this interview

New Technology Research Corp (ntr) Interview FAQs

How many rounds are there in New Technology Research Corp (ntr) interview?
New Technology Research Corp (ntr) interview process usually has 4 rounds. The most common rounds in the New Technology Research Corp (ntr) interview process are Resume Shortlist, HR and Technical.
How to prepare for New Technology Research Corp (ntr) interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at New Technology Research Corp (ntr). The most common topics and skills that interviewers at New Technology Research Corp (ntr) expect are Bc, Microsoft Dynamics Navision, NAV, Navision and Project Management.

Tell us how to improve this page.

New Technology Research Corp (ntr) Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

CGS Interview Questions
3.6
 • 25 Interviews
Ricoh Interview Questions
3.9
 • 9 Interviews
Zentree Labs Interview Questions
3.2
 • 8 Interviews
Fidel Softech Interview Questions
2.9
 • 8 Interviews
SocialPilot Interview Questions
2.5
 • 5 Interviews
View all

New Technology Research Corp (ntr) Reviews and Ratings

based on 9 reviews

4.4/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.2

Salary

4.4

Job security

4.4

Company culture

4.6

Promotions

4.6

Work satisfaction

Explore 9 Reviews and Ratings
Compare New Technology Research Corp (ntr) with

Primus Global Technologies

3.9
Compare

Ricoh

3.9
Compare

Parsons International

4.3
Compare

CGS

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview