Upload Button Icon Add office photos

Filter interviews by

NucleusTeq Interview Questions, Process, and Tips

Updated 27 Dec 2024

Top NucleusTeq Interview Questions and Answers

View all 6 questions

NucleusTeq Interview Experiences

Popular Designations

8 interviews found

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

I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Simple question from array and string along with one sql query and some computer science problems

Round 2 - Technical 

(3 Questions)

  • Q1. Ask question according to resume
  • Q2. Sql query and DSA problem
  • Q3. Core java problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Pretty easy to get job in this company for 7 lpa

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (180)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Prepare Amazon Cart APIs in java, create Rest API s with proper code.
  • Ans. 

    Create Amazon Cart APIs in Java for Rest API

    • Use Spring Boot framework for creating Rest APIs

    • Implement CRUD operations for managing cart items

    • Secure APIs using authentication and authorization mechanisms

    • Handle error responses and exceptions gracefully

    • Test APIs using tools like Postman or JUnit

  • Answered by AI
  • Q2. Reverse words given in a string (java programme).
  • Ans. 

    Reverse words in a string using Java program.

    • Split the string into an array of words using split() method

    • Iterate through the array in reverse order and append each word to a new string

    • Return the reversed string

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Memory management introduced in java 1.8. Explain about that.
  • Ans. 

    Java 1.8 introduced improvements in memory management with features like Metaspace and G1 garbage collector.

    • Metaspace replaces the permanent generation (PermGen) for class metadata storage.

    • G1 garbage collector is designed for better performance and predictability by dividing the heap into regions.

    • These improvements help in reducing memory leaks and optimizing garbage collection.

    • Example: Use of Metaspace allows for dyna...

  • Answered by AI
  • Q2. Prepare your project till the deepest level.
  • Ans. 

    I will provide a detailed overview of my project, including its objectives, features, technologies used, and the overall architecture.

    • Outline the project objectives and goals

    • Describe the features and functionalities of the project

    • Explain the technologies and tools used in the project

    • Discuss the overall architecture and design of the project

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 minutes aptitude + coding questions also there

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding oops and all its pillars
  • Q2. Regarding pointers

Interview Preparation Tips

Interview preparation tips for other job seekers - its all depend on luck as my interview was last as i am not get chance for hr as previously only 8-10 student hr goes on

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy including 15 questions of aptitude and reasoning.

Round 2 - Coding Test 

Medium level 2 questions they ask from dsa

Round 3 - HR 

(1 Question)

  • Q1. About your self and project descusion

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

NucleusTeq interview questions for popular designations

 Software Developer

 (4)

 Data Engineer

 (3)

 Software Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions asked on sql and coding

Round 2 - Technical 

(1 Question)

  • Q1. Asked on joins and sql
Round 3 - HR 

(1 Question)

  • Q1. Duplicate in an array and simple sorting based
  • Ans. 

    Find duplicates in an array of strings and sort them.

    • Iterate through the array and use a HashMap to keep track of duplicate strings.

    • After finding duplicates, sort the array using a sorting algorithm like quicksort or mergesort.

    • Return the sorted array with duplicates removed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepared core concepts well

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Feb 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1 SQL problem 1 Pyspark Problem Few Data modelling question and project related.
Round 2 - Technical 

(1 Question)

  • Q1. 1 SQL problem Implement SCD using pyspark.
  • Ans. 

    Implement Slowly Changing Dimension (SCD) using pyspark

    • Use pyspark to read the source and target tables

    • Identify the changes in the source data compared to the target data

    • Update the existing records in the target table with the new values

    • Insert new records for the new data in the source table

    • Handle historical data by maintaining effective start and end dates

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - This company does not want to hire, They are interviewing 100s of candidate and not releasing offer letter even after clearing all rounds.

Skills evaluated in this interview

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Mar 2024

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

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. PySpark ,SQL, Python related questions
Round 2 - HR 

(1 Question)

  • Q1. General Discussion

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Data Engineer Interview Questions & Answers

user image Sneha Ikhar

posted on 23 Mar 2024

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

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Related Big Data, SQL, PySpark

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a Coin Game You are playing a coin game with your friend Ninjax. There are N coins placed in a straight line. Here are the rules of the game: 1. Each coin has a value associated with it. 2. The game involves two players... read more
View answer (1)

Interview questions from similar companies

Interview Preparation Tips

Round: Resume Shortlist
Experience: I was fulfilling their criteria of 60% through out the academics.

Round: Test
Experience: Aptitude was easy. It contained basics of Quants & Logic . Verbal or English part was bit difficult and length. There was a sectional time and sectional cut off.

Round: Interview
Experience: There was only one interview. Both Technical and HR questions were asked in the same interview. Prepare puzzles from the book Puzzles to puzzle you by Shakuntala Devi. This book helped me a lot. Technical questions were very basic but nearly from every subject.

General Tips: BE CONFIDENT. Speak Confident in Interview even if you are not good with ur english.
Skills: English language, Communication Skills, Reasoning Abilities
College Name: Jawaharlal Nehru Engineering College Aurangabad

Assistant Trainee Interview Questions & Answers

TCS user image YATISH KUMAR KESHWANI

posted on 9 Feb 2015

Interview Questionnaire 

22 Questions

  • Q1. What are the subjects you have command in?
  • Q2. Tell me about your final year project?
  • Q3. Tell me about the industrial training you had?
  • Q4. How does an induction motor works?
  • Q5. Why motor is rated in KW whereas Transformer and generator in KVA?
  • Ans. 

    Motors are rated in KW because they consume power, while transformers and generators are rated in KVA because they produce power.

    • Motors convert electrical energy into mechanical energy, so they consume power and are rated in KW.

    • Transformers and generators produce electrical energy, so they are rated in KVA based on their apparent power.

    • KVA takes into account both the real power (KW) and the reactive power (KVAR) produc...

  • Answered by AI
  • Q6. What is the type of motor used in ceiling fans?
  • Ans. 

    The type of motor used in ceiling fans is an induction motor.

    • Ceiling fans typically use single-phase induction motors.

    • These motors are designed to provide a constant speed and are efficient in converting electrical energy into mechanical energy.

    • The motor consists of a stator and a rotor, with the stator being the stationary part and the rotor being the rotating part.

    • The stator contains windings that create a rotating m...

  • Answered by AI
  • Q7. Hoe does a thermal power plant works?
  • Ans. 

    A thermal power plant generates electricity by converting heat energy into mechanical energy.

    • Thermal power plants use fossil fuels or nuclear energy to heat water and produce steam.

    • The steam drives a turbine, which is connected to a generator that produces electricity.

    • The heat source can be coal, natural gas, oil, or nuclear reactions.

    • The steam is condensed back into water and recycled in a closed-loop system.

    • Thermal p...

  • Answered by AI
  • Q8. Write a program to make a GP
  • Ans. 

    A program to generate a geometric progression (GP).

    • Take the first term, common ratio and number of terms as input.

    • Use a loop to calculate each term of the GP.

    • Print the generated GP as output.

  • Answered by AI
  • Q9. Write a program to print factorial using recursion
  • Ans. 

    A program to print factorial using recursion

    • Define a function to calculate factorial recursively

    • Base case: if the number is 0 or 1, return 1

    • Recursive case: multiply the number with factorial of (number - 1)

    • Print the factorial of a given number

  • Answered by AI
  • Q10. Write the logic to reverse a string without using string fnctions
  • Ans. 

    Logic to reverse a string without using string functions

    • Iterate through the string from the last character to the first

    • Create a new string and append each character to it in reverse order

  • Answered by AI
  • Q11. Tell me about yourself?
  • Q12. What are your hobbies?
  • Q13. Apart from your technical pat and studies what have you done in college?
  • Q14. What do you prefer, ethics or values?
  • Q15. Suppose you are working in office and somebody came and slapped you, what will you do?
  • Q16. Tell me about yourself for 5 minutes
  • Q17. What are your views about Mr. Narendra Modi as PM of India
  • Q18. Any extra curricular activities you have participated in school or college
  • Q19. What are your strengths?
  • Q20. What are your weaknesses?
  • Q21. Being an Electrical engineer why do you want to join an IT company
  • Q22. What do you know about TCS?

