Upload Button Icon Add office photos

Nucleus Software Exports

Compare button icon Compare button icon Compare

Filter interviews by

Nucleus Software Exports Softwaretest Engineer Interview Questions, Process, and Tips

Updated 8 Sep 2024

Nucleus Software Exports Softwaretest Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning Questions were given to do.

Round 2 - Technical 

(4 Questions)

  • Q1. What is Lending?
  • Ans. 

    Lending is the act of giving money to someone with the expectation of being paid back with interest.

    • Lending involves providing financial assistance to individuals or businesses in need of funds.

    • The lender typically charges interest on the loan amount, which is the cost of borrowing the money.

    • Common examples of lending include personal loans, mortgages, and business loans.

    • Lending can be done by banks, credit unions, or ...

  • Answered by AI
  • Q2. What is Lending Cycle?
  • Ans. 

    Lending cycle refers to the process of borrowing money, using it, and then repaying it over a specified period of time.

    • Lending cycle starts with a borrower applying for a loan from a lender.

    • Once approved, the borrower receives the funds and uses them for a specific purpose.

    • The borrower then makes regular payments to the lender, including interest, until the loan is fully repaid.

    • Examples: Mortgage loans, car loans, pers

  • Answered by AI
  • Q3. What is LOS ?
  • Ans. 

    LOS stands for Line of Sight, which refers to the unobstructed path between two points.

    • LOS is important in wireless communication to ensure a clear signal between devices.

    • LOS is also crucial in video games for determining visibility and targeting.

    • LOS can be affected by obstacles such as buildings, trees, or terrain.

  • Answered by AI
  • Q4. What if LMS ?
  • Ans. 

    LMS stands for Learning Management System, a software application for the administration, documentation, tracking, reporting, and delivery of educational courses or training programs.

    • LMS is used by educational institutions, corporations, and government agencies to deliver online learning and training programs.

    • It allows for the creation and management of courses, assessments, and user profiles.

    • LMS typically includes fea...

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

(3 Questions)

  • Q1. How do you rate yourself in LOS ?
  • Ans. 

    I rate myself highly in LOS as I have extensive experience in testing software applications and ensuring their quality.

    • I have a strong understanding of the software development life cycle (SDLC) and how testing fits into each phase

    • I am proficient in creating test plans, test cases, and executing tests to identify and report bugs

    • I have experience with various testing tools and techniques such as manual testing, automati...

  • Answered by AI
  • Q2. How do your rate yourself in LMS ?
  • Ans. 

    I rate myself highly in LMS as I have extensive experience and expertise in using various Learning Management Systems.

    • I have successfully implemented and managed LMS platforms such as Moodle, Blackboard, and Canvas.

    • I have customized LMS to meet specific organizational needs and integrated them with other systems.

    • I have trained users on how to effectively utilize LMS features and functionalities.

    • I have troubleshooted an...

  • Answered by AI
  • Q3. Why should I hire you if I have good developer ?
  • Ans. 

    I bring a unique skill set focused on testing and quality assurance that complements the developer's strengths.

    • I specialize in identifying and fixing bugs before they reach production, saving time and resources.

    • I have experience in creating comprehensive test plans and executing test cases to ensure software reliability.

    • I can collaborate effectively with developers to improve code quality and prevent future issues.

    • My a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a complete knowledge of Lending domain apart from your tech stack.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the whole application to ensure new changes do not affect existing functionality.

    • Retesting focuses on verifying that a specific defect has been fixed.

    • Regression testing focuses on ensuring that new changes do not impact existing functionality.

    • Retesting is usually performed by the tester who found the def...

  • Answered by AI
  • Q2. What is difference between system testing and system integration testing
  • Ans. 

    System testing focuses on testing the entire system as a whole, while system integration testing focuses on testing the interactions between integrated components.

    • System testing ensures that the entire system meets the specified requirements and functions correctly.

    • System integration testing focuses on testing the interfaces and interactions between integrated components to ensure they work together seamlessly.

    • System t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are qa deliverables
  • Ans. 

    QA deliverables are the tangible work products produced by the QA team during the software testing process.

    • Test plans

    • Test cases

    • Test scripts

    • Defect reports

    • Test summary reports

  • Answered by AI
  • Q2. What are pre requisites of api testing
  • Ans. 

    Pre requisites of API testing include understanding of API documentation, knowledge of HTTP methods, familiarity with testing tools.

    • Understanding of API documentation

    • Knowledge of HTTP methods (GET, POST, PUT, DELETE)

    • Familiarity with testing tools like Postman or SoapUI

    • Ability to write test cases for API endpoints

    • Understanding of status codes and response formats

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Focus on coding, Question: find the duplicate string from list of string and the count of it(how many times it is repeated) Prepare oops and collections concepts.
  • Q2. Focus on method overriding
  • Q3. Difference between arraylist and LinkedInlist
  • Ans. 

    ArrayList is a resizable array implementation while LinkedList is a doubly linked list implementation.

    • ArrayList uses dynamic arrays to store elements, allowing fast random access but slower insertion and deletion.

    • LinkedList uses nodes with pointers to the next and previous elements, allowing fast insertion and deletion but slower random access.

    • Example: ArrayList - List<String> names = new ArrayList<>(); Lin...

  • Answered by AI
  • Q4. Use of static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables are shared among all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • Example: public static int count = 0; // static

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

