Upload Button Icon Add office photos

Filter interviews by

NucleusTeq Interview Questions and Answers

Updated 27 Dec 2024
Popular Designations

6 Interview questions

A Software Developer was asked 12mo ago
Q. Describe how you would prepare Amazon Cart APIs in Java, creating REST APIs 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

View all Software Developer interview questions
A Software Developer was asked 12mo ago
Q. Explain the memory management introduced in Java 1.8.
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...

View all Software Developer interview questions
A Software Developer was asked 12mo ago
Q. Given a string, reverse the order of words. (Java program)
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

View all Software Developer interview questions
A Software Developer was asked 9mo ago
Q. 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.

View all Software Developer interview questions
A Data Engineer was asked
Q. 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

View all Data Engineer interview questions
A Software Developer was asked 12mo ago
Q. 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

View all Software Developer interview questions

NucleusTeq Interview Experiences

8 interviews found

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

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
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

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
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
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

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 appeared for an interview 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 & 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 appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Related Big Data, SQL, PySpark

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about NucleusTeq?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. 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 - Aptitude Test 

VERBAL QUANT DI/LR and Picture based test

Round 3 - Technical 

(1 Question)

  • Q1. Write a fibonaci series in c++ or C?
  • Ans. 

    Fibonacci series can be easily implemented using loops in C++ or C.

    • Declare variables for first two numbers of the series

    • Use a loop to calculate and print the next number in the series

    • Repeat the loop until desired number of terms are printed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Informed about the policies and made us sign a document

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be calm and composed while answering the questions.

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 90 minutes
Round difficulty - Easy

This round was held during university hours and consisted of 2 coding questions.

Round 2 - Face to Face 

(1 Question)

Round duration - 120 minutes
Round difficulty - Easy

Make sure you do no cutting and are clear about the approach you'd be following. 
 

  • Q1. What is the running median of an input stream?
  • Ans. 

    Running median of an input stream is the median value of the numbers seen so far in a continuous stream of data.

    • Maintain two heaps - a max heap for the lower half of the numbers and a min heap for the upper half.

    • Keep the number of elements in the two heaps balanced or differ by at most 1.

    • If the total number of elements is odd, the median is the root of the max heap. If even, it is the average of the roots of the two he...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Electronics & Communication Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as SDE - 1 in HyderabadEligibility criteria 7 CGPA Amazon interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, Java, Object-Oriented Programming System, System Design, Operating System.Time required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Prepare for company-wise interview questions according to the company in which you are applying. Try to write the code yourself and if got stuck in between then take help from the internet. I recommend you Codezen of Coding Ninjas for practicing Data Structures and Algorithms based questions.

Application resume tips for other job seekers

Be sure 100% of what you write in your resume and prepare for that before the interview what is written on resume.

Final outcome of the interviewSelected

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, Python, Spark, Big Data and Hive.
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. Reverse words given in a string (java programm...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.6/5

based on 8 interview experiences

Difficulty level

Easy 33%
Moderate 67%

Duration

Less than 2 weeks 80%
2-4 weeks 20%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
View all

NucleusTeq Reviews and Ratings

based on 7 reviews

3.4/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.7

Salary

3.6

Job security

3.2

Company culture

3.2

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Software Engineer
22 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Data Engineer
7 salaries
unlock blur

₹6.5 L/yr - ₹8 L/yr

Technical Lead
5 salaries
unlock blur

₹20 L/yr - ₹34.4 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹13.3 L/yr

Senior Engineer
4 salaries
unlock blur

₹8.5 L/yr - ₹15.2 L/yr

Explore more salaries
Compare NucleusTeq with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview