Upload Button Icon Add office photos
Engaged Employer

i

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

ValGenesis Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ValGenesis Senior Software Engineer Interview Questions and Answers

Updated 6 Mar 2025

ValGenesis Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2024.

Round 1 - Coding Test 

SQL code development

Interview Preparation Tips

Interview preparation tips for other job seekers - My best advice is not to join in such a worst company. In this company most of the managers treats employee like a slave.. they will say weekend holiday but they will ask us to work on weekend also... If you ask leave they will not give...even though you have taken leave for medical emergency they ask prescription also..I have faced this type of bad experience...I have never seen like such a work company culture

Senior Software Engineer Jobs at ValGenesis

View all

Interview questions from similar companies

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

(1 Question)

  • Q1. 1. Pattern print code. 2. Types of S3 bucket in AWS. 3. Java basic question. 4. Spring/ Spring boot basic question. 5. Hibernate basic interview question. 6. Some behavioral question.
  • Ans. 

    This is a list of questions asked in an interview for Senior Software Engineer position.

    • 1. Pattern print code: Write a code to print a specific pattern using loops.

    • 2. Types of S3 bucket in AWS: Explain the different types of S3 buckets in Amazon Web Services.

    • 3. Java basic question: Provide a basic question related to Java programming language.

    • 4. Spring/Spring Boot basic question: Give an example of a basic question rel...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basic.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Angular Architecture, basic angular questions such as data binding, rxjs, dependency injection etc.
Round 2 - Technical 

(1 Question)

  • Q1. Coding assignment to fetch data from API and render on the UI. Using httpclient module.
  • Ans. 

    Fetch data from API and render on UI using httpclient module

    • Create an instance of httpclient module

    • Use httpclient to make a GET request to API endpoint

    • Parse the response data and render on UI

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Normal question on roles and responsibilities alongwith cultural fitment check.
Round 4 - Client Interview 

(1 Question)

  • Q1. Client interview to get the knowledge of UX and responsive web application. Css etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and even if you don't know the answer properly at least tell them the approach and try your best to answer or complete the assignment given.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Sep 2022. 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 - Coding Test 

I asked basic questions related to coding and technical languages like MERN, and a few DSA questions about basic programming. The interview was around 45 minutes.

Round 3 - Coding Test 

2nd round took about 1 hour and 15 minutes. There are a few technical scenario discussions and questions related to my tech stack like MERN and one coding task in React JS

Round 4 - One-on-one 

(1 Question)

  • Q1. The last round with the manager consisted of a discussion about day-to-day job handling as per different scenarios.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basics properly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Notice Period and Salary
Round 2 - Coding Test 

Java 8 , stream and a program to solve on String

Round 1 - Technical 

(1 Question)

  • Q1. Basics .net , c#, sql
Round 2 - Technical 

(1 Question)

  • Q1. Current Project Details, Roles and some technical questions too
Round 3 - HR 

(1 Question)

  • Q1. Package Discussion and Other basic details

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure your basics are strong and should be confident to explain about the current project and its technical details.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is JAVA in software
  • Ans. 

    JAVA is a high-level programming language used for developing applications and software.

    • Object-oriented programming language

    • Platform-independent

    • Used for web development, mobile apps, enterprise software

    • Has a large standard library

    • Supports multithreading and networking

  • Answered by AI
  • Q2. What is oracle in software
  • Ans. 

    Oracle in software refers to Oracle Corporation, a multinational computer technology corporation known for its database management systems.

    • Oracle is a leading provider of relational database management systems (RDBMS).

    • It offers a wide range of products and services for data management, cloud applications, and more.

    • Oracle databases are widely used in enterprise applications for storing and managing data efficiently.

    • Exam...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Code for Hello World
  • Ans. 

    Simple code to print 'Hello World'

    • Use a print statement to display 'Hello World'

    • In Python: print('Hello World')

    • In Java: System.out.println('Hello World')

  • Answered by AI
  • Q2. Code for printing algo
  • Ans. 

    Code for printing algorithm in software development.

    • Use loops to iterate through the data to be printed.

    • Consider formatting options such as spacing and alignment.

    • Handle edge cases like empty input or invalid data.

    • Example: for (int i = 0; i < array.length; i++) { System.out.println(array[i]); }

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

(2 Questions)

  • Q1. Different arrays in string types
  • Ans. 

    Arrays of string types are collections of strings stored in a single variable.

    • Arrays can be declared and initialized with string values like ['apple', 'banana', 'cherry'].

    • Access individual strings in the array using index like array[0] for 'apple'.

    • Perform operations like sorting or filtering on arrays of strings.

  • Answered by AI
  • Q2. Different strings in array texts
  • Ans. 

    Comparing different strings in an array of texts.

    • Iterate through the array and compare each string with the others.

    • Use a nested loop to compare each pair of strings.

    • Consider using a hash map to store the frequency of each unique string for efficient comparison.

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

(2 Questions)

  • Q1. Different dS in software engineer
  • Ans. 

    Different design patterns in software engineering

    • Creational patterns (e.g. Singleton, Factory)

    • Structural patterns (e.g. Adapter, Decorator)

    • Behavioral patterns (e.g. Observer, Strategy)

  • Answered by AI
  • Q2. Diff types in string test types
  • Ans. 

    Different types of string test types include equality, containment, length, case sensitivity, and pattern matching.

    • Equality test: comparing two strings to see if they are exactly the same

    • Containment test: checking if a string contains a specific substring

    • Length test: determining the length of a string

    • Case sensitivity test: checking if two strings are equal while considering case

    • Pattern matching test: using regular expr

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. C# fundamental, delegates and it's type, generics, Io etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview never difficult nor too easy it depends on projects requirement and interviewer but If have good then easily you can crack interview.

Total five round interview
1-system test
2-technical first round
3- technical second round
4-inteview with client Means product owner
5-HR

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

Interview Questionnaire 

1 Question

  • Q1. OOPS basics, System design

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview had 3 tech rounds and was mostly to check the candidates knowledge depth in their respective fields

Interview Questionnaire 

1 Question

  • Q1. Iqvia most of the projects are communites, all questions are on communities

Interview Preparation Tips

Interview preparation tips for other job seekers - customization and communities'

ValGenesis Interview FAQs

How many rounds are there in ValGenesis Senior Software Engineer interview?
ValGenesis interview process usually has 1 rounds. The most common rounds in the ValGenesis interview process are Coding Test.
How to prepare for ValGenesis Senior Software Engineer 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 ValGenesis. The most common topics and skills that interviewers at ValGenesis expect are Postgresql, Consulting, Javascript, SQL and SQL Server.

Tell us how to improve this page.

ValGenesis Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

2.5
  
Poor
View more
ValGenesis Senior Software Engineer Salary
based on 57 salaries
₹7 L/yr - ₹20 L/yr
15% less than the average Senior Software Engineer Salary in India
View more details

ValGenesis Senior Software Engineer Reviews and Ratings

based on 4 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

3.1

Salary

3.1

Job security

3.1

Company culture

3.1

Promotions

3.1

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
57 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ValGenesis with

Cunesoft GmbH

3.5
Compare

MasterControl

3.9
Compare

Sparta Systems Inc.

4.1
Compare

Aras Corp

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