There were 3 dsa questions related to graph and trees

Interview Preparation Tips

Interview preparation tips for other job seekers - practice dsa and mern stack do coding a d give contests
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Regression Testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work correctly

    • Helps in identifying and fixing any defects introduced by new code changes

    • Automated tools like Selenium can be used for regression testing

    • Examples: Testing a login feature after adding a

  • Answered by AI

Skills evaluated in this interview

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

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself About skills knowledge
  • Q2. About payroll

Interview Preparation Tips

Interview preparation tips for other job seekers - A candidate which do enhance skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

About technical and aptitude skill

Round 2 - HR 

(2 Questions)

  • Q1. About yourself and payroll
  • Q2. Technical skills and experience
Round 3 - Technical 

(2 Questions)

  • Q1. About types of testing
  • Q2. Use any tool for automation
  • Ans. 

    Selenium is a popular tool for automation testing

    • Selenium is widely used for automating web applications

    • It supports multiple programming languages like Java, Python, C#

    • Selenium WebDriver is used for interacting with web elements

    • Selenium Grid allows parallel execution on multiple browsers and platforms

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Enhance your career growth and skill development
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Moderate asked basic apptitude mcq negtive marking is nill esay to moderate questions and also subject core question asked

Round 2 - Coding Test 

Moderate coding questions asked ,2 coding questions

Round 3 - HR 

(1 Question)

  • Q1. Hr round is final round .which will be easy

Interview Preparation Tips

Interview preparation tips for other job seekers - overall good
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the importance of manual testing when compared to automation testing
  • Ans. 

    Manual testing is important for exploratory testing, usability testing, and ad-hoc testing.

    • Manual testing allows for exploratory testing where testers can explore the application and identify unexpected issues.

    • Usability testing, which involves real users interacting with the software, is best done manually to capture user experience.

    • Ad-hoc testing, where testers randomly test the application without predefined test cas...

  • Answered by AI
  • Q2. Real life scenario on web application testing
  • Ans. 

    Testing a web application for an online shopping platform

    • Testing the functionality of adding items to the cart and checking out

    • Testing the payment gateway integration for secure transactions

    • Testing the search functionality to ensure accurate results are displayed

    • Testing the responsiveness of the website on different devices and browsers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If some one want to apply any of the job in this company then please do have some experience even though they mentioned for freshers bsc, however you do your interview as best as possible at last they gonna reject bsc of lack of experience. Same happened to me.So plzz only attened any Oracle company interview if you have experience.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Oct 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 

Questions asked related to Logical Reasoning, Verbal and Non-Verbal

Round 3 - Technical 

(1 Question)

  • Q1. Technical Questions asked based on Resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, active listener and proactive
Also have positive attitude and think the task to be done in Smart Way not in Hard way

Nucleus Software Exports Interview FAQs

How many rounds are there in Nucleus Software Exports Softwaretest Engineer interview?
Nucleus Software Exports interview process usually has 3 rounds. The most common rounds in the Nucleus Software Exports interview process are Aptitude Test, Technical and One-on-one Round.
What are the top questions asked in Nucleus Software Exports Softwaretest Engineer interview?

Some of the top questions asked at the Nucleus Software Exports Softwaretest Engineer interview -

  1. What is Lending Cyc...read more
  2. What if LM...read more
  3. What is Lendi...read more

Tell us how to improve this page.

Nucleus Software Exports Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Nucleus Software Exports Softwaretest Engineer Salary
based on 37 salaries
₹2.5 L/yr - ₹8.4 L/yr
6% less than the average Softwaretest Engineer Salary in India
View more details

Nucleus Software Exports Softwaretest Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.4

Company culture

3.9

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
911 salaries
unlock blur

₹2 L/yr - ₹11.2 L/yr

Senior Software Engineer
450 salaries
unlock blur

₹7.2 L/yr - ₹26.5 L/yr

Technical Lead
212 salaries
unlock blur

₹10.6 L/yr - ₹34.4 L/yr

Assistant Software Engineer
181 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Developer
115 salaries
unlock blur

₹3.9 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Nucleus Software Exports with

KPIT Technologies

3.3
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

NextComm Corporation

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