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
4.5

based on 176 Reviews

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
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Do you have working experience of SwiftUI
  • Q2. Have you ever implemented or worked with server driven UIs
  • Ans. 

    Yes, I have experience implementing server driven UIs.

    • Implemented server driven UIs using JSON responses to dynamically update UI elements

    • Worked with frameworks like React and Angular to handle server driven UI updates

    • Used server driven UIs to efficiently manage and display large amounts of data

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

(2 Questions)

  • Q1. What is closure and types?
  • Ans. 

    Closure is a function that captures variables from its surrounding scope, allowing it to access those variables even after the scope has closed.

    • Closure allows a function to access variables from its lexical scope even after the function has finished executing.

    • Types of closures include lexical closures, which capture variables from the surrounding lexical scope, and function closures, which capture variables from the fu...

  • Answered by AI
  • Q2. What is Core data and all operations with example/scenarios
  • Ans. 

    Core Data is a framework provided by Apple for managing the model layer objects in an iOS application.

    • Core Data is used for storing, retrieving, and managing data in an iOS app.

    • It provides an object-oriented interface to work with data.

    • Operations include creating, reading, updating, and deleting data.

    • Example: Creating a new record in Core Data for a user profile.

    • Example: Fetching a list of items from Core Data to displ

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join the company?
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for Collabera Technologies Senior Software Engineer interview:
  • Core Data
  • SwiftUI
  • GCD
  • Memory Management
Interview preparation tips for other job seekers - Good inteview

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Two simple coding with technical questions
Round 2 - Technical 

(1 Question)

  • Q1. One simple coding and technical questions along with system design questions
Round 3 - Technical 

(1 Question)

  • Q1. Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Please dont attend interview they wouldn't select you. Instead they will waste your time. And the HR chitranshi is too bad

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 Technical, HR and Resume Shortlist.

Tell us how to improve this page.

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

5.0

Job Security

5.0

Company culture

4.5

Promotions/Appraisal

5.0

Work Satisfaction

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

₹3.6 L/yr - ₹13.5 L/yr

Software Engineer
141 salaries
unlock blur

₹1.5 L/yr - ₹7 L/yr

Programmer Analyst
91 salaries
unlock blur

₹5.9 L/yr - ₹18.6 L/yr

Software Developer
31 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Technical Lead
30 salaries
unlock blur

₹10.8 L/yr - ₹28 L/yr

Explore more salaries
Compare Novigo Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview