Upload Button Icon Add office photos

Filter interviews by

Noukri Recruitment Engineering Software Interview Questions and Answers

Updated 26 Jun 2020

Noukri Recruitment Engineering Software Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed before Jun 2019. There were 8 interview rounds.

Interview Questionnaire 

15 Questions

  • Q1. Software Creator and send to ***** Fast forward Noukri.com
  • Q2. BRHAMANC I know you can get it done
  • Q3. So Nice World Asia Pacific region India
  • Q4. Brhamanc IT Information Technology world Asia Pacific region India Tamilnadu Coimbatore chinnathadagam 641108
  • Q5. So interested to Noukri.com Fast forward
  • Q6. So I know you are a long time
  • Q7. So Thank you for your email
  • Q8. So Right now
  • Q9. So International community to Noukri.com
  • Q10. So Interested
  • Q11. I mean that you can get it done
  • Q12. Brhamanc Hdca and Core of a long time
  • Q13. Home Based Work Coimbatore chinnathadagam 641108
  • Q14. RESUM YOU HAVE ANYONE
  • Q15. So Thankfully

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep me posted on my way home now Thanks

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Languages that mentioned in resume.Basics of c& c++ ,type of keywords used in c language,data type ,arrays.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident .
Introduce yourself briefly so that all your achievements, projects extra curricular activities , education background comes under your introduction.
Thank you.
Sweta Singh

I applied via Company Website and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about your self
  • Q2. What are you weakness
  • Q3. Tell me about your strength
  • Q4. What are your weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare a few questions

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself ?
  • Ans. I am DEBABRATA MAHATA , FORM WESTBENGAL, Also I Passout B.TECH C.S.E.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - SQL,C

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Consists of 3 Rounds. 1)Apptitude-Moderate Questions in the topic of Quantitative,Reasoning and Logical. 2)Pseudo Code. 3)Technical F2F

Interview Preparation Tips

Interview preparation tips for other job seekers - It's Bit moderate to clear the rounds
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Island Perimeter and Number of Provinces. Basic Leetcode question

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Basics of your technical skills
Round 3 - Technical 

(1 Question)

  • Q1. More Projects related questions

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. 1 : Assignment round- was given a problem statement and app design and was asked to make that app.
  • Q2. 2: Code Discussion round based on the app that I made
  • Q3. 3: Technical 1 questions on basic DSA and deep tech stack based questions on Android everything that you can cover basically for android
  • Q4. 4: Technical 2 questions were high level based on Clean architecture , SOLID principles, Dependency Injection
  • Q5. 5: Managerial round : 30% tech rest was behaviour part and previous organization experiences
  • Q6. Last was salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good grip on the tech stack for which you are applying and brush up on DSA concepts and problem solving not very intensive just that you can come up with an approach.

I applied via Job Portal and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Oops concepts, explain with real time example
  • Ans. 

    Oops concepts are fundamental to object-oriented programming. They help in creating modular and reusable code.

    • Encapsulation - hiding implementation details of an object from the outside world

    • Inheritance - creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism - ability of objects to take on many forms, depending on the context

    • Abstraction - focusing on essential features of an objec

  • Answered by AI
  • Q2. Why is multiple inheritance not allowed in java
  • Ans. 

    Multiple inheritance is not allowed in Java to avoid the diamond problem.

    • Java supports multiple interface inheritance to achieve the same functionality.

    • Diamond problem occurs when a class inherits from two classes with a common method.

    • Java prioritizes single inheritance to maintain simplicity and avoid ambiguity.

  • Answered by AI
  • Q3. Difference between arrays and arraylist
  • Ans. 

    Arrays are fixed in size while ArrayLists can dynamically grow and shrink.

    • Arrays are of fixed size while ArrayLists can be resized dynamically.

    • Arrays can hold primitive data types and objects while ArrayLists can only hold objects.

    • Arrays are faster for accessing elements while ArrayLists are faster for adding and removing elements.

    • Arrays use square brackets [] to declare while ArrayLists use angle brackets <>.

    • Example: ...

  • Answered by AI
  • Q4. What are java collections
  • Ans. 

    Java collections are classes and interfaces that provide a way to store and manipulate groups of objects.

    • Java collections include List, Set, Map, Queue, and their respective implementations

    • They provide methods for adding, removing, and accessing elements

    • Examples include ArrayList, HashSet, TreeMap, and PriorityQueue

  • Answered by AI
  • Q5. What is time theta
  • Ans. 

    Time theta is a measure of the worst-case time complexity of an algorithm.

    • It is used to analyze the performance of algorithms.

    • It represents the maximum amount of time an algorithm takes to complete.

    • It is denoted by the symbol Θ(n).

  • Answered by AI
  • Q6. Explain bubble sorting
  • Ans. 

    Bubble sorting is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort is a comparison-based algorithm

    • It works by comparing each pair of adjacent elements and swapping them if they are in the wrong order

    • The algorithm repeats this process until no more swaps are needed

    • It has a worst-case and average-case complexity of O(n^...

  • Answered by AI
  • Q7. We need to generate a random number between 15-25, write a code for the following
  • Ans. 

    Code to generate a random number between 15-25

    • Use Math.random() to generate a random number between 0-1

    • Multiply the result with the range (25-15) and add the minimum value (15)

    • Use Math.floor() to round down the result to an integer

  • Answered by AI
  • Q8. Question on JSON format

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you have a very good knowledge of any one programming language and DS

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Fail fast vs fail safe
  • Ans. 

    Fail fast prioritizes speed of detection and resolution, while fail safe prioritizes safety and minimizing harm.

    • Fail fast approach is commonly used in agile development where quick feedback is essential

    • Fail safe approach is commonly used in critical systems such as medical devices or aviation

    • Fail fast can lead to more errors and instability if not properly managed

    • Fail safe can lead to slower response times and increase...

  • Answered by AI
  • Q2. Java initializer block, static block, super keyword. For more info read: gfg order execution initialization block constructors java

Interview Preparation Tips

Interview preparation tips for other job seekers - Read previously asked questions and prepare java concepts better.

Noukri Recruitment Interview FAQs

What are the top questions asked in Noukri Recruitment Engineering Software interview?

Some of the top questions asked at the Noukri Recruitment Engineering Software interview -

  1. Brhamanc IT Information Technology world Asia Pacific region India Tamilnadu Co...read more
  2. Software Creator and send to ***** Fast forward Noukri.c...read more
  3. BRHAMANC I know you can get it do...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all

Fast track your campus placements

View all
Compare Noukri Recruitment with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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