Upload Button Icon Add office photos

Filter interviews by

WESCO Senior Sdet Engineer Interview Questions and Answers

Updated 24 Feb 2024

WESCO Senior Sdet Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

First round was very good asked about all the concept of Java and also we need to write a code for login a website using email and password and then redirect to click a some field then we need to form a application. So we need to write in a framework.

Round 2 - Technical 

(4 Questions)

  • Q1. Interviewer was very rude, he doesn't have knowledge on automation. He is not listening my answers too if i asked did i answer your questions, after 30sec he will reply
  • Q2. Asking about parellel execution
  • Q3. Can we run test locally without environment
  • Ans. 

    Yes, we can run tests locally without environment by using mock objects or stubs.

    • Use mock objects or stubs to simulate the behavior of external dependencies

    • Mocking frameworks like Mockito or Sinon can be used to create mock objects

    • Avoid relying on external services or databases for local testing

  • Answered by AI
  • Q4. Testng related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Beware with this man

Skills evaluated in this interview

Interview questions from similar companies

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

(1 Question)

  • Q1. Selenium,Rest assured ,API,java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 medium dsa que - one is of binary search, one is from graph

Round 2 - Technical 

(2 Questions)

  • Q1. Define oops principle
  • Ans. 

    OOPs principles are the fundamental concepts of object-oriented programming that help in designing and implementing software solutions.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability of different classes to be treated as instances of a common superclass.

    • Abstraction: ...

  • Answered by AI
  • Q2. Define os concepts
  • Ans. 

    OS concepts refer to fundamental principles and components of operating systems.

    • Process management - handling processes, scheduling, and resource allocation

    • Memory management - managing memory allocation, virtual memory, and paging

    • File system - organizing and accessing files on storage devices

    • Device management - controlling and communicating with hardware devices

    • Security and protection - ensuring system and data securit...

  • Answered by AI

Skills evaluated in this interview

Sde1 Interview Questions & Answers

Blinkit user image Anonymous

posted on 14 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Hackerrank - 3 questions 2 hrs

Sde1 Interview Questions & Answers

Meesho user image Anonymous

posted on 2 Jul 2024

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank test with medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding round to design a shopping cart

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding well
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Automate calendar
  • Q2. OOps concept in java
  • Ans. 

    Object-oriented programming concepts in Java focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes are blueprints for objects

    • Objects are instances of classes

    • Inheritance allows a class to inherit properties and behaviors from another class

    • Encapsulation hides the internal state of an object and only exposes necessary functionalities

    • Polymorphism allows objects to be treated as instances of their

  • Answered by AI

Skills evaluated in this interview

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. Technical questions for programming language like plc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't get nervous because communication skills are required to be shortlisted.

Interview Questionnaire 

5 Questions

  • Q1. Optimize the codde given by you in the written exam
  • Q2. What is startup all about and what all technology is used
  • Ans. 

    A startup is a newly established business that aims to solve a problem or meet a need using innovative technology.

    • Startups are focused on growth and scalability.

    • They often operate in a fast-paced and dynamic environment.

    • Startups use various technologies depending on their industry and product.

    • Common technologies used in startups include web and mobile development, cloud computing, data analytics, artificial intelligenc...

  • Answered by AI
  • Q3. Tell me about yourself?
  • Ans. 

    I am a software engineer with experience in developing and implementing scalable solutions.

    • Experienced software engineer

    • Skilled in developing scalable solutions

    • Proficient in programming languages like Java, Python, and C++

    • Strong problem-solving and analytical skills

    • Ability to work in a team and collaborate effectively

  • Answered by AI
  • Q4. Why jabong?
  • Q5. Explanation about various things written in resume

Interview Preparation Tips

Round: Test
Experience: It was not that tough.
Aptitude question were easy.
Coding Question were tough as we have only 30 min.
Duration: 1 hr minute
Total Questions: 35

Round: Technical Interview
Experience: I was able to crack a better solution to the question.

Round: Technical Interview
Experience: Was able to explain it fluently.
Tips: Don't bluff about the startup they will catch you

Round: Other Interview
Experience: It was a director's round.
Not that tough , a bit of HR types.

Round: HR Interview
Experience: Easy one . A type of formality.

