Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Novigo Solutions Team. If you also belong to the team, you can get access from here

Novigo Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Novigo Solutions Softwaretest Engineer Interview Questions and Answers

Updated 6 Feb 2023

Novigo Solutions Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
4
Good
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 - Aptitude Test 

Basic apti and programing questions

Round 3 - Technical 

(1 Question)

  • Q1. Java , opps , sorting, searching, palindrome
Round 4 - HR 

(1 Question)

  • Q1. Programming logic , basic hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare data structures and opp
Be confident, liten the question carefully

Interview questions from similar companies

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

I was interviewed in Nov 2024.

Round 1 - Aptitude Test 

Ge general attitude and HTML CSS JavaScript Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Am site for experience is needed
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops solid sql .net
  • Q2. Angular .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - Smartdata is not a place Where you can Build a secure I am fulfilling career The high-level of a stress de Lack of job security Toxic management and Poor work life So make it avoid this, Company
If you take it, stress, definitely joining, but this is not a company where you can build your career
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. C# reverse string
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at DAV College, Amritsar and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Graph based questions they asked . So please be thorough with data structures.

Round 2 - Aptitude Test 

Date and time questions particularly asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly focus on data science projects
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 - One-on-one 

(1 Question)

  • Q1. C++ based questions
Round 3 - HR 

(1 Question)

  • Q1. Salary entha kavali
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(3 Questions)

  • Q1. Related the profile they asked about .Net , c#, linq, sqlserver, UI. related topics answer they will ask.
  • Q2. Manager will ask about your project and experience.
  • Q3. Answer them about your worked projects and project experience.
Round 2 - HR 

(1 Question)

  • Q1. HR will discuss your salary and expected salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to work in this company please make mind i can do work till late night.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Starts with a introduction, Core Java concepts, OOPS concepts, Singleton design pattern, Spring boot annotations like service, restcontroller.
  • Q2. DSA logical questions like 2nd highest number. How to find missing number from an array.
Round 2 - Behavioral 

(4 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Tell me about your family.
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • Close-knit family of five

    • Parents, older sister, and younger brother

    • We enjoy spending time together traveling and trying new restaurants

  • Answered by AI
  • Q3. Why do you want to change the company
  • Ans. 

    Seeking new challenges and opportunities for growth in a different environment.

    • Desire for new challenges and learning opportunities

    • Seeking a better work-life balance

    • Interested in working with new technologies or industries

    • Looking for a more collaborative team environment

  • Answered by AI
  • Q4. After that interviewer describes my work and position in the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for Java position through the referral. I have received a call on Thursday that we want to schedule your interview on Saturday. And on Saturday both the rounds happened with positive feedback.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Solid Principle, Design Patterns,
  • Q2. React sharing data btw siblings without any state management.
  • Q3. NodeJs is single threaded then why it feels concurrent?
Round 2 - Technical 

(3 Questions)

  • Q1. Questions related micro services
  • Q2. Message queue related questions
  • Q3. NodeJs related questions: Event loop

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare NodeJs in-depth.
Mention things in your resume that you actually know and worked on. They will ask questions from your experience.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Leet code medium level question

Round 2 - Technical 

(2 Questions)

  • Q1. About Java Streams
  • Q2. Restful API coding completion based on given file
Round 3 - HR 

(2 Questions)

  • Q1. To check your attitude
  • Q2. Given detailed about company and what project you are going to work on?
Round 4 - One-on-one 

(5 Questions)

  • Q1. Hashmap working
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • Hashmap uses a hashing function to map keys to indices in an array.

    • It allows for constant time complexity O(1) for insertion, deletion, and retrieval operations.

    • Example: HashMap<String, Integer> map = new HashMap<>(); map.put("key", 123); int value = map.get("key");

  • Answered by AI
  • Q2. Multithreading cases
  • Q3. Scenario specific on how to handle multiple events on a single variable to have accurate result
  • Q4. Database indexing
  • Q5. Architecture level

Novigo Solutions Interview FAQs

How many rounds are there in Novigo Solutions Softwaretest Engineer interview?
Novigo Solutions interview process usually has 4 rounds. The most common rounds in the Novigo Solutions interview process are Aptitude Test, Technical and HR.

Tell us how to improve this page.

Novigo Solutions Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Novigo Solutions Softwaretest Engineer Salary
based on 6 salaries
₹4.8 L/yr - ₹7.8 L/yr
6% more than the average Softwaretest Engineer Salary in India
View more details

Novigo Solutions Softwaretest Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.5

Salary

5.0

Job security

5.0

Company culture

4.5

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
179 salaries
unlock blur

₹3.6 L/yr - ₹13.8 L/yr

Software Engineer
148 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Programmer Analyst
98 salaries
unlock blur

₹5.9 L/yr - ₹18.6 L/yr

Technical Lead
32 salaries
unlock blur

₹10.8 L/yr - ₹28.9 L/yr

Software Developer
26 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Explore more salaries
Compare Novigo Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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