Interview Preparation Tips

Round: Test
Experience: In email writing one question was given describing the situation and maximum word limit. It has the keywords given to be used. 1 question, 10 minutes.This section is generally used to check your verbal ability. Make sure to use all the keywords given and complete it within time, with no spelling mistakes of course. Missing a keyword or a spelling mistake could be your goodbye to qualified list.The second section had 30 questions of quantitative aptitude. Duration 70 mins. There are questions from various sections, such as Time and speed, Time and distance, Data interpretation,etc.There are 2-3 star marked questions which have more weight-age. There my also be a dummy question who doesn't have any matching answer. Make sure uh don't attempt these questions.26-27 questions is the cut-off for qualified list.But you have to do the email writing part correctly.
Tips: Practice email writing online from various websites such as technicalbaba.com, indiageeks.comPractice quantitative aptitude as it is a must in any interview you will face. you can use R.S.Agarwal or CAT material.
Duration: 90 minutes
Total Questions: 30 + 1

Round: Interview
Experience: Greeting the interviewer is a must. Be confident and enthusiastic. Have your resume properly ready. Technical questions from your subject will be asked. Not a must that you should know any programming language like C, C++, JAVA.
Tips: Prepare 3-4 subjects of your core branch. Never try to flatter the interviewer. Be confident and answer the questions appropriately. Dont say directly " I DON'T KNOW". Atleast try even if you dont know the answer.

Round: Interview
Experience: There are certain questions which doesnt have direct answers. You have to be diplomatic about them. You should be able to see all the possible situation when a question like that is asked.

Round: Interview
Experience: The HR head may manipulate you, try to stress you, etc. Be calm and confident.Think before you speak. Prepare your answers before hand for general questions. Write your introduction on a paper and prepare it well so that you speak it confidently...
Tips: Be yourself. Be confident. Never argue with the interviewer.All the best

General Tips: Be presentable in the interview. Wear a watch. Show respect to the interviewer. Prepare 3-4 technical subjects well. Read last 15 days newspaper. Be confident when you speak. Improve your English if you are weak in it.
Skill Tips: ""
Skills: Verbal ability, Attitude, Technical knowledge, General knowledge
College Name: IMS ENGINEERING COLLEGE, GHAZIABAD
Motivation: TCS is a semi government company with a decent package and high job security.

Skills evaluated in this interview

NucleusTeq Interview FAQs

How many rounds are there in NucleusTeq interview?
NucleusTeq interview process usually has 2-3 rounds. The most common rounds in the NucleusTeq interview process are Technical, HR and Aptitude Test.
How to prepare for NucleusTeq 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 NucleusTeq. The most common topics and skills that interviewers at NucleusTeq expect are Java, Hive, Python, Spark and Big Data.
What are the top questions asked in NucleusTeq interview?

Some of the top questions asked at the NucleusTeq interview -

  1. Prepare Amazon Cart APIs in java, create Rest API s with proper co...read more
  2. Memory management introduced in java 1.8. Explain about th...read more
  3. Prepare your project till the deepest lev...read more

Tell us how to improve this page.

NucleusTeq Interview Process

based on 8 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 801 Interviews
View all

NucleusTeq Reviews and Ratings

based on 4 reviews

3.6/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

4.1

Salary

4.1

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
26 salaries
unlock blur

₹5 L/yr - ₹8.5 L/yr

Data Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹13.3 L/yr

Software Developer
4 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior Engineer
4 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Explore more salaries
Compare NucleusTeq with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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