Upload Button Icon Add office photos
Engaged Employer

i

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

Foundever Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 1.9k Reviews

Filter interviews by

Foundever Technical Consultant Interview Questions and Answers

Updated 25 Jun 2021

Foundever Technical Consultant Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Walk me through your resume?
  • Q2. They have asked me about experience.
  • Q3. They have asked me about Covid-19.
  • Q4. Then they have asked me about technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly, be confident while giving an interview. Be in a well grooming. Don't be hasitate. First listen what the interviewer wants to ask. Don't be overconfident. If he/she is asking about some topic then first say what is that, then when it has been came, then advantages or disadvantages of that, then how to protect that.

Interview questions from similar companies

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

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

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. How many months you suffer in in this company
  • Q3. If you have better opportunity are you left this company or if great opportunity is there or not ?
Round 2 - Group Discussion 

That was a own question based upon interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you Want money and Experience kindly join in this company to develop Skills
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked to write a code to select values on the basis of the map keys using java 8 stream API

Round 2 - Technical 

(2 Questions)

  • Q1. How OAuth works?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information without sharing their passwords.

    • It is commonly used for authentication and authorization in web applications.

    • OAuth uses tokens to grant access to resources o...

  • Answered by AI
  • Q2. Benefits of using Stream API.
  • Ans. 

    Stream API provides a way to process collections of objects in a functional style.

    • Allows for concise and readable code

    • Supports parallel processing for improved performance

    • Provides a set of powerful functions like map, filter, reduce, etc.

    • Enables lazy evaluation for better memory efficiency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join Conduent.

Skills evaluated in this interview

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 Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Normal js questions
  • Q2. React - create a to do list
  • Ans. 

    Create a to do list using React

    • Create a new React project using create-react-app

    • Create a component for the to do list

    • Use state to manage the list of tasks

    • Allow users to add new tasks and mark tasks as completed

    • Style the to do list using CSS or a UI library like Material-UI

  • Answered by AI
  • Q3. What you know about typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is a statically typed language that compiles to plain JavaScript

    • It supports modern JavaScript features like classes, interfaces, and modules

    • TypeScript helps catch errors at compile time, making code more reliable and maintainable

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Normal js questions
  • Q2. Write a map function.
  • Ans. 

    A map function applies a given function to each element of an array and returns a new array with the results.

    • Use the map function to iterate over each element of the array

    • Pass a callback function as an argument to the map function

    • The callback function should take the current element as input and return the transformed element

    • Example: const arr = ['apple', 'banana', 'cherry']; const newArr = arr.map(item => item.toUpper

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-
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 - One-on-one 

(2 Questions)

  • Q1. Real life example and related technical question
  • Q2. Address the interview like a technical solution provider.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basics and fundamentals correctly. Be honest and don't consider this as a small company interview.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical stack in mobile application?
  • Ans. 

    The technical stack in mobile application includes programming languages, frameworks, libraries, and tools used to develop the app.

    • Programming languages: Java, Kotlin, Swift, Objective-C

    • Frameworks: React Native, Flutter, Xamarin

    • Libraries: Retrofit, Alamofire, Glide, Picasso

    • Tools: Android Studio, Xcode, Visual Studio

    • Other technologies: RESTful APIs, Firebase, Push notifications

  • Answered by AI
  • Q2. Native library’s in ios ?
  • Ans. 

    Native libraries are pre-compiled code that can be used in iOS apps for various functionalities.

    • Native libraries are written in languages like C, C++, and Objective-C.

    • They can be used for tasks like image processing, audio and video playback, and networking.

    • Examples of native libraries in iOS include Core Data, Core Graphics, and Core Animation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are in bench for then start search job as soon as possible

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Which type Scheduler you used in ADF ?
  • Ans. 

    I have used the built-in scheduler in Azure Data Factory (ADF).

    • ADF provides a built-in scheduler that allows you to schedule and orchestrate data integration and data transformation activities.

    • The scheduler in ADF supports various scheduling options such as time-based, event-based, and tumbling window triggers.

    • You can define the schedule for your pipelines and activities using JSON-based expressions.

    • For example, you ca...

  • Answered by AI
  • Q2. How do you perform sql query optimization ?
  • Ans. 

    SQL query optimization involves analyzing and modifying queries to improve performance.

    • Identify and eliminate unnecessary or redundant queries

    • Use appropriate indexes to speed up data retrieval

    • Optimize query structure and syntax

    • Avoid using wildcard characters at the beginning of a LIKE statement

    • Minimize the use of subqueries

    • Use EXPLAIN or query execution plans to identify bottlenecks

    • Consider denormalizing tables for fre...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all good experience. They are asking good quality of interview question and interviewer is very energetic.

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Salary expectations...................

Interview Preparation Tips

Interview preparation tips for other job seekers - Good................. For............ Fresher

I applied via Walk-in and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Networking, DNS ,DHCP and basic troubleshooting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident always and perfection in basic networking. Great communication skills will add a positive point.

Foundever Interview FAQs

What are the top questions asked in Foundever Technical Consultant interview?

Some of the top questions asked at the Foundever Technical Consultant interview -

  1. Then they have asked me about technical questi...read more
  2. They have asked me about Covid-...read more

Tell us how to improve this page.

Fast track your campus placements

View all
Foundever Technical Consultant Salary
based on 4 salaries
₹2.3 L/yr - ₹6.8 L/yr
70% less than the average Technical Consultant Salary in India
View more details
Customer Service Professional
751 salaries
unlock blur

₹1 L/yr - ₹5.5 L/yr

Customer Service Executive
477 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Customer Service Representative
377 salaries
unlock blur

₹1.4 L/yr - ₹4.2 L/yr

Customer Support Executive
251 salaries
unlock blur

₹1.3 L/yr - ₹4.5 L/yr

Team Lead
218 salaries
unlock blur

₹2.9 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Foundever with

Concentrix Corporation

3.8
Compare

Teleperformance

3.9
Compare

Wipro

3.7
Compare

Genpact

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