Upload Button Icon Add office photos

Filter interviews by

Valtech India Systems Senior Software Engineer 1 Interview Questions and Answers

Updated 23 Oct 2023

Valtech India Systems Senior Software Engineer 1 Interview Experiences

1 interview found

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 Oct 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 - Technical 

(1 Question)

  • Q1. Whats the difference between Put and Post ? Whats the difference between list and toupees ? Write program to reverse a even letters in a string ? Write a program for identify the elements in web page? Rem...
Round 3 - Technical 

(1 Question)

  • Q1. Most of the questions about the Project, Leadership and Handling projects? JIRA Handling? What is scrum, Agile and dealing with other team members (DEV Team) How do you handle situation where BUGS are iden...
Round 4 - Behavioral 

(1 Question)

  • Q1. All Questions about previous companies Why do you leave those organizations Where you want see in next 5 years

Interview Preparation Tips

Topics to prepare for Valtech India Systems Senior Software Engineer 1 interview:
  • Python
  • JIRA
  • Postman
  • AWS
  • Azure
  • JMeter
  • E-commerce
  • Manual Testing
  • Automation Testing
  • Jenkins
  • CICD
Interview preparation tips for other job seekers - Do not Fake just what ever you know
Try to be 100% sure on what you are explaning

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Mvc architexture
  • Q2. Activerecord based quesiomns
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, springboot, microservices
Round 2 - Coding Test 

Client interview - java coding, AWS

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Creating a full flow of spring boot application to take input and update database

Round 2 - Technical 

(1 Question)

  • Q1. Discussion of first round code and some other technical questions including coding
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic questions on your profile and behavioural questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations and other perks discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Previous experience
Round 2 - Case Study 

Scenario based questions

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java 8 , Microservices, AWS

Interview Preparation Tips

Interview preparation tips for other job seekers - Java8 , Microservices, AWS, Coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. .Net Core 7 & MVC

I was interviewed in Mar 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Mcq + Data structures questions

  • Q1. 

    Maximum Sum Subarray Problem Statement

    Given an array of integers, find the maximum sum of any contiguous subarray within the array.

    Example:

    Input:
    array = [34, -50, 42, 14, -5, 86]
    Output:
    137
    Exp...
  • Ans. Brute Force Approach
    1. Create a nested loop. The outer loop will go from i = 0 to i = n - k. This will cover the starting indices of all k-subarrays
    2. The inner loop will go from j = i to j = i + k - 1. This will cover all the elements of the k-subarray starting from index i
    3. Keep track of the maximum element in the inner loop and print it.
    Space Complexity: O(1)Explanation:

    O(1) because the extra space being used (looping vari...

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 70 minutes
Round difficulty - Medium

Standard System Design round

  • Q1. Design a Doctor Appointment System and provide some test cases.
  • Ans. 

    Tip 1 : Implement using OOPs 
    Tip 2 : Try to tell your approach to the interviewer as much as you can side by side

  • Answered Anonymously
Round 3 - Video Call 

(4 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Interview of DSA + OOPS + Databse(SQL query) + Operating System

  • Q1. 

    Left View of a Binary Tree

    Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

    Inpu...

  • Ans. Recursive Approach

    This problem can be solved through recursion.We will maintain max_level variable which will keep track of maxLevel and will pass current level in recursion as argument. Whenever we see a node whose current level is more than maxLevel then we will print that node as that will be first node for that current level. Also update maxLevel with current level.

    Space Complexity: O(n)Explanation:

    O(N), where ‘N’...

  • Answered Anonymously
  • Q2. What is the difference between CHAR and VARCHAR2 data types in SQL?
  • Q3. What are the various types of constructors in C++?
  • Q4. What is the difference between overloading and overriding?
Round 4 - HR 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

Hr round - normal hr questions + situational 

Thoughtworks community discussion

  • Q1. Why should we hire you?
  • Ans. 

    Tip 1 : Read all Thoughtworks community page and be honest


    Tip 2 : Be open-minded and answer whatever you are thinking, in these rounds I feel it is important to have opinion.


    Tip 3 : The cross-questioning can go intense sometimes, think before you speak.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaAbove 7 CGPAThought Works interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.

Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Tip 3 : Do at-least 2 good projects and you must know every bit of them.


 

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.

Tip 2 : Every skill must be mentioned.

Tip 3 : Focus on skills, projects and experiences more.


 

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Round 1 - Coding Test 

There were 4 sections-
1.Big data-some multiple choice questions
2.Python-2 basic programming questions
3.SQL-4 case questions on SQL queries
4.Pyspark-Basic multiple choice questions

Round 2 - Coding Test 

Same as round 1 but there were no multiple choice questions,it was a subjective paper where they check your thought process and your approach.

Round 3 - Technical 

(1 Question)

  • Q1. Technical interview was based on -Your project discussion -Big data terminologies,Spark framework,working and architecture -Some case study questions and how you could have optimized it. -SQL basic querie...
Round 4 - HR 

(4 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why are you looking for a change?
  • Q3. What are your salary expectations?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Tiger Analytics Senior Software Engineer interview:
  • Pyspark
  • Spark
  • Azure data factory
  • SQL
  • Python
  • Big data
Interview preparation tips for other job seekers - Just focus on spark,big data terminologies and architecture,spark architecture,SQL queries,Python basics,Azure data factory terminologies

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Java questions asked in technical round and behavioural questions and some of the technical questions asked in managerial round
  • Q2. All Oops concepts is important

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and Chase your goals, everything is possible if you prepared well.

Valtech India Systems Interview FAQs

How many rounds are there in Valtech India Systems Senior Software Engineer 1 interview?
Valtech India Systems interview process usually has 4 rounds. The most common rounds in the Valtech India Systems interview process are Technical, Resume Shortlist and Behavioral.

Tell us how to improve this page.

Valtech India Systems Senior Software Engineer 1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Senior Software Engineer
102 salaries
unlock blur

₹6.3 L/yr - ₹28 L/yr

Software Developer
91 salaries
unlock blur

₹4 L/yr - ₹15.3 L/yr

Senior Software Developer
57 salaries
unlock blur

₹8.7 L/yr - ₹20 L/yr

Software Engineer
53 salaries
unlock blur

₹4.7 L/yr - ₹11.8 L/yr

Softwaretest Engineer
52 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Explore more salaries
Compare Valtech India Systems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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