Upload Button Icon Add office photos
Engaged Employer

i

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

Crest Infosystems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crest Infosystems Interview Questions, Process, and Tips

Updated 10 Dec 2024

Top Crest Infosystems Interview Questions and Answers

View all 8 questions

Crest Infosystems Interview Experiences

Popular Designations

6 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 10 Dec 2024

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions about profit loss, percentage, a few were tricky but solvable.

Round 2 - Technical 

(3 Questions)

  • Q1. What are different hooks that you've used in react.js
  • Ans. 

    Some common hooks used in React.js are useState, useEffect, useContext, and useRef.

    • useState - for managing state in functional components

    • useEffect - for handling side effects in functional components

    • useContext - for accessing context in functional components

    • useRef - for accessing DOM elements or values in functional components

  • Answered by AI
  • Q2. What is normalisation in DBMS
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • Normalization ensures data integrity by minimizing data anomalies.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a dat...

  • Answered by AI
  • Q3. Basic javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on whatever you answer, practice conversation skills. Even if you're nervous don't show this nervousness to them they'll catch it easily. In technical round they'll also ask basic IQ questions which would be easy if you've prepared for aptitude.

Skills evaluated in this interview

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (2)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude was based on reasoning and basic tech questions.It was easy.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    I am a passionate Android developer with experience in building mobile applications using Java and Kotlin.

    • Experienced in developing Android apps using Java and Kotlin

    • Familiar with Android Studio and Android SDK

    • Knowledge of RESTful APIs and third-party libraries like Retrofit and Glide

  • Answered by AI
  • Q2. How Kotlin is better than Java.
  • Ans. 

    Kotlin is better than Java due to its concise syntax, null safety, interoperability, and improved performance.

    • Kotlin has concise syntax which reduces boilerplate code and makes code more readable.

    • Kotlin provides null safety features to prevent NullPointerExceptions at runtime.

    • Kotlin is fully interoperable with Java, allowing developers to use both languages in the same project.

    • Kotlin offers improved performance compare...

  • Answered by AI

Skills evaluated in this interview

Android Developer Intern Interview Questions asked at other Companies

Q1. For Android What is Android life cycle? Difference b/w fragments and activities? What is api? What is services. What is intents.
View answer (1)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic javascript questions and verbal reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Javascript questions, oop, software models
  • Q2. Basic react questions, basic dsa

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

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 - Technical 

(5 Questions)

  • Q1. What is polymorphism in OOPs ?
  • Ans. 

    Polymorphism in OOPs allows objects of different classes to be treated as objects of a common superclass.

    • Polymorphism allows methods to be called on objects of different classes that implement the same interface or superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal superclass with methods like eat() and sleep(). Dog and Cat subclasses can ov...

  • Answered by AI
  • Q2. What is MySQL injections
  • Ans. 

    MySQL injections are a type of cyber attack where malicious SQL statements are inserted into an entry field for execution.

    • MySQL injections occur when an attacker inserts malicious SQL code into a query to manipulate the database.

    • Attackers can use MySQL injections to access, modify, or delete data in the database.

    • Preventing MySQL injections involves using parameterized queries and input validation.

    • Example: SELECT * FROM...

  • Answered by AI
  • Q3. What is migration in Laravel ?
  • Ans. 

    Migration in Laravel is the process of managing database schema changes using PHP code.

    • Migration allows developers to define database tables and their structure using PHP code instead of SQL.

    • It helps in version control of database schema changes and makes it easier to collaborate with other developers.

    • Migrations can be rolled back to previous states if needed, making database changes reversible.

    • Example: 'php artisan ma...

  • Answered by AI
  • Q4. What's challenges in your last project
  • Q5. What's payment integration you did ?
  • Ans. 

    I have integrated payment gateways like PayPal, Stripe, and Square into e-commerce websites.

    • Integrated PayPal payment gateway for seamless checkout process

    • Implemented Stripe API for secure credit card transactions

    • Configured Square payment gateway for in-person and online payments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keeps OOPs concepts clear

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Crest Infosystems interview questions for popular designations

 Softwaretest Engineer

 (1)

 UI/UX Designer

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Web Developer

 (1)

 Android Developer Intern

 (1)

I applied via LinkedIn and was interviewed in Nov 2021. 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 - Technical 

(1 Question)

  • Q1. Android Kotlin MVVM Basics to Advance
Round 3 - Coding Test 

Kotlin MVVM Retrofit Constraint Layout

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

I applied via Referral and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. All about You
  • Q2. All about your Work
  • Q3. All about your Process
  • Q4. What makes you tick?
  • Ans. 

    I am driven by the desire to create intuitive and user-friendly designs that solve real-world problems.

    • I am passionate about understanding user needs and behaviors

    • I enjoy collaborating with cross-functional teams to develop innovative solutions

    • I am constantly learning and staying up-to-date with industry trends and best practices

    • I find satisfaction in seeing my designs come to life and positively impacting users

    • I am mo...

  • Answered by AI
  • Q5. What are your Goals?
  • Ans. 

    My goal is to create intuitive and visually appealing user interfaces that enhance user experience.

    • Design user-friendly interfaces

    • Improve user engagement

    • Enhance visual aesthetics

    • Optimize user flows

    • Stay updated with industry trends and best practices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - (1) REMEBER BELOW THINGS:
