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

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)
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 (199)

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 (1)

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

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 Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

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

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

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

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 788 Interviews
View all

Crest Infosystems Reviews and Ratings

based on 36 reviews

4.3/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.4

Salary

4.3

Job security

4.0

Company culture

4.1

Promotions

4.1

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Crest Infosystems with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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