Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Elite Contrivers Team. If you also belong to the team, you can get access from here

Elite Contrivers Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Elite Contrivers Interview Questions and Answers

Updated 15 Aug 2023

Elite Contrivers Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Feb 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 - Coding Test 

A question related to array was sent on mail and I have revert it within 24 hrs

Round 3 - One-on-one 

(2 Questions)

  • Q1. I think round 2 is the main round where I was drilled on my technical skills and questions were mainly related to my last working projects and many more.
  • Q2. Reverse a Linked List
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Return the new head of the reversed linked list

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare about company's products that they are working on and very much clear about data structures

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (218)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 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 - Coding Test 

A basic array question was given to be solved within 24 hour

Round 3 - One-on-one 

(1 Question)

  • Q1. This was a direct one on one round where technical skills as per my past experience was analyzed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared for DS and coding round

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (218)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 Coding Questions (Medium Level) + 12 MCQ(CS Fundamentals)

Round 2 - Technical 

(2 Questions)

  • Q1. Question on OOPS
  • Q2. Questions on Computer Networks

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

- find 2nd min and Max from array
- find mid of linked list
- reverse stack

Round 2 - One-on-one 

(6 Questions)

  • Q1. Search element is 2d matrix, which is sorted row and column wise.
  • Ans. 

    Search element in a sorted 2D matrix

    • Start from the top right corner or bottom left corner

    • Compare the target element with the current element

    • Move left or down if the target is smaller or move right or up if the target is larger

  • Answered by AI
  • Q2. How web works, what happens after you type any url in browser?
  • Ans. 

    When a URL is typed in a browser, it sends a request to the server which responds with the requested web page.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS request to resolve the domain name to an IP address

    • Browser sends an HTTP request to the server at the IP address

    • Server responds with the requested web page

    • Browser renders the web page

  • Answered by AI
  • Q3. Explain different layers in OSI model
  • Ans. 

    The OSI model has 7 layers that define how data is transmitted over a network.

    • Layer 1: Physical layer - deals with the physical aspects of transmitting data

    • Layer 2: Data link layer - responsible for error-free transfer of data between nodes

    • Layer 3: Network layer - handles routing and forwarding of data packets

    • Layer 4: Transport layer - ensures reliable delivery of data between end systems

    • Layer 5: Session layer - establ...

  • Answered by AI
  • Q4. Difference between TCP and UDP
  • Ans. 

    TCP is a connection-oriented protocol while UDP is connectionless.

    • TCP provides reliable, ordered, and error-checked delivery of data while UDP does not guarantee any of these.

    • TCP is slower but more reliable while UDP is faster but less reliable.

    • TCP is used for applications that require high reliability and accuracy while UDP is used for applications that require speed and efficiency.

    • Examples of TCP-based applications i...

  • Answered by AI
  • Q5. Questions related to switch and router
  • Q6. Different ways of process scheduling
  • Ans. 

    Process scheduling can be done using various algorithms such as FCFS, SJF, Round Robin, Priority scheduling, etc.

    • First Come First Serve (FCFS) - Processes are executed in the order they arrive.

    • Shortest Job First (SJF) - Processes with the shortest burst time are executed first.

    • Round Robin - Processes are executed in a cyclic manner with a fixed time slice.

    • Priority Scheduling - Processes with higher priority are execute...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Where do you see your self in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and staying updated with the latest technologies

    • Contributing to the growth and success of the company

    • Mentoring and guiding junior engineers

  • Answered by AI
  • Q2. What do you know about versa network
  • Ans. 

    Versa Networks is a software-defined networking (SDN) company that provides cloud-native solutions for secure connectivity and network management.

    • Versa Networks specializes in SD-WAN (Software-Defined Wide Area Networking) solutions.

    • Their solutions enable organizations to securely connect and manage their networks across multiple locations and cloud environments.

    • Versa Networks offers features like traffic optimization,...

  • Answered by AI
  • Q3. Introduction yourself
  • Ans. 

    I am a software engineer with expertise in developing and maintaining software applications.

    • Proficient in programming languages such as Java, C++, and Python

    • Experienced in developing web applications using frameworks like Spring and Django

    • Skilled in database management and SQL queries

    • Familiar with version control systems like Git

    • Strong problem-solving and analytical skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Versa Networks Software Engineer interview:
  • DSA
  • Computer Networking
  • Operating Systems