General Tips: Prepare geeksforgeeks and practice codechef
Skills: C/C++
College Name: Netaji Subhas Institute Of Technology, Delhi
Motivation: The brand name + E commerce the place to be
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium,Rest assured ,API,java

I was interviewed in Jan 2022.

Round 1 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was a L1 technical round where questions from DS algo were asked, along with my work exp and projects. It was a face to face video round with 2 panel members

  • Q1. Find Number Of Islands

    You are given a 2-dimensional array/list having N rows and M columns, which is filled with ones(1) and zeroes(0). 1 signifies land, and 0 signifies water.

    A cell is said to be conn...

  • Ans. 

    import java.io.*;
    import java.util.*;
    public class Main
    {
    public static void DFS(int[][] input, int i, int j, int row, int col){
    if(i<0||j<0||i>row-1||j>col-1){
    return;
    }
    if(input[i][j]==1){
    input[i][j]=0;
    DFS(input,i+1,j,row,col);
    DFS(input,i-1,j,row,col);
    DFS(input,i,j+1,row,col);
    DFS(input,i,j-1,row,col);
    }
    }

    public static int countNumber(int[][] input, int row, int col){
    int count =0;
    for(int i=0;i {
    for(int j=0;j if(inpu...

  • Answered Anonymously
  • Q2. System Design Question

    How to prevent breaking of singleton pattern using reflections?

  • Ans. 

    Tip 1 : Provide correct answer i you know
    Tip 2 : Revise Java concepts

  • Answered Anonymously
Round 2 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

It was a System design round and the interviewer was very friendly, he gave ample hints and it was a productive interaction.

  • Q1. System Design Question

    Design LRU cache.

  • Ans. 

    Tip 1 : Practise System Design well
    Tip 2 : Ask questions wherein necessary

  • Answered Anonymously
Round 3 - HR 

Round duration - 45 minutes
Round difficulty - Easy

It was a standard manager where I was asked many questions related to my work exp and behavioural questions

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from IIIT,BBSR. I applied for the job as SDE - 2 in GurgaonEligibility criteriaNoAmerican Express interview preparation:Topics to prepare for the interview - Data Structures, OOPS, System Design, Java, DatabaseTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on Core Java and development 
Tip 2 : Practise easy -medium questions

Application resume tips for other job seekers

Tip 1 : Projects should be well defined use bullet points
Tip 2 : Describe your work ex/ intern exp well

Final outcome of the interviewSelected

Skills evaluated in this interview

WESCO Interview FAQs

How many rounds are there in WESCO Senior Sdet Engineer interview?
WESCO interview process usually has 2 rounds. The most common rounds in the WESCO interview process are Coding Test and Technical.
What are the top questions asked in WESCO Senior Sdet Engineer interview?

Some of the top questions asked at the WESCO Senior Sdet Engineer interview -

  1. can we run test locally without environm...read more
  2. Interviewer was very rude, he doesn't have knowledge on automation. He is not l...read more
  3. asking about parellel execut...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 402 Interviews
American Express Interview Questions
4.2
 • 356 Interviews
BigBasket Interview Questions
3.9
 • 345 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 322 Interviews
John Deere Interview Questions
4.1
 • 221 Interviews
Myntra Interview Questions
4.0
 • 208 Interviews
Blinkit Interview Questions
3.7
 • 170 Interviews
View all
WESCO Senior Sdet Engineer Salary
based on 4 salaries
₹33 L/yr - ₹36.5 L/yr
40% more than the average Senior Sdet Engineer Salary in India
View more details
Senior Software Engineer
9 salaries
unlock blur

₹25 L/yr - ₹36.2 L/yr

Software Engineer
6 salaries
unlock blur

₹16 L/yr - ₹31 L/yr

Data Engineer
5 salaries
unlock blur

₹10.4 L/yr - ₹19 L/yr

Senior Sdet Engineer
4 salaries
unlock blur

₹33 L/yr - ₹36.5 L/yr

Product Owner
4 salaries
unlock blur

₹23.1 L/yr - ₹42.7 L/yr

Explore more salaries
Compare WESCO with

Rexel

3.9
Compare

Anixter

5.0
Compare

RS India

4.4
Compare

Fastenal

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