Upload Button Icon Add office photos

Filter interviews by

Revest Technologies Interview Questions and Answers

Updated 20 Jan 2024

Revest Technologies Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Define class and structure
  • Ans. 

    A class is a blueprint for creating objects that have properties and methods. A structure is a lightweight version of a class.

    • Classes and structures are used to define the properties and behavior of objects in object-oriented programming.

    • Classes can be inherited, while structures cannot.

    • Classes are reference types, while structures are value types.

    • Classes have a deinitializer, while structures do not.

    • Examples: Class - ...

  • Answered by AI
  • Q2. What are protocols?
  • Ans. 

    Protocols are a set of rules or guidelines that define a blueprint of methods, properties, and other requirements.

    • Protocols are used to define a contract that classes or structs can adopt and conform to.

    • They specify a list of methods and properties that must be implemented by conforming types.

    • Protocols can be used to achieve polymorphism and code reuse.

    • They can be adopted by multiple classes or structs, allowing them t...

  • Answered by AI
  • Q3. What are high order function?
  • Ans. 

    High order functions are functions that can take other functions as arguments or return functions as results.

    • High order functions can be used to create more flexible and reusable code.

    • They allow for the composition of functions, making it easier to combine multiple operations.

    • Examples of high order functions in iOS development include map, filter, and reduce.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Best not to join. They don’t care who is dying at your home, if there are any emergencies at your home. You are meant for work so you have to work. In official documentation, they declared it that leaves are not the matter of right. I would not recommend anyone to join this company.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Revest Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All questions regarding business in retail branch banking

Interview Preparation Tips

Interview preparation tips for other job seekers - Got job there with in month

Interview Questionnaire 

1 Question

  • Q1. If i will hire you, how it will be beneficial for our organization??
  • Ans. 

    My skills in leadership, efficiency, and innovation will drive growth and enhance team performance in your organization.

    • Proven leadership experience: I have successfully led teams to exceed performance targets by implementing effective strategies.

    • Focus on efficiency: I can streamline processes, reducing costs and improving productivity, as demonstrated in my previous role where I cut project timelines by 20%.

    • Innovative...

  • Answered by AI

I applied via Campus Placement and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your self ,what is your hobby, how do you sale banking products
  • Ans. 

    I am a dedicated banking professional with a passion for customer service and a keen interest in financial products and services.

    • I have over 5 years of experience in the banking sector, focusing on customer relationship management.

    • My hobby is reading financial literature, which helps me stay updated on market trends and banking products.

    • I utilize a consultative selling approach, understanding customer needs before reco...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First know the organization, when established, who is ceo,who is founder, make you are introduction perfectly, hr may asking you through your introduction ,wear always formal ,hair style formal, coat, tie

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

Interview Questionnaire 

2 Questions

  • Q1. Quedtion from Resume
  • Q2. About project and Experiance

Interview Preparation Tips

Interview preparation tips for other job seekers - Have patience and share your work done with suitable example.

I applied via Referral and was interviewed before Nov 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 - HR 

(2 Questions)

  • Q1. Basic questions like previous expierence and some sales related questions and basic banking questions
  • Q2. How will you handle pressure?
  • Ans. 

    I manage pressure by staying organized, prioritizing tasks, and maintaining a positive mindset to ensure effective performance.

    • Stay organized: I use tools like to-do lists and calendars to keep track of tasks and deadlines.

    • Prioritize tasks: I assess which tasks are most urgent and important, focusing on those first. For example, during a project deadline, I tackle critical tasks before others.

    • Maintain a positive mindse...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and give your best.Rest will be assured

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.
Are these interview questions helpful?

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview

I applied via Campus Placement and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me your self introduction
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Successfully implemented a new project management system that improved efficiency by 30%.

    • Strong background in customer service, enhancing client satisfaction scores by 20% through effe...

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

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of curly braces or keywords.

    • ...

  • Answered by AI
  • Q3. What are the highlevel languages
  • Ans. 

    High-level languages are programming languages that are easier to read and write than low-level languages.

    • High-level languages are closer to human language than machine language.

    • They are easier to learn and use than low-level languages.

    • Examples of high-level languages include Java, Python, and C++.

  • Answered by AI
  • Q4. Tell me about hcl company
  • Ans. 

    HCL Technologies is a leading global IT services company based in India, specializing in software development and IT consulting.

    • Founded in 1976, HCL is one of India's original IT services companies.

    • HCL operates in over 50 countries, providing services to clients across various industries.

    • The company focuses on innovation and has invested heavily in R&D, exemplified by its HCL Innovation Labs.

    • HCL's services include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majority a stress test it lasted for about 1hour 10minutes.the interviewer wanted to test both my knowledge and communication skills. It was my first of campus interview and I think I did pretty well for a fresher.

Skills evaluated in this interview

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 

Good Practice

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Practice of Coding.......

Revest Technologies Interview FAQs

How many rounds are there in Revest Technologies interview?
Revest Technologies interview process usually has 1 rounds. The most common rounds in the Revest Technologies interview process are Technical.
What are the top questions asked in Revest Technologies interview?

Some of the top questions asked at the Revest Technologies interview -

  1. What are high order functi...read more
  2. What are protoco...read more
  3. Define class and struct...read more

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.3k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Revest Technologies Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

1.0

Work-life balance

4.0

Salary

3.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Compare Revest Technologies with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview