Upload Button Icon Add office photos

Filter interviews by

VComply SDE (Software Development Engineer) Interview Questions and Answers

Updated 5 Apr 2023

VComply SDE (Software Development Engineer) Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some basic direct question from google

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about urself
  • Q2. Are u willing to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the office politics before getting inside here.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Medium level coding question on leetcode and codechef are good to prepare to clear the test.

Round 2 - Technical 

(2 Questions)

  • Q1. You need to have good knowledge on all the core subjects from CSE Department and coding
  • Q2. Database questions, java opps cocncepts, coding question based on arrays.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare coding well , leecode medium level questions are good enough and knowledge on core subjects.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2023. 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 - Aptitude Test 

Fully logical we want to strong in percentage and stream

Round 3 - Coding Test 

We want to strong in one coding language and also u want to strong enough in DS algo

Interview Preparation Tips

Interview preparation tips for other job seekers - This is an one of the good company where u can learn and do anything only they are see ur performance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. 9 questions were there including sql, coding ,and few mcqs
Round 3 - Technical 

(1 Question)

  • Q1. One questions based on Convex hull

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA and try to add 1 or 2 good projects in resume

I applied via Company Website and was interviewed in Jun 2022. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What technologies did I work on and some basic questions related to it.
Round 2 - One-on-one 

(1 Question)

  • Q1. Technology-related questions and previous project-related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was the manager round he asked me previous project-related questions like application architecture.
Round 4 - HR 

(1 Question)

  • Q1. Basic questions like relocation and compensation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be prepared for questions related on your previous projects and latest technologies with working POC's

I applied via Approached by Company and was interviewed in May 2022. There were 3 interview rounds.

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 - HR 

(2 Questions)

  • Q1. About years of experience
  • Q2. Current role and expertise
  • Ans. 

    I am currently working as a Software Development Engineer with expertise in web development and cloud computing.

    • Proficient in programming languages like Java, Python, and JavaScript

    • Experience in developing and maintaining web applications using frameworks like React and Angular

    • Knowledge of cloud computing platforms such as AWS and Azure

    • Familiarity with database management systems like MySQL and MongoDB

    • Strong problem-so

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

(3 Questions)

  • Q1. Java object oriented questions
  • Q2. Data structures related questions
  • Q3. Given small coding problem on duplicate string

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode problems mostly, data structures as much as possible hr was very Frank later this round she given preparation time but somehow I got rejected recently I got call again from Google recruiter saying they shortlisted based on my LinkedIn profile so keep good profile that also helps.

I was interviewed in May 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Question was related to the tree
  • Q2. Searching time of bst
  • Ans. 

    BST search time is O(log n) on average, but can be O(n) in worst case.

    • BST search time depends on the height of the tree

    • On average, height is log base 2 of n

    • Worst case is when the tree is unbalanced and height is n

    • Example: searching for a value in a balanced BST with 1024 nodes takes at most 10 comparisons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident as the interviewer was cool and help you at the point where you completely stuck.
They asked me 1 coding of question of tree and rest they put the theoretical questions related to the tree only.

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How much salary do u except
  • Q2. What is your eduction qualification
  • Ans. 

    I have a Bachelor's degree in Computer Science.

    • Bachelor's degree in Computer Science

    • Completed courses in programming languages, algorithms, data structures, and software engineering

    • Participated in various coding competitions and hackathons

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - don't lie on resume that is not an good aproche lkasdklsd jkajks

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was online technical interview round with some good java coding programs. Not as tough but as expected for a mid level experience programmer. String Arrays other
Round 2 - Technical 

(1 Question)

  • Q1. Java programming interview with some advance level programming questions BDD UI Automation Stack Algorithms String Arrays etc
Round 3 - Technical 

(1 Question)

  • Q1. Linux Java Framework level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - A bit longer process from first interview to releasing offer letter but my experience was positive

I applied via LinkedIn and was interviewed in May 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Time complexity of the program wriitten
  • Ans. 

    The time complexity of the program is O(nlogn).

    • The program has a divide and conquer algorithm.

    • The program has nested loops.

    • The program has a recursive function.

  • Answered by AI
  • Q2. Design the algorithm with less time complexity
  • Ans. 

    Design an algorithm with less time complexity.

    • Use efficient data structures like hash tables, binary trees, etc.

    • Avoid nested loops and recursion if possible.

    • Try to optimize the code by reducing redundant operations.

    • Use dynamic programming to solve complex problems.

    • Consider parallel processing for large datasets.

    • Use built-in functions and libraries instead of writing custom code.

    • Profile the code to identify bottlenecks

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very difficult only data structures and algorithms

Skills evaluated in this interview

VComply Interview FAQs

How many rounds are there in VComply SDE (Software Development Engineer) interview?
VComply interview process usually has 3 rounds. The most common rounds in the VComply interview process are Resume Shortlist, Coding Test and HR.

Tell us how to improve this page.

Software Engineer
5 salaries
unlock blur

₹7 L/yr - ₹16 L/yr

Software Developer
5 salaries
unlock blur

₹7 L/yr - ₹11 L/yr

Software Development Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

Business Analyst
4 salaries
unlock blur

₹5 L/yr - ₹7.5 L/yr

QA Engineer
4 salaries
unlock blur

₹2.3 L/yr - ₹6 L/yr

Explore more salaries
Compare VComply with

Bosch Global Software Technologies

4.0
Compare

Amdocs

3.8
Compare

Automatic Data Processing (ADP)

4.0
Compare

Carelon Global Solutions

4.0
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