InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of these is related to convergence?(a) Stopping criteria(b) Peclet number(c) Lax Equivalence Theorem(d) Scarborough criteriaThis question was addressed to me in a job interview.I want to ask this question from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (C) Lax Equivalence Theorem To elaborate: Lax Equivalence Theorem gives the CONDITION for stability. It is APPLICABLE only for the FINITE difference methods applied to linear initial value problems. This is not applicable to non-linear systems. |
|
| 2. |
Stability is defined _________(a) only for iterative solvers(b) only for direct solvers(c) for all numerical solvers(d) for all discretization processesThis question was posed to me in semester exam.My question is based upon Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct answer is (a) only for iterative solvers |
|
| 3. |
Which of these analyses needs a stretched grid?(a) Transient flow over a flat plate(b) Incompressible flow over a flat plate(c) Viscous flow over a flat plate(d) Subsonic flow over a flat plateThe question was asked in unit test.The doubt is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (c) Viscous flow over a flat plate |
|
| 4. |
The error due to the discretization of the partial differential equation is called as ______________(a) round-off error(b) discretization error(c) truncation error(d) iteration errorI have been asked this question in a job interview.This interesting question is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct answer is (c) truncation error |
|
| 5. |
Which of these schemes ensure conservativeness?(a) Central differencing(b) Upwind differencing(c) TVD scheme(d) Quadratic schemesThis question was posed to me in my homework.I want to ask this question from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» CORRECT answer is (a) Central differencing The explanation is: Conservation of FLOW property is ensured for the central differencing scheme over the entire DOMAIN. Here, the FLUX interpolation formula is CONSISTENT. So, only the two boundary fluxes remain when the global domain is considered. |
|
| 6. |
What are zonal grids?(a) Grids generated for a particular zone of the domain of interest(b) Grids varying at different zones(c) Grids generated for a particular time in the flow(d) Grids varying with timeI had been asked this question by my school teacher while I was bunking the class.This key question is from Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct choice is (a) Grids generated for a particular zone of the domain of interest |
|
| 7. |
The difference between the exact analytical solution of a partial differential equation and its numerical solution is as ___________(a) round-off error(b) discretization error(c) iteration error(d) modelling errorThe question was asked in an international level competition.The doubt is from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT answer is (b) discretization error To explain I WOULD say: Discretization error is the error ARISING due to the NUMERICAL solution of a partial differential EQUATION. It includes the error due to the numerical approximation of the governing equations and the boundary conditions. |
|
| 8. |
If the order of a discretized equation is ‘k’, what does it mean?(a) The last term of the equation is of (k+1)^th power(b) The last term of the equation is of k^th power(c) Truncation error is proportional to (k-1)^th power(d) Truncation error is proportional to k^th powerI have been asked this question in exam.Origin of the question is Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct OPTION is (d) Truncation error is proportional to K^th power |
|
| 9. |
The error occurring while approximating the physical problem is called as ____________(a) Modelling error(b) Physical error(c) Mathematical order(d) Iteration errorThis question was posed to me in final exam.Question is taken from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» CORRECT CHOICE is (a) Modelling error Best explanation: The difference between the PHYSICAL flow and the exact solution of the mathematical model is termed modelling error. This OCCURS because of approximating the physical model. It is not possible to model the exact physical scenario HAPPENING. |
|
| 10. |
In Von Neumann analysis, the solution is expanded using ____________(a) Laurent series(b) McLaurin series(c) Taylor series(d) Fourier seriesI had been asked this question in a national level competition.My doubt stems from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct answer is (d) Fourier series |
|
| 11. |
When the Peclet number is large, the value of flow property at the current node influences ___________(a) the upstream node more(b) both the upstream and downstream nodes equally(c) neither the upstream nor the downstream nodes(d) the downstream node moreI have been asked this question in my homework.The above asked question is from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» CORRECT choice is (d) the downstream node more Explanation: The impact of flow PROPERTY is AFFECTED by the flow direction when the Peclet number is large. The CURRENT node is affected by the upstream node and it affects the downstream node. |
|
| 12. |
When the Peclet number is zero, the value of flow property at the current node is influenced by ___________(a) the upstream node more(b) both the upstream and downstream nodes equally(c) the downstream node more(d) neither the upstream nor the downstream nodesI got this question in an internship interview.My doubt is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (b) both the upstream and downstream nodes equally |
|
| 13. |
Which type of grids is the best for flow over an airfoil?(a) Stretched grids(b) Adaptive grids(c) Boundary-fitted grids(d) Elliptic gridsThis question was posed to me by my college director while I was bunking the class.I want to ask this question from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct choice is (c) Boundary-fitted grids |
|
| 14. |
Adaptive grids change automatically based on ______________(a) flow field gradients(b) time rate of change of the flow properties(c) grid gradients(d) time rate of change of the grid pointsThis question was posed to me during an interview.The question is from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right choice is (a) flow field gradients |
|
| 15. |
___________ become significant after a repeated number of calculations.(a) Round-off errors(b) Discretization errors(c) Truncation errors(d) Modelling errorsI had been asked this question during an interview.I need to ask this question from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct option is (a) Round-off errors |
|
| 16. |
A flow property Φ is bounded when ___________(a) the value of flow properties at a node is bounded by its boundary values(b) the error is bounded(c) the numerical solution approaches the exact solution(d) the solution does not change with further iterationsThis question was posed to me in an international level competition.I'm obligated to ask this question of Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct choice is (a) the value of flow PROPERTIES at a node is BOUNDED by its boundary values |
|
| 17. |
What does elliptic grid generation mean?(a) Grids generated for elliptic equations(b) Grids transformed with elliptic equations(c) The computational domain is elliptic(d) The object under consideration is ellipticThe question was asked in unit test.Query is from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct answer is (B) Grids transformed with elliptic EQUATIONS |
|
| 18. |
Which of these properties are balanced by using adaptive grids?(a) Accuracy and convergence(b) Efficiency and stability(c) Accuracy and stability(d) Accuracy and efficiencyThis question was posed to me in examination.This key question is from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right choice is (d) Accuracy and efficiency |
|
| 19. |
Flow properties are not bounded by the boundary values __________(a) in the absence of convection term(b) in the absence of source term(c) in the presence of source term(d) in the absence of convection termI got this question during an online exam.This key question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right choice is (c) in the presence of source term |
|
| 20. |
For a system to be bounded, the coefficients of the nodes should ___________(a) have the same sign(b) be the same(c) be different everywhere(d) have different signs everywhereThis question was posed to me in homework.This is a very interesting question from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct OPTION is (a) have the same sign |
|
| 21. |
When the Peclet number is large, the isolines are ___________(a) hyperbolic(b) circular(c) elliptic(d) parabolicThe question was asked by my school teacher while I was bunking the class.The origin of the question is Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right choice is (c) elliptic |
|
| 22. |
Let x, y be the coordinates in the physical domain and ξ, ηbe the coordinates in the computational domain. In which of these cases, the horizontal lines are stretched and the vertical lines are equally spaced?(a) ξ=x; η=ln(y+1)(b) ξ=ln(x+1); η=y(c) ξ=x; η=y(d) ξ=ln(x+1); η=ln(y+1)This question was posed to me in an interview.I need to ask this question from Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right answer is (a) ξ=x; η=ln(y+1) |
|
| 23. |
Which of these schemes will suit a flow with a low Peclet number?(a) Iterative schemes(b) Backward differencing scheme(c) Central differencing scheme(d) Forward differencing schemeI got this question in homework.My question comes from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (C) Central differencing scheme |
|
| 24. |
Which of these schemes often result in unbounded solutions?(a) Central difference schemes.(b) First order schemes(c) QUICK scheme(d) High-resolution schemesThe question was posed to me during an online interview.Query is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right answer is (c) QUICK scheme |
|
| 25. |
Which of these iterative processes is unstable? (Note: \(\epsilon_n\) is the error in the n^th iteration).(a) \(\frac{\epsilon_{n+1}}{\epsilon_n} = 0.5\)(b) \(\frac{\epsilon_{n+1}}{\epsilon_n} = 0.75\)(c) \(\frac{\epsilon_{n+1}}{\epsilon_n} = 1.25\)(d) \(\frac{\epsilon_{n+1}}{\epsilon_n} = 1\)I got this question in semester exam.I would like to ask this question from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (C) \(\frac{\epsilon_{n+1}}{\epsilon_n} = 1.25\) |
|
| 26. |
Which of these conditions is unstable?(a) Error is amplified in increasing iterations(b) Error is decreasing in increasing iterations(c) Error is amplified in decreasing iterations(d) Error is maintained in increasing iterationsThe question was posed to me in an online interview.My question comes from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct choice is (a) Error is amplified in increasing iterations |
|
| 27. |
Why are isolines circular when the Peclet number is zero?(a) Fluid is flowing and diffusion spreads equally(b) Fluid is stagnant and diffusion spreads equally(c) Fluid is stagnant and diffusion spreads directionally(d) Fluid is flowing and diffusion spreads directionallyThis question was posed to me in an online interview.My doubt is from Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT option is (b) FLUID is stagnant and diffusion spreads EQUALLY To explain I WOULD say: When the Peclet number is zero, the problem is dominated by diffusion. This means that the fluid is stagnant. Diffusion ALLOWS the flow of property to spread in the domain equally in all the directions. |
|
| 28. |
When transportiveness is not accounted in the discretization scheme, the solution becomes ___________(a) unstable(b) non-converging(c) inaccurate(d) non-conservativeThe question was asked in final exam.This key question is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The CORRECT answer is (a) unstable |
|
| 29. |
Which of these higher-order schemes is conservative?(a) Upwind(b) TVD(c) QUICK(d) Power law schemeI got this question in a national level competition.Question is taken from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (c) QUICK |
|
| 30. |
___________ of the coefficient matrix is a desirable feature for boundedness.(a) Non-diagonal dominance(b) Singularity(c) Sparsity(d) Diagonal dominanceThis question was addressed to me in an online interview.Query is from Discretization Aspects topic in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right option is (d) Diagonal dominance |
|
| 31. |
Which of these is related to the transportiveness?(a) Courant number(b) Reynolds number(c) Nusselt number(d) Peclet numberThis question was addressed to me in an interview.The query is from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct option is (d) Peclet number |
|
| 32. |
Tolerance for iteration errors is usually based on _______________(a) convergence(b) residuals(c) stability(d) round-off errorI have been asked this question during an online exam.Enquiry is from Discretization Aspects in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT answer is (b) residuals The explanation is: A tolerance should be SET for the convergence of ITERATIONS to SAY when to stop the iterations. To set this, tolerance residuals are analysed. Residual directly quantifies the error in the SOLUTION of a system. |
|
| 33. |
Which of these schemes guarantee boundedness?(a) Central difference schemes.(b) Forward difference schemes(c) High-resolution schemes(d) First order schemesThis question was posed to me in semester exam.This key question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right option is (d) First order schemes |
|
| 34. |
Let x, y be the coordinates in the physical domain and ξ, ηbe the coordinates in the computational domain. Which of these is correct for adaptive grids?(a) \(\frac{\partial\xi}{\partial x}≠1 \)(b) \(\frac{\partial\xi}{\partial x}≠0 \)(c) \(\frac{\partial\xi}{\partial t}≠0 \)(d) \(\frac{\partial\xi}{\partial t}≠1 \)This question was posed to me in an online interview.This intriguing question comes from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct choice is (c) \(\frac{\PARTIAL\xi}{\partial t}≠0 \) |
|
| 35. |
Peclet number is a ratio of _________ strength to the _________ strength.(a) Diffusive, convective(b) Convective, diffusive(c) Radiative, diffusive(d) Diffusive, radiativeThis question was addressed to me in semester exam.This intriguing question comes from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct answer is (b) CONVECTIVE, diffusive |
|
| 36. |
Transportiveness has an influence on _________(a) the discretization scheme(b) the solution method for an algebraic system of equations(c) the mathematical model(d) the iterative schemeI had been asked this question in semester exam.The above asked question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
| Answer» | |
| 37. |
When the Peclet number is zero, the isolines are ___________(a) hyperbolic(b) elliptic(c) circular(d) parabolicI had been asked this question during a job interview.This intriguing question comes from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right ANSWER is (C) CIRCULAR |
|
| 38. |
Round-off errors are important in ____________(a) modelling(b) iterations(c) discretization(d) truncationThe question was posed to me in an international level competition.I'd like to ask this question from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» RIGHT choice is (b) iterations The EXPLANATION is: Iterations are where the same process is repeated with the last generated value. This way, while ITERATING, rounding off the results BECOME significant as they affect further iterations. Round-off errors are aggregated here. |
|
| 39. |
Boundedness of a system has a direct impact on ______________(a) stability(b) convergence(c) conservativeness(d) transportivenessI got this question during an online interview.Origin of the question is Discretization Aspects in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct option is (b) convergence |
|
| 40. |
Non-conservative schemes produce ___________(a) artificial radiation(b) artificial diffusion(c) artificial convection(d) artificial source or sinkThe question was posed to me during an online interview.My enquiry is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right answer is (d) artificial source or sink |
|
| 41. |
Quadratic interpolation results in conservation problems. Why?(a) Their physical problem is non-conservative(b) They involve quadratic equations(c) They are higher order schemes(d) Interpolation curves vary at the faceThis question was posed to me in an interview.This is a very interesting question from Discretization Aspects topic in division Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct choice is (d) Interpolation curves vary at the face |
|
| 42. |
What is the Scarborough criterion?(a) The coefficient matrix has larger values in the main diagonal(b) The coefficient matrix has larger values above the main diagonal(c) The coefficient matrix has larger values below the main diagonal(d) The coefficient matrix has larger values except the main diagonalI have been asked this question by my school teacher while I was bunking the class.The question is from Discretization Aspects topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct option is (a) The coefficient matrix has larger values in the main diagonal |
|
| 43. |
Consistency should be ensured ___________(a) at the interior nodes(b) in the global domain(c) at the boundary nodes(d) at each nodeThe question was posed to me during an online interview.My question is from Discretization Aspects in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The CORRECT answer is (d) at each node |
|
| 44. |
Consider a system of equations where the i^th equation is ai Φi=bi Φ(i+1)+ci Φ(i+1)+di. While solving this system using Thomas algorithm, we get Φi=Pi Φ(i+1)+Qi. What are Pi and Qi?(a) \(P_i=\frac{c_i Q_{i-1}+d_i}{a_i-c_i P_{i-1}};Q_i=\frac{b_i}{a_i-c_i P_{i-1}}\)(b) \(P_i=\frac{b_i}{a_i-c_i P_{i-1}};Q_i=\frac{c_i Q_{i-1}+d_i}{a_i-c_i P_{i-1}}\)(c) \(P_i=\frac{c_i Q_{i-1}+b_i}{a_i-c_i P_{i-1}};Q_i=\frac{d_i}{a_i-c_i P_{i-1}}\)(d) \(P_i=\frac{d_i}{a_i-c_i P_{i-1}};Q_i=\frac{c_i Q_{i-1}+b_i}{a_i-c_i P_{i-1}}\)I have been asked this question by my college director while I was bunking the class.The origin of the question is Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Right choice is (B) \(P_i=\frac{b_i}{a_i-c_i P_{i-1}};Q_i=\frac{c_i Q_{i-1}+d_i}{a_i-c_i P_{i-1}}\) |
|
| 45. |
Which of these methods is not a method of discretization?(a) Finite volume method(b) Finite difference method(c) Gauss-Seidel method(d) Spectral element methodI got this question in final exam.Origin of the question is Discretization topic in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct choice is (c) Gauss-Seidel METHOD |
|
| 46. |
The discretized flow field properties exhibit ___________(a) continuous nature(b) piece-wise nature(c) quadratic nature(d) cubic natureI got this question during an online interview.Asked question is from Discretization in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» Correct OPTION is (b) piece-wise nature |
|
| 47. |
Which of these is related to convergence?(a) Stopping criteria(b) Peclet number(c) Lax Equivalence Theorem(d) Scarborough criteriaThis question was posed to me by my school principal while I was bunking the class.I want to ask this question from Discretization Aspects in portion Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
| Answer» | |
| 48. |
If the tolerance value to stop the iteration is too big, which of these properties will be affected?(a) Accuracy(b) Efficiency(c) Stability(d) ConservativenessThe question was posed to me in quiz.This intriguing question comes from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct option is (b) EFFICIENCY |
|
| 49. |
Courant number is applicable for __________(a) implicit transient schemes(b) explicit transient schemes(c) quadratic schemes(d) high-resolution schemesThe question was asked in an internship interview.The question is from Discretization Aspects topic in section Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The CORRECT choice is (b) EXPLICIT transient schemes |
|
| 50. |
Discretization of the physical domain of interest results in __________(a) Boundaries(b) Discretized equations(c) Discrete cells(d) Exponential equationsI got this question in an interview for internship.The doubt is from Discretization in chapter Basic Aspects of Discretization, Grid Generation with Appropriate Transformation of Computational Fluid Dynamics |
|
Answer» The correct OPTION is (c) DISCRETE cells |
|