Upload Button Icon Add office photos

Filter interviews by

Vserv Infosystems Software Engineer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Coding Test Round

Coding + Aptitude question

2

Technical Round (2 Questions)

  • Q1. Basic of programming lang.
  • Q2. DSA and Oop concepts questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview pro
Interview experience
4
 Good
Difficulty level
 Easy
Duration
 -
Result
Selected  Selected

I applied via Campus Placement

3 Interview Rounds

1

Coding Test Round

4 sections Quantitative Analysis, Programming Based (output analysis, error detection), Aptitude and ML Engineering ( activation functions, models etc basics)

2

One-on-one Round (2 Questions)

  • Q1. Merge Sort simple divide and conquer but a pain to execute they really just look for how logical you are and if your approach is correct
  • Q2. Talk about your projects previous experience etc
3

HR Round (2 Questions)

  • Q1. What do you think about Q
  • Q2. Personality based questions like what are your hobbies, what drives you etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident consistent and concise
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 No response

I applied via Job Portal and was interviewed in Oct 2024.

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Basics of Java OOPS

Software Engineer Interview Questions

Wissen Technology user image Krishna kanta Kandar

posted on 7 Jun 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

4 Interview Rounds

1

Assignment Round

Basic java oops and coding question

2

Technical Round (1 Question)

  • Q1. DSA and java basics
3

Technical Round (1 Question)

  • Q1. Again DSA and java advanced
4

Coding Test Round (1 Question)

  • Q1. Develop chat app

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Dec 2023.

3 Interview Rounds

1

Aptitude Test Round

It's aptitude and coding test they asked questions related to data interpretation mostly.and one coding question easy one and two SQL questions I got on joins

2

Group Discussion Round

Topic given by them you have two minutes to think and then discuss with group for 5 minutes. At the end they ask for conclusion from everyone there is group of eight students and they select two or three from them

3

Technical Round (5 Questions)

  • Q1. Asked about testing
  • Q2. What are types of testing
  • Q3. Project related questions
  • Q4. Hr related questions
  • Q5. Whitebox vs black box testing

Skills evaluated in this interview

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Oops concepts,interface and abstract class

Software Engineer Interview Questions

HTC Global Services user image Priyanka Reddigattu

posted on 22 Apr 2024

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
Selected  Selected

1 Interview Round

1

Technical Round (1 Question)

  • Q1. Basic questions from oops, collections and springboot, basic queries.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Technical Round (1 Question)

  • Q1. Very detailed questioning on all Cs Concept
3

Technical Round (1 Question)

  • Q1. Again 1hr round with too many questions
4

HR Round (1 Question)

  • Q1. Very poor round. First 2 rounds were taken for senior software engineer but offered software engineer post.

Interview Preparation Tips

Interview preparation tips for other job seekers - Now one sincere advice to all aspirants. Don't waste your time n skills for this company process. I got very worst experience. HR was actually very unprofessional. She demoted my post in offer and asked me to complete on-board process and she will release offer letter next day. On next day she didn't release offer letter and even didn't pick up my call. Very worst company i ever seen. I called her many times but she has not responded single call or message without giving me reason. So don't even try for this company, joining is far away.

5 Interview Rounds

1

MCQ Round (1 Question)

  • Q1. OOPS, C++, Data Structures, Algorithms, and Aptitude were asked in this round.
2

Coding Test Round

This round had only one question and the time given was 60 mins, it was a medium-level Question based on Arrays. The question was given in the form of a story just like we get on platforms like Codechef and we had to provide an optimized solution with given and hidden test cases getting the correct output.

3

Technical Round (19 Questions)

  • Q1. Questions were based on LinkedList (Level – Easy) rest were asked questions based on Trees but again the level was Easy.
  • Q2. Two Questions based on Arrays
  • Q3. Questions on Sorting (Merge Sort implementation)
  • Q4. Questions on Inheritance, Pointers, Double Pointers.
  • Q5. 4 pillars of OOPS were asked
  • Q6. Encapsulation and its real-time examples
  • Q7. Inheritance and its disadvantages
  • Q8. What is Runtime polymorphism
  • Q9. Pair Sum Problem was asked
  • Q10. A tweak to the pair sum problem: there can be any number of elements that add up to the target
  • Q11. Max multiplication of 3 numbers in an array
  • Q12. Dutch national flag problem
  • Q13. Questions on the pointer, double-pointer, and LinkedList
  • Q14. Problem on stack implementation using linked list
  • Q15. Segregate 0's and 1's in array - Dutch National Flag Algo Again
  • Q16. Questions of CS fundamentals (databases, computer networks, operating systems) Average level questions like What are semaphores, Primary key vs Candidate Key, N...read more
  • Q17. Project explanation and a few questions on it.
  • Q18. Mongo which NoSQL database- document-based, other NoSQL databases, virtual dom
  • Q19. Redux, pass values in props, NoSQL vs SQL, nodejs to be used where event loop, async Javascript
