Upload Button Icon Add office photos

Filter interviews by

Graybar Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Estimate the revenue of the company?
  • Ans. 

    I don't have the available data to estimate the revenue of the company.

    • No data available to estimate revenue.

  • Answered by AI
  • Q2. What does EXL do?
  • Ans. 

    EXL is a global operations management and analytics company.

    • Provides end-to-end business solutions to clients across various industries

    • Offers services such as data analytics, digital transformation, and finance and accounting

    • Has a global presence with offices in North America, Europe, and Asia

    • Works with clients such as Barclays, AIG, and Kraft Foods

    • Employs over 31,000 professionals worldwide

  • Answered by AI

Interview Preparation Tips

Round: Interview
Experience: This was a Technical + HR round.
Tips: They look at your love for numbers. Link your resume points to solving data analysis and case studies. New companies look for good CGPA. Go through puzzles to prepare. It’s not the final answer that matters, but how you get to it.

Skill Tips: """"""
Skills: Analytical Thinking, Problem solving, Playing with numbers
College Name: IIT Madras

I appeared for an interview before May 2021.

Round 1 - Assignment 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

  • Q1. Design a class booking application for students.
  • Ans. 

    A class booking application for students to schedule and manage their classes.

    • Create a class booking system where students can view available classes, book classes, and manage their schedule.

    • Include features like class search, class details, booking confirmation, and calendar view.

    • Implement user authentication to ensure only registered students can book classes.

    • Allow students to cancel or reschedule classes with proper...

  • Answered by AI
Round 2 - Telephonic Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

The interviewer understand the current problem statement I was working on. 
Asked the clarifying questions and alternative approaches to solve the same and their tradeoffs.
Also, asked about the technologies I was using in depth and reason for choosing the same.

  • Q1. 

    Gas Tank Problem Statement

    You have a car with a gas tank of infinite capacity. There are 'N' gas stations located along a circular route, numbered from 0 to N-1. You begin your journey with an empty tank...

  • Ans. 

    Find the starting gas station index to complete a circular route with gas and cost arrays.

    • Iterate through gas stations, keeping track of gas remaining after each station

    • If gas remaining is negative, reset starting station to current station + 1

    • If total gas remaining at the end is greater than or equal to total cost, return starting station index

  • Answered by AI
Round 3 - Telephonic Call 

Round duration - 45 Minutes
Round difficulty - Medium

This round was their with the CTO and was mostly the culture fitment round.

 

Round 4 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round was with the cofounder and was mostly culture fitment.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in GurgaonEligibility criteriaNo criteriaRIVIGO interview preparation:Topics to prepare for the interview - Data Structures, Competitive Programming, Databases, Java, Spring , Hibernate, Jenkins, AWSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice questions on leetcode
Tip 2 : Understand the best solutions in depth and algorithm used
Tip 3 : Ask clarifying questions to the interviewer and break the problem to smaller sub parts

Application resume tips for other job seekers

Tip 1 : Highlight your most impactful work on the resume
Tip 2 : Keep it easy to understand

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Arrange the interview immediately

Interview Questionnaire 

1 Question

  • Q1. About customer service???
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is decorator in python
  • Ans. 

    Decorator in Python is a design pattern that allows adding new functionality to an existing object without modifying its structure.

    • Decorators are functions that take another function as an argument and extend its behavior without explicitly modifying it.

    • They are commonly used to add logging, timing, caching, or authentication to functions.

    • Syntax for using decorators in Python involves using the @ symbol followed by the...

  • Answered by AI
  • Q2. What is yeild in python
  • Ans. 

    yield is a keyword in Python used in generator functions to return a value without terminating the function

    • yield is used in generator functions to produce a series of values over time

    • When a generator function is called, it returns an iterator object but does not start execution immediately

    • Each time the yield statement is reached, the function's state is saved, and the value is returned to the caller

    • Execution of the fun...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Maersk Software Developer interview:
  • Python
  • Simulation

Skills evaluated in this interview

Intern Interview Questions & Answers

Maersk user image Anonymous

posted on 19 Jul 2024

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

It was a basic apptitude test for 60 min.

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Questioned all things from resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Testing test yasdjalsd a aslkjdad
Round 2 - Technical 

(1 Question)

  • Q1. IngTest aslkdja;ld asldjkas;d a;dk
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Coding Test 

UI coding test depending on your experience

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic behavioural questions asked

Software Engineer Interview Questions & Answers

Maersk user image PAULO ROBSON DA SILVA FERREIRA alu.ufc.br

posted on 25 Nov 2024

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

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Group Discussion 

We talked about my previously experience and about some points of java developing: API rest, AWS cloud, JPA, hibernate, spring boot and spring security

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a Senior Software Engineer with 8 years of experience in developing web applications using Java, Spring, and Angular.

    • 8 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience in leading development teams

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Build a digital stopwatch with HTML, CSS, JS
  • Ans. 

    Build a digital stopwatch using HTML, CSS, and JS

    • Create HTML structure with buttons for start, stop, and reset

    • Use CSS to style the stopwatch display

    • Implement JS logic to start, stop, and reset the stopwatch

  • Answered by AI
  • Q3. What is your day to day work life looks like?
  • Ans. 

    As a Senior Software Engineer, my day-to-day work involves designing and developing software solutions, collaborating with team members, troubleshooting issues, and staying updated on industry trends.

    • Designing and developing software solutions based on project requirements

    • Collaborating with team members to discuss project progress and brainstorm solutions

    • Troubleshooting and debugging code to fix issues and improve perf...

  • Answered by AI
  • Q4. Horizontal vs vertical scaling
  • Ans. 

    Horizontal scaling involves adding more machines to distribute load, while vertical scaling involves increasing the power of existing machines.

    • Horizontal scaling adds more machines to handle increased load

    • Vertical scaling increases the power of existing machines

    • Horizontal scaling is more cost-effective and easier to implement

    • Vertical scaling may have limitations in terms of hardware capabilities

    • Examples: Horizontal sca...

  • Answered by AI
  • Q5. Load balancer vs API gateway
  • Ans. 

    Load balancer distributes incoming network traffic across multiple servers, while API gateway manages API traffic.

    • Load balancer operates at the network layer, distributing traffic based on algorithms like round-robin or least connections.

    • API gateway operates at the application layer, providing features like authentication, rate limiting, and caching for APIs.

    • Load balancer can balance traffic for any type of application...

  • Answered by AI
  • Q6. There is a scenario where user wants to upload multiple files at once but provided API can on accept one file at a time, how tackle this scenario gracefully?

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 461 Interviews
ElasticRun Interview Questions
3.5
 • 250 Interviews
Maersk Interview Questions
4.2
 • 201 Interviews
Ecom Express Interview Questions
3.8
 • 198 Interviews
DTDC Express Interview Questions
3.7
 • 153 Interviews
Safexpress Interview Questions
4.0
 • 103 Interviews
Exl India Interview Questions
3.5
 • 103 Interviews
Blue Dart Express Interview Questions
4.0
 • 102 Interviews
FedEx Express Interview Questions
4.0
 • 93 Interviews
View all
Compare Graybar with

Delhivery

3.9
Compare

Mahindra Logistics

3.9
Compare

Ecom Express

3.8
Compare

Maersk

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