Make sure clothes are clean, ironed and presentable. Make eye contact and begin with strong handshake that will signal confidence when you met your interviewer for the first time. Maintain your posture and avoid fidgeting. The most thing is Remember your CV details. In particular the experience to the role you're interviewing for. Make a note of your important questions OR Bring a note-pad if you feel you might forget important points. It's just as important for the interviewer yo sell the benefits of working at their business, as it is for you to impress your next potential employer.

(2) DO NOT:
- Turn up late to the interview though If for some reason on the day it's unavoidable, call ahead to let you interviewer know your expected time of arrival.
- Smoke before your interview: Whilst a quick cigarette might seem like a good idea to calm your nerves, the smell will be noticeable and unpleasant for your interviewer.
- Volunteer your weakness: Whilst honesty is always the best policy, there is no need to volunteer your shortfalls unless asked directly.
- Criticize your current or previous employer: Doing so could give your interviewer the impression you're difficult to work with.

UI/UX Designer Interview Questions asked at other Companies

Q1. Design an app home screen that will have all the insurance types, EV, Pet care, and Child care at one place.
View answer (3)

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident

I applied via Campus Placement and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Check if binary tree is balanced or not.
  • Ans. 

    Check if binary tree is balanced or not.

    • A balanced binary tree has the height of left and right subtrees differ by at most 1.

    • Recursively check the height of left and right subtrees and compare.

    • Use a helper function to calculate the height of a subtree.

    • Time complexity: O(nlogn) for a balanced tree, O(n^2) for a skewed tree.

  • Answered by AI
  • Q2. Detect loops in linked list.
  • Ans. 

    Detect loops in a linked list.

    • Use two pointers, one moving at a faster pace than the other.

    • If there is a loop, the faster pointer will eventually catch up to the slower one.

    • To detect the start of the loop, reset one pointer to the head and move both pointers at the same pace.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience was good, do your DS Algo questoin thoroughly.

Skills evaluated in this interview

Interview Questionnaire 

