Upload Button Icon Add office photos

Levtech Consulting Services

Compare button icon Compare button icon Compare

Filter interviews by

Levtech Consulting Services Technical Consultant Interview Questions and Answers

Updated 17 Jul 2024

Levtech Consulting Services Technical Consultant Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is opps concepts in java?
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

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

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides the implementatio...

  • Answered by AI
  • Q2. In sql,How can we select 100 of line's in a table?
  • Ans. 

    To select 100 lines in a table in SQL, we can use the LIMIT clause.

    • Use the LIMIT clause in SQL to specify the number of rows to return.

    • The syntax is: SELECT * FROM table_name LIMIT 100;

    • You can also use OFFSET to skip a certain number of rows before starting to return rows, for example: SELECT * FROM table_name LIMIT 100 OFFSET 50;

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your excepted salary?

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Levtech Consulting Services?
Ask anonymously on communities.

Interview questions from similar companies

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. How many transformation are there in sap bods
  • Ans. 

    There are 4 main transformations in SAP BODS.

    • There are 4 main transformations in SAP BODS: Query transform, Case transform, Map operation transform, and Validation transform.

    • Query transform is used to extract data from a source and apply filters, joins, and other operations.

    • Case transform is used for conditional processing and data manipulation.

    • Map operation transform is used for data mapping and transformation.

    • Validat...

  • Answered by AI

Skills evaluated in this interview

Technical Consultant Interview Questions Asked at Other Companies

asked in Mastek
Q1. Oops C and java difference Query for selecting all columns from a ... read more
Q2. What are the real-time applications of Spring concepts in Java?
asked in HCLTech
Q3. What is the difference between family ipv6 route-target and defau ... read more
asked in PwC
Q4. If I give you a new tool, can you cope with it?
asked in HCLTech
Q5. Why did we receive single collision errors on the port, what was ... read more
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. ATG Endeca Spring boot microservices
Round 2 - Technical 

(2 Questions)

  • Q1. Java Oracle Commerce ATG AWS Kafka kubernate
  • Q2. Microservices Oracle Commerce AWS Mongo DB

Interview Preparation Tips

Topics to prepare for NexTurn Technical Lead interview:
  • Java
  • Oracle 11G
  • SpringBoot
  • Microservices
  • Kafka
  • Kubernetes
Interview preparation tips for other job seekers - Select company preparation and wait for their vacancies.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

A detailed understanding of the basics of JavaScript.

Round 2 - Technical 

(2 Questions)

  • Q1. How do you debug in react native.
  • Ans. 

    Debugging in React Native involves using tools like console logs, React DevTools, and remote debugging for efficient troubleshooting.

    • Use console.log() to track variable values and application flow.

    • Enable Debug Mode in React Native to access the developer menu.

    • Utilize React DevTools for inspecting component hierarchies and state.

    • Use Flipper for advanced debugging, including network requests and performance monitoring.

    • Ch...

  • Answered by AI
  • Q2. What techstack have you worked on.
  • Ans. 

    I have extensive experience with a diverse tech stack including web development, cloud services, and data management technologies.

    • Frontend: React.js and Angular for building dynamic user interfaces.

    • Backend: Node.js and Express for server-side development.

    • Database: MongoDB and PostgreSQL for data storage and management.

    • Cloud: AWS and Azure for deploying scalable applications.

    • DevOps: Docker and Kubernetes for containeriz...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I recommend conducting numerous interviews to gather questions and prepare for them.

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

Interview Questionnaire 

1 Question

  • Q1. Questions on the concept of oops and SQL

I appeared for an interview before May 2016.

Interview Preparation Tips

Round: Test
Experience: The first round had two programming questions and one question of database concepts.
Duration: 1 hour
Total Questions: 3

Round: Technical Interview
Experience: In the first technical interview, I was asked basic questions about the domain and my resume. There was also a lot of emphasis on problem solving abilities since I was asked to solve some puzzles.

Round: Technical Interview
Experience: The second technical interview was a written round where I was asked to code some searching / sorting variants , to test my ability to write quality code.

Round: Technical Interview
Experience: The last and the final round was probably the toughest and I was asked to design databases, with some constraints. I was given ample time to do it and it did take a lot of time. After that, we had some interesting questions about data structures and trees and that was it.

College Name: RNSIT, Bangalore
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Ans. 

    This question involves creating a specific pattern using loops and conditional statements in programming.

    • Identify the desired pattern (e.g., asterisks, numbers).

    • Use nested loops: outer loop for rows, inner loop for columns.

    • Control the output format with conditional statements.

    • Example: For a pyramid pattern, increase spaces and asterisks in each row.

  • Answered by AI
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

I applied via Referral and was interviewed before Jan 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Which technology are you using, is this latest?
  • Ans. 

    We are using a variety of technologies, including some of the latest ones.

    • We are using React for our front-end development.

    • We are also using Node.js for our back-end development.

    • We are using Docker for containerization.

    • We are using Kubernetes for orchestration.

    • We are using AWS for cloud hosting.

    • We are constantly evaluating new technologies to see if they can improve our development process.

  • Answered by AI
  • Q2. If not then which technology can we use instead of this?
  • Ans. 

    It depends on the specific requirements and constraints of the project.

    • Consider the project's goals and objectives

    • Evaluate the available technologies and their capabilities

    • Assess the project's budget and timeline

    • Consult with stakeholders and experts in the field

    • Examples: React vs Angular, MySQL vs MongoDB, Java vs Python

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi,
Listen carefully and speak fluently.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 - Aptitude Test 

25 MCQ questions online with time limit

Round 3 - Assignment 

Create webapp . Frontend, Backend , data encryption

Levtech Consulting Services Interview FAQs

How many rounds are there in Levtech Consulting Services Technical Consultant interview?
Levtech Consulting Services interview process usually has 2 rounds. The most common rounds in the Levtech Consulting Services interview process are Technical and HR.
What are the top questions asked in Levtech Consulting Services Technical Consultant interview?

Some of the top questions asked at the Levtech Consulting Services Technical Consultant interview -

  1. In sql,How can we select 100 of line's in a tab...read more
  2. What is opps concepts in ja...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 34 Interviews
ClaySys Interview Questions
2.9
 • 27 Interviews
Contus Interview Questions
4.2
 • 25 Interviews
DynPro Interview Questions
3.8
 • 24 Interviews
Pitney Bowes Interview Questions
3.8
 • 22 Interviews
View all
Levtech Consulting Services Technical Consultant Salary
based on 30 salaries
₹3.1 L/yr - ₹9.5 L/yr
48% less than the average Technical Consultant Salary in India
View more details

Levtech Consulting Services Technical Consultant Reviews and Ratings

based on 7 reviews

4.4/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

4.1

Salary

3.9

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 7 Reviews and Ratings
Technical Consultant
30 salaries
unlock blur

₹3.1 L/yr - ₹9.5 L/yr

Functional Consultant
24 salaries
unlock blur

₹5.3 L/yr - ₹13.1 L/yr

Associate Technical Consultant
12 salaries
unlock blur

₹2.3 L/yr - ₹5.5 L/yr

ERP Functional Consultant
7 salaries
unlock blur

₹6.5 L/yr - ₹10.3 L/yr

Associate Functional Consultant
7 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Explore more salaries
Compare Levtech Consulting Services with

Accel Frontline

4.0
Compare

Apmosys Technologies

3.4
Compare

Pitney Bowes

3.8
Compare

DynPro

3.8
Compare
write
Share an Interview