4

Technical Round (17 Questions)

  • Q1. Explain the diamond problem in Cpp, and how to solve it.
  • Q2. What are the Dynamic-link library (DLL) in Cpp and its use?
  • Q3. What are registers in Cpp?
  • Q4. Can you make a constructor private in Cpp, if not what error will you get (Compile Time Error or Runtime Error)
  • Q5. What are function pointers and the differences between normal function and function pointers?
  • Q6. What are the ways to prevent Instantiation of Class?
  • Q7. How to check for a loop in linked list?
  • Q8. Remove duplicates from Linked List. Both variants.
  • Q9. Reverse the linked list in groups of k
  • Q10. Asked to print the 2nd smallest element in bst
  • Q11. Equal Sum Partition along with print that 2 arrays (DP + matrix printing)
  • Q12. Delete Kth node from the end of the linked list in single iteration
  • Q13. Merge two sorted linked lists
  • Q14. Check if a linked list is circular or not
  • Q15. What is the difference between Binary Tree and Binary Search Tree
  • Q16. Separate negative and positive numbers in a linked list.
  • Q17. Calculating the depth of a tree
5

HR Round (9 Questions)

  • Q1. 1. Introduction and my family background.
  • Q2. 2. What are your Strengths and Weaknesses?
  • Q3. 3. Tell us about your hobbies
  • Q4. 4. What are you passionate about?
  • Q5. 5. The difference between hard work and smart work with an example.
  • Q6. 6. The problems faced by a person working in a team during my online internship and how would can you solve those problems if you were the team leader.
  • Q7. 7. Tell me in brief about yourself and why should we select you?
  • Q8. 8. If not engineering then what?
  • Q9. 9. Asked about past Internships if any and projects on my resume.

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA: Arrays, Linked List, Trees
  • DP and Trees can also be asked s
Interview preparation tips for other job seekers - LeetCode is good for Practicing DSA questions.

Also, be confident and fluent while answering all the questions. Separately prepare for the HR round as well

Skills evaluated in this interview

Software Engineer Interview Questions

CitiusTech user image Deepankar Deovrat

posted on 3 Mar 2022

I applied via Naukri.com and was interviewed in Feb 2022.

3 Interview Rounds

1

Technical Round (1 Question)

  • Q1. I was shortlisted for .Net Developer role. 1) Tell me about yourself. Your current company work and role. 2) What are OOPS concept? 3) Difference between interf...read more
2

Behavioral Round (1 Question)

  • Q1. 1) Tell me about yourself. Your current company work and role. 2) Tell me about your family background - Place, parents occupation, brother/sister role, etc. 3)...read more
3

HR Round (5 Questions)

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

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • OOPS
  • SQL - Joins
  • Dependency Injection
  • Interface Abstract
  • Abstraction and Encapsulation
  • Authentication
  • Autherization
Interview preparation tips for other job seekers - Regarding .Net Developer: Have very good understanding of OOPS concept with proper example. Have good knowledge of SQL (Advance level is commendable: Such as Linked Server, ODBC, Triggers, OpenQuery, etc.).
Must have a knowledge regarding connecting the application with database - Both approach (Code First approach and Database First Approach), Dependency Injection, and Architecture (MVC or 3 tier - As per your experience).

Have a sound communicative. Rest of is "Best of Luck".

Tell us how to improve this page.

Desktop Support Engineer
157 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Engineer- Customer Support
56 salaries
unlock blur

₹1.5 L/yr - ₹4.1 L/yr

Desktop Support Engineer L2
17 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Desktop Support Engineer L1 and L2
15 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

System Administrator
14 salaries
unlock blur

₹2.4 L/yr - ₹5.1 L/yr

Explore more salaries
Compare Vserv Infosystems with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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