18 Questions

  • Q1. Tell me about your yourself
  • Ans. 

    I am a detail-oriented business analyst with experience in data analysis and process improvement.

    • I have a Bachelor's degree in Business Administration

    • I have worked with various stakeholders to identify business needs and requirements

    • I am proficient in SQL and Excel for data analysis

    • I have experience in process improvement and project management

    • I am a strong communicator and collaborator

  • Answered by AI
  • Q2. Tell us about your training and internships
  • Ans. 

    I have completed a business analyst certification course and have interned at a software development company.

    • Completed a business analyst certification course from XYZ Institute

    • Interned at ABC Software Development Company for 6 months

    • Worked on requirement gathering, documentation and analysis for a project

    • Assisted senior business analysts in creating project plans and reports

  • Answered by AI
  • Q3. What is the role of Instrumentation Department? (my training)
  • Ans. 

    The Instrumentation Department is responsible for designing, installing, and maintaining control systems and instruments used in industrial processes.

    • Designing and implementing control systems for industrial processes

    • Installing and maintaining instruments used in industrial processes

    • Ensuring accuracy and reliability of instruments and control systems

    • Collaborating with other departments to optimize processes and improve...

  • Answered by AI
  • Q4. Why do you want to join Affine Analytics?
  • Ans. 

    I am excited to join Affine Analytics because of their reputation for delivering innovative solutions and their focus on employee growth.

    • Affine Analytics has a strong track record of delivering cutting-edge solutions to clients across industries.

    • I am impressed by the company's commitment to employee growth and development, as evidenced by their training and mentorship programs.

    • I am excited about the opportunity to work...

  • Answered by AI
  • Q5. Why Data anayltics? Why not a technical job in your field?
  • Ans. 

    Data analytics allows me to use my technical skills to solve business problems and make data-driven decisions.

    • Data analytics helps me to identify patterns and trends in data that can be used to improve business processes.

    • It allows me to work with large datasets and use statistical methods to extract insights.

    • I can use my technical skills to develop and implement data models and algorithms.

    • Data analytics is a growing fi...

  • Answered by AI
  • Q6. If I keep two diodes in series will it work as a transistor? (EC branch)
  • Ans. 

    No, two diodes in series cannot work as a transistor.

    • Transistors have three terminals while diodes have two.

    • Transistors can amplify signals while diodes cannot.

    • Transistors can be used as switches while diodes cannot.

    • Diodes in series will only increase the voltage drop.

    • Transistors have different modes of operation such as common emitter, common base, and common collector.

  • Answered by AI
  • Q7. What exactly have you accomplished with the drone? (my final year project)
  • Ans. 

    I developed a drone that can detect and monitor forest fires.

    • Designed and built a drone with thermal imaging camera

    • Integrated machine learning algorithm to detect fire

    • Tested and validated the drone in a controlled forest environment

    • Presented the project at a national engineering conference

  • Answered by AI
  • Q8. How frequently do you play Badminton? (Hobby)
  • Ans. 

    I play badminton twice a week as a hobby.

    • I enjoy playing badminton as a way to stay active and relieve stress.

    • I usually play with friends or family members at a local community center.

    • I have been playing badminton for several years and have improved my skills over time.

  • Answered by AI
  • Q9. Do you have any problem working in Bangalore?
  • Ans. 

    No, I don't have any problem working in Bangalore.

    • I am familiar with the city and its culture

    • I have worked in Bangalore before and enjoyed my experience

    • I am open to new experiences and challenges

    • I am willing to adapt to the local environment and work culture

  • Answered by AI
  • Q10. Do you have any questions for us?
  • Q11. Which football club do you follow? (My answer: Real Madrid) (Que based on hobby)
  • Q12. Why is Real Madrid your favorite?
  • Ans. 

    Real Madrid is my favorite because of their rich history, success, and style of play.

    • Real Madrid has won a record 13 Champions League titles, which is a testament to their success

    • Their style of play is attractive and entertaining to watch

    • The club has a rich history and has had some of the greatest players in football history, such as Cristiano Ronaldo and Zinedine Zidane

  • Answered by AI
  • Q13. Assume you are the CEO of Flipkart. Your board has decided to go App only. What factors would you consider before making your final decision. (You have the relevant data from your website of last 7 years ...
  • Ans. 

    Factors to consider before going App only as CEO of Flipkart

    • Analyze the data from website and app to understand user behavior

    • Evaluate the impact on sales and revenue

    • Consider the potential loss of customers who prefer website over app

    • Assess the cost of developing and maintaining the app

    • Evaluate the competition and their strategies

    • Consider the impact on brand image and customer loyalty

    • Assess the feasibility of providing ...

  • Answered by AI
  • Q14. The Horse Puzzle
  • Q15. 3 Ants triangle puzzle
  • Q16. 3 Jars puzzle (Apple/Orange puzzle)
  • Q17. I have two jars of 5 litres and 3 litres. How can I measure 4 litres? (Assume: Infinite supply of water and no third jar is present)
  • Q18. A revolver with 2 bullets puzzle

Interview Preparation Tips

Round: Test
Experience: The first 10 questions were Data Interpretation type. There were around 4 to 5 logic questions. The rest were quantitative questions.
The questions were pretty basic.
Tips: The aim is to check the speed of your calculations.
Duration: 30 minutes
Total Questions: 23

Round: Group Discussion
Tips: Speak relevant points and you will be fine.
High proficiency in English is a must.
Duration: 10 minutes

Round: Puzzle Interview
Experience: The interview was great and lasted around 35-40 minutes. The interviewer gave ample amount of time to solve the questions.
To answer the questions was ofcourse important but approach to your final answer is very important as well. If you already know the answer but fail to explain the approach to the interviewer, you will get rejected.
Tips: Keep the interviewer in the loop and keep explaining him what you are thinking.
Fluent English is very important as well.

Round: HR Interview
Experience: The interviewers were very friendly and the interview lasted around 15 min.
Tips: Have one or two favorite subject/s from which you can answer any question thrown at you.
Be well versed about your final year project.
Do not put rubbish in your resume as they read the entire resume.

Skills: Enthusiasm, Projects, Proficiency In English, Logical Puzzles, Logical Thinking
College Name: NIT Surat
Funny Moments: As the HR interviewer is an alumni of my college, we had some chat about the college. This made the interview mood very light.

Crest Infosystems Interview FAQs

How many rounds are there in Crest Infosystems interview?
Crest Infosystems interview process usually has 2-3 rounds. The most common rounds in the Crest Infosystems interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Crest Infosystems interview?
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 Crest Infosystems. The most common topics and skills that interviewers at Crest Infosystems expect are MySQL, Javascript, Ajax, Coding and Agile Coaching.
What are the top questions asked in Crest Infosystems interview?

Some of the top questions asked at the Crest Infosystems interview -

  1. What are different hooks that you've used in react...read more
  2. What is migration in Larave...read more
  3. What's payment integration you di...read more

Tell us how to improve this page.

Crest Infosystems Interview Process

based on 8 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.2
 • 38 Interviews
View all

Crest Infosystems Reviews and Ratings

based on 37 reviews

4.2/5

Rating in categories

4.1

Skill development

4.4

Work-life balance

4.3

Salary

4.2

Job security

3.9

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 37 Reviews and Ratings
Senior Software Engineer
36 salaries
unlock blur

₹5.6 L/yr - ₹13.2 L/yr

Software Engineer
23 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Software Developer
17 salaries
unlock blur

₹4 L/yr - ₹8.4 L/yr

Senior Software Developer
7 salaries
unlock blur

₹5.5 L/yr - ₹10.2 L/yr

Full Stack Developer
6 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Crest Infosystems with

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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