Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Leads Connect Services Pvt Team. If you also belong to the team, you can get access from here

Leads Connect Services Pvt Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Leads Connect Services Pvt Interview Questions and Answers for Freshers

Updated 12 Jul 2024

Leads Connect Services Pvt Interview Experiences for Freshers

Popular Designations

2 interviews found

Executive Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

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

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Introduction and tell me something about yourself
  • Q2. Internship experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. Are you open to learn ?
  • Q2. About the internship

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Executive Interview Questions asked at other Companies

Q1. How will you start RS method Development for known drug product?
View answer (16)

Trainee Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2022

I applied via Apna Jobs and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - behaviour is good and the question asked by hr is quite interesting and knowledgeable

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Jobs at Leads Connect Services Pvt

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 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 

Good

Interview Preparation Tips

Interview preparation tips for other job seekers - Do well prepared well like competition
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Assignment 

How to talk and convince the customer and how to sale or disbursement

Round 2 - Group Discussion 

How to talk and convince the customer

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good

I applied via Naukri.com and was interviewed before May 2018. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions are related to your past working experience and the position that you applied for Microwave Transmission related questions: What is Microwave and types What is fadind and it's resolution steps D...
  • Q2. PDH-SDH related questions- Difference between PDH and sdh Frame structure of sdh High order and low order bytes and alarms related to bytes Alarms in sdh Ethernet over sdh What is GFP, ENCAPSULATION, VCAT,...
  • Q3. Generally your current work related questions Why you want to change your job What is your expectations from new job Where you seeing your self after 5 year's Current salary and expectations

Interview Preparation Tips

Round: HR Round
Experience: Related to offer they are giving and related cross questions

General Tips: I had been interviewed with Huawei in 2016 and total 2 rounds was there for me. Questions I already had shared, go through it.

I got my offer letter after 1 month after HR discussion but please follow up with HR team once you get call for your selection
Skills: Ethernet over SDH, SDH, Microwave, Technical Knowledge(ML, Microwave, Communication, Presentation Skills
Duration: 1-3 Months

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data Structures
  • Q2. Algorithms knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Study DSA and be thorough with projects.

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

Interview Questionnaire 

1 Question

  • Q1. About yourself, your current project, Skillset you have, question related Excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR is very unprofessional, she shortlisted people on their English speaking skills for a technical role she sent me wrong meeting invite twice and when I called her after week she told me I was not shortlisted.
Than why the short listed mail was sent ?
If you are applying make sure you have some internal links

Leads Connect Services Pvt Interview FAQs

How many rounds are there in Leads Connect Services Pvt interview for freshers?
Leads Connect Services Pvt interview process for freshers usually has 1-2 rounds. The most common rounds in the Leads Connect Services Pvt interview process for freshers are HR and One-on-one Round.
How to prepare for Leads Connect Services Pvt interview for freshers?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Leads Connect Services Pvt . The most common topics and skills that interviewers at Leads Connect Services Pvt expect are Agri, Agribusiness, Agriculture, Business Development and Cross Selling.
What are the top questions asked in Leads Connect Services Pvt interview for freshers?

Some of the top questions asked at the Leads Connect Services Pvt interview for freshers -

  1. I have reply how conduct cce full deatil sa...read more
  2. Kya m next crop cutting ke bad konse field m job h...read more
  3. Question ask me Crop Cutting etc relat...read more

Tell us how to improve this page.

Leads Connect Services Pvt Interview Process for Freshers

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Quess Interview Questions
3.9
 • 409 Interviews
JustDial Interview Questions
3.5
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Team Lease Interview Questions
3.9
 • 201 Interviews
Matrimony.com Interview Questions
4.2
 • 87 Interviews
Tradologie.com Interview Questions
3.3
 • 17 Interviews
Vakrangee Interview Questions
3.7
 • 8 Interviews
View all

Leads Connect Services Pvt Reviews and Ratings

based on 66 reviews

3.5/5

Rating in categories

3.3

Skill development

3.3

Work-life balance

3.2

Salary

3.1

Job security

3.4

Company culture

2.9

Promotions

3.3

Work satisfaction

Explore 66 Reviews and Ratings
Manager Fodder Development

Bareilly

5-10 Yrs

₹ 4-8 LPA

Head - Business Strategy

Noida

15-24 Yrs

₹ 25-40 LPA

Explore more jobs
Assistant Manager
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Remote Sensing Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Executive
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

District Coordinator
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager- HR
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Leads Connect Services Pvt with

Info Edge

3.9
Compare

Quess

3.9
Compare

Team Lease

3.9
Compare

JustDial

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