Upload Button Icon Add office photos

Filter interviews by

R S Kamthe Infrastructure Developers Junior its Engineer Interview Questions and Answers

Updated 7 Aug 2022

R S Kamthe Infrastructure Developers Junior its Engineer Interview Experiences

1 interview found

Round 1 - Technical 

(2 Questions)

  • Q1. Testing cement , grade of cement ,road elevation, type of road ,speed limit
  • Q2. Speed limit of NH road
  • Ans. 

    The speed limit of NH road varies depending on the location and type of road.

    • Speed limit on NH-1 is 80 km/h for cars and 60 km/h for heavy vehicles.

    • Speed limit on NH-8 is 100 km/h for cars and 80 km/h for heavy vehicles.

    • Speed limit on NH-44 is 90 km/h for cars and 60 km/h for heavy vehicles.

    • Speed limit on NH-52 is 70 km/h for cars and 50 km/h for heavy vehicles.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice to learn , facilities given to employ is very good , salary is also good

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Dec 2019. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What do you know about your branch of study.?
  • Q2. Write a program for palindrome.
  • Ans. 

    A program to check if a given string is a palindrome or not.

    • Create a function that takes a string as input

    • Convert the string to lowercase to ignore case sensitivity

    • Remove all non-alphanumeric characters from the string

    • Reverse the string and compare it with the original string

    • If they are the same, return true, else return false

  • Answered by AI
  • Q3. Depending upon our answer to previous questions next questions were based on.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and truthful. If aware of things asked answer to it other wise frankly say I am not sure about this.

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

C++ ,Java , CAD , CNC programming, Data analytics

Round 2 - Technical 

(5 Questions)

  • Q1. What product management ur doing
  • Q2. Where did you undergo your technical traing
  • Q3. Where did u place most of your focus when reviewing somebody else code
  • Q4. What did you develop
  • Q5. What was the project before you are doing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is BVA Testing?
  • Ans. 

    BVA Testing stands for Boundary Value Analysis Testing, a software testing technique to test the boundary values of input ranges.

    • BVA Testing is used to identify errors at the boundaries of input ranges.

    • It involves testing the minimum and maximum values, as well as just inside and just outside the boundaries.

    • For example, if a system accepts values from 1 to 10, BVA Testing would test values 0, 1, 10, and 11.

  • Answered by AI
  • Q2. High severity low priority
  • Q3. Test technics
  • Q4. Test methodologies
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Reasoning , mathematics

Round 2 - HR 

(2 Questions)

  • Q1. What is behaviour ?
  • Ans. 

    Behaviour refers to the way in which a person or animal acts or conducts themselves in response to a particular situation or stimulus.

    • Behaviour is influenced by genetics, environment, and past experiences.

    • It can be observed and measured through actions, reactions, and responses.

    • Behaviour can be categorized as either innate (instinctual) or learned.

    • Examples of behaviour include aggression, shyness, curiosity, and friend

  • Answered by AI
  • Q2. What is the best method in power transfers?
  • Ans. 

    The best method in power transfers is through high voltage transmission lines.

    • High voltage transmission lines are more efficient in transferring power over long distances.

    • Using transformers to step up the voltage before transmission and step down the voltage at the receiving end helps minimize power loss.

    • HVDC (High Voltage Direct Current) transmission is another efficient method for long distance power transfers.

    • Smart ...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is current
  • Ans. 

    Current is the flow of electric charge through a conductor.

    • Current is measured in Amperes (A)

    • It is the rate of flow of electric charge

    • Current can be either direct current (DC) or alternating current (AC)

    • Examples: A light bulb connected to a power source has current flowing through it

    • In a circuit, current flows from the positive terminal of the voltage source to the negative terminal

  • Answered by AI
  • Q2. What are the method to convert in inverter
  • Ans. 

    Methods to convert inverter include pulse width modulation, sine wave modulation, and square wave modulation.

    • Pulse width modulation (PWM) is a common method used to convert inverter signals by varying the width of the pulses.

    • Sine wave modulation involves generating a sine wave signal to mimic the output of an inverter.

    • Square wave modulation produces a square wave output by switching between high and low voltage levels.

    • ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question incomplete - please add more details
  • Q2. Question are incomplete - please add more details
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the drawback for selenium
  • Ans. 

    Drawbacks of Selenium include limited support for non-web applications and challenges in handling dynamic web elements.

    • Limited support for non-web applications, such as desktop or mobile apps

    • Challenges in handling dynamic web elements, leading to flakiness in tests

    • Steep learning curve for beginners

    • Requires programming knowledge to create and maintain test scripts

    • Slower execution speed compared to other automation tools

  • Answered by AI
  • Q2. Multiple occurrence in a string
  • Ans. 

    Count the number of occurrences of a specific substring in a given string.

    • Use a loop to iterate through the string and check for the occurrence of the substring.

    • Use the indexOf method to find the position of the substring in the string.

    • Increment a counter each time the substring is found.

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated QA QC Engineer with 5 years of experience in ensuring product quality and compliance with industry standards.

    • Experienced in conducting quality control inspections and audits

    • Skilled in developing and implementing quality assurance processes

    • Proficient in using testing tools and techniques to identify defects

    • Strong attention to detail and problem-solving skills

    • Excellent communication and teamwork abilitie

  • Answered by AI
  • Q2. What is selenium
  • Ans. 

    Selenium is a popular open-source automation testing tool used for web application testing.

    • Selenium is used for automating web browsers.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is the most commonly used component for writing automation scripts.

    • Selenium Grid is used for parallel testing across different browsers and environments.

  • Answered by AI

Skills evaluated in this interview

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

Some basic aptitude questions were asked

Round 2 - communication round 

(1 Question)

  • Q1. It is all about listening and speaking
Round 3 - Technical 

(3 Questions)

  • Q1. Introduce yourself?
  • Q2. Give a detailed explanation of your project??
  • Q3. Some basic codes
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Electrical motor and maintenance
  • Q2. Electrical engin and jockey pump

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

R S Kamthe Infrastructure Developers Interview FAQs

How many rounds are there in R S Kamthe Infrastructure Developers Junior its Engineer interview?
R S Kamthe Infrastructure Developers interview process usually has 1 rounds. The most common rounds in the R S Kamthe Infrastructure Developers interview process are Technical.
What are the top questions asked in R S Kamthe Infrastructure Developers Junior its Engineer interview?

Some of the top questions asked at the R S Kamthe Infrastructure Developers Junior its Engineer interview -

  1. Speed limit of NH r...read more
  2. Testing cement , grade of cement ,road elevation, type of road ,speed li...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.8k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.4k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
Genpact Interview Questions
3.9
 • 2.9k Interviews
View all
Structural Engineer
5 salaries
unlock blur

₹3 L/yr - ₹5.8 L/yr

Junior Engineer
5 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

Highway Engineer
5 salaries
unlock blur

₹1.8 L/yr - ₹6.6 L/yr

QC Engineer
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Junior Engineer Civil
4 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare R S Kamthe Infrastructure Developers with

Larsen & Toubro Limited

4.0
Compare

Tata Projects

4.3
Compare

GMR Group

4.1
Compare

Hindustan Construction Company

4.2
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