Upload Button Icon Add office photos

Filter interviews by

Valuable Group Senior Engineer Interview Questions and Answers

Updated 19 Sep 2023

Valuable Group Senior Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Aug 2023. There were 2 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 

(2 Questions)

  • Q1. Questions on the basis of my CV
  • Q2. VSAT operation network operations

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Technical questions

Interview questions from similar companies

I applied via Company Website and was interviewed in Jan 2022. There were 3 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 

(2 Questions)

  • Q1. What is mean by testing
  • Ans. 

    Testing is the process of evaluating a system or component to determine if it satisfies specified requirements.

    • Testing is done to identify defects or errors in software or hardware.

    • It involves executing a system or component with the intent of finding bugs or verifying its functionality.

    • Testing can be performed at various levels such as unit testing, integration testing, system testing, and acceptance testing.

    • Different...

  • Answered by AI
  • Q2. Why we are doing testing
  • Ans. 

    Testing is done to ensure that the software meets the requirements and is of high quality.

    • To identify defects and errors in the software

    • To ensure that the software meets the specified requirements

    • To improve the quality of the software

    • To increase customer satisfaction

    • To reduce the risk of software failure

    • To ensure that the software is reliable and secure

  • Answered by AI
Round 3 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Build strong customer relationships and problem-solve technical issues to make businesses more productive, collaborative, and innovative.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What you did to learn new technology?
  • Ans. 

    I keep myself updated by attending conferences, reading blogs, and taking online courses.

    • Attend conferences and workshops to learn from experts

    • Read blogs and articles to stay updated on latest trends

    • Take online courses and tutorials to gain practical knowledge

    • Experiment with new technology by building projects

    • Collaborate with peers to learn from their experiences

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on resume and understand what you have written in it. Also do not try to over elaborate answers. Keep is short and crisp.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Hajajakakakk sjs skskse sksksjs dd r d r d. E
  • Q2. Bsn s s d d d d. S d d. nsnsjsjsjsj
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the projects handled in previous organisation?
  • Q2. What are the, most challenging situation in the projects and How did you handle that ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Project Management related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Feb 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Coding assessment in Code signal which is vedio proctored

Round 2 - Technical 

(1 Question)

  • Q1. Design a loan application system
  • Ans. 

    Design a loan application system

    • Collect applicant information such as personal details, employment history, and financial information

    • Include a credit check process to assess applicant's creditworthiness

    • Implement a system for loan approval/rejection based on set criteria

    • Provide options for different types of loans and repayment plans

    • Ensure security measures are in place to protect applicant's sensitive information

  • Answered by AI
Round 3 - Coding Test 

Bank account creation, deposit money, withdraw money

Round 4 - HR 

(1 Question)

  • Q1. Question around work experience and how a particular scenario or situation is handled
Round 5 - Case Study 

Suggest system cost optimization based on given data set

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Feb 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

This is the round in which basic quant questions were asked

Round 3 - Coding Test 

In this round basic 2 java questions were asked

Round 4 - Group Discussion 

In this round one topic was given and we need to discuss about that topic

Round 5 - Technical 

(2 Questions)

  • Q1. What is java explain in detail
  • Ans. 

    Java is a high-level, object-oriented programming language used to develop applications for various platforms.

    • Java is platform-independent, meaning it can run on any platform with a Java Virtual Machine (JVM)

    • It is known for its security features, such as the ability to run code in a sandbox environment

    • Java is used for developing a wide range of applications, from web applications to mobile apps and games

    • It is also used...

  • Answered by AI
  • Q2. What is searching and sorting
  • Ans. 

    Searching is finding a specific item in a collection of items. Sorting is arranging items in a specific order.

    • Searching involves looking for a specific item in a collection of items.

    • Sorting involves arranging items in a specific order, such as alphabetical or numerical.

    • Searching and sorting are commonly used in computer science and data analysis.

    • Examples of searching algorithms include linear search and binary search.

    • E...

  • Answered by AI
Round 6 - Technical 

(1 Question)

  • Q1. What is binary tree explain
  • Ans. 

    A binary tree is a data structure consisting of nodes, where each node has at most two children.

    • Nodes in a binary tree have a left and/or right child node.

    • The topmost node is called the root node.

    • Binary trees are used in search algorithms and data compression.

    • Examples of binary trees include binary search trees and heap trees.

  • Answered by AI
Round 7 - HR 

(2 Questions)

  • Q1. What is your current location
  • Q2. What is your salary expectations

Interview Preparation Tips

Topics to prepare for Webdew System Engineer interview:
  • Java
  • API
Interview preparation tips for other job seekers - this interview round was very good , nothing was hectic everything was very quick

Skills evaluated in this interview

Valuable Group Interview FAQs

How many rounds are there in Valuable Group Senior Engineer interview?
Valuable Group interview process usually has 2 rounds. The most common rounds in the Valuable Group interview process are Resume Shortlist and Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 Valuable Group interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
5.0
 • 144 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 95 Interviews
JioMart Interview Questions
3.9
 • 92 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
4.0
 • 74 Interviews
View all
Assistant Manager
4 salaries
unlock blur

₹3.3 L/yr - ₹10.5 L/yr

Regional Sales Manager
4 salaries
unlock blur

₹7 L/yr - ₹8.5 L/yr

Assistant Manager- HR
3 salaries
unlock blur

₹6 L/yr - ₹7 L/yr

Executive Accountant
3 salaries
unlock blur

₹3.6 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Valuable Group with

Marpu Foundation

4.9
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Exotic Learning

4.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