Interview preparation tips for other job seekers - Share whatever you know don't doubt yourself that you might be wrong.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Sep 2022. There were 4 interview rounds.

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 - Aptitude Test 

Aptitude test and coding test

Round 3 - Technical 

(1 Question)

  • Q1. Python basics and about academic project
Round 4 - Technical 

(1 Question)

  • Q1. Python questions and hands on coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Assignment Round - Complete the assignment within 3 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About the projects in detail?
  • Q2. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum of index equals to X arr = [1, 2, 2, 1, 6] x = 3 [(1,2) (2,1)] Django : 1. Celery 2. Signal 3. Mid...
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round. About projects. Quation related AWS Redis

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key to success.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MENTAL FAMILIY RELATION

Round 2 - One-on-one 

(1 Question)

  • Q1. Share ur experience

Interview Questionnaire 

1 Question

  • Q1. Introduction and why r u intrested in sales
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. How do you justify applying for this role - IT Sales?
Round 2 - One-on-one 

(1 Question)

  • Q1. Please start with a brief narration of your work experience.

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have a knack for ownership, this company provides optimum environment to thrive.

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Are you experiencing in scrum?
  • Ans. 

    Yes

    • Yes, I have experience working with Scrum methodologies.

    • I have served as a Scrum Master in my previous role, facilitating daily stand-ups, sprint planning, and retrospectives.

    • I am familiar with Scrum artifacts such as user stories, product backlog, and sprint backlog.

    • I have worked in cross-functional teams, collaborating closely with developers, testers, and stakeholders.

    • I have used Scrum tools like Jira to track an

  • Answered by AI
  • Q2. Synconext is the start up company and only 30 members team are you okay with that?
  • Ans. 

    Yes, I am okay with working in a start-up company with a team of 30 members.

    • I am comfortable working in small teams and enjoy the close-knit environment of a start-up.

    • Working in a start-up allows for more opportunities to take on diverse responsibilities and make a significant impact.

    • I believe that a smaller team can foster better collaboration and communication among team members.

    • I am excited about the potential for g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, don’t panic, try to attend more interviews definitely you will get the good job as per your profile.

Elite Contrivers Interview FAQs

How many rounds are there in Elite Contrivers interview?
Elite Contrivers interview process usually has 3 rounds. The most common rounds in the Elite Contrivers interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Elite Contrivers interview?

Some of the top questions asked at the Elite Contrivers interview -

  1. Reverse a Linked L...read more
  2. I think round 2 is the main round where I was drilled on my technical skills an...read more
  3. This was a direct one on one round where technical skills as per my past experi...read more

Tell us how to improve this page.

Elite Contrivers Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Acviss Interview Questions
4.3
 • 8 Interviews
Reveation Labs Interview Questions
4.3
 • 7 Interviews
QuickRide Interview Questions
2.9
 • 6 Interviews
Elucidata Interview Questions
3.7
 • 6 Interviews
Tech Formation Interview Questions
4.3
 • 5 Interviews
Hasura Interview Questions
4.3
 • 4 Interviews
View all

Elite Contrivers Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

4.7

Salary

5.0

Job security

5.0

Company culture

4.5

Promotions

5.0

Work satisfaction

Explore 4 Reviews and Ratings
Compare Elite Contrivers with

QuickRide

2.9
Compare

sysotel.ai

2.3
Compare

Reveation Labs

4.3
Compare

Elucidata

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