Upload Button Icon Add office photos

Filter interviews by

Wealden Computing Services Senior Software Engineer Interview Questions and Answers

Updated 31 Jan 2024

Wealden Computing Services Senior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between var and dynamic keywords
  • Ans. 

    var and dynamic are both used for type inference in C#, but var is statically typed while dynamic is dynamically typed.

    • var is used to declare a variable with an inferred type at compile-time.

    • dynamic is used to declare a variable with a type that is resolved at runtime.

    • var variables are resolved at compile-time and cannot change their type.

    • dynamic variables are resolved at runtime and can change their type.

    • var is mainly...

  • Answered by AI
  • Q2. Var are those variables which are declared without specifying the .net type explicitly.
  • Ans. Dynamic is used to avoid the compile time checking
  • Answered Anonymously

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Online coding test had two questions to be solved in 60 mins. Medium level questions to be expected.

Round 2 - Technical 

(1 Question)

  • Q1. Codility test: Moderate level machine coding round, not leetcode type. Deep understanding of interface and backend knowledge required. Interviewer was absolutely uninterested.

Software Developer Interview Questions & Answers

Sagacious IP user image 058 Abhilakshya Rajrah

posted on 9 Dec 2024

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

(3 Questions)

  • Q1. 2 sum in array
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a given target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap

    • Check if the current element exists in the hashmap, if yes return the indices

    • Time complexity can be reduced to O(n) using a hashmap

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a singly linked list and return the reversed list.

    • Iterate through the linked list and reverse the pointers to point to the previous node instead of the next node.

    • Use three pointers to keep track of the current, previous, and next nodes while reversing the list.

    • Update the head of the list to be the last node after reversing.

  • Answered by AI
  • Q3. In given time slots , find conflicting time slots
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Longest palindrome
  • Ans. 

    Find the longest palindromic substring in a given string.

    • Iterate through each character in the string and expand around it to find palindromes

    • Use dynamic programming to optimize the solution

    • Consider both odd and even length palindromes

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding round with 4 coding problem

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer give coding problems which we have to solved face to face
Round 3 - Technical 

(1 Question)

  • Q1. Then question answer regarding coding language and you knowledge regarding programming
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Spark architecture.
  • Q2. Narrow and wide transformations
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jul 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding test duration is 30 to 40 min
on paper pen and topic is simple like related to string,pattern and number's

Round 2 - HR 

(2 Questions)

  • Q1. Introduction about yourself
  • Q2. Salary expectation
Round 3 - Technical 

(2 Questions)

  • Q1. Related to the basic of html css and js
  • Q2. Ask run time short code and explanation
Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and other
  • Q2. All about company your expectation and salary disscuced

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in every round the proccess is so simple and easy
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Strecture of sql statement
  • Ans. 

    SQL statements are used to interact with databases by performing operations like querying, updating, and deleting data.

    • SQL statements are made up of keywords like SELECT, INSERT, UPDATE, DELETE, etc.

    • They are structured in a specific order, with clauses like WHERE, ORDER BY, GROUP BY, etc.

    • Tables are referenced using their names, and conditions are specified to filter data.

    • Joins can be used to combine data from multiple

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in May 2023.

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

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Technical 

(1 Question)

  • Q1. About project coding uploaded on GitHub.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Questions was based on SQL
  • Q2. SQL queries and joins and

Interview Preparation Tips

Interview preparation tips for other job seekers - was good and easy process, HR was supportive but i did not get selected

I applied via Walk-in

Round 1 - Aptitude Test 

Data structures and algorithms

Round 2 - Coding Test 

Data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare DSA and be confident while answering
1.introduce yourself
They asked to code using ang programming language

Wealden Computing Services Interview FAQs

How many rounds are there in Wealden Computing Services Senior Software Engineer interview?
Wealden Computing Services interview process usually has 1 rounds. The most common rounds in the Wealden Computing Services interview process are Technical.
What are the top questions asked in Wealden Computing Services Senior Software Engineer interview?

Some of the top questions asked at the Wealden Computing Services Senior Software Engineer interview -

  1. What is the difference between var and dynamic keywo...read more
  2. var are those variables which are declared without specifying the .net type exp...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Exl India Interview Questions
3.5
 • 100 Interviews
Deltax Interview Questions
2.8
 • 85 Interviews
Wayfair Interview Questions
3.7
 • 53 Interviews
Busibud Interview Questions
4.0
 • 42 Interviews
GAMMON INDIA Interview Questions
3.9
 • 29 Interviews
FNZ Interview Questions
2.0
 • 27 Interviews
View all
Wealden Computing Services Senior Software Engineer Salary
based on 5 salaries
₹10.5 L/yr - ₹17 L/yr
17% less than the average Senior Software Engineer Salary in India
View more details
Senior Software Engineer
5 salaries
unlock blur

₹10.5 L/yr - ₹17 L/yr

Software Engineer
4 salaries
unlock blur

₹7.5 L/yr - ₹14.5 L/yr

UI Developer
3 salaries
unlock blur

₹4.4 L/yr - ₹4.8 L/yr

Team Lead
3 salaries
unlock blur

₹7.3 L/yr - ₹30 L/yr

UX Architect
3 salaries
unlock blur

₹19 L/yr - ₹19 L/yr

Explore more salaries
Compare Wealden Computing Services with

Exl India

3.5
Compare

Amazon Sellers Services

4.1
Compare

Primus Global Technologies

4.0
Compare

GAMMON INDIA